/* 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;
}