summaryrefslogtreecommitdiff
path: root/frontend/static/sass/stylesheets/glitter.css
diff options
context:
space:
mode:
authorroot <root@lalalizard.com>2012-11-26 12:05:40 -0500
committerroot <root@lalalizard.com>2012-11-26 12:05:40 -0500
commitef51b60c6481254d88c5fc3c34f4127b7f881a58 (patch)
tree42a9596a7d53951d2a10f60fea4c2854fc9348af /frontend/static/sass/stylesheets/glitter.css
parentddc5b25b4a47ef8175aced9c06fc1767d004e826 (diff)
Frontend static/ folder
Diffstat (limited to 'frontend/static/sass/stylesheets/glitter.css')
-rw-r--r--frontend/static/sass/stylesheets/glitter.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/frontend/static/sass/stylesheets/glitter.css b/frontend/static/sass/stylesheets/glitter.css
new file mode 100644
index 0000000..3690a2d
--- /dev/null
+++ b/frontend/static/sass/stylesheets/glitter.css
@@ -0,0 +1,29 @@
+/* line 1, ../src/glitter.sass */
+#chat *, #chat span, #chat span a {
+ font-size: 30px;
+ line-height: 38px;
+ text-shadow: black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px, black 0 0 5px;
+ font-family: papyrus, comic sans, comic sans ms, sans-serif;
+ letter-spacing: -1px;
+ overflow: hidden;
+}
+
+/* line 8, ../src/glitter.sass */
+#heading img {
+ position: relative;
+ top: -35px;
+ left: -18px;
+ z-index: 47;
+}
+
+/* line 13, ../src/glitter.sass */
+#likebutton {
+ position: relative;
+ top: -90px;
+ left: -16px;
+}
+
+/* line 17, ../src/glitter.sass */
+#chat a.u {
+ font-size: 24px;
+}