Difference between revisions of "MediaWiki:Common.css"
From JFA Wiki
Gregfuller (talk | contribs) |
Gregfuller (talk | contribs) |
||
Line 4: | Line 4: | ||
body { | body { | ||
font-size: 130%; | font-size: 130%; | ||
− | |||
color: red; | color: red; | ||
} | } | ||
+ | /* TOP................................ */ | ||
− | #mw-head | + | /* set the top background color */ |
− | + | #mw-head, #left-navigation, #right-navigation { | |
− | + | background-color: blue; | |
− | |||
− | #left-navigation, #right-navigation { | ||
− | background-color: | ||
} | } | ||
Line 20: | Line 17: | ||
.vectorTabs ul li { | .vectorTabs ul li { | ||
background-image: none; | background-image: none; | ||
+ | } | ||
+ | |||
+ | /* SIDEBAR............................ */ | ||
+ | |||
+ | /* set the sidebar backgroundcolor */ | ||
+ | body { | ||
+ | background-color: #efeade; | ||
} | } |
Revision as of 22:44, 30 January 2019
/* CSS placed here will be applied to all skins */
/* magnify most everything */ body { font-size: 130%; color: red; }
/* TOP................................ */
/* set the top background color */
#mw-head, #left-navigation, #right-navigation {
background-color: blue; }
/* take the ancient gradients off some of the top tabs */ .vectorTabs ul li { background-image: none; }
/* SIDEBAR............................ */
/* set the sidebar backgroundcolor */ body { background-color: #efeade; }