1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 21:52:08 +02:00
onion/css/main.css

44 lines
843 B
CSS
Raw Normal View History

2015-05-20 17:32:06 +02:00
/* Taken from http://stackoverflow.com/a/20548578 */
.vcenter {
display: inline-block;
vertical-align: middle;
float: none;
}
.ascribe-table-header-row {
border-bottom: 2px solid rgba(2, 182, 163, 0.5);
border-top: 2px solid rgba(2, 182, 163, 0.5);
}
.ascribe-table-header-column {
2015-05-20 17:32:06 +02:00
display: table;
font-weight: bold;
2015-05-20 17:32:06 +02:00
height:4em;
}
.ascribe-table-header-column > span {
display:table-cell;
vertical-align: middle;
font-family: 'mercury_light';
color: rgba(2, 182, 163, 1);
font-size: 1.25em;
}
.ascribe-table-item:nth-child(even) {
background-color: #F5F5F5;
}
.ascribe-table-item:hover {
background-color: #EEEEEE;
}
.ascribe-table-item-column {
display: table;
height:4em;
}
.ascribe-table-item-column > * {
display:table-cell;
vertical-align: middle;
}