Jump to content

User:Czar/common.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.
.mw-special-Watchlist .mw-rollback-link {
    display: none;
}
.mw-special-Contributions .mw-rollback-link {
    display: none;
}

#newarticletext {
    display: none;
}

a { color: #003153 }

.citation-comment {display: inline !important;} /* show all Citation Style 1 error messages */

/* hide access dates (rather than arguing for a policy change) */
.reference-accessdate {
display: none;
}

/* hide three drop-downs below editor in edit view */
.templatesUsed, .hiddencats, .limitreport { display: none; }
/* hide copyright notice above edit box */
.editpage-head-copywarn { display: none; }
/* hide "From Wikipedia, the free encyclopedia" */
.siteSub { display: none; }

/* hide 2010 editor toolbar and its pixel border 
.wikiEditor-ui-toolbar { display: none; }
.wikiEditor-ui .wikiEditor-ui-top {	border: none; } */