MediaWiki:Common.css
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
/* magnify most everything */ body { font-size: 130%; color: red; }
/* TOP................................ */
/* put a logo top left */
- mw-head {
background-image: url(/images/jfa-logo-end-chick.png); background-size: 250px; background-repeat: no-repeat; background-position-x: 10; background-position-y: 0; }
/* close the gap between the two rows of menus */
- right-navigation {
margin-top: .7em; }
/* 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; }
.ns-special .vectorTabs { margin-top: .8em; }
/* size and reposition the search box */
- simpleSearch {
font-size: .8em; margin-top: 1.6em; }
.ns-special #simpleSearch { margin-bottom: .3em; }
/* 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; }
/* bring top left navagation back up */
- left-navigation {
margin-top: .7em; }
/* SIDEBAR............................ */
/* hide the sidebar logo */
- p-logo a {
display:none; }
/* set the sidebar backgroundcolor */ body { background-color: #efeade; }
/* why did the theme hide the top header "sections"? */
- mw-panel #p-logo + .portal h3 {
display: block; }