User:Martinultima/uncyclopedia.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search

Note: After saving, you have to bypass your browser's cache to see the changes.

  • Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
  • Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
  • Opera, Konqueror and Safari users can just click the Reload button.
  • Chrome: press Ctrl+F5 or Shift+F5
/* Get rid of white backgrounds, they make my eyes bleed. */
/* Version 1.1 for Uncyclopedia - July 24, 2007 */
/* Version 1.0 for Uncyclopedia - July 2, 2007 */

/* Basically this is a really simple set of tweaks to the default stylesheet.  */
/* white backgrounds are hard to look at on a computer screen, so this just    */
/* makes everything a nice grayish color that's a lot easier on your eyes...   */

/* A much darker color is possible, it might be easier still to look at on a   */
/* black background with white text, but that messes up the Uncyclopedia logo, */
/* etc., and a whole lot of images, so we wouldn't really want that.           */

/* Background with book: */
/* body {background: #c0c0c0;} */

/* All boxes on the body: */
#content, .pBody, #p-cactions li.selected, #footer {background: #f0f0f0;}

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

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

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


/* Miscellaneous hacks */

/* VFH voting */
a:link .vfhvoted { display: none }
a:visited .vfhvoted { display: inline !important; color: green }
a:link .vfhnotvoted { display: inline !important; font-size: 92% }
a:visited .vfhnotvoted { display: none }