-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault.css
More file actions
113 lines (100 loc) · 1.79 KB
/
default.css
File metadata and controls
113 lines (100 loc) · 1.79 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
HTML {
background: black;
color: #000;
font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
font-size: 8pt;
}
BODY{
font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
font-size: 8pt;
-webkit-touch-callout: none !important;
}
#gameScreen {
width:100%;
}
a {
text-decoration: none;
/* background: #FFFFFF; */
color: #b00;
-webkit-user-select: none !important;
}
a:hover {
text-decoration: none;
/* background: #FFFFFF; */
color: #b00;
-webkit-user-select: none !important;
}
a:visited {
text-decoration: none;
/* background: #FFFFFF; */
color: #b00;
-webkit-user-select: none !important;
}
a:active {
text-decoration: none;
/* background: #FFFFFF; */
color: #b00;
-webkit-user-select: none !important;
}
.btn {
width:42%;
height:42%;
background-color: red;
float:left;
margin:1%;
color:white;
font-weight: bold;
opacity: 0.5;
border-style: solid;
border-width: 7px;
}
#stats {
float:left;
}
/*
#connectedTime {
float:right;
}*/
#btn0 {
background-color: red;
border-color: red;
}
#btn1 {
background-color: green;
border-color: green;
}
#btn2 {
background-color: blue;
border-color: blue;
}
#btn3 {
background-color: yellow;
border-color: yellow;
}
@media screen and (min-width:321px) {
HTML {
min-height: 821px;
background: gray;
}
#iPhoneWrapper {
margin-left: auto;
margin-right: auto;
background-image: url('img/iphone.png');
background-repeat: no-repeat;
background-position: center;
width:379px;
height:748px;
}
#iPhoneShine {
background: transparent url('img/iphoneshine.png');
background-color: transparent;
width:319px;
height:481px;
}
#gameScreen {
width:314px;
height:482px;
margin-left:35px;
padding-top:135px;
}
}