User:Czar/common.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:Czar/common.js. |
.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; } */