-
Notifications
You must be signed in to change notification settings - Fork 25
/
chatassist.css
118 lines (104 loc) · 2.28 KB
/
chatassist.css
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
115
116
117
118
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
.chat_platform_error {
width: 16px;
margin-right: 5px;
content: url('./img/icon_error_small.png');
vertical-align: middle;
}
.chat_platform_warning {
width: 16px;
margin-right: 5px;
content: url('./img/icon_warning_small.png');
vertical-align: middle;
}
.chat_platform_info {
width: 16px;
margin-right: 5px;
content: url('./img/icon_info_small.png');
vertical-align: middle;
}
.chat_platform_mixer {
width: 16px;
margin-right: 5px;
content: url('./img/icon_mixer_small.png');
vertical-align: middle;
}
.chat_platform_none {
width: 16px;
margin-right: 5px;
content: url('./img/icon_none_small.png');
vertical-align: middle;
}
.chat_div_fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #333;
background-repeat: repeat;
box-shadow: 0 0px 20px 20px #333;
}
.fixed_chat {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #333;
background-repeat: repeat;
box-shadow: 0 0px 20px 20px #333;
z-index:9999;
}
.fixed_chat .chat_text_message {
max-height: 100px;
}
.chat_text_message_sticky {
color:white;
width: 90%;
height: auto;
max-height: 200px;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
vertical-align: middle;
}
.chat_text_message_sticky_logo {
font-size: 12px !important;
font-family: Consolas !important;
text-align: center;
color: white;
width: 180px;
height: auto;
max-height: 200px;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
vertical-align: middle;
}
span.logo pre {
transform: scale(0.55,1);
font-size: 12px !important;
font-family: Consolas !important;
text-align: center;
color: white;
width: 100%;
margin-left: -50px;
vertical-align: middle;
}
span.tapiclogo pre {
font-size: 12px !important;
font-family: Consolas !important;
color: white;
width: 100%;
margin-top: -10px;
margin-left: -10px;
vertical-align: middle;
}
span.tapicversionstring pre {
margin-top: -30px;
}
span.backslash {
font-size:12px !important;
font-family:Consolas !important;
}