MediaWiki:Pivot.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* Custom colors - top bar*/ | |||
.tab-bar { | |||
background: #ffff00; | |||
} | |||
/* style the labels */ | |||
ul.side-nav label { | |||
background: #ff0000; | |||
color: #fff; | |||
padding: .25em .5em; | |||
} | |||
/* sidebar background color */ | |||
body { | |||
background-color: #dceaea; | |||
} | |||
/* controls the main body area styling */ | /* controls the main body area styling */ | ||
#p-cactions { | #p-cactions { | ||
padding-top: 1.5em; | padding-top: 1.5em; | ||
padding-bottom: .5em; | padding-bottom: .5em; | ||
background-color: # | background-color: #171b24; | ||
border-left: 1px solid #ccc; | border-left: 1px solid #ccc; | ||
border-right: 1px solid #ccc; | border-right: 1px solid #ccc; | ||
} | } |
Revision as of 23:29, 10 September 2024
/* Custom colors - top bar*/ .tab-bar { background: #ffff00; } /* style the labels */ ul.side-nav label { background: #ff0000; color: #fff; padding: .25em .5em; } /* sidebar background color */ body { background-color: #dceaea; } /* controls the main body area styling */ #p-cactions { padding-top: 1.5em; padding-bottom: .5em; background-color: #171b24; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }