Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: a{ color: green; } a:hover{ color:yellow; text-decoration:underline; }") |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
a:hover{ | a:hover{ | ||
color:yellow; | 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; | text-decoration:underline; | ||
} | } |
Latest revision as of 15:23, 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,table tr td a:visited,{
color:orangered;
}
table.wikitable > * > tr > td a{
color:orange;
text-decoration:underline;
}