diff options
Diffstat (limited to 'frontend/static/css/dump.css')
| -rw-r--r-- | frontend/static/css/dump.css | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/frontend/static/css/dump.css b/frontend/static/css/dump.css new file mode 100644 index 0000000..d0327e7 --- /dev/null +++ b/frontend/static/css/dump.css @@ -0,0 +1,70 @@ +#logo h1 + { + color: #468; + } +#chat a.u + { + color: #f08; + font-weight: bold; + text-shadow: #000 0 0 2px; + } +#chatbg + { + background-color: #000; + opacity: 0.7; + } +#lastlogbg + { + background-color: #000; + opacity: 0.8; + } +#playlistbg + { + background-color: #000; + opacity: 0.8; + } +#chat span a + { + color: #03f; + opacity: 1; + } +#queue li + { + } +#queue li.selected + { + background-color: #000; + } +#queue li span.yt + { + } +#queue li.selected span.yt + { + } +#queue li a + { + color: #f24; + letter-spacing: -1px; + } +#queue li.selected a + { + color: #f08; + } +#queue li span.like + { + color: #bbb; + } +#queue li.selected span.like + { + color: #888; + } +#queue li.liked span.like + { + color: #999; + font-weight: bold; + } +#queue li.selected.liked span.like + { + color: #fff; + font-weight: bold; + } |
