Jump to content

User:Exploding Boy/monobook.css

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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.
/* 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).