User:MuZemike/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:MuZemike/monobook.js. |
#siteSub, #contentSub, img, table.infobox, .reflist, .references, ol.references, a.references-small, sup.reference, table.infobox_hproduct, table#toc, #footer, #catlinks, .thumbinner, .quotebox {
display: none;
}
p {line-height: 150%;}
div.pBody {
-moz-border-radius-topright: 0.5em;
-moz-border-radius-bottomright: 0.5em;
}
#content {
-moz-border-radius-topleft: 0.75em;
-moz-border-radius-bottomleft: 0.75em;
border: 1px solid #AAAAAA;
}
#footer {
-moz-border-radius: 6px;
border: 1px solid #fabd23;
}
#p-cactions ul {
overflow: visible;
}
#p-cactions li {
border: 2px solid lightgrey;
position: relative;
float: left;
-moz-border-radius-topleft: .5em;
-moz-border-radius-topright: .5em;
}
/* This bit is stolen from [[User:AzaToth/monobook.css]], which is in turn modified from [[User:Ævar Arnfjörð Bjarmason/monobook.css]] */
/* Nice borders for (almost) all boxes */
input[type="radio"], input[type="checkbox"] {
border: none;
}
input[type="submit"] {
border: 1px solid #aaa !important;
background-color: #f9f9f9 !important;
}
/* make round corners for the rest */
input[type="submit"] {
-moz-border-radius-topleft: 2px !important;
-moz-border-radius-topright: 2px !important;
-moz-border-radius-bottomleft: 2px;
-moz-border-radius-bottomright: 2px;
}
input[type="submit"] {
color: #aaa !important;
}
input[type="submit"]:hover, input[type="submit"]:focus {
background-color: #fff !important;
color: #000 !important;
cursor: pointer !important;
}
/* Prettify the headers of the quickbar (left-hand column of boxes) */
#p-navigation h5, #p-interaction h5, #p-search h5, #p-tb h5, #p-navclone h5, #p-lang h5 {
display: inline;
height: 1em;
font-size: 85%;
font-weight: normal;
white-space: nowrap;
border-color: #aaa;
border-width: 1px;
border-style: solid solid none solid;
padding: 0 1em 1px 1em;
text-transform: lowercase;
background: white;
-moz-border-radius-topright: 1em;
}
#p-navigation, #p-interaction, #p-search, #p-tb, #p-navclone, #p-lang {
padding-top: 2px;
}
/* Diff screen changes */
del.diffchange.diffchange-inline, ins.diffchange.diffchange-inline {
border: none;
}
/* Works in conjunction with my monobook.js */
li#ca-userrights, li#ca-stats6, li#ca-rts {
display: none;
}
/* Nix the "Try Beta" link */
li#pt-optin-try, li#pt-acaibeta {
display: none;
}
/* Less padding with tabs */
#p-tb ul, .generated-sidebar ul {
line-height: inherit;
margin: 0 0 0 1em;
}
#p-tb li, .generated-sidebar li {
margin: 0 0 0 0;
}