MediaWiki:Pivot.css: Unterschied zwischen den Versionen

Aus Gamedevwiki
(Die Seite wurde neu angelegt: „→‎Custom colors - top bar: .tab-bar { background: #FFFFFF; }“)
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
.inner-wrap {
max-width: 1200px;
}
/* Custom colors - top bar*/
/* Custom colors - top bar*/
.tab-bar {
.tab-bar {
     background: #FFFFFF;
     background: #517398;
}
}

Version vom 16. April 2024, 14:50 Uhr

.inner-wrap {
	max-width: 1200px;
}

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