Skip to content

Commit bf43acc

Browse files
committed
Remove vendor prefix because we have autoprefixer
1 parent b07ebd2 commit bf43acc

2 files changed

Lines changed: 35 additions & 39 deletions

File tree

src/base.css

Lines changed: 29 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,39 @@
11
div.abp{
2-
position:relative;
2+
position:relative;
33
}
44
.abp .container{
5-
overflow:hidden;
6-
display:block;
7-
z-index:9999;
8-
position:absolute;
9-
top:0;
10-
left:0;
11-
bottom:0;
12-
right:0;
13-
border:0;
14-
-webkit-touch-callout: none;
15-
-webkit-user-select: none;
16-
-khtml-user-select: none;
17-
-moz-user-select: none;
18-
-ms-user-select: none;
19-
user-select: none;
5+
overflow: hidden;
6+
display: block;
7+
z-index: 9999;
8+
position: absolute;
9+
top: 0;
10+
left: 0;
11+
bottom: 0;
12+
right: 0;
13+
border: 0;
14+
touch-callout: none;
15+
user-select: none;
2016
}
2117
.abp .container .cmt{
22-
padding:3px 0 0 0;margin:0;
23-
line-height:100%;
24-
font-family:Simhei,Simsun,Heiti,"MS Mincho","Meiryo","Microsoft Yahei",monospace;
25-
text-decoration:none;
26-
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
27-
color:#fff;
28-
letter-spacing:0;
29-
font-size:25px;
30-
position:absolute;
31-
word-break:none;
32-
text-wrap:none;
33-
-webkit-text-size-adjust: none;
34-
text-size-adjust: none;
35-
white-space: pre;
18+
padding: 3px 0 0 0;
19+
margin: 0;
20+
line-height: 100%;
21+
font-family: Simhei,Simsun,Heiti,"MS Mincho","Meiryo","Microsoft Yahei",monospace;
22+
text-decoration: none;
23+
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
24+
color: #fff;
25+
letter-spacing: 0;
26+
font-size: 25px;
27+
position: absolute;
28+
word-break: none;
29+
text-wrap: none;
30+
text-size-adjust: none;
31+
white-space: pre;
3632
}
3733
.cmt.noshadow{
38-
text-shadow: none !important;
39-
-webkit-text-stroke: none !important;
34+
text-shadow: none !important;
35+
text-stroke: none !important;
4036
}
4137
.cmt.rshadow{
42-
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white !important;
38+
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white !important;
4339
}

src/fontalias.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/** Here because some UP-ers use chinese font names, and some of us are on Linux **/
22
@font-face{
3-
font-family: "\9ED1\4F53";
4-
src:local('SimHei');
3+
font-family: "\9ED1\4F53";
4+
src:local('SimHei');
55
}
66

77
@font-face{
8-
font-family: "\5B8B\4F53";
9-
src:local('SimSun');
8+
font-family: "\5B8B\4F53";
9+
src:local('SimSun');
1010
}
1111

1212
@font-face{
13-
font-family: "\5E7C\5706";
14-
src:local('YouYuan');
13+
font-family: "\5E7C\5706";
14+
src:local('YouYuan');
1515
}

0 commit comments

Comments
 (0)