summaryrefslogtreecommitdiff
path: root/frontend/static/sass/stylesheets/avatar.css
blob: 8173e9af17952fe6c1f49814dca58779d258987e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
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;
}