Aktionen

MediaWiki

Pivot.css: Unterschied zwischen den Versionen

Aus Gemeinwohlwiki Braunschweig

(Die Seite wurde neu angelegt: „→‎Custom colors - top bar: .tab-bar { background: #6699cc; } →‎style the labels: ul.side-nav label { background: #6699cc; color: #fff; pad…“)
 
K (Schützte „MediaWiki:Pivot.css“ ([Bearbeiten=Nur Administratoren erlauben] (unbeschränkt) [Verschieben=Nur Administratoren erlauben] (unbeschränkt)))
 
(11 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
#t-recentchangeslinked { display: none; }
 +
#t-contributions { display: none; }
 +
#t-log { display: none; }
 +
#t-print { display: none; }
 +
#t-permalink { display: none; }
 +
#t-info { display: none; }
 +
#t-specialpages { display: none; }
 +
 
/* Custom colors - top bar*/
 
/* Custom colors - top bar*/
 
.tab-bar {
 
.tab-bar {

Aktuelle Version vom 15. März 2021, 09:58 Uhr

#t-recentchangeslinked { display: none; }
#t-contributions { display: none; }
#t-log { display: none; } 
#t-print { display: none; }
#t-permalink { display: none; }
#t-info { display: none; }
#t-specialpages { display: none; }

/* Custom colors - top bar*/
.tab-bar {
    background: #6699cc;
}
/* style the labels */
ul.side-nav label {
    background: #6699cc;
    color: #fff;
    padding: .25em .5em;
}