1.568 de modificări
Diferență între revizuiri ale paginii „MediaWiki:Common.css”
fără descrierea modificării
| (Nu s-au afișat 21 de versiuni intermediare efectuate de alți 2 utilizatori) | |||
| Linia 1: | Linia 1: | ||
.page-Pagina_principală #firstHeading { | |||
display: none; | |||
} | |||
#bodyContent table th, #bodyContent table td { | #bodyContent table th, #bodyContent table td { | ||
| Linia 8: | Linia 10: | ||
#bodyContent table th { | #bodyContent table th { | ||
background-color: #eee; | background-color: #eee; | ||
} | |||
#toc { | |||
float: right; | |||
margin-left: 40px; | |||
} | } | ||
| Linia 19: | Linia 26: | ||
} | } | ||
/* Keep this in sync with Mobile.css. MobileFrontend only loads that file, not this. */ | |||
@media (prefers-color-scheme: dark) { | @media (prefers-color-scheme: dark) { | ||
body | body { | ||
background-color: #000; | |||
} | } | ||
body, img, video { | |||
body { | filter: invert(1) hue-rotate(180deg); | ||
} | } | ||
} | } | ||