MediaWiki:Vector.css
Revision as of 02:54, 14 December 2012 by Coz (talk | contribs) (Created page with "→CSS placed here will affect users of the Vector skin: body { background-color: #DDE8F0; } div#mw-panel.noprint div.body, div#mw-panel div.portal div.body { backgrou...")
Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Vector skin */
body {
background-color: #DDE8F0;
}
div#mw-panel.noprint div.body, div#mw-panel div.portal div.body {
background-color:#e5e2d1;
padding-left: 5px;
border-top: 1px solid #999;
border-left: 1px solid #999;
border-bottom: 1px solid #999;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 0px;
-webkit-border-radius: 7px 0px 0px 7px;
border-radius: 7px 0px 0px 7px;
-moz-box-shadow: -1px 3px 5px #7f7f7f;
-webkit-box-shadow: -1px 3px 5px #7f7f7f;
box-shadow: -1px 3px 5px #7f7f7f;
}
div#mw-panel.noprint h5, div#mw-panel div.portal {
font-weight:bold;
font-size:14px;
}
#mw-panel {
top: 190px;
}
#p-personal {
top: 30px;
}
#left-navigation {
top: 38px;
}
#right-navigation {
margin-top: 85px;
}