-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.css
138 lines (115 loc) · 1.77 KB
/
index.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
body,canvas{
font-family: "Times New Roman", Times, serif;
}
button {
font-family:Arial;
}
#cnv1{
position: absolute;
left:5px;
top:5px;
width: 1000px;
height: 500px;
box-shadow: 0px 0px 5px rgba(100,100,100,0.7);
border-radius:3px;
}
#elements_table_header{
position: absolute;
left:5px;
top:510px;
}
#elements_table{
position: absolute;
left:5px;
top:538px;
}
#controls_div{
position: absolute;
left: 1010px;
top:5px;
}
table {
border: 1px solid rgba(200,200,200,1);
border-collapse:collapse;
/*background: rgba(200,200,200,0.6);*/
}
#elements_table_header, #controls_table, #ray_draw_table{
background: rgba(200,200,200,0.6);
}
td{
padding: 2px 5px 2px 5px;
text-align: center;
border: 0px solid red;
}
#controls_table tr td input{
padding: 10px;
}
input{
width: 100px;
text-align:right;
}
#file_to_save{
width: 200px;
}
#load_designs_list{
position:absolute;
left:1010px;
top:44px;
}
#number{
margin: 0px;
padding:2px 3px 2px 3px;
font-size:0.7em
}
#ray_draw_div{
position: absolute;
left:1010px;
top:122px;
}
#links{
position: absolute;
left:1010;
top:74px;
}
#info{
position: absolute;
left:1010;
top:225px;
}
#srccode{
position: absolute;
left:925px;
top:5px;
z-index:3;
}
.remove_button{
font-size: 16px;
margin: 0px;
padding: 0px 0px 0px 0px;
width:20px;
height:20px;
border-radius: 10px;
}
.plus_button{
font-size: 16px;
margin: 0px;
padding: 2px 6px 0px 6px;
width:20px;
height:20px;
border-radius: 10px;
}
.elements{
margin: 0px;
}
#elements_table{
/*padding: 5px 5px 5px 5px;*/
background: rgba(200,200,200,0.6);
}
#links table, #info table{
border:0px;
background: white;
}
#info td, #links td{
width: 120px;
text-align:left;
}