User:Delldot/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:Delldot/monobook.js. |
/* ------------------- Getting rid of text in edit windows, history, etc ------------------- */
span#wpSummaryLabel { display: none }
div#talkpagetext { display: none }
span.editHelp { display: none }
div#difference { display: none }
div.mw-tos-summary { display: none }
table#newarticletext { display: none }
/* gets rid of the text near an edit window that's all "don't upload copyrighted content or we'll send goblins to cut off your toes" */
div#editpage-copywarn { display: none }
div.editpage-head-copywarn { display: none }
div#editpage-copywarn3 { display: none }
div#editpage-copywarn2 { display: none }
/* gets rid of the "what's this?" link by minor edits */
span#minoredit_helplink { display: none }
/* get rid of the text by the edit window in a nonexistent page */
div#newarticletext { display: none }
/* get rid of the "this is a talk page" business when editing talk pages */
table#talkpagetext { display: none }
/* ---------------------- getting rid of links in left panel ---------------------- */
/*get rid of "About Wikipedia" link in interaction box in left panel*/
li#n-aboutsite { display: none }
/*get rid of "Contact Wikipedia" link in interaction box in left panel*/
li#n-contact { display: none }
/*get rid of "Donate to Wikipedia" link in interaction box in left panel*/
li#n-sitesupport { display: none }
/*get rid of "Help" link in interaction box in left panel*/
li#n-help { display: none }
/*get rid of "Community Portal" link in interaction box in left panel*/
li#n-portal { display: none }
/*get rid of "contents" link in navigation box in left panel*/
li#n-contents { display: none }
/*get rid of "Featured content" link in navigation box in left panel*/
li#n-featuredcontent { display: none }
/*get rid of "current events" link in navigation box in left panel*/
li#n-currentevents{ display: none }
/* ----------------color and style changes---------------------- */
/* get rid of the little person in front of my username */
li#pt-userpage { background: none }
/* turn visited links greenish */
a:visited { color: #008faa; }
/* background color for all namespaces is white */
#content { background-color: #FFFFFF }
/* ------------------ignoring divs set in pages--------------------*/
div.aiv-header { display: none }
div.tfd-header { display: none }