User:Clarkk/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.
/******************************************************************/
/* moving catlinks to the right                                   */
/******************************************************************/

/* move the catlinks box */
#catlinks {  
  position:absolute;
  z-index:1;
/*  border: 1px solid #aaaaaa; 
  background: #fafaff; */
  right:1em; 
  top:-0.15em;
  width:22.5em;
  float:right;
  margin: 0.1em;
  padding:0.1em;
}

/* format the catlinks itself */
p.catlinks {
  color: #aaaaaa;
  font-family: Verdana,sans-serif;
  font-size:57%;
  line-height: 1.5em;
  text-align:left;
  text-indent:0;
  text-transform: none;
  white-space:normal;
  margin: 0.2em;
}

/* format links in the catlinks (as distinguished from ":" and "|") */
p.catlinks a {
  color:#888888;
}

/* Make all non-namespace pages have a different colour. This is done
   by setting the background color for all #content areas to a colour 
   then overriding it for any #content enclosed in a .ns-0 (main namespace). 
 */

/* make the background behind the content area and the tabs a light yellow */
#content, #content table
#p-cactions ul li a { background:#f5f5e6; }

/* now fix article pages to be white */
.ns-0 * #content { background: white;}

/* global body settings: font-family:serif; font-size:70% */
body { background: #f5f5e5; }

/* change the logo: currently ignore logo, http://meta.wikipedia.org/upload/3/39/Wp_sunflower_green.png*/
#p-logo a { background: url() 35% 50% no-repeat !important; }