No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
} | } | ||
table.dex > a:link { | table.dex > a:link,a:visited,a:hover,a:active { | ||
color: #fff; | color: #fff; | ||
text-decoration: none; | |||
} | } |
Revision as of 20:44, 30 November 2015
/* CSS placed here will be applied to all skins */ * { font-family: Verdana,Arial,Helvetica,sans-serif; } /* Table for navigational menu on drop page */ td.nav { opacity: 1; filter: alpha(opacity=100); } td.nav:hover { opacity: 0.5; filter: alpha(opacity=50); } table.dex { color: #fff; text-shadow: 0 0 3px #0f0f0f, 0 0 5px #1a1a1a; box-shadow: 0 0 3px #0f0f0f, 0 0 5px #1a1a1a; background-color: #a80101; border: 2px solid #a00101; border-radius: 10px; padding: 0 10px 0 10px; } table.dex > a:link,a:visited,a:hover,a:active { color: #fff; text-decoration: none; }