/* See also [[MediaWiki:Monobook.css]], [[MediaWiki:Common.css]], http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/skins/monobook/main.css, [[Wiktionary:Customizing your monobook]] */
/*
<pre>
*/
/* try a more dictionary-like font */
#content { font-family: "Arial"; font-size: 10pt }
/* keep the wiki font for "interface" parts of articles */
/* (h1) etc and (div) catlinks */
h1, h2, h3, h4, h5, h6 { font-family: sans-serif }
#catlinks { font-family: sans-serif }
/* Hide the navigation bar items I don't use */
/*
#n-mainpage-text { display: none }
#n-portal { display: none }
#n-requestedarticles { display: none }
#n-randompage { display: none }
#n-discussionrooms { display: none }
#n-currentevents { display: none }
#n-help { display: none }
#n-sitesupport { display: none }
*/
/* set auto width for my nav bar items with multiple links */
.autowidth a { width: auto !important; display: inline !important }
/* Hide the "charinsert" stuff */
/*#specialchars { display: none }*/
/* Hide the copyright because I like the edit tools close */
#editpage-copywarn { display: none }
/** citation tab support **/
/* citation tab same group as article and discussion */
li#ca-talk { margin-right: 0.5em; }
li#ca-edit { margin-left: 1.6em; } /* move edit tab right rather than talk tab left */
/* #002bb8 for existing, #ba0000 for new; so #5d155c for unknown */
#p-cactions .dunno a { color: #5d155c; }
/* show me the serial commas */
.serial-comma { display: inline }
/* show me the periods after gender abbreviations */
.gender-period { display: inline }
/* hide Connel's Gutenburg rankings */
#rank { display: none }
/* make redirects stand out in special:allpages */
.allpagesredirect a { color:#000000 }
.allpagesredirect { text-decoration: line-through }
/* hide list numbers in OL lists with only one entry */
/* .ns-0 ol.single-entry-list { margin-left: 0; padding-left: 1em } */
.ns-0 ol.single-entry-list li { list-style-type: none }
/* Test disambig-see-also styles */
.disambig-see-also b, .disambig-see-also-2 b { font-style: italic; font-weight: normal }
/* see also lists without final and: 1, 2, 3; 1, 2, 3 */
.disambig-see-also .serial-comma, .disambig-see-also-2 .serial-comma { display: inline }
.disambig-see-also .serial-and, .disambig-see-also-2 .serial-and { display: none }
/* see also lists with serial comma and "and": 1, 2, and 3; 1 and 2 */
/* .disambig-see-also .serial-comma { display: inline } */
/* .disambig-see-also-2 .serial-comma { display: none } */
/* .disambig-see-also .serial-and, .disambig-see-also-2 .serial-and { display: inline } */
/* see also lists with final "and" but no serial comma: 1, 2 and 3; 1 and 2 */
/* .disambig-see-also .serial-comma, .disambig-see-also-2 .serial-comma { display: none } */
/* .disambig-see-also .serial-and, .disambig-see-also-2 .serial-and { display: inline } */
/* hide all the wikipedia sister-project links other than wikipedia */
.sister-project { display: none }
.sister-wikipedia { display: block }
/* show optional Russian stress-marks */
.ru-stress { display: inline }
/* i hate it indented even if connel wants to force it upon us */
.disambig-see-also, .disambig-see-also-2 { text-indent: 0 }
/* for testing soft see templates */
.disambig-see-also, .disambig-see-also-2 { background-color: #fff0f0 }
/* spelling variants */
.spelling-var-en-uk-us .var-en-uk { display: inline !important }
.spelling-var-en-uk-us .var-en-us { display: none !important }
/* regional synonyms */
.regional-syn-en-uk-us .syn-en-uk { display: inline !important }
.regional-syn-en-uk-us .syn-en-us { display: none !important }
/* TTBC categories */
.cat-ttbc { display: none }
/* section styles */
.ht-lang-en { background-color: #ff0000 }
.ht-pos { background-color: #00ff00 }
.ht-hw { background-color: #0000ff }
.ht-defs { background-color: #ffff00 }
.ht-see { background-color: #ff00ff }
.ht-lang-es { background-color: #ff7777 }
.ht-lang-es .ht-pos { background-color: #007700 }
.ht-lang-es .ht-hw { background-color: #000077 }
.ht-lang-es .ht-defs { background-color: #777700 }
.ht-lang-es .ht-see { background-color: #770077 }
/* special colours for personal sidebar */
#p-personalised a.dunno { color: #808080 }
/*
</pre>
*/