radiaSRT/css/radia.css

37 lines
462 B
CSS
Raw Normal View History

2011-12-22 12:34:02 +00:00
body {
2011-12-22 12:48:58 +00:00
background: #333;
2011-12-22 12:34:02 +00:00
color: #ccc;
2011-12-22 12:39:57 +00:00
width: 100%;
2011-12-22 12:34:02 +00:00
font-size: 14px;
2011-12-22 12:45:22 +00:00
font-family: "DejaVu Sans", Arial, sans-serif;
2011-12-22 12:34:02 +00:00
}
.container {
margin-bottom: 8px;
}
.title {
2011-12-22 12:50:30 +00:00
color: #fff;
2011-12-22 12:34:02 +00:00
cursor: pointer;
}
.counter {
2011-12-22 12:50:30 +00:00
color: #DAB494;
2011-12-22 12:34:02 +00:00
font-size: 12px;
font-weight: bold;
}
.time {
2011-12-22 12:48:58 +00:00
font-size: 11px;
font-family: monospace;
2011-12-22 12:34:02 +00:00
}
2011-12-22 12:39:57 +00:00
.srt {
width: 60%;
margin-left: 12px;
}
2011-12-22 13:01:25 +00:00
.btnsContainer {
margin-bottom: 8px;
}