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

Sari la navigare Sari la căutare
70 de octeți șterși ,  5 octombrie 2021 15:01
fără descrierea modificării
 
(Nu s-au afișat 35 de versiuni intermediare efectuate de același utilizator)
Linia 1: Linia 1:
/** CSS plasate aici vor fi aplicate tuturor aparițiilor */
.page-Pagina_principală #firstHeading {
body.page-Pagina_principală h1.firstHeading {
   display: none;
   display: none;
}
body.page-Pagina_principală #contentSub {
  display: none;
}
body.page-Pagina_principală h1 {
  margin-top: 0px;
}
div#mw-panel {
  top: 50px;
}
div#p-logo {
  height: 50px;
  top: -50px;
}
div#p-logo a {
  height: 50px;
}
#bodyContent table {
  border-collapse: collapse;
}
}


#bodyContent table th, #bodyContent table td {
#bodyContent table th, #bodyContent table td {
   border: 1px solid #aaa;
   border: 1px solid #ccc;
  padding: 2px 5px;
}
}


#bodyContent table th {
#bodyContent table th {
   background-color: #eee;
   background-color: #eee;
  font-weight: bold;
}
}


Linia 41: Linia 15:
   margin-left: auto;
   margin-left: auto;
   margin-right: 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);
  }
}
}

Meniu de navigare