techrec/server/static/css/techrec.css

56 lines
794 B
CSS
Raw Normal View History

.centerscreen-container {
display: table;
top: 0;
left: 0;
height: 100%;
width: 100%;
position: fixed;
}
.centerscreen-inner {
text-align: center;
vertical-align: middle;
display: table-cell;
}
.rec-download .fa {
color: green;
}
.rec-failed .fa {
color: red;
}
.pure-button-enorme {
2014-03-07 14:47:09 +01:00
font-size: 300% !important;
}
2014-04-23 21:16:46 +02:00
.pure-button-small {
font-size: 85% !important;
}
.arancione {
color: darkorange;
}
.ongoing-all {
background: #eeeeee;
border-radius: 2em;
}
.ongoing-one {
margin: 1em;
}
.ongoing-one:nth-child(even) {
background: #cccccc;
}
.ongoing-one:nth-child(odd) {
background: #dddddd;
}
2014-04-23 21:16:46 +02:00
/* Archive */
#ongoing-recs-table td {
text-align: center;
}
#ongoing-recs-table td:first-child {
text-align: left;
}
#ongoing-recs-table td:last-child {
text-align: right;
}