|
1 | | -div.abp{ |
| 1 | +.abp{ |
2 | 2 | position:relative; |
3 | 3 | } |
4 | 4 | .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; |
| 5 | + -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); |
| 6 | + transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); |
| 7 | + position: absolute; |
| 8 | + display: block; |
| 9 | + overflow: hidden; |
| 10 | + margin: 0; |
| 11 | + border: 0; |
| 12 | + top: 0; |
| 13 | + left: 0; |
| 14 | + bottom: 0; |
| 15 | + right: 0; |
| 16 | + z-index: 9999; |
14 | 17 | touch-callout: none; |
15 | | - -webkit-user-select: none; |
16 | | - -moz-user-select: none; |
17 | | - -ms-user-select: none; |
18 | | - user-select: none; |
| 18 | + -webkit-user-select: none; |
| 19 | + -moz-user-select: none; |
| 20 | + -ms-user-select: none; |
| 21 | + user-select: none; |
19 | 22 | } |
20 | 23 | .abp .container .cmt{ |
21 | | - padding: 3px 0 0 0; |
22 | | - 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; |
| 24 | + -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); |
| 25 | + transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); |
| 26 | + position: absolute; |
| 27 | + padding: 3px 0 0 0; |
| 28 | + margin: 0; |
| 29 | + color: #fff; |
| 30 | + font-family: SimHei, SimSun, Heiti, "MS Mincho", "Meiryo", "Microsoft YaHei", monospace; |
| 31 | + font-size: 25px; |
| 32 | + text-decoration: none; |
| 33 | + text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; |
33 | 34 | -webkit-text-size-adjust: none; |
34 | 35 | -ms-text-size-adjust: none; |
35 | 36 | text-size-adjust: none; |
36 | | - white-space: pre; |
| 37 | + line-height: 100%; |
| 38 | + letter-spacing: 0; |
| 39 | + word-break: keep-all; |
| 40 | + white-space: pre; |
| 41 | + |
37 | 42 | } |
38 | | -.cmt.noshadow{ |
39 | | - text-shadow: none !important; |
40 | | - text-stroke: none !important; |
| 43 | +.abp .container .cmt.noshadow{ |
| 44 | + text-shadow: none; |
41 | 45 | } |
42 | | -.cmt.rshadow{ |
43 | | - text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white !important; |
| 46 | +.abp .container .cmt.rshadow{ |
| 47 | + text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; |
44 | 48 | } |
45 | 49 |
|
46 | 50 | /** Aliases for Chinese named fonts because they don't work on *nix **/ |
|
0 commit comments