-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuwi.css
More file actions
338 lines (290 loc) · 5.83 KB
/
uwi.css
File metadata and controls
338 lines (290 loc) · 5.83 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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
/*******************************************************************************
* Copyright 2004, 2005 Mark Vilrokx and the utPLSQL Project
* (mvilrokx@gmail.com, markvilrokx@hotmail.com)
*
* This file is part of uWI: the utPLSQL Web Interface.
*
* uWI is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* uWI is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with uWI; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*******************************************************************************/
body {background-color: #F0F0F0;
font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size : 70%;
margin-left: 3%;
margin-right: 5%;
}
#train {
text-align: left;
}
#train LI {
float:left;
display:block;
text-align:left;
padding-right: 1em;
}
#train LI A {
font-weight:bold;
color: black;
}
#train LI A:hover {
color:white;
background-color : black;
}
#query_table {
clear: both;
}
#query_table table {
clear: both;
border-top : inset 1px #000000;
border-bottom : inset 1px #000000;
padding : 10px;
margin : 10px;
margin-left: auto;
margin-right: auto;
border-collapse : collapse;
border-spacing : 0px;
width : 100%;
font-size : 100%;
}
#query_table table th {
background-color : #bbb;
color:#444;
border-bottom : inset 3px #000000;
border-collapse : collapse;
border-spacing : 0px;
font-weight: bold;
text-align : left;
}
#query_table table th A {
text-decoration:none;
font-weight:bold;
color: black;
}
#query_table table th A:hover {
color:white;
background-color : black;
}
#query_table table td A {
font-weight:bold;
color: black;
}
#query_table table td A:hover {
color:white;
background-color : black;
}
#query_table table .odd {
background-color : White;
}
#query_table table .oddfailure {
border-top : inset 1px Red;
border-bottom : inset 1px Red;
background-color : #ffcccc;
font-weight: bold;
color: red;
}
#query_table table .even {
}
#query_table table .evenfailure {
border-top : inset 1px Red;
border-bottom : inset 1px Red;
background-color : #ffcccc;
font-weight: bold;
color: red;
}
#input_form {
float: left;
clear: both;
width: 60%;
margin-left: 15em;
}
#input_form fieldset {
background: #ddd;
padding: 2em;
border-top: #444 solid 2px;
border-bottom: #444 solid 2px;
border-left: none;
border-right: none;
}
#input_form legend {
color: #444;
background: #bbb;
font-weight: bold;
font-size : 110%;
padding: 3px 2em 3px 2em;
border: #444 solid 2px;
}
#input_form label {
width: 14em;
float: left;
text-align: right;
margin-bottom: 1em;
margin-right: 1em;
clear: both;
font-weight: bold;
}
#input_form input,select,hidden
{
float: left;
margin-bottom: 1em;
color: #444;
background: #F0F0F0;
border: #444 solid 1px;
font-weight: bold;
}
#input_form .submit_button {
margin-left: 1em;
clear: left;
padding: 3px 2em 3px 2em;
}
#input_form .submit_button:hover {
background: #bbb;
}
#input_form .reset_button {
margin-left: 15em;
font-weight: bold;
padding: 3px 2em 3px 2em;
}
#input_form .reset_button:hover {
background: #bbb;
}
#navigator {
clear: both;
text-align: center;
}
#navigator LI {
float:left;
display:block;
width: 20px;
color: white;
font-weight: bold;
background-color: #bbb;
}
#navigator LI A {
font-weight:bold;
color: black;
}
#navigator LI A:hover {
color:white;
background-color : black;
}
#navbar {
position:relative;
float:left;
width:100%;
padding:0 0 1.75em 1em;
list-style:none;
line-height:1em;
}
#navbar LI {
float:left;
margin:0;
padding:0;
}
#navbar A {
display:block;
color:#444;
text-decoration:none;
font-weight:bold;
background:#ddd;
margin:0;
padding:0.25em 1em;
border-left:1px solid #fff;
border-top:1px solid #fff;
border-right:1px solid #aaa;
}
#navbar A:hover,
#navbar A:active,
#navbar A.here:link,
#navbar A.here:visited {
background:#bbb;
}
#navbar A.here:link,
#navbar A.here:visited {
position:relative;
z-index:102;
}
#navbar UL {
position:absolute;
left:0;
top:1.5em;
float:left;
background:#bbb;
/* width:100%; you can add this line for Firefox, it makes the menu bar go accross the screen, much nicer but it breaks IE */
margin:0;
padding:0.25em 0.25em 0.25em 1em;
list-style:none;
border-top:1px solid #fff;
}
#navbar UL LI {
float:left;
display:block;
margin-top:1px;
}
#navbar UL A {
background:#bbb;
color:#fff;
display:inline;
margin:0;
padding:0 1em;
border:0
}
#navbar UL A:hover,
#navbar UL A:active,
#navbar UL A.here:link,
#navbar UL A.here:visited {
color:#444;
}
#footer {
clear: both;
text-align: center;
border-top:2px solid #444;
font-size: 80%;
padding-left: 20%;
}
#footer LI {
float: left;
display:block;
/* width: 130px; */
padding-left: 2%;
}
#footer LI A {
font-weight:bold;
color: #444;
text-align: center;
}
#about {
clear: both;
margin-left: 20%;
margin-right: 30%;
}
#copyright {
clear: both;
font-size: 80%;
margin-left: 35%;
margin-top: 10%;
}
#faq {
clear: both;
margin-left: 20%;
margin-right: 30%;
}
#noconnect {
clear: both;
margin-left: 18%;
margin-right: 22%;
padding: 2%;
font-weight: bold;
border: 2px solid black;
}