MediaWiki:Pivot.css: Unterschied zwischen den Versionen

Aus Gamedevwiki
(Die Seite wurde neu angelegt: „→‎Custom colors - top bar: .tab-bar { background: #FFFFFF; }“)
 
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
.off-canvas-wrap {
max-width: 1200px;
}
/* Custom colors - top bar*/
/* Custom colors - top bar*/
.tab-bar {
.tab-bar {
     background: #FFFFFF;
     background: #517398;
}
}

Aktuelle Version vom 16. April 2024, 14:51 Uhr

.off-canvas-wrap {
	max-width: 1200px;
}

/* Custom colors - top bar*/
.tab-bar {
    background: #517398;
}