User:Andy M. Wang/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:Andy M. Wang/common.js. |
/* Show CS1 error messages */
.citation-comment { display: inline !important; }
/* Show orphan tag even if dated */
.ambox-Orphan { display: table !important; }
/* Color redirects */
.mw-redirect { color: #07A; }
/* Hide rollback link on watchlist */
.page-Special_Watchlist .mw-rollback-link { display:none; }
/* Reduce Geonotice font size */
#watchlist-message .geonotice span { font-size: 100.0%; }
/* Reduce generic watchlist-message font size */
#watchlist-message li { font-size: 90.0%; }
/* Enable edit links on stub and banner templates */
.stub .navbar,
.wpb .navbar { display:inline !important; }
/* Protected text area */
.mw-textarea-protected,
.mw-textarea-protected + .ui-resizable .ace_content,
.ns-8 textarea,
.ns-8 .ace_content {
background-color: #fff0f0 !important;
}
/* Show items with class="sysop-show" */
div.sysop-show:not(.templateeditor-show):not(.extendedmover-show),
p.sysop-show:not(.templateeditor-show):not(.extendedmover-show) {
display: block !important;
background-color: #FF9 !important;
border: 1px dashed #F93 !important;
}
span.sysop-show:not(.templateeditor-show):not(.extendedmover-show),
small.sysop-show:not(.templateeditor-show):not(.extendedmover-show) {
display: inline !important;
background-color: #FF9 !important;
border: 1px dashed #F93 !important;
}
table.sysop-show:not(.templateeditor-show):not(.extendedmover-show) {
display: table !important;
background-color: #FF9 !important;
border: 1px dashed #F93 !important;
}
li.sysop-show:not(.templateeditor-show):not(.extendedmover-show) {
display: list-item !important;
background-color: #FF9 !important;
border: 1px dashed #F93 !important;
}