-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
79 lines (65 loc) · 943 Bytes
/
Copy pathstyle.css
File metadata and controls
79 lines (65 loc) · 943 Bytes
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
html,
body {
font: 32px/1.2 "Helvetica Neue", Helvetica, arial, sans-serif;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
font-weight: 300;
background-image: url("js/symphony.png");
background-repeat: repeat;
display: block;
}
h1#title{
margin: 30px 0px;
text-align: center;
font-weight: 300;
}
h1#test{
margin: 30px 0px;
text-align: center;
font-weight: 300;
}
canvas#field {
background-color: #FFF;
display: block;
margin: 0px auto;
border:1px solid #000000;
}
.butt{
font-size: 100%;
}
.buttt{
font-size: 100%;
}
div#divbutton1 {
width: 10%;
position: fixed;
top: 0;
right: 0;
}
div#divbutton2 {
width: 10%;
position: fixed;
top: 10%;
right: 0;
}
div#divbutton3 {
width: 10%;
position: fixed;
top: 20%;
right: 0;
}
.text{
font-size: 50%;
}
div#infobox{
font-size: 30%;
width: 30%;
position: fixed;
top: 0;
left: 0;
}
button {
}
.filler{
height: 100px;
}