forked from jabbany/CommentCoreLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.css
More file actions
49 lines (44 loc) · 1.04 KB
/
base.css
File metadata and controls
49 lines (44 loc) · 1.04 KB
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
.abp {
position: relative;
}
.abp .container {
border: 0;
bottom: 0;
display: block;
left: 0;
margin: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
touch-callout: none;
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
user-select: none;
z-index: 9999;
}
.abp .container .cmt {
color: #fff;
font-family: SimHei, SimSun, Heiti, "MS Mincho", "Meiryo", "Microsoft YaHei", monospace;
font-size: 25px;
letter-spacing: 0;
line-height: 100%;
margin: 0;
padding: 3px 0 0 0;
position: absolute;
text-decoration: none;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
text-size-adjust: none;
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform-origin: 0% 0%;
white-space: pre;
word-break: keep-all;
}
.abp .container .cmt.no-shadow {
text-shadow: none;
}
.abp .container .cmt.reverse-shadow {
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.abp .container .cmt.css-optimize {
will-change: transform;
}