onion/css/main.css

72 lines
1.3 KiB
CSS
Raw Normal View History

2015-05-20 17:35:52 +02:00
#main {
padding-top: 70px;
}
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);
2015-05-27 13:57:11 +02:00
padding: 0;
2015-05-20 17:32:06 +02:00
}
.ascribe-table-header-column {
2015-05-20 17:32:06 +02:00
display: table;
2015-05-27 09:56:26 +02:00
height:3em;
2015-05-27 13:57:11 +02:00
padding: 0;
2015-05-20 17:32:06 +02:00
}
.ascribe-table-header-column > span {
display:table-cell;
vertical-align: middle;
2015-05-20 19:19:57 +02:00
font-family: 'Source Sans Pro';
font-weight: 600;
2015-05-20 17:32:06 +02:00
color: rgba(2, 182, 163, 1);
2015-05-20 19:19:57 +02:00
font-size: 1.4em;
}
.ascribe-table-header-column > span > .glyphicon {
2015-05-21 12:12:25 +02:00
font-size: .5em;
2015-05-20 17:32:06 +02:00
}
2015-05-26 16:48:48 +02:00
/*
2015-05-20 17:32:06 +02:00
.ascribe-table-item:nth-child(even) {
background-color: #F5F5F5;
2015-05-26 16:48:48 +02:00
}*/
2015-05-20 17:32:06 +02:00
2015-05-26 13:14:35 +02:00
/*.ascribe-table-item:hover {
2015-05-20 17:32:06 +02:00
background-color: #EEEEEE;
2015-05-26 13:14:35 +02:00
}*/
2015-05-20 17:32:06 +02:00
.ascribe-table-item-column {
display: table;
2015-05-20 19:19:57 +02:00
font-family: 'Source Sans Pro';
font-size: 1.2em;
2015-05-27 09:56:26 +02:00
height:3em;
2015-05-20 17:32:06 +02:00
}
.ascribe-table-item-column > * {
display:table-cell;
vertical-align: middle;
2015-05-20 17:35:52 +02:00
}
2015-05-27 09:56:26 +02:00
.ascribe-table-item-selected {
background-color: rgba(2, 182, 163, 0.5);
2015-05-26 16:48:48 +02:00
}
2015-05-27 09:56:26 +02:00
.ascribe-table-item-selectable {
cursor: default;
2015-05-27 13:57:11 +02:00
}
.piece-list-toolbar {
height:3em;
}
.no-margin {
margin-right: 0;
margin-left: 0;
}