Diferență între revizuiri ale paginii „MediaWiki:Common.css”
Sari la navigare
Sari la căutare
(Pagină nouă: →* CSS plasate aici vor fi aplicate tuturor aparițiilor: body.page-Pagina_principală h1.firstHeading { display: none; } /**body.page-Pagina_principală #contentSub { display...) |
|||
(Nu s-au afișat 53 de versiuni intermediare efectuate de alți 2 utilizatori) | |||
Linia 1: | Linia 1: | ||
.page-Pagina_principală #firstHeading { | |||
display: none; | display: none; | ||
} | } | ||
#bodyContent table th, #bodyContent table td { | |||
border: 1px solid #ccc; | |||
padding: 2px 5px; | |||
} | |||
#bodyContent table th { | |||
background-color: #eee; | |||
} | |||
#toc { | |||
float: right; | |||
margin-left: 40px; | |||
} | |||
.center { | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | |||
.noautonum .tocnumber { | |||
display: none; | display: none; | ||
} | } | ||
/* Keep this in sync with Mobile.css. MobileFrontend only loads that file, not this. */ | |||
@media (prefers-color-scheme: dark) { | |||
} | body { | ||
background-color: #000; | |||
} | |||
body, img, video { | |||
filter: invert(1) hue-rotate(180deg); | |||
} | |||
} |
Versiunea curentă din 26 februarie 2025 21:40
.page-Pagina_principală #firstHeading {
display: none;
}
#bodyContent table th, #bodyContent table td {
border: 1px solid #ccc;
padding: 2px 5px;
}
#bodyContent table th {
background-color: #eee;
}
#toc {
float: right;
margin-left: 40px;
}
.center {
margin-left: auto;
margin-right: auto;
}
.noautonum .tocnumber {
display: none;
}
/* Keep this in sync with Mobile.css. MobileFrontend only loads that file, not this. */
@media (prefers-color-scheme: dark) {
body {
background-color: #000;
}
body, img, video {
filter: invert(1) hue-rotate(180deg);
}
}