This commit is contained in:
calzoneman 2014-02-24 18:25:49 -06:00
parent cc241da5cf
commit 5d9a8a1a3f
10 changed files with 54 additions and 43 deletions

27
www/css/themes/light.css Normal file
View file

@ -0,0 +1,27 @@
body {
background-color: #f5f5f5;
}
#ytapiplayer {
background-color: #000000;
}
#chatheader, #currenttitle, #userlist, #messagebuffer, #plmeta {
background-color: #ffffff;
}
footer {
background-color: #eeeeee !important;
}
.queue_entry {
background-color: #ffffff;
}
.queue_active {
background-color: #d9edf7;
}
.profile-box, .user-dropdown {
background-color: #ffffff;
}