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

De la dexonline wiki
Sari la navigare Sari la căutare
Linia 21: Linia 21:
@media (prefers-color-scheme: dark) {
@media (prefers-color-scheme: dark) {
   body, img, video, svg {
   body, img, video, svg {
     filter: invert( 1 ) hue-rotate( 180deg );
     filter: invert(1) hue-rotate(180deg);
   }
   }


   body {
   body {
    background: #000;
/*    background: #000; */
   }
   }
}
}

Versiunea de la data 24 septembrie 2021 11:22

/** CSS plasate aici vor fi aplicate tuturor aparițiilor */

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

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

.center {
  margin-left: auto;
  margin-right: auto;
}

.noautonum .tocnumber {
  display: none;
}

@media (prefers-color-scheme: dark) {
  body, img, video, svg {
    filter: invert(1) hue-rotate(180deg);
  }

  body {
/*    background: #000; */
  }
}