No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
} | } | ||
/* | /* Other tables */ | ||
table | table { | ||
font-size: 10px; | |||
text-align: center; | |||
width: 100%; | |||
- | margin-bottom: 10px; | ||
} | } | ||
th | th { | ||
background-color: # | background-color: #bebebe; | ||
} | } | ||
.table-striped { | |||
border: 1px solid #c2c0c0; | |||
border-radius: 10px; | |||
overflow: hidden; | |||
} | } | ||
.table-striped tbody > tr:nth-of-type(odd) { | |||
background-color: #d7d7d7; | |||
background-color: # | |||
} | } | ||
Revision as of 00:08, 28 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);
}
/* Other tables */
table {
font-size: 10px;
text-align: center;
width: 100%;
margin-bottom: 10px;
}
th {
background-color: #bebebe;
}
.table-striped {
border: 1px solid #c2c0c0;
border-radius: 10px;
overflow: hidden;
}
.table-striped tbody > tr:nth-of-type(odd) {
background-color: #d7d7d7;
}