User:GiantSnowman/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:GiantSnowman/common.js. |
.postedit { display: none;}
.mw-changeslist-legend {display: none;}
.mw-rollback-link {
display: none;
}
/* Improve history view, copied from [[User:Cryptic]] */
body.action-history div.oo-ui-panelLayout-framed { margin: 0; padding: 0; border: 0; }
body.action-history div.oo-ui-panelLayout-framed legend { display: none !important; }
body.action-history div.mw-htmlform-field-HTMLDateTimeField label { display: none !important; }
body.action-history div.mw-htmlform-field-HTMLTagFilter label { display: none !important; }
body.action-history div.mw-htmlform-field-HTMLTagFilter #tagfilter input { width: inherit !important; }
body.action-history div.oo-ui-panelLayout-framed div.oo-ui-fieldsetLayout-group > div > div { float: left; margin: 0 10px 0 0; }
body.action-history div.mw-htmlform-field-HTMLCheckField span.oo-ui-checkboxInputWidget-checkIcon { display: none; }
/* consensus on enwiki is against flagged revisions - remove irritating highlight */
.flaggedrevs-unreviewed { background-color: inherit !important; }