Jump to content

User:Huntster/monobook.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.
@import url('//en.wikipedia.org/w/index.php?action=raw&ctype=text/css&title=MediaWiki:Gadget-navpop.css');

table.persondata {display:table;}

/* standard link colors */
.mw-body-content a:link          { color: #0000FF; } /* normal unvisited links */
.mw-body-content a:link:visited  { color: #7000AA; } /* visited links */
.mw-body-content a:visited       { color: #7000AA; }
.mw-body-content a:link:active   { color: #FF0000; } /* active links */
.mw-body-content a:link.new      { color: #FF0000; } /* new links */
.mw-body-content a:link.extiw    { color: #3366BB; } /* interwiki links */
.mw-body-content a:link.external { color: #3366BB; } /* external links */
.mw-body-content a:link.stub     { color: #772233; } /* hovered links */
.mw-body-content a:mw-redirect   { color:green; font-weight:bold; }
.diffchange                      { color:red; font-weight:bold; border:1px dotted red; }

/* Hide some twinkle
li#tw-arv         {display:none;}
li#tw-lastdiff    {display:none;}
li#tw-unlink      {display:none;}
li#tw-deli        {display:none;}
li#tw-batch       {display:none;}
li#tw-pbatch      {display:none;}
li#tw-batch-undel {display:none;} */

/* David's tighter page top tabs, v0.4, for MonoBook.
   Change only the second value if several values. */
#p-cactions                  {padding-left:.6em;}             /* Outside left of first tab. */
#p-cactions li               {margin:0 .3em 0 0;}             /* Outside of all tabs. */
#p-cactions li a             {padding:0 .6em .3em;}           /* Inside of all tabs. */
#p-cactions #ca-addsection a {padding:0 .6em .3em;}           /* Inside "+/new section". */
#p-cactions li.selected a    {padding:0 1em .2em!important;}  /* Inside current tab. */
  /* Extra outside space to distinguish the tab groups. */
li#ca-talk, li#ca-history    {margin-right: 1.0em;}
li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {margin-left: 1.0em;}

/* Anomie's LinkClassifier codes, modified from 19 October 2010 23:01 version.
   Linkback: [[User:Anomie/linkclassifier.css]] */
A.stubcls            { color:#5c2bb8; }
A.new                { color:#cc2200; }
A.self-redirect      { background-color:#88ff88; }
A.disambiguation     { background-color:#ffff88; }
A.intentional-disambiguation { background-color:#ffffcc; }
A.soft-redirect-cats { background-color:#ffff88; }
A.deletion           { color:#ff0088; }
A:visited            { color:#00155c; }
A.unprintworthy:not(.unprintworthy-shortcut) { outline:1px dotted #ff0000; }
/* A                  { color:#002bb8; } */
/* A.redirect         { color:#00bb00; } */
/* A.stubcls:visited  { color:#552c50; } */
/* A.new:visited      { color:#aa4444; } */
/* A.redirect:visited { color:#227722; } */
/* A.deletion:visited { color:#cc2277; } */
/* A.broken-redirect  { color:#cc2200; background-color:#88ff88; } */
/* A.broken-redirect:visited { color:#aa4444; background-color:#88ff88; } */

A.image.redirect         > IMG { outline:1px solid #00bb00; } /* Doesn't work; generated link goes to redirect target */
A.image.nonfree-media    > IMG { outline:1px solid #ff0000; }
A.image.deletion         > IMG { outline:1px solid #ff0088; }
A.image.deletion:visited > IMG { outline:1px solid #cc2277; }

.mw-parser-output span.cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */
.mw-parser-output span.cs1-hidden-error {display: inline;} /* display hidden Citation Style 1 error messages */