User:Pxma/monobook.css
Appearance
(Redirected from User:PxMa/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:Pxma/monobook.js. |
span.featured_article_metadata#has_been_on_main_page{ font-weight: bold; }
/* Orange "You have new messages" changed */
.usermessage {
background-color:#fff;
background: url('http://up.wiki.x.io/wikipedia/commons/c/cb/Bethlehem_Pennsylvania_downtown.jpg') repeat-x center;
border: 1px solid silver;
color: #5A3696;
font-weight: bold;
text-decoration: underline, overline;
margin: 2em 0em 1em 0em;
padding: 0.5em 1em;
vertical-align: middle;
}
.usermessage a {
color:#5A3696
}
/* "From Wikipedia, the free encyclopedia" modification */
#siteSub {
font-family:Trebuchet MS;
font-size: 95%;
}
#p-cactions li
{
border: 2px solid lightgrey;
position: relative;
float: left;
-moz-border-radius-topleft: .5em;
-moz-border-radius-topright: .5em;
}
/* Get rid of the border in the page title */
.firstHeading {
border-bottom:none;
}
/* Replace dotted borders on pre with a solid one. */
#bodyContent pre {
border: 1px solid #aaa;
}
/* Miscellaneous Corner-rounding */
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;
}
#footer {
-moz-border-radius: 6px;
}
/* Link customization */
#bodyContent a:active { font-weight: normal; }
#bodyContent a.interwiki, a.external { color: #002bb8; background:none; }}
#bodyContent a.text { background: display; }
/* Some editing screen modifications */
#editpage-copywarn3, #editpage-copywarn2, #editpage-copywarn {
display: none;
}
input#wpSummary {
width: 50%;
margin-top: 12px;
}
.editHelp {
margin-top:1.25em;
margin-bottom:6px;
}
#wpSave, #wpPreview {
margin-right:1px;
}
#previewnote {
text-decoration: blink;
}
#protectedpagewarning {
-moz-border-radius:.5em;
margin: 0 0 1em;
padding: .6em .6em;
vertical-align: middle;
border: solid #aaaaaa 1px;
font-size:91%;
background-color:#ffffff;
color:#000000;
}
#longpagewarning {
display:none
}
/* Get RID of that annoying fund raiser advert */
#siteNotice {
display:none
}