Jump to content

User:Martinultima/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Get rid of white backgrounds, they make my eyes bleed. */
/* Version 1.0 for Wikipedia - July 2, 2007 */

/* Background with book: */
html, body {background: #404080 url('http://www.fileden.com/files/2006/12/31/578570/WebSkins/headbg.jpg') top left no-repeat;}

/* Wikipedia logo */
#p-logo a {background-image: url('http://www.fileden.com/files/2006/12/31/578570/WebSkins/Logo-Wikipedia.png') !important;}

/* All boxes on the body: */
/* (Stupid Wikipedia forces white backgrounds EVERYWHERE) */
#content, .pBody, #p-cactions li.selected, #footer {background: #e6e6ff !important;}

/* Page action tabs: */
#p-cactions .pBody {background: transparent !important;}
#p-cactions li a {background: transparent !important;}
#p-cactions li {background: #d3d3ff;}

/* Personal toolbar (user links): */
#p-personal .pBody {background: transparent !important;}
#p-personal .pBody a {color: #ffffff !important;}
#p-personal .pBody a:hover {background: transparent !important;}

/* Make these inherit the background: */
p, div, table, td {background: transparent;}
div.thumb {border-color: transparent !important;}


/* Some miscellaneous things that just really annoy me. */

/* Just use the real Firefox icon in userboxes, for crying out loud: */
img[src ='http://upload.wikimedia.org/wikipedia/commons/1/1a/Firefox_free_icon_43px.png'] {visibility: hidden !important;}
a[href ='/wiki/Image:Firefox_free_icon_43px.png'] {background: url('http://upload.wikimedia.org/wikipedia/en/thumb/e/e3/Firefox-logo.svg/43px-Firefox-logo.svg.png') center no-repeat !important;
  display: block !important;}