-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (54 loc) · 850 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
body, html, #content {
height:100%;
margin: 0;
padding: 0;
position: relative;
}
.logo {
font-family: "Verdana";
font-size: 20px;
position: absolute;
margin: 0;
padding: 0;
left: 5px;
top: 5px;
}
.instructions {
font-family: "Verdana";
position: absolute;
left: 5px;
top: 35px;
font-size: 9px;
width: 60px;
display:block;
}
.circleEditor {
height:100%;
position: relative;
}
.circleDiagram {
border: solid;
position: absolute;
}
.circleDiagram canvas {
position: absolute;
}
.editBox {
margin: 2px;
position: absolute;
}
.editBox input {
border-color: black;
border-style: none none dotted;
border-width: medium medium 1px;
background-color: transparent;
border-radius: 0px;
padding: 0;
margin: 0;
}
.editBox label {
font-family: Arial;
font-size: 14px;
display: block;
margin-right: 5px;
}