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.
/* __NOINDEX__ */
/*<pre><nowiki>*/
 
/* ##### NOTES ##### */
/* .class */
/* #id */
 
/* ##### MISC NOTICES ##### */
/* Hides the best of WP comments vote notice */
   #fpchide { display: none; }

/* Vector changeover links / notices */
   #pt-prefswitch-link-on { display: none; }
   #pt-prefswitch-link-anon { display: none; }
 
/* ##### FUNDRAISING ##### */
/*   Removes fundraiser banners */
   #n-variablepage { display: none; }
   #mpbanner { display: none; }
   #fundraising { display:none; }
   #pabanner { display:none; }
   #sitenotice { display:none; }
 
   #sitenotice-fundraiser { display:none; }
   #siteNoticeBig { display:none; }
   .siteNoticeBig { display:none; }
   #siteNoticeSmall { display:none; }
   .fundraiser-folded { display:none; }
   #n-sitesupport { display:none; }
 
/* ##### MEETUP INFO ##### */
   #WN_GEON { display: none; }
   #WN_GEONP { display: none; }
   #geonoticeNYCmail { display: none; }
   #geonoticeBostonWikinotice { display: none; }
   #geonoticeAmbassadorsNewYorkNewJersey { display: none; }
   #mw-dismissable-notice { display: none; } /* Wikimania advert */


   #centralNotice { display: none; } /* Help build Wikimedia and sister projects header notice */
 
 
/* ##### LOGO ##### */
/* change left sidebar logo - CURRENTLY NOT WORKING PROPERLY */
/* #p-logo a { background: url(http://meta.wikipedia.org/upload/6/6e/Nohat-logo-X-en.png) 35% 50% no-repeat !important; } */
 
/* ##### NEW MESSAGES BOX ##### */
.usermessage { color: #ff0000; }
.usermessage { font-style: italic; }
.usermessage { background-color:#f0f0f0; }
.usermessage { border: 1px solid #000; }
.usermessage { text-decoration: blink; }
/* .usermessage { font-size: 100% } */
/* .usermessage { text-align: center } */
 
/* #### FPC RELATED TWEAKS ### */
/* a way for people to tag and hide when logged in NSFW images */
/* #nsfw { display:none; } */ 
 
/* #### PORTAL HIDING #### */
#p-lang { display:none }
 
/* navigation box */
#n-mainpage-description { display:none } /* Hides main page link in navigation box since logo does the same thing */
#n-contents { display:none } /* Hides Contents page link in navigation box */
#n-featuredcontent { display:none }
#n-currentevents { display:none } /* Hides current events page link in navigation box */
/* Random article link is staying untouched */
 
/* search box */
/* keeping search box untouched */
 
/* interaction box */
#n-aboutsite { display:none }
#n-portal { display:none }

/* recent changes staying the same */
#n-contact { display:none }
#n-sitesupport { display:none }
#n-help { display:none }
 
/* toolbox box */
#t-recentchangeslinked { display:none }
#t-permalink { display:none }

/* Print and Export box */
#p-coll-print_export { display:none }

/* Footer */
#footer { display:none }
 
/* ##### MISC ##### */
/* suppress the person icon by your username */
#pt-userpage { background: none; }   /* APPARENTLY NO LONGER WORKS */
 
/* replace dotted borders on pre with solid */
#bodyContent pre {
    border: 1px solid #aaa;}
 
/* remove ugly white borders around images */
.floatright, .floatleft { border: none; padding: 0.5em; }
 
/* Box used for arbitration committee election notices and such on users' watchlist page */
   #Watchmessagebox { display:none; }



/* ####### CONTENT IMPORTED FROM User:Cat-five/monobook.css ###### */
/* should work if div and span tag names haven't changed */

/* Hides special chars insertion box */
#editpage-specialchars { display: none; }

/* Hides confirm email notice */
#confirmemail { display: none }
 
/* Hides javacript/css warning box when viewing or editing your .jss or .css page */
#jswarning { display:none }

/* Another copyvio warning for the edit screen I'm trying to hide */
.editpage-head-copywarn { display:none }

/* Hide Template:Wikipedia ads */
.qxz-ads { display: none }


/* #### A FEW THINGS FROM User:Nihiltres/monobook.css that I'm trying out #### */

/* removes some annoying warnings against copyvio */
#editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3 {display:none;}

.mw-plusminus-pos {display: none;}
.mw-plusminus-neg {display: none;}
.mw-plusminus-null {display: none;}
/* remove annoying watchlist numbers, they don't help me much */
 
a:visited {color: #3D3696;}
/* make visited blue link colour less purple */

/* #### END IMPORTED CONTENT #### */


/* #### LEFT SIDEBAR LANGUAGE SECTION TWEAKS #### */
/* Remove language section of left sidebar */
.uls-settings-trigger {display: none;}

/* Remove edit link on the left bar language section */
.wbc-editpage {display: none;}


/* ##### DANGEROUS EXPERIMENTAL STUFF ##### */

/* Removes Wikimedia shop and contact page links */
#n-shoplink, #n-contactpage {display:none;}

/*</nowiki></pre>*/
__NOINDEX__
__NOTOC__
__NOEDITSECTION__

{} /* for whatever reason, it does not like not having a left and right brace here at the end