Pivot.css: verschil tussen versies
Uit BoemelWiki
| (6 tussenliggende versies door dezelfde gebruiker niet weergegeven) | |||
| Regel 1: | Regel 1: | ||
/* Custom colors - top bar*/ | /* Custom colors - top bar*/ | ||
| + | /* geel: background: #eee40a;*/ | ||
.tab-bar { | .tab-bar { | ||
| − | background: # | + | background: #e20012; |
| + | } | ||
| + | |||
| + | |||
| + | /* style the labels */ | ||
| + | ul.side-nav label { | ||
| + | background: #11751b; | ||
| + | color: #fff; | ||
| + | padding: .25em .5em; | ||
| + | } | ||
| + | |||
| + | /* sidebar background color */ | ||
| + | body { | ||
| + | background-color: #f6f6f6; | ||
| + | } | ||
| + | |||
| + | /* controls the main body area styling */ | ||
| + | #p-cactions { | ||
| + | padding-top: 1.5em; | ||
| + | padding-bottom: .5em; | ||
| + | background-color: #f6f6f6; | ||
| + | border-left: 1px solid #ccc; | ||
| + | border-right: 1px solid #ccc; | ||
} | } | ||
Huidige versie van 26 aug 2020 om 16:02
/* Custom colors - top bar*/
/* geel: background: #eee40a;*/
.tab-bar {
background: #e20012;
}
/* style the labels */
ul.side-nav label {
background: #11751b;
color: #fff;
padding: .25em .5em;
}
/* sidebar background color */
body {
background-color: #f6f6f6;
}
/* controls the main body area styling */
#p-cactions {
padding-top: 1.5em;
padding-bottom: .5em;
background-color: #f6f6f6;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
