MediaWiki:Common.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 11: Zeile 11:
   line-height: 1.6;
   line-height: 1.6;
   text-align: left;
   text-align: left;
}
@media (prefers-color-scheme: dark) {
  body,
  .mw-body,
  .mw-body-content,
  .parsoid-body {
    background-color: #26292C;
    color: #F8F8F8;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212529;
}
@media (prefers-color-scheme: dark) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #F8F8F8;
  }
}
@media (prefers-color-scheme: dark) {
  a:link,
  .mw-parser-output a.external:link,
  a:active,
  .mw-parser-output a.external:active {
    color: #0dff83;
  }
  a:visited,
  .mw-parser-output a.external:visited {
    color: #00A651;
  }
}
}
.mw-editform #wpTextbox1 {
.mw-editform #wpTextbox1 {
Zeile 501: Zeile 540:
.rquiz-gapfill table.code input {
.rquiz-gapfill table.code input {
   width: 30px;
   width: 30px;
}
@media (prefers-color-scheme: dark) {
  body,
  .mw-body,
  .mw-body-content,
  .parsoid-body {
    background-color: #26292C;
    color: #F8F8F8;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #F8F8F8;
  }
  a:link,
  .mw-parser-output a.external:link,
  a:active,
  .mw-parser-output a.external:active {
    color: #0dff83;
  }
  a:visited,
  .mw-parser-output a.external:visited {
    color: #00A651;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #F8F8F8;
  }
}
}
8.581

Bearbeitungen