Jump to content

User:2NumForIce/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.
/* Script settings */
/* Navigation Popups; make it feel more like default Page Previews */
.navpopup {
	font-family: sans-serif !important;
}
.popupPreview {
	font-size: 13px !important;
	line-height: 16px;
}
.popup_mainlink {
	font-size: 15px !important;
	font-family: 'Linux Libertine','Georgia','Times','Source Serif Pro',serif !important;
}

/* turn off noob stuff */
.afd-help, .contenttranslation-summary, .talkheader-body, .editpage-head-copywarn { display: none !important; }

/* show normally admin/TE/PM-only editnotice redlink (useful for PIA editnotices) */
.editnotice-link, .editnotice-redlink {display: block !important;}

/* Disable showing email on [[Special:Homepage]] */
.growthexperiments-homepage-module-startemail {display: none;}

/* shows CS1 warnings */
.mw-parser-output span.cs1-hidden-error {display: inline;}

/* [[User:2NumForIce/Dashboard]] */
.twonum-dash-irc-help-direct {display: inline !important;}

/* Super Secret (if it's on something as public as wikipedia then it's not) Teahouse Navbar (not in use; could be back?) */
#teahouseNavbar {display: block !important;} /* Adds the hidden host navbox to your Teahouse pages */

/* Custom pain mage */
#articlecount {font-size: 125% !important;}
#mp-welcome, #mp-free {display: none !important;}

/* This hides images from specific pages

Syntax: .page-Example img {display: none;}
              replace Example with page name
              If it has spaces or special characters
              (anything not a letter or number
              use underscores */

.page-Sexual_intercourse img {display: none;}
.page-Help_Options_to_hide_an_image img {display: none;}