Difference between revisions of "MediaWiki:Common.css"
From JFA Wiki
Gregfuller (talk | contribs) |
Gregfuller (talk | contribs) |
||
Line 23: | Line 23: | ||
.vectorTabs ul li, | .vectorTabs ul li, | ||
.vectorTabs span, | .vectorTabs span, | ||
+ | .vectorTabs ul, | ||
.vectorTabs, | .vectorTabs, | ||
− | #mw-head | + | #mw-head .vectorMenu h3 |
− | .vectorMenu h3 | ||
{ | { | ||
background-image: none; | background-image: none; |
Revision as of 23:26, 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: #f4f0f0; }
/* put a border on the bottom of the header */
- mw-head {
border-bottom: 2px solid red; }
/* take the ancient gradients off some of the top tabs */ .vectorTabs li.selected, .vectorTabs ul li, .vectorTabs span, .vectorTabs ul, .vectorTabs,
- mw-head .vectorMenu h3
{ background-image: none; }
/* SIDEBAR............................ */
/* set the sidebar backgroundcolor */ body { background-color: #efeade; }