MediaWiki:Vector.css

From the Rocna Knowledge Base
Jump to: navigation, search

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: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Vector skin */

/*
/* upper blue line */
#mw-head-base {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1000px !important;
}
/* lower blue line + footer content */
#footer {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1000px !important;
	padding: 20px 24px 24px 24px !important;
}
/* main content */
#content {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1000px !important;
	padding: 24px !important;
	border-color: #0093D0;
}
#mw-navigation {
	margin-right: auto !important;
	max-width: 1190px !important;
        min-width: 1000px !important;
	position: absolute !important;
	top: 0 !important;
        left: 50% !important;
        margin-left: -500px !important;
}
div#mw-panel {
	position: relative !important;
	left: 0 !important;
	margin-left: -190px !important;
        width: 160px !important;
}
div#mw-head {
	position: relative !important;
        right: 0 !important;
        margin-right: 0 !important;
        max-width: 1000px !important;
}
#bodyContent { font-size: inherit; }
div#footer {
	background-color: #353535;
	color: #AAA;
	font-size: 0.85em;
}
#footer a {color: #7C7C7C; } #footer a:hover {color: #d4d4d4;}
div#footer ul li { color: inherit; float: left; margin-right: 2em; }
ul#footer-places { clear: left; }
div#mw-panel div.portal div.body ul li { font-size: 1em; font-weight: 600; }
div#mw-panel div.portal div.body ul li a { color: #FFF;} div#mw-panel div.portal div.body ul li a:visited{color: #FFF;} div#mw-panel div.portal div.body ul li a:hover{color: #0093D0 !important;} div#mw-panel div.portal div.body ul li a:active{color: #0093D0;}
#mw-panel.collapsible-nav .portal h3 a { color: #AAA; }