This commit is contained in:
Sanj 2011-12-22 18:18:58 +05:30
parent 40f08c39a5
commit bf7d7f40de

View File

@ -1,5 +1,5 @@
body { body {
background: #000; background: #333;
color: #ccc; color: #ccc;
width: 100%; width: 100%;
font-size: 14px; font-size: 14px;
@ -11,7 +11,7 @@ body {
} }
.title { .title {
color: #D7FF00; color: #DAB494;
cursor: pointer; cursor: pointer;
} }
@ -22,7 +22,8 @@ body {
} }
.time { .time {
font-size: 11px;
font-family: monospace;
} }
.srt { .srt {