Benutzer:TM Master/common.css: Unterschied zwischen den Versionen

Aus PokéWiki
Zur Navigation springen Zur Suche springen
K (An sich ein netter Gedanke, nur werden die Navigationselemente erst angezeigt, wenn die Cookiewarnung aktiv weggeklickt wird :ups:)
K (ersetzt durch JavaScript)
 
Zeile 5: Zeile 5:
/* Facebook-Button weg, inspiriert von Killuu */
/* Facebook-Button weg, inspiriert von Killuu */
#pw-social-fb, #footer-socialshare { display: none !important; }
#pw-social-fb, #footer-socialshare { display: none !important; }
/* Zeige die Cookie-Warnung nicht an */
#gl-topbar-cookiewarning {display: none !important;}
#gl-topbar-left {display:inline-block !important;}
#gl-topbar-right {display:inline-block !important;}

Aktuelle Version vom 10. Februar 2019, 16:07 Uhr

/* Färbe die WL- und BKL-Kürzel rot  */
.mw-redirect::after { color:red; }
.mw-disambig::after { color:red; }

/* Facebook-Button weg, inspiriert von Killuu */
#pw-social-fb, #footer-socialshare { display: none !important; }