From ef51b60c6481254d88c5fc3c34f4127b7f881a58 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 26 Nov 2012 12:05:40 -0500 Subject: Frontend static/ folder --- frontend/static/css/dump.css | 70 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 frontend/static/css/dump.css (limited to 'frontend/static/css/dump.css') 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; + } -- cgit v1.2.3-70-g09d2