Jump to content

User:Jackmcbarn/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.
[class*=' watchlist-1-'] {
    opacity: 0.67;
}

#tw-revert strong+strong+strong
{
    display: none;
}

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

.mw-parser-output span.brokenref {display: inline !important;}

/* Copied from MediaWiki:Group-sysop.css with modifications */
 
/* Show hidden items that have class="sysop-show" and such. */
div.checkuser-show, p.checkuser-show,
div.sysop-show, p.sysop-show,
div.patroller-show, p.patroller-show,
div.templateeditor-show, p.templateeditor-show,
div.extendedmover-show, p.extendedmover-show,
div.extendedconfirmed-show, p.extendedconfirmed-show,
div.autoconfirmed-show, p.autoconfirmed-show,
div.user-show, p.user-show {
  display: block !important;
}
span.checkuser-show, small.checkuser-show,
span.sysop-show, small.sysop-show,
span.patroller-show, small.patroller-show,
span.templateeditor-show, small.templateeditor-show,
span.extendedmover-show, small.extendedmover-show,
span.extendedconfirmed-show, small.extendedconfirmed-show,
span.autoconfirmed-show, small.autoconfirmed-show,
span.user-show, small.user-show {
  display: inline !important;
}
table.checkuser-show,
table.sysop-show,
table.patroller-show,
table.templateeditor-show,
table.extendedmover-show,
table.extendedconfirmed-show,
table.autoconfirmed-show,
table.user-show {
  display: table !important;
}
li.checkuser-show,
li.sysop-show,
li.patroller-show,
li.templateeditor-show,
li.extendedmover-show,
li.extendedconfirmed-show,
li.autoconfirmed-show,
li.user-show {
  display: list-item !important;
}

.sysop-show {
  border-style: ridge !important;
  border-color: #00ff00 !important;
  border-width: 3px !important;
}

.checkuser-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
  border-style: ridge !important;
  border-color: #ffaa00 !important;
  border-width: 3px !important;
}

/* End copy */