User:HouseBlaster/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:HouseBlaster/common.js. |
/* Display warning after double redirects */
.redirectMsg .mw-redirect:after {
content: ' ' 'Double Redirect';
color: Red;
font-style: italic;
}
.houseblasterdeletion { border-bottom: 2px solid green; }
.houseblasteremptycategory { border-bottom: 2px dashed green; }
.user-blocked-partial { border-bottom: 1px dashed; text-decoration: inherit !important ;}
/* 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 patrol button */
.patrollink { display: none !important; }
/* Hide the "dont post at the Proposed decision editnotice" from [[Template:Editnotices/Group/Wikipedia:Arbitration]] */
#arbpropdec { 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.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-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;
}
/* 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;
}