-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.json
114 lines (99 loc) · 3.8 KB
/
theme.json
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"colors": {
"chat": {
"ambassador": "#89BE6C",
"bouncer": "#AC76FF",
"cohost": "#AC76FF",
"residentdj": "#AC76FF",
"host": "#CC00CC",
"manager": "#AC76FF"
}
},
"css": {
"rule": {
"#chat .emote, #chat .mention, #chat .message, #chat .moderation, #chat .skip, #chat .system, #chat .update, #chat .welcome": {
"-webkit-animation":"fadein 0.35s",
"-moz-animation":"fadein 0.35s",
"-ms-animation":"fadein 0.35s",
"-o-animation":"fadein 0.35s",
"animation":"fadein 0.35s"
},
"#chat .message:nth-child(2n+1),#chat .mention:nth-child(2n+1),#chat .skip:nth-child(2n+1),#chat .moderation:nth-child(2n+1),#chat .emote:nth-child(2n+1),#chat .update:nth-child(2n+1),#chat .welcome:nth-child(2n+1)":{
"-webkit-animation":"fadein 0.35s",
"-moz-animation":"fadein 0.35s",
"-ms-animation":"fadein 0.35s",
"-o-animation":"fadein 0.35s",
"animation":"fadein 0.35s"},
"@keyframes fadein":{"from {opacity":"0;}","to {opacity":"1;}"},"@-moz-keyframes fadein":{"from {opacity":"0;}","to {opacity":"1;}"},"@-webkit-keyframes fadein":{"from {opacity":"0;}","to {opacity":"1;}"},"@-ms-keyframes fadein":{"from {opacity":"0;}","to {opacity":"1;}"},"@-o-keyframes fadein":{"from {opacity":"0;}","to {opacity":"1;}"},
".emote.from-527a69dec3b97a5068190b5d": {
"background-color":"rgba(249, 0, 132, 0.20) !important","font-weight":"700","padding-left":"25px","border-left":"#7681FF 3px solid"
},
".message.from-527a69dec3b97a5068190b5d": {
"background-color":"rgba(249, 0, 132, 0.20) !important","font-weight":"700","padding-left":"25px","border-left":"#7681FF 3px solid"
},
"#chat .mention":{
"background-color":"rgba(0, 175, 228, 0.20) !important","font-weight":"700","padding-left":"25px","border-left":"#7681FF 3px solid"
},
"#chat .mention.from-3560111 > i": {
"background-image": "url('http://i.imgur.com/HioCmqo.png') !important",
"background-position": "0 0"
},
"#chat .message.from-3560111 > i": {
"background-image": "url('http://i.imgur.com/HioCmqo.png') !important",
"background-position": "0 0"
},
"#chat .emote.from-3560111 > i": {
"background-image": "url('http://i.imgur.com/HioCmqo.png') !important",
"background-position": "0 0"
},
"#playlist-meta": {
"background-color ": "rgba(40, 44, 53, 0.4)"
},
"#now-playing-bar": {
"background-color ": "rgba(40, 44, 53, 0.4)"
},
"#room-bar": {
"background-color ": "rgba(40, 44, 53, 0.4)"
},
"#room-name": {
"color":"#FFFFFF",
"font-weight":"900"
},
"#room-host": {
"color":"#FFFFFF",
"font-weight":"bold"
},
"#now-playing-media": {
"color":"#FFFFFF",
"font-weight":"900"
},
"#now-playing-dj": {
"color":"#FFFFFF",
"font-weight":"bold"
},
"#now-playing-time": {
"color":"#FFFFFF",
"font-weight":"bold"
},
"#volume": {
"color":"#FFFFFF",
"font-weight":"bold"
},
"#store": {
"background-color ": "rgba(0, 0, 0, 0.5)"
}
}
},
"images": {
"background": "http://i.imgur.com/YPHfUUx.jpg",
"icons": {
"host": "http://i1.theportalwiki.net/img/thumb/7/79/GLaDOS_P2.png/400px-GLaDOS_P2.png"
},
"playback": "http://i.imgur.com/8xFgQmU.png"
},
"rules": {
"allowAutorespond": "true",
"allowAutowoot": "true",
"allowAutojoin": "false"
}
}