-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterm_fkscss.css
executable file
·79 lines (67 loc) · 1.91 KB
/
term_fkscss.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
@font-face {
font-family: 'FontAwesome';
src: url('./fonts/fontawesome-webfont.eot?v=4.3.0');
src: url('./fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('./fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('./fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('./fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('./fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.message[data-sender='me@localhost']:after {
position:absolute;
top:8px;
right:16px;
}
.message[data-sender='me@localhost'][data-rc='0']:after {
content: "\f00c" !important;
font-family: "FontAwesome";
color: #3498DB;
opacity:0.5 !important;
}
.message[data-sender='me@localhost']:not([data-rc='0']):not([data-rc='undefined']):after {
content: "\f00d"!important;
font-family: "FontAwesome";
color: #BD1550;
opacity:0.5 !important;
}
.message[data-sender='shellbot']:after {
position:absolute;
top:16px;
left:16px;
right: auto;
content: "\f054";
opacity:0.5;
font-size: 0.6em;
line-height: 18px;
font-family: "FontAwesome";
}
.message[data-sender='shellbot']:before {
position:relative;
left: 0.5em;
}
.message[data-sender='helpbot']:after {
position:absolute;
top:16px;
left:16px;
right: auto;
opacity:0.5;
font-size: 0.6em;
line-height: 18px;
font-family: "FontAwesome";
content: "\f128";
}
.message[data-sender='helpbot']:before {
position:relative;
left: 0.5em;
}
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background-color: rgba(0,0,0,0)
}
::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,0.2)
}
.message[data-sender='helpbot']+.message[data-sender='helpbot']:after,
.message[data-sender='helpbot']+.message[data-sender='helpbot']:before {
display:none !important;
}