User:HFuruseth/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:HFuruseth/monobook.js. |
/* No fundraising, "From wikipedia", boring navigation */
#fundraising, #siteSub,
li#n-recentchanges, li#n-randompage { display: none; }
/* No logo, move the boxes onto that area instead */
#p-logo { display: none }
#column-one { padding-top: 3ex; }
/* No uninteresting languages */
#p-lang li { display: none; }
li.interwiki-no, li.interwiki-nb, li.interwiki-nn,
li.interwiki-da, li.interwiki-sv, li.interwiki-de,
li.interwiki-en { display: list-item !important; }
/* No footer, except "last modified" */
#footer li, #f-poweredbyico, #f-copyrightico { display: none; }
#footer li#lastmod {
display: list-item !important;
list-style: none;
}
#footer {
border: 0;
padding: 0;
text-align: right;
background-color: inherit;
color: #5a3696;
}
/* Green personal toolbar, no user icon */
#p-personal a:link, #p-personal a:visited { color: #006633; }
li#pt-userpage { background: none; }
/* Scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }
/* Some round corners, supported by moz/firefox/other gecko browsers */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 0.8em;
-moz-border-radius-topright: 0.8em;
}
#content, #footer {
-moz-border-radius-topleft: 0.8em;
-moz-border-radius-bottomleft: 0.8em;
}
div.pBody {
-moz-border-radius-topright: 0.8em;
-moz-border-radius-bottomright: 0.8em;
}
/* More round corners - but see User:EricPoehlsen/monobook.css */
.infobox, .messagebox, .usermessage,
#toc, #catlinks, #shortcut { -moz-border-radius: 0.8em; }
/* Circle lists in round boxes -- why doesn't this work? */
#p-navigation li, #p-tb li, #p-lang li {
list-style-type: disc !important;
}