MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Sokradia
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:
/* Changes the background color behind the top half of the logo and at top of each page: */
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
#mw-page-base {
   background: FFBF00;
   background: yellow;
}
}

Version vom 12. September 2020, 17:23 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: yellow;
}