User:Fæ/vector.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
/*  logo display */
#p-logo a { background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/0/04/Commons_logo_optimized.svg/110px-Commons_logo_optimized.svg.png) 45% 8px no-repeat !important; }

/* Body */
body {background:black}

/* Head */
#mw-head {
  background:black;
}
#mw-head a:hover {
  color:darkblue !important;
  background:orange;
}

#mw-head a:link, #mw-head a:visited, #wm-head h5 {color:silver};

 

#p-logo a:hover {
  background:white !important;
  background-image: url('wikipedia/commons/thumb/0/04/Commons_logo_optimized.svg/200px-Commons_logo_optimized.svg.png') !important;
}

/* Left panel display */
#mw-panel a:link  {color:#88C !important;}
#mw-panel a:visited {color:#88A !important;}
#mw-panel a:hover {color:darkblue !important;background:orange}
#mw-panel h5 {color:silver !important; font-size:70% !important;}

/* Footer */
#footer { display:none; }
 
/* Regex */
div.p-body li a {font-weight:light;font-size:80%}