MediaWiki:Common.css

From fiki
Revision as of 15:23, 8 August 2018 by Samba (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/* CSS placed here will be applied to all skins */


a{
    color: green;
}
a:hover{
    color:yellow;
    text-decoration:underline;
}

table tr th a:visited,table tr td a:visited,{
  color:orangered;
}



table.wikitable > * > tr > td a{
    color:orange;
    text-decoration:underline;
}