MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus W&G-Wiki
Zur Navigation springen Zur Suche springen
Die Seite wurde neu angelegt: «Das folgende CSS wird für alle Benutzeroberflächen geladen.: #ca-talk { display: none !important; }»
 
Keine Bearbeitungszusammenfassung
 
(12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 3: Zeile 3:
#ca-talk {
#ca-talk {
     display: none !important;
     display: none !important;
}
#ca-viewsource {
    display: none !important;
}
#ca-history {
    display: none !important;
}
#footer-poweredbyico { display: none; }
html, body {
font-family: Comic Sans MS;
}
}

Aktuelle Version vom 13. Januar 2017, 21:52 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

#ca-talk {
    display: none !important;
}

#ca-viewsource {
    display: none !important;
}

#ca-history {
    display: none !important;
}


#footer-poweredbyico { display: none; }

html, body {
 font-family: Comic Sans MS;
}