User:GDonato/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:GDonato/monobook.js. |
#wpSave {background-color:green}
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
/* David's tighter page top tabs, v0.4, for MonoBook.
Change only the second value if several values. */
#p-cactions {
padding-left: .6em; /* Outside left of first tab. */
}
#p-cactions li {
margin: 0 .3em 0 0; /* Outside of all tabs. */
}
#p-cactions li a {
padding: 0 .6em .3em; /* Inside of all tabs. */
}
#p-cactions #ca-addsection a {
padding: 0 .6em .3em; /* Inside "+/new section". */
}
#p-cactions li.selected a {
padding: 0 1em .2em!important; /* Inside current tab. */
}
/* Extra outside space to distinguish the tab groups. */
li#ca-talk, li#ca-history {
margin-right: 1.0em;
}
li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
margin-left: 1.0em;
}