User:Exploding Boy/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 is at User:Exploding Boy/monobook.js. |
/* Round the corners of everything. */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 8.1px; /* 0.59em; */
-moz-border-radius-topright: 8px; /* 0.57em; */
}
#content {
-moz-border-radius-topleft: 8.1px;
-moz-border-radius-bottomleft: 8.5px;
}
div.pBody {
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8.4px;
}
pre, table#toc, div.thumb div {
-moz-border-radius-topleft: 8.1px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomleft: 8.5px;
-moz-border-radius-bottomright: 8.4px;
}
/* Change the background colour (and selected tab border
colour) for non-article pages */
#content, #p-cactions ul li.selected a {
background: blue;
}
#p-cactions ul li.selected {
border-color: orange;
}
.ns-0 #content, .ns-0 #p-cactions ul li.selected a {
background: white;
}
.ns-0 #p-cactions ul li.selected {
border-color: #fabd23;
}
Retrieved from "http://en.wikipedia.org/wiki/User:Gentgeen/monobook.css"
This page was last modified 23:03, Jun 12, 2004. All text is available under the terms of the GNU Free Documentation License (see Copyrights for details).