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
42 lines (41 loc) · 948 Bytes
/
base.css
File metadata and controls
42 lines (41 loc) · 948 Bytes
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
.abp{
position:relative;
}
.abp .container{
transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
position: absolute;
display: block;
overflow: hidden;
margin: 0;
border: 0;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 9999;
touch-callout: none;
user-select: none;
}
.abp .container .cmt{
transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
transform-origin: 0% 0%;
position: absolute;
padding: 3px 0 0 0;
margin: 0;
color: #fff;
font-family: SimHei, SimSun, Heiti, "MS Mincho", "Meiryo", "Microsoft YaHei", monospace;
font-size: 25px;
text-decoration: none;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
text-size-adjust: none;
line-height: 100%;
letter-spacing: 0;
word-break: keep-all;
white-space: pre;
}
.abp .container .cmt.noshadow{
text-shadow: none;
}
.abp .container .cmt.rshadow{
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}