-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
70 lines (58 loc) · 1013 Bytes
/
style.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
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
@import url('https://fonts.googleapis.com/css?family=Reenie+Beanie');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
html {
background-image: url(background-detailed.svg);
background-size: 20%;
background-opacity: 0.5;
}
body {
font-size: 1.5em;
font-family: 'Reenie Beanie', cursive;
color: #333;
margin-left: auto;
margin-right: auto;
max-width: 600px;
width: 100%;
text-align: center;
}
canvas {
margin: 10px;
}
#controller {
font-family: Arial;
}
canvas[nx=toggle] {
margin: 25px;
}
#logo {
width: 90px;
margin-top: 1em;
}
#messages {
font-weight: bold;
font-size: 2em;
color: #555;
}
.device-name {
font-size: 2em;
font-family: "Dancing Script";
text-align: center;
margin: 0px;
margin-bottom: 0.5em;
}
.spacer {
display: block;
}
#audio {
display: none;
}
#controller {
}
button {
font-size: 2em;
border: 0px none;
background-color: transparent;
color: #CCA601;
padding: 0.25em;
border-radius: 2em;
}