MediaWiki:Common.css: Difference between revisions

From A KoL Wiki
imported>Dehstil
m aha! fixed ie image flickering, i hope
imported>Dehstil
m red links should stay red when visited
Line 3: Line 3:
a.stub{
a.stub{
  color:#772233;
  color:#772233;
}
a.new:visited{
color:#b796d0;
}
}



Revision as of 05:12, 7 November 2006

/*<pre><nowiki>*/

a.stub{
 color:#772233;
}

a.new:visited{
 color:#b796d0;
}

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