You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

36 lines
462 B

body {
background: #333;
color: #ccc;
width: 100%;
font-size: 14px;
font-family: "DejaVu Sans", Arial, sans-serif;
}
.container {
margin-bottom: 8px;
}
.title {
color: #fff;
cursor: pointer;
}
.counter {
color: #DAB494;
font-size: 12px;
font-weight: bold;
}
.time {
font-size: 11px;
font-family: monospace;
}
.srt {
width: 60%;
margin-left: 12px;
}
.btnsContainer {
margin-bottom: 8px;
}