-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
92 lines (77 loc) · 1.23 KB
/
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
body {
font-family:"Times New Roman", Times, serif;
}
#big {
margin: 0 auto;
width: 810px;
padding: 0px;
line-height: 1em;
}
#entbody {
float: left;
color: red;
width: 400px;
height: 400px;
position: 'absolute';
left: 10px;
top: 10px;
border: 1px solid black;
}
#graphpanel {
float: left;
width: 802px;
height: 100px;
position: 'absolute';
left: 10px;
top: 410px;
border: 1px solid black;
}
#panelcontainer {
float: left;
left: 220px;
top: 10px;
width: 400px;
height: 400px;
border: solid 1px black;
}
#helpcontainer {
margin-left: auto;
margin-right: auto;
left: 220px;
top: 10px;
width: 600px;
height: 400px;
border: solid 1px black;
}
#panel {
padding: 15px;
}
#slider {
width: 100px;
}
#helptext {
padding-left: 25px;
padding-bottom: 10px;
}
.help_label {
position: relative;
padding-right: 6px;
width: 7em;
float: left;
text-align: right;
}
.eb_label {
position: relative;
padding-right: 6px;
width: 7em;
float: left;
text-align: right;
}
.eb_span {
position: relative;
top: -6px;
}
#tiny_yt {
position: relative;
top: 8px;
}