summaryrefslogtreecommitdiff
path: root/frontend/static/sass/stylesheets/avatar.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/avatar.css
parentddc5b25b4a47ef8175aced9c06fc1767d004e826 (diff)
Frontend static/ folder
Diffstat (limited to 'frontend/static/sass/stylesheets/avatar.css')
-rw-r--r--frontend/static/sass/stylesheets/avatar.css91
1 files changed, 91 insertions, 0 deletions
diff --git a/frontend/static/sass/stylesheets/avatar.css b/frontend/static/sass/stylesheets/avatar.css
new file mode 100644
index 0000000..8173e9a
--- /dev/null
+++ b/frontend/static/sass/stylesheets/avatar.css
@@ -0,0 +1,91 @@
+/* line 1, ../src/avatar.sass */
+table {
+ float: left;
+}
+
+/* line 3, ../src/avatar.sass */
+.avatar-right {
+ left: 250px;
+}
+
+/* line 5, ../src/avatar.sass */
+.message {
+ vertical-align: top;
+}
+
+/* line 7, ../src/avatar.sass */
+.tri {
+ vertical-align: top;
+ height: 100%;
+}
+
+/* line 10, ../src/avatar.sass */
+.triangle-left {
+ width: 0;
+ height: 0;
+ border-top: 10px solid transparent;
+ border-bottom: 5px solid transparent;
+ border-right: 25px solid white;
+ position: relative;
+ top: 10px;
+ left: 5px;
+ margin-left: -16px;
+}
+
+/* line 20, ../src/avatar.sass */
+.triangle-right {
+ width: 0;
+ height: 0;
+ border-top: 10px solid transparent;
+ border-bottom: 5px solid transparent;
+ border-left: 25px solid white;
+ position: relative;
+ top: 10px;
+ margin-left: -12px;
+}
+
+/* line 29, ../src/avatar.sass */
+.message .message-blurb {
+ box-shadow: 2px 2px 10px #112233;
+ max-width: 250px;
+ font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
+ background-color: white;
+ border-top: 2px solid #f0f0f8;
+ border-left: 2px solid #ebeeef;
+ border-right: 2px solid #dddddd;
+ border-bottom: 2px solid #dddddd;
+ -moz-border-radius: 20px;
+ -webkit-border-radius: 20px;
+ padding: 10px;
+ color: #222222;
+ word-wrap: break-word;
+}
+
+/* line 43, ../src/avatar.sass */
+#chat img {
+ max-width: 250px;
+ max-height: 250px;
+}
+
+/* line 46, ../src/avatar.sass */
+#chat .ytlink:hover {
+ color: #ff33cc;
+}
+
+/* line 48, ../src/avatar.sass */
+#chat .ytlink {
+ color: #cc33dd;
+}
+
+/* line 50, ../src/avatar.sass */
+#chat .ytlink.playing {
+ color: #6600bb;
+}
+
+/* line 52, ../src/avatar.sass */
+div.frame {
+ display: inline-block;
+ padding: 2px;
+ height: 300px;
+ overflow: visible;
+}