MediaWiki:Common.css: Difference between revisions

From A KoL Wiki
imported>Dehstil
mNo edit summary
imported>Dehstil
m try some
Line 3: Line 3:
a.stub{
a.stub{
  color:#772233;
  color:#772233;
}
a.external{
background:url(http://kol.coldfront.net/thekolwiki/skins/monobook/external.png) center right no-repeat;
color:#3366bb;
padding-right:13px;
}
a.extiw{
color:#3366bb;
}
.plainlinks a{
background:none!important;
color:#0874D0!important;
padding:0!important;
}
}



Revision as of 00:16, 1 November 2006

/*<pre><nowiki>*/

a.stub{
 color:#772233;
}

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

a.extiw{
 color:#3366bb;
}

.plainlinks a{
 background:none!important;
 color:#0874D0!important;
 padding:0!important;
}

.box_tgen a{
 white-space:nowrap;
}

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

.auralonly{
 display:none;
}

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

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