User:2NumForIce/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:2NumForIce/common.js. |
/* 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;}