-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
58 lines (56 loc) · 1.18 KB
/
style.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
div.abp{
position:relative;
}
.abp .container{
overflow:hidden;
display:block;
z-index:9999;
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
border:0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.abp .container .cmt{
padding:3px 0 0 0;margin:0;
line-height:100%;
font-family:Simhei,Simsun,Heiti,"MS Mincho","Meiryo","Microsoft Yahei",monospace;
text-decoration:none;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
color:#fff;
letter-spacing:0;
font-size:25px;
position:absolute;
word-break:none;
text-wrap:none;
-webkit-text-size-adjust: none;
text-size-adjust: none;
white-space: pre;
}
.cmt.noshadow{
text-shadow: none !important;
-webkit-text-stroke: none !important;
}
.cmt.rshadow{
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white !important;
}
/** Here because some UP-ers use chinese font names, and some of us are on Linux **/
@font-face{
font-family: "\9ED1\4F53";
src:local('SimHei');
}
@font-face{
font-family: "\5B8B\4F53";
src:local('SimSun');
}
@font-face{
font-family: "\5E7C\5706";
src:local('YouYuan');
}