MediaWiki:Common.css

From A KoL Wiki
Revision as of 05:18, 7 November 2006 by imported>Dehstil

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/*<pre><nowiki>*/

a.stub{
 color:#772233;
}

a.new:hover, a.new:visited{
 color:#aa89c3;
}

a.external{
 background:url(http://glacier.coldfront.net/kol/thekolwiki/skins/monobook/external.png) center right no-repeat;
 color:#3366bb;
 padding-right:13px;
}

a.extiw{
 color:#3366bb;
}

.plainlinks a.external, 
.plainlinks a.extiw{
 background:none;
 color:#0874D0;
 padding:0;
}

.box_tgen a{
 white-space:nowrap;
}

table#collection{
 margin:1em auto!important;
}

.auralonly{
 display:none;
}

@media aural {
 .auralonly{display:inline;}
}

/*</nowiki></pre>*/