Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
FogNetwork
GitHub Repository: FogNetwork/Tsunami
Path: blob/main/public/games/files/garbage-collector/stylesheets/screen.css
1036 views
1
/* line 17, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
2
html, body, div, span, applet, object, iframe,
3
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4
a, abbr, acronym, address, big, cite, code,
5
del, dfn, em, img, ins, kbd, q, s, samp,
6
small, strike, strong, sub, sup, tt, var,
7
b, u, i, center,
8
dl, dt, dd, ol, ul, li,
9
fieldset, form, label, legend,
10
table, caption, tbody, tfoot, thead, tr, th, td,
11
article, aside, canvas, details, embed,
12
figure, figcaption, footer, header, hgroup,
13
menu, nav, output, ruby, section, summary,
14
time, mark, audio, video {
15
margin: 0;
16
padding: 0;
17
border: 0;
18
font: inherit;
19
font-size: 100%;
20
vertical-align: baseline;
21
}
22
23
/* line 22, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
24
html {
25
line-height: 1;
26
}
27
28
/* line 24, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
29
ol, ul {
30
list-style: none;
31
}
32
33
/* line 26, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
34
table {
35
border-collapse: collapse;
36
border-spacing: 0;
37
}
38
39
/* line 28, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
40
caption, th, td {
41
text-align: left;
42
font-weight: normal;
43
vertical-align: middle;
44
}
45
46
/* line 30, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
47
q, blockquote {
48
quotes: none;
49
}
50
/* line 103, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
51
q:before, q:after, blockquote:before, blockquote:after {
52
content: "";
53
content: none;
54
}
55
56
/* line 32, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
57
a img {
58
border: none;
59
}
60
61
/* line 116, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
62
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
63
display: block;
64
}
65
66
/* line 7, ../sass/screen.scss */
67
body {
68
background-color: black;
69
color: white;
70
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
71
}
72
73
/* line 14, ../sass/screen.scss */
74
canvas {
75
-webkit-user-select: none;
76
-moz-user-select: none;
77
user-select: none;
78
position: absolute;
79
}
80
81
/* line 19, ../sass/screen.scss */
82
.game {
83
margin: 32px auto;
84
width: 640px;
85
height: 480px;
86
}
87
88
/* line 25, ../sass/screen.scss */
89
.loader {
90
display: none;
91
position: absolute;
92
top: 0;
93
left: 0;
94
}
95
/* line 31, ../sass/screen.scss */
96
.loader #level-data {
97
width: 480px;
98
}
99
100
/* line 36, ../sass/screen.scss */
101
button {
102
background: none;
103
border: none;
104
outline: none;
105
-webkit-user-select: none;
106
-moz-user-select: none;
107
user-select: none;
108
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
109
}
110
111
/* line 45, ../sass/screen.scss */
112
.material-btn {
113
display: block;
114
font-weight: 100;
115
font-size: 1em;
116
letter-spacing: 0.08em;
117
color: white;
118
border-radius: 0.2em;
119
margin: 0 auto;
120
padding: 0.5em;
121
text-transform: uppercase;
122
}
123
/* line 58, ../sass/screen.scss */
124
.material-btn.antimatter {
125
background-color: #f43;
126
}
127
/* line 62, ../sass/screen.scss */
128
.material-btn.matter {
129
background-color: #26e;
130
}
131
132
/* line 67, ../sass/screen.scss */
133
.title-view {
134
position: absolute;
135
top: 0;
136
left: 0;
137
bottom: 0;
138
right: 0;
139
background-color: #222;
140
z-index: 1;
141
}
142
/* line 75, ../sass/screen.scss */
143
.title-view .title-container {
144
display: table;
145
width: 100%;
146
height: 40%;
147
-webkit-transform: translateZ(2000px);
148
-moz-transform: translateZ(2000px);
149
-ms-transform: translateZ(2000px);
150
-o-transform: translateZ(2000px);
151
transform: translateZ(2000px);
152
-webkit-transform-style: preserve-3d;
153
-moz-transform-style: preserve-3d;
154
-ms-transform-style: preserve-3d;
155
-o-transform-style: preserve-3d;
156
transform-style: preserve-3d;
157
-webkit-perspective: 1000px;
158
-moz-perspective: 1000px;
159
-ms-perspective: 1000px;
160
-o-perspective: 1000px;
161
perspective: 1000px;
162
-webkit-perspective-origin: center center;
163
-moz-perspective-origin: center center;
164
-ms-perspective-origin: center center;
165
-o-perspective-origin: center center;
166
perspective-origin: center center;
167
}
168
/* line 85, ../sass/screen.scss */
169
.title-view .title-container .titles {
170
display: table-cell;
171
text-align: center;
172
vertical-align: middle;
173
margin: auto;
174
-webkit-transform-style: preserve-3d;
175
-moz-transform-style: preserve-3d;
176
-ms-transform-style: preserve-3d;
177
-o-transform-style: preserve-3d;
178
transform-style: preserve-3d;
179
}
180
/* line 99, ../sass/screen.scss */
181
.title-view .start-btn {
182
position: absolute;
183
top: 75%;
184
left: 50%;
185
width: 128px;
186
height: 64px;
187
margin-left: -64px;
188
margin-top: -32px;
189
text-transform: uppercase;
190
background-color: rgba(34, 34, 34, 0.8);
191
border: 2px solid white;
192
color: white;
193
font-size: 1.5rem;
194
font-weight: 300;
195
letter-spacing: 0.05em;
196
-webkit-transform: translateZ(10000px);
197
-moz-transform: translateZ(10000px);
198
-ms-transform: translateZ(10000px);
199
-o-transform: translateZ(10000px);
200
transform: translateZ(10000px);
201
}
202
/* line 120, ../sass/screen.scss */
203
.title-view .start-btn:active {
204
background-color: white;
205
}
206
207
/* line 129, ../sass/screen.scss */
208
.title,
209
.title-shadow {
210
position: absolute;
211
text-transform: uppercase;
212
text-align: center;
213
font-size: 10vw;
214
font-weight: bold;
215
-webkit-user-select: none;
216
-moz-user-select: none;
217
user-select: none;
218
}
219
220
/* line 138, ../sass/screen.scss */
221
.title {
222
color: white;
223
text-shadow: 0 0 10px black;
224
}
225
226
/* line 143, ../sass/screen.scss */
227
.title-shadow {
228
color: black;
229
-webkit-transform: translateZ(-100px);
230
-moz-transform: translateZ(-100px);
231
-ms-transform: translateZ(-100px);
232
-o-transform: translateZ(-100px);
233
transform: translateZ(-100px);
234
}
235
236
/* line 152, ../sass/screen.scss */
237
.settings-view .settings {
238
position: absolute;
239
width: 250px;
240
height: 250px;
241
top: 50%;
242
left: 50%;
243
margin-top: -125px;
244
margin-left: -125px;
245
z-index: 2;
246
display: none;
247
background-color: rgba(0, 0, 0, 0.5);
248
padding: 20px;
249
}
250
/* line 166, ../sass/screen.scss */
251
.settings-view .setting {
252
margin-bottom: 2px;
253
}
254
/* line 169, ../sass/screen.scss */
255
.settings-view .setting label {
256
display: inline;
257
font-weight: 100;
258
font-size: 2em;
259
letter-spacing: 0.08em;
260
}
261
/* line 177, ../sass/screen.scss */
262
.settings-view .setting input[type="checkbox"],
263
.settings-view .setting input[type="checkbox"]:checked {
264
-webkit-user-select: none;
265
-moz-user-select: none;
266
user-select: none;
267
width: 2em;
268
height: 2em;
269
}
270
/* line 184, ../sass/screen.scss */
271
.settings-view .toggle-settings-btn {
272
position: absolute;
273
right: 20px;
274
bottom: 20px;
275
font-size: 3em;
276
color: white;
277
}
278
279
@media screen and (min-width: 320px), screen and (min-height: 240px) {
280
/* line 198, ../sass/screen.scss */
281
.game {
282
margin: auto;
283
}
284
285
/* line 203, ../sass/screen.scss */
286
.game,
287
canvas {
288
width: 320px;
289
height: 240px;
290
}
291
292
/* line 208, ../sass/screen.scss */
293
.material-btn {
294
width: 320px;
295
}
296
}
297
@media screen and (min-width: 480px) and (min-height: 400px) {
298
/* line 216, ../sass/screen.scss */
299
.game {
300
margin: auto;
301
}
302
303
/* line 221, ../sass/screen.scss */
304
.game,
305
canvas {
306
width: 480px;
307
height: 360px;
308
}
309
310
/* line 226, ../sass/screen.scss */
311
.material-btn {
312
width: 480px;
313
}
314
}
315
@media screen and (min-width: 640px) and (min-height: 576px) {
316
/* line 235, ../sass/screen.scss */
317
.game {
318
margin: 32px auto;
319
width: 640px;
320
height: 480px;
321
}
322
323
/* line 241, ../sass/screen.scss */
324
canvas {
325
width: auto;
326
height: auto;
327
}
328
329
/* line 246, ../sass/screen.scss */
330
.material-btn {
331
width: 256px;
332
}
333
}
334
335