Wikipedista:Tomáš Reichel/vector.css

Z Wikipedie, otevřené encyklopedie

Poznámka: Po uložení musíte vyprázdnit mezipaměť vašeho prohlížeče, jinak změny neuvidíte.

/* Jestli článek "překáží", ihned jej smažu, doufal jsem, že nikomu viditelný není a jsou to uživatelské CSS, tomuto tématu moc nerozumím a dokumentace není příliš k dispozici */
/*body { background-color: blue; }
h1 { color: blue; }*/

/*@media only screen and (max-width: 720px) {
	.mw-content-container {
		float: right;
		max-width: none;
		width: calc(93vw - 11em);
	}
}

.mw-workspace-container, .mw-content-container {
	max-width: 100%;
}

.mw-page-container {
	max-width: 100%;
}

.mw-redirect {
    background-color: #ffe6e6 !important;
    text-decoration: none !important;
}

.vector-sticky-header {
	max-width: unset;
}*/

/*@media only screen and (max-width: 40em) {
  h1 { color: blue; }
}*/


/*Tmavý*/
/*div.thumb {
	background-color: black !important;
}
*:not(img){
	filter: invert(1);
}
img{
	filter: none!important;
}*/