User:Hippietrail/monobook.css

Note – after saving, you may have to bypass your browser’s cache to see the changes.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

This CSS is applied for Hippietrail to every page, when User:Hippietrail is using the Monobook skin.


/* See also [[MediaWiki:Monobook.css]], [[MediaWiki:Common.css]], http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/skins/monobook/main.css, [[Wiktionary:Customizing your monobook]] */

/* try a more dictionary-like font */
#content { font-family: "Times New Roman" }

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

.HE { font-family: Courier New; color: green; }

/* set auto width for my nav bar items with multiple links */
.autowidth a { width: auto !important; display: inline !important }

/* Hide the templates used section, no longer depends on code */
/* in my .js */
.templatesUsed { display: none !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; }

/** live ajax link checking support **/

/* #002bb8 for (unvisited) blue, #ba0000 for red; so #5d155c for unknown */
a.dunno, #p-personal a.dunno {
        color: #5d155c;
}

/* #5a3696 for (visited) blue, #a55858 for red; so #744777 for unknown */
a.dunno:visited, #p-personal a.dunno:visited {
        color: #744777;
}

/* for pages which exist but lack the section we're looking for */
a.partlynew, #p-personal a.partlynew {
        color: #B88D00;
}

/* for pages which exist but lack the section we're looking for */
a.partlynew:visited, #p-personal a.partlynew:visited {
        color: #826F34;
}

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

/* structure */
.translations:hover { background-color: #ff0000 }
.translations li:hover { background-color: #00ff00 }
.translations li dd:hover { background-color: #7fff74 }

/* ajaxtranslinks.js warning and error colours for translation items */

li.parserror, dd.parserror { background-color: #ffadad }
li.parsewarn, dd.parsewarn { background-color: #ffd6ad }