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…“) |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* Custom colors - top bar*/ | /* Custom colors - top bar*/ | ||
.tab-bar { | .tab-bar { | ||
background: # | 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;
}