forked from pcsaito/iOS-BetaBuilder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.css
34 lines (30 loc) · 871 Bytes
/
main.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
body {
background:#FFF;
margin:0;
padding:0;
text-align:center;
padding:10px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 20px;
color: #45BCE6;
font-weight: 200;
}
#container {}
strong {color:#45BCE6;}
.link a img {width: 70%;}
.link.mobile a {
background: #45BCE6;
display: block;
height: 140px;
margin: 0 0px;
line-height: 140px;
color: white;
font-size: 24px;
font-weight: bold;
text-decoration: none;
}
[touch-action="none"]{ -ms-touch-action: none; touch-action: none; }
[touch-action="pan-x"]{ -ms-touch-action: pan-x; touch-action: pan-x; }
[touch-action="pan-y"]{ -ms-touch-action: pan-y; touch-action: pan-y; }
[touch-action="scroll"],[touch-action="pan-x pan-y"],[touch-action="pan-y pan-x"]{ -ms-touch-action: pan-x pan-y; touch-action: pan-x pan-y; }