No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
font-family: Verdana,Arial,Helvetica,sans-serif; | font-family: Verdana,Arial,Helvetica,sans-serif; | ||
font-size: 12px; | font-size: 12px; | ||
color: # | color: #fff; | ||
background-color: # | background-color: #a80101; | ||
border: | border: 2px solid #a00101; | ||
border-radius: 10px; | border-radius: 10px; | ||
padding: 0 10px 0 10px; | padding: 0 10px 0 10px; | ||
} | } | ||
Revision as of 20:17, 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 {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
color: #fff;
background-color: #a80101;
border: 2px solid #a00101;
border-radius: 10px;
padding: 0 10px 0 10px;
}