User:HouseBlaster/common.css: Difference between revisions – Wikipedia

From Wikipedia, the free encyclopedia

Content deleted Content added


Line 80: Line 80:

.flaggedrevs-pending {

.flaggedrevs-pending {

background-color: inherit !important ;

background-color: inherit !important ;

}

/* Highlight revdel’d parts of revisions in yellow */

.history-deleted {

background-color: PapayaWhip;

}

/* Highlight suppressed parts of revisions in red */

.mw-history-suppressed {

background-color: LightCoral;

}

}


Revision as of 02:28, 11 January 2026

/* <nowiki> */
/* import [[User:HouseBlaster/talklink.css]] */
@import url(https://en.wikipedia.org/w/index.php?title=User:HouseBlaster/talklink.css&action=raw&ctype=text/css);

/* This only runs at CFD; it makes it easy to make sure things have been tagged */
.houseblasterdeletion { border-bottom: 2px solid green; }
.houseblasteremptycategory { border-bottom: 2px dashed green; }

/* Seeing the underline is hard with [[MediaWiki:Gadget-markblocked]]; use a dashed line instead */
.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,

/* Hide BLP edit notice */
.blp-editnotice,

/* Hide AfD help message */
.rootpage-Wikipedia_Articles_for_deletion .afd-help,

/* Hide patrol button */
.patrollink,

/* Hide the [[WP:AN]] edit notice (I know to use {{subst:AN-notice}} and not to request OS there) */
#admin_noticeboard_editnotice,

/* Hide ECR edit request banner
.ECR-edit-request-warning, */

/* Hide the "don't post at the Proposed decision editnotice" from [[Template:Editnotices/Group/Wikipedia:Arbitration]] */
#arbpropdec,

/* Hide the js warning */
#jswarning,

/* Hide the CSS preview box */
#usercsspreview-box,

/* Hide file namespace default editnotice */
#file-namespace-editnotice,

/* Hide file talk namespace default editnotice */
#filetalk-namespace-editnotice,

/* Hide category namespace default editnotice */
#category-namespace-editnotice,

/* Hide talkspace default editnotice */
#talkpagetext,

/* Hide pagetriage-welcome */
#pagetriage-welcome,

/* Hide talkheader-body */
.talkheader-body,

/* Hide twinkle-config-headerbox */
#twinkle-config-headerbox {
	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;}

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

/* Highlight revdel'd parts of revisions in yellow */
.history-deleted {
	background-color: PapayaWhip;
}

/* Highlight suppressed parts of revisions in red */
.mw-history-suppressed {
	background-color: LightCoral;
}

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

/* </nowiki> */

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top