User:Test84user/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:Test84user/monobook.js. |
/* Wikipedia:Persondata#Viewing persondata */
table.persondata {display:table !important;}
/* from [[User:Davidgothberg]], minus li#pt-userpage */
/* Turn off several things for faster page rendering. */
body { /* Turn off the large page background image. */
background: #f9f9f9;
}
#p-logo, /* Turn off the Wikipedia logo. */
#footer { /* Turn off the page footer. */
display: none;
}
#column-one { /* Move the left menus up since no Wikipedia logo now. */
padding-top: 21px;
}
/* From [[User:Quiddity]] */
/* Hide stuff */
#minoredit_helplink {display:none}
#wpSummaryLabel {display:none}
#editpage-copywarn {display:none}
#editpage-copywarn2 {display:none}
#editpage-copywarn3 {display:none}
#siteSub {display:none !important} /* Hide sitewide subtitle (From Wikipedia, the...) */
li#pt-userpage {background:none} /* Turn off the small user image at top of page. */
/* from [[User:TheDJ]], to adjust for missing siteSub tagline */
#bodyContent { position:relative; }
topicon {
top:-2em !important;
}
#coordinates{
top:-0em !important;
right: 0px !important;
}
/* Show stuff */
.asof-tag { display: inline !important; } /* Show all links for [[Wikipedia:As of]] */
span.referencenecessary { background:yellow;color:black !important; } /* highlight spanned text for [[Template:Reference necessary]] */