User:Clarkk/monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin can be added at User:Clarkk/monobook.js. |
/******************************************************************/
/* 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; }