User:HouseBlaster/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.
/* Display warning after double redirects */
.redirectMsg .mw-redirect:after {
  content: ' ' 'Double Redirect';
  color: Red;
  font-style: italic;
}

/* Hide copyright warnings */
#editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3,
#editpage-head-copywarn, .editpage-head-copywarn,
#editnotice_BLP_editintro, .ve-ui-mwSaveDialog-license 
{ display: none !important; }

/* Always display orphan tags */
.ambox-Orphan {display: table !important;} 

/* Display Citation Style 1 maintenance messages */
.mw-parser-output .cs1-maint {display: inline !important;} 

/* Display hidden Citation Style 1 error messages */
.mw-parser-output span.cs1-hidden-error {display: inline !important;} 

/* Display Module:Footnotes errors */
.harv-error {display: inline !important;}


/* Hide AfD help message */
.rootpage-Wikipedia_Articles_for_deletion .afd-help { display: none !important; } 

/* Hide file namespace default editnotice */
#file-namespace-editnotice { display: none !important; } 

/* Hide file talk namespace default editnotice */
#filetalk-namespace-editnotice { display: none !important; }

/* Hide category namespace default editnotice */
#category-namespace-editnotice { display: none !important; }

/* Hide talkspace default editnotice */
#talkpagetext { display: none !important; }

/* Hide pagetriage-welcome */
#pagetriage-welcome { display: none !important; }

/* Hide talkheader-body */
.talkheader-body { display: none !important ; }

/* Hide twinkle-config-headerbox 8 */
#twinkle-config-headerbox { display: none !important ; }

/* Reset pending changes review colors to "normal" */
.flaggedrevs-color-0 ,
.flaggedrevs-color-1 ,
.flaggedrevs-unreviewed,
.flaggedrevs-pending {
	background-color: inherit !important ; 
}

/* Hide the js warning */
#jswarning { display: none; }

/* Hide the CSS preview box */
#usercsspreview-box { display: none; }

/* Show hidden messages */
div.sysop-show,
p.sysop-show {
  display: block !important;
}
span.sysop-show,
small.sysop-show {
  display: inline !important;
}
table.sysop-show {
  display: table !important;
}
li.sysop-show {
  display: list-item !important;
}

div.checkuser-show, p.checkuser-show{
	display:block !important;
}
span.checkuser-show, small.checkuser-show{
	display:inline !important;
}
table.checkuser-show{
	display:table !important;
}
li.checkuser-show{
	display:list-item !important;
}

div.abusefilter-helper-show, p.abusefilter-helper-show{
	display:block !important;
}
span.abusefilter-helper-show, small.abusefilter-helper-show{
	display:inline !important;
}
table.abusefilter-helper-show{
	display:table !important;
}
li.abusefilter-helper-show{
	display:list-item !important;
}
div.abusefilter-show, p.abusefilter-show{
	display:block !important;
}
span.abusefilter-show, small.abusefilter-show{
	display:inline !important;
}
table.abusefilter-show{
	display:table !important;
}
li.abusefilter-show{
	display:list-item !important;
}

div.templateeditor-show,
p.templateeditor-show { 
  display: block !important;
}
span.templateeditor-show,
small.templateeditor-show { 
  display: inline !important;
}
table.templateeditor-show { 
  display: table !important;
}
li.templateeditor-show { 
  display: list-item !important;
}

/* But still hide redlinked editnotices */
.editnotice-area .editnotice-redlink {
  display: none !important;
}

/* Flag deprecated HTML, copied from [[User:Tamzin/common.css]] */
tt, center, dir, font, menu, xmp { 
	text-decoration: underline red solid;
}
strike {
	text-decoration: line-through red;
}