User:Dgw/monobook.css
Appearance
< User:Dgw
(Redirected from User:Voyagerfan5761/monobook.css)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:Dgw/monobook.js. |
/* Corner rounding */
/* Portlets */
.pBody {
-moz-border-radius-bottomright: 1em;
}
/* Sidebar headers */
.portlet h5 {
background-color: #e0e3e6;
border: 2px solid silver;
border-bottom-width: 0;
border-left-width: 0;
-moz-border-radius-topright: 2em;
}
/* Content actions (tabs) */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: .5em;
-moz-border-radius-topright: .5em;
}
#p-cactions li {
border: 2px solid lightgrey;
float: left;
}
/* Content */
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
/* Make the bar a decent size */
#p-cactions
{
min-width: 855px;
}
#p-cactions ul
{
overflow: visible;
}
/* Spacing between watch/unwatch and JS-generated extra tabs */
li#ca-watch,li#ca-unwatch {
margin-right: 1.6em;
}
/* Visually combine edit and + tabs, with some cleanup to make it look OK */
li#ca-edit.istalk {
-moz-border-radius-topright: 0 !important;
border-right-width: 0;
}
li#ca-addsection {
position: relative;
left: -1px;
-moz-border-radius-topleft: 0 !important;
border-left-width: 0;
}
/* cleanup */
li#ca-addsection.selected {
border-left-width: 2px;
}
li#ca-edit.selected {
border-right-width: 2px;
}
/* Tab colors */
/* Red csd and warning tabs */
li#tw-csd, li#tw-warn {
border-color: #e00;
}
li#tw-csd a, li#tw-warn a {
color: #e00;
}
/* Blue rpp and arv tabs */
li#tw-rpp, li#tw-arv {
border-color: #00c;
}
/* Purple tag and welcome tabs */
li#friendly-tag, li#friendly-welcome {
border-color: #c0c;
}
li#friendly-tag a, li#friendly-welcome a {
color: #c0c;
}