Implement new themes; fixes
This commit is contained in:
parent
ac89c87e29
commit
d410b4663d
18 changed files with 15789 additions and 1552 deletions
9
www/css/themes/bootstrap-theme.min.css
vendored
Normal file
9
www/css/themes/bootstrap-theme.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7720
www/css/themes/cyborg.css
Normal file
7720
www/css/themes/cyborg.css
Normal file
File diff suppressed because it is too large
Load diff
24
www/css/themes/default.css
Normal file
24
www/css/themes/default.css
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
body {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
#ytapiplayer {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
#chatheader, #currenttitle, #userlist, #messagebuffer, #plmeta {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #eeeeee !important;
|
||||
}
|
||||
|
||||
.queue_active {
|
||||
background-color: #d9edf7;
|
||||
}
|
||||
|
||||
.profile-box, .user-dropdown {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
8007
www/css/themes/slate.css
Normal file
8007
www/css/themes/slate.css
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue