Difference between revisions of "MediaWiki:Common.css"
Gregfuller (talk | contribs) |
Gregfuller (talk | contribs) |
||
Line 25: | Line 25: | ||
/* size and reposition top tabs */ | /* size and reposition top tabs */ | ||
− | .vectorTabs { | + | .vectorTabs, .vectorMenu { |
font-size: .8em; | font-size: .8em; | ||
margin-top: 1em; | margin-top: 1em; | ||
+ | } | ||
+ | |||
+ | /* size and reposition the search box */ | ||
+ | #simpleSearch { | ||
+ | font-size: .8em; | ||
+ | margin-top: 1.6em; | ||
} | } | ||
Revision as of 00:03, 31 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; }
/* resize the very top right personal menu */
- p-personal {
font-size: .9em; }
/* size and reposition top tabs */ .vectorTabs, .vectorMenu { font-size: .8em; margin-top: 1em; }
/* size and reposition the search box */
- simpleSearch {
font-size: .8em; margin-top: 1.6em; }
/* 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; }