artica 7a9684f23c Changed the format of the .css files
Former-commit-id: a0dce3fe780031105396a8439c83d520197670af
2019-01-30 12:42:16 +01:00

43 lines
586 B
CSS

/* countdown styles */
#countdown {
border: 1px dotted #990000;
width: 200px;
margin-bottom: 5px;
}
.countdown_row {
clear: both;
width: 200px;
text-align: center;
}
.countdown_show1 div {
width: 100%;
}
.countdown_show2 div {
width: 50%;
}
.countdown_show3 div {
width: 33%;
}
.countdown_show4 div {
width: 25%;
}
.countdown_show5 div {
width: 20%;
}
.countdown_show6 div {
width: 16%;
}
.countdown_show7 div {
width: 14%;
}
.countdown_section {
float: left;
font-size: 75%;
}
.countdown_amount {
font-size: 200%;
}
.countdown_descr {
width: 200px;
}