-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
293 lines (237 loc) · 7.29 KB
/
Copy pathstyle.css
File metadata and controls
293 lines (237 loc) · 7.29 KB
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
/* SETTING ALL TO ZERO*/
*{
margin: 0;
padding: 0;
}
body {
margin-left:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
height:100%;
width:100%;
background-color:#efefef;
}
A {
text-decoration: none;
color:black;
}
A:link {TEXT-DECORATION:none;font-weight:normal;}
A:visited {TEXT-DECORATION:none;font-weight:normal;}
A:active {TEXT-DECORATION:none;font-weight:normal;}
A:hover {TEXT-DECORATION:none;}
h3 {
margin-top:50px;
text-align:center;
}
h2 {
margin-top:50px;
text-align:center;
}
h1 {
margin-top:30px;
text-align:center;
}
a img {
border: none;
}
/* SETTING ALL TO ZERO*/
/* HEADER MENU*/
#upper_menu {
width:100%;
background:#ccc;
}
#upper_menu ul {
text-align:center;
margin:0 auto;
padding-top: 15px;
height:40px;
}
#upper_menu ul li{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style:bold;
font-size:19px;
list-style-type:none;
float:center;
display: inline;
margin:0 75px 0 0;
}
#upper_menu ul li:hover{
color:#0088ff;
}
#upper_menu ul li.selected{
color:#0088ff;
}
/* HEADER MENU*/
#add_button {
color:black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:14px;
width:150px;
margin:20px auto;
}
/* FORMS STYLE */
#form_container {
padding:20px;
margin: 20px auto;
border: 1px solid #cdcdcd;
width: 800px;
-webkit-birder-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#form_container h2 {
margin:0;
}
#form_container tbody td {
padding: 20px 10px 20px 10px;
}
/* FORMS STYLE */
/* ALERT BOX*/
#alert_box {
position:fixed;
bottom:0px;
left:0px;
padding:20px 10px 0px 10px;
background:#fff;
border-top: 1px solid black;
border-right: 1px solid black;
}
/* ALERT BOX*/
/* TABLE STYLE */
.features-table
{
width: 100%;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0;
text-shadow: 0 1px 0 #fff;
color: #2a2a2a;
background: #fafafa;
background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); /* Firefox 3.6 */
background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff));
margin-bottom:20px;
border-top: 1px solid black;
}
.features-table tr.completed td.grey
{
background: rgba( 0, 255, 0, 0.1);
}
.features-table tr.uncompleted td.grey
{
background: rgba( 255, 128, 0, 0.1);
}
.features-table td
{
height: 70px;
padding: 15px 10px;
border-bottom: 1px solid #cdcdcd;
box-shadow: 0 1px 0 white;
-moz-box-shadow: 0 1px 0 white;
-webkit-box-shadow: 0 1px 0 white;
text-align: center;
vertical-align: middle;
display: table-cell;
border-right: 1px solid black;
}
.features-table tbody td
{
text-align: center;
}
.features-table td.grey
{
background: #efefef;
background: rgba(144,144,144,0.15);
border-right: none;
word-wrap: break-word;
}
.features-table td.green
{
background: #e7f3d4;
background: rgba(184,243,85,0.3);
border-left: 1px solid black;
border-right: none;
}
.features-table td:nowrap
{
white-space: nowrap;
}
.features-table thead td
{
font-size: 120%;
font-weight: bold;
border-top: 1px solid #eaeaea;
}
.features-table tfoot td
{
font-size: 120%;
font-weight: bold;
border-bottom: 1px solid #dadada;
}
/* TABLE STYLE */
#stip {
width:50%;
margin:50px auto;
padding:20px;
border:solid 3px #ddd;
background-color:#ddd;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style:bold;
font-size:15px;
}
/* CHARTS AND STUFF */
/*demo styles*/
table.chart_table {width: 65%; height: 30vw; margin:50px auto; }
table.chart_table2 {width: 65%; height: 30vw; margin:50px auto; }
table.chart_table3 {width: 65%; height: 30vw; margin:50px auto; }
table.chart_table4 {width: 65%; height: 30vw; margin:50px auto; }
table.accessHide { position: absolute; left: -999999px; }
td.chart_td, th.chart_td { font-size: 1.2em; padding: 2px; width: 13%; }
th.chart_td { background-color:#f4f4f4; }
caption { font-size: 1.5em; }
/*plugin styles*/
.visualize { position: relative; }
.visualize canvas { position: absolute; }
.visualize ul,.visualize li { margin: 0; padding: 0;}
/*table title, key elements*/
.visualize .visualize-info { padding: 3px 5px; background: #fafafa; border: 1px solid #888; position: absolute; top: -20px; right: 10px; opacity: .8; }
.visualize .visualize-title { display: block; color: #333; margin-bottom: 3px; font-size: 1.1em; }
.visualize ul.visualize-key { list-style: none; }
.visualize ul.visualize-key li { list-style: none; float: left; margin-right: 10px; padding-left: 10px; position: relative;}
.visualize ul.visualize-key .visualize-key-color { width: 6px; height: 6px; left: 0; position: absolute; top: 50%; margin-top: -3px; }
.visualize ul.visualize-key .visualize-key-label { color: #000; }
/*pie labels*/
.visualize-pie .visualize-labels { list-style: none; }
.visualize-pie .visualize-label-pos, .visualize-pie .visualize-label { position: absolute; margin: 0; padding:0; }
.visualize-pie .visualize-label { display: block; color: #fff; font-weight: bold; font-size: 1em; }
.visualize-pie-outside .visualize-label { color: #000; font-weight: normal; }
/*line,bar, area labels*/
.visualize-labels-x,.visualize-labels-y { position: absolute; left: 0; top: 0; list-style: none; }
.visualize-labels-x li, .visualize-labels-y li { position: absolute; bottom: 0; }
.visualize-labels-x li span.label, .visualize-labels-y li span.label { position: absolute; color: #555; }
.visualize-labels-x li span.line, .visualize-labels-y li span.line { position: absolute; border: 0 solid #ccc; }
.visualize-labels-x li { height: 100%; }
.visualize-labels-x li span.label { top: 100%; margin-top: 5px; }
.visualize-labels-x li span.line { border-left-width: 1px; height: 100%; display: block; }
.visualize-labels-x li span.line { border: 0;} /*hide vertical lines on area, line, bar*/
.visualize-labels-y li { width: 100%; }
.visualize-labels-y li span.label { right: 100%; margin-right: 5px; display: block; width: 100px; text-align: right; }
.visualize-labels-y li span.line { border-top-width: 1px; width: 100%; }
.visualize-bar .visualize-labels-x li span.label { width: 100%; text-align: center; }
/*visualize extension styles*/
.visualize { margin: 20px 0 0 30px; padding: 70px 40px 90px; }
.visualize canvas { border: 1px solid #aaa; margin: -1px; background: #fff; }
.visualize-labels-x, .visualize-labels-y { top: 70px; left: 40px; z-index: 100; }
.visualize-pie .visualize-labels { position: absolute; top: 70px; left: 40px; }
.visualize-labels-x li span.label, .visualize-labels-y li span.label { color: #444; font-size: 1.3em; padding-right: 5px; }
.visualize-labels-y li span.line { border-style: solid; opacity: .7; }
.visualize .visualize-info { border: 0; position: static; opacity: 1; background: none; }
.visualize .visualize-title { position: absolute; top: 20px; color: #333; margin-bottom: 0; left: 20px; font-size: 2.1em; font-weight: bold; }
.visualize ul.visualize-key { position: absolute; bottom: 15px; background: #eee; z-index: 10; padding: 10px 0; color: #aaa; width: 100%; left: 0; }
.visualize ul.visualize-key li { font-size: 1.2em; margin-left: 20px; padding-left: 18px; }
.visualize ul.visualize-key .visualize-key-color { width: 10px; height: 10px; margin-top: -4px; }
.visualize ul.visualize-key .visualize-key-label { color: #333; }