radiaSRT/css/radia.css

37 lines
462 B
CSS
Raw Normal View History

2011-12-22 18:04:02 +05:30
body {
2011-12-22 18:18:58 +05:30
background: #333;
2011-12-22 18:04:02 +05:30
color: #ccc;
2011-12-22 18:09:57 +05:30
width: 100%;
2011-12-22 18:04:02 +05:30
font-size: 14px;
2011-12-22 18:15:22 +05:30
font-family: "DejaVu Sans", Arial, sans-serif;
2011-12-22 18:04:02 +05:30
}
.container {
margin-bottom: 8px;
}
.title {
2011-12-22 18:20:30 +05:30
color: #fff;
2011-12-22 18:04:02 +05:30
cursor: pointer;
}
.counter {
2011-12-22 18:20:30 +05:30
color: #DAB494;
2011-12-22 18:04:02 +05:30
font-size: 12px;
font-weight: bold;
}
.time {
2011-12-22 18:18:58 +05:30
font-size: 11px;
font-family: monospace;
2011-12-22 18:04:02 +05:30
}
2011-12-22 18:09:57 +05:30
.srt {
width: 60%;
margin-left: 12px;
}
2011-12-22 18:31:25 +05:30
.btnsContainer {
margin-bottom: 8px;
}