Difference between revisions of "MediaWiki:Common.css"
Line 16: | Line 16: | ||
table.wikitable > * > tr > td a{ | table.wikitable > * > tr > td a{ | ||
− | color: | + | color:orange; |
text-decoration:underline; | text-decoration:underline; | ||
} | } |
Revision as of 15:20, 8 August 2018
/* CSS placed here will be applied to all skins */
a{
color: green;
}
a:hover{
color:yellow;
text-decoration:underline;
}
table tr th a:visited{
color:orangered;
}
table.wikitable > * > tr > td a{
color:orange;
text-decoration:underline;
}