Pivot.css: Unterschied zwischen den Versionen
Aus Bohnenwiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 29: | Zeile 29: | ||
padding: .25em .5em; | padding: .25em .5em; | ||
} | } | ||
/* */ | |||
.right-off-canvas-menu { | .right-off-canvas-menu { | ||
background: #FFF; | background: #FFF; | ||
} | } |
Aktuelle Version vom 27. Juni 2021, 19:05 Uhr
/* Custom colors - top bar*/
.tab-bar {
background: #ba2a2a
;
}
/* style the labels */
ul.side-nav label {
background: #ba2a2a;
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: #ba2a2a;
color: #fff;
padding: .25em .5em;
}
/* */
.right-off-canvas-menu {
background: #FFF;
}