summaryrefslogtreecommitdiff
path: root/frontend/static/sass/stylesheets/tiny.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/static/sass/stylesheets/tiny.css')
-rw-r--r--frontend/static/sass/stylesheets/tiny.css69
1 files changed, 69 insertions, 0 deletions
diff --git a/frontend/static/sass/stylesheets/tiny.css b/frontend/static/sass/stylesheets/tiny.css
new file mode 100644
index 0000000..a12c01b
--- /dev/null
+++ b/frontend/static/sass/stylesheets/tiny.css
@@ -0,0 +1,69 @@
+/* line 1, ../src/tiny.sass */
+#logo, #form, #logobg, #sitez {
+ opacity: 0;
+ z-index: -20;
+}
+
+/* line 4, ../src/tiny.sass */
+#lastlogbox *, #lastlogbox h4 {
+ font-size: 5px;
+ padding: 1px;
+}
+
+/* line 7, ../src/tiny.sass */
+#lastlogbox {
+ padding: 1px;
+}
+
+/* line 9, ../src/tiny.sass */
+#chat {
+ font-size: 6px;
+ line-height: 120%;
+ overflow-y: hidden;
+}
+/* line 13, ../src/tiny.sass */
+#chat a.u {
+ min-width: 10px;
+}
+/* line 15, ../src/tiny.sass */
+#chat img {
+ max-height: 30px;
+ max-width: 30px;
+}
+
+/* line 18, ../src/tiny.sass */
+#player *, #playlist *, #queue * {
+ font-size: 5px;
+}
+
+/* line 20, ../src/tiny.sass */
+#playlist ul#queue li {
+ padding: 1px;
+}
+
+/* line 22, ../src/tiny.sass */
+#playlist ul#queue li span.like {
+ font-size: 5px;
+}
+
+/* line 24, ../src/tiny.sass */
+#playlist ul#queue li a.user {
+ font-size: 5px;
+}
+
+/* line 26, ../src/tiny.sass */
+nav button {
+ font-size: 10px;
+ padding: 1px;
+ border: 1px solid #888888;
+ min-width: 10px;
+ max-width: 10px;
+ min-height: 10px;
+ max-height: 10px;
+ overflow: hidden;
+}
+
+/* line 35, ../src/tiny.sass */
+*, #chat {
+ overflow: hidden;
+}