User:Delldot/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* ------------------- 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 }