Diferență între revizuiri ale paginii „MediaWiki:Common.css”

De la dexonline wiki
Sari la navigare Sari la căutare
Linia 11: Linia 11:
   background-color: #eee;
   background-color: #eee;
}
}
#toc { float: right };


.center {
.center {

Versiunea de la data 26 februarie 2025 19:04

.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 };

.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);
  }
}