-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
310 lines (307 loc) · 5.37 KB
/
index.css
File metadata and controls
310 lines (307 loc) · 5.37 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
/* Some tablets mis-report orientation, leaving white at bottom: */
body { background-color: #d1d1d1;}
h2 {
border-bottom: 1px solid #b3b3b3;
font-size: 1.4em; /* 1.6em; */
font-weight: normal;
margin: 0.3em 0px 0.6em 0px;
padding-bottom: 0.1em;
color: #114a80;
}
h3 {
font-size: 1em;
font-weight: bold;
margin: 0.8em 0px 0.5em 0px;
text-shadow: #FFFFFF 0px 1px 1px;
}
.api-div {
color: #202020;
font-size: 0.9em;
font-style: normal;
text-decoration: none;
margin-bottom: 2.0em;
}
code {
font-weight: bold;
font-size: 1.1em;
color: #114a80;
}
blockquote {
color: #767573;
font-style: normal;
margin-left: 25px;
padding-left: 10px;
position: relative;
text-shadow: #FFFFFF 0px 1px 0px;
}
blockquote code {
color: #ce7929;
}
blockquote p {
padding: 0;
font-size: 0.8em;
}
blockquote::before {
font-style: normal;
content: '\201C';
font-size: 400%;
font-family: Georgia, Palatino, 'Times New Roman', Times;;
position: absolute;
left: -20px;
top: -0.3em;
color: #cecece;
}
#copyright {
font-size: .75em;
color: #8b8b8b;
text-shadow: none;
}
#deviceinfo {
border-collapse: collapse;
width: 95%;
margin: 20px auto;
}
#deviceinfo tr th.alt, #deviceinfo tr td.alt {
text-align:left;
}
#deviceinfo, th, td {
border: 1px solid #0c4982;
}
#deviceinfo th {
font-size:1.15em;
padding-top:4px;
padding-bottom:4px;
background-color:#7ba3c9;
color:#f0f0f0;
text-shadow: none;
height: 1.3em;
}
#deviceinfo td, #deviceinfo th {
padding:3px 7px 2px 7px;
vertical-align:bottom;
text-align:right;
}
#cameraImage {
border: 2px solid #666;
display: block;
visibility: hidden;
margin: 0.7em auto;
width:200px;
height:150px;
}
#eventOutput {
height:1.5em;
display: block;
}
.ui-btn-inner {
padding: .6em 8px; /*25px;*/
}
.wider-btn .ui-btn-inner {
padding: .6em 1.8em;
}
.ui-grid-a, .ui-grid-b {
margin: 0.4em 0px;
}
#map {
width: 180px;
height: 140px;
border: 2px solid #666;
display: block;
visibility: hidden;
margin: 1.0em auto;
}
.ui-header .ui-title {
margin-right:20px;
margin-left:20px;
}
.type-interior .content-secondary {
border-right: 0;
border-left: 0;
margin: 0 -15px;
}
.type-interior .ui-content {
border-top: 1px solid #3f80bc;
/* padding-bottom: 0; */
}
.content-secondary .ui-collapsible {
padding: 0 15px 10px;
margin: 0;
}
.content-secondary .ui-collapsible-content {
padding: 0;
border-bottom: none;
}
.content-secondary .ui-listview {
margin: 0;
}
.footer-docs {
display: none;
}
.footer-docs p {
float: left;
margin-left:15px;
font-weight: normal;
font-size: .9em !important;
}
ul #listdivider {
font-size: 1.0em;;
border-top-width: 0px;
display: none;
}
.api-div h4 {
display: block;
font-size: 0.8em !important;
font-weight: normal;
background: #eef;
border-left: 6px solid #f62c0b;
padding: 5px 8px;
margin: .5em 0px;
}
.api-div .help {
border-left: 6px solid #188f69;
}
@media all and (min-width: 500px) and (orientation:landscape),
(min-width: 800px) and (orientation:portrait)
{
/* h1 { color: #f00; } FOR TESTING */
h2 {
font-size: 1.2em;
margin: 0.2em 0px 0.3em;
}
.api-div {
font-size: 1.0em;
}
ul #listdivider {
padding-top: .6em;
padding-bottom: .6em;
display: block;
}
.type-interior .ui-content {
padding: 0;
}
.type-interior .ui-content {
overflow: hidden;
}
.content-secondary {
text-align: left;
float: left;
width: 31%;
background: none;
}
.content-secondary,
.type-interior .content-secondary {
margin: 30px 0 20px 2%;
padding: 20px 4% 0 0;
border-top: none;
}
.content-secondary .ui-collapsible {
margin: 0;
padding: 0;
}
.content-secondary .ui-collapsible-content {
border: none;
}
.content-primary {
width: 65%; /* left */
float: right;
margin-right: 1%;
padding-right: 1%;
}
.type-interior .content-primary {
padding: 0.5em 3% 1.5em 0; /* right */
margin: 0;
}
/* fix up the collapsibles - expanded on desktop */
.content-secondary .ui-collapsible-heading {
display: none;
}
.content-secondary .ui-collapsible-contain {
margin:0;
}
.content-secondary .ui-collapsible-content {
display: block;
margin: 0;
padding: 0;
}
.type-interior .content-secondary .ui-li-divider {
padding-top: 1em;
padding-bottom: 1em;
}
.type-interior .content-secondary {
margin: 0;
padding: 0;
}
}
@media all and (min-width: 800px){
/* h1 { color: #0f0; } FOR TESTING */
h2 {
border-bottom: 2px solid #b3b3
b3;
font-size: 2.0em;
margin: 0.6em 0px 0.8em;
font-weight: bold;
}
.api-div {
font-size: 1.2em;
}
blockquote {
padding-left: 20px;
}
blockquote p {
font-size: .9em;
}
.content-secondary {
width: 30%;
}
.content-primary {
width: 60%;
padding-right: 1%;
}
.type-interior .content-primary {
padding-right: 5%;
}
.footer-docs {
display: block;
}
ul #listdivider {
padding-top: 1.0em;
padding-bottom: 1.0em;
}
#deviceinfo {
width: 85%;
}
#cameraImage {
width:400px;
height:300px;
}
#map {
width: 360px;
height: 280px;
}
}
@media all and (min-width: 1200px){
/* h1 { color: #ff0; } FOR TESTING */
.content-secondary {
width: 30%;
padding-right:6%;
margin: 30px 0 20px 5%;
}
.type-interior .content-secondary {
margin: 0;
padding: 0;
}
.content-primary {
width: 50%;
margin-right: 5%;
padding-right: 3%;
}
.type-interior .content-primary {
width: 60%;
}
#deviceinfo {
width:60%;
}
#deviceinfo td, #deviceinfo th {
font-size: 1.1em;
}
}