No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
table.dex { | table.dex { | ||
background-color: #000; | background-color: #000; | ||
border-radius: 10px; | |||
} | } | ||
Revision as of 19:57, 30 November 2015
/* CSS placed here will be applied to all skins */
/* 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 {
background-color: #000;
border-radius: 10px;
}