Aktionen

MediaWiki

Pivot.css: Unterschied zwischen den Versionen

Aus Bohnenwiki

(Die Seite wurde neu angelegt: „→‎Custom colors - top bar: .tab-bar { background: #639954 ; } →‎style the labels: ul.side-nav label { background: #639954; color: #fff; p…“)
 
Zeile 1: Zeile 1:
 
/* Custom colors - top bar*/
 
/* Custom colors - top bar*/
 
.tab-bar {
 
.tab-bar {
     background: #639954
+
     background: #efefef
 
;
 
;
 
}
 
}

Version vom 27. Juni 2021, 18:05 Uhr

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

/* style the labels */
ul.side-nav label {
    background: #639954;
    color: #fff;
    padding: .25em .5em;
}
/* sidebar background color */
body {
    background-color: #FFF;
}

/* controls the main body area styling */
#p-cactions {
    padding-top: 1.5em;
    padding-bottom: .5em;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

ul.off-canvas-list li label{
background: #639954;
	color: #fff;
    padding: .25em .5em;
}

.right-off-canvas-menu {
	background: #FFF;
}
Cookies helfen uns bei der Bereitstellung von Bohnenwiki. Durch die Nutzung von Bohnenwiki erklärst du dich damit einverstanden, dass wir Cookies speichern.