File: common.css

package info (click to toggle)
virtuoso-opensource 7.2.5.1%2Bdfsg1-0.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 285,240 kB
  • sloc: ansic: 641,220; sql: 490,413; xml: 269,570; java: 83,893; javascript: 79,900; cpp: 36,927; sh: 31,653; cs: 25,702; php: 12,690; yacc: 10,227; lex: 7,601; makefile: 7,129; jsp: 4,523; awk: 1,697; perl: 1,013; ruby: 1,003; python: 326
file content (367 lines) | stat: -rw-r--r-- 6,743 bytes parent folder | download | duplicates (2)
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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
/*
 *  $Id$
 *
 *  This file is part of the OpenLink Software Virtuoso Open-Source (VOS)
 *  project.
 *
 *  Copyright (C) 1998-2018 OpenLink Software
 *
 *  This project 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; only version 2 of the License, dated June 1991.
 *
 *  This program 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 this program; if not, write to the Free Software Foundation, Inc.,
 *  51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 *
 */

/* Footer */
#FT {
  width: 100%;
  position: relative;
  bottom: 0px;
  font-size: 8pt;
  float: left;
  clear: both;
  text-align: right;
  border-top: 2px solid #fff;
  margin-right: 10px;
  background-color: #fff;
  background-image: url(/ods/images/ods_main_footer.png);
}

#FT_L {
  float: left;
  clear: left;
  margin-top: 10px;
  margin-left: 8px;
  border: 1px solid #788;
}

#FT_R {
  float: right;
  clear: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  color: #788;
}

#FT_R a {
  text-decoration: none;
  color: inherit;
}

/* ODS grids */
table.ODS_grid {
  width: 100%;
  background-color: white;
  border: solid #7f94a5;
  border-width: 1px 1px 1px 1px;
  border-spacing: 0;
}

table.ODS_grid thead tr {
  background-color: #b0cde4;
}

table.ODS_grid tbody tr:nth-child(odd) {
  background-color:#fff;
}

table.ODS_grid tbody tr:nth-child(even) {
  background-color:#f0f0f0;
}

table.ODS_grid thead tr th {
  height: 20px;
  text-align: left !important;
  white-space: nowrap;
  padding: 0px 2px 1px 2px !important;
  border: solid #7f94a5;
  border-width: 0px 1px 1px 0px;
  background-image: url(/ods/images/stl_blu1_grad.gif);
  background-repeat: repeat-x;
}

table.ODS_grid thead tr th[onclick] {
  cursor: pointer;
}

table.ODS_grid thead tr th:last-child {
  border-width: 0px 0px 1px 0px;
}


table.ODS_grid tbody tr.selected {
  background-color: #FFFFCC;
}

table.ODS_grid th.checkbox, table.ODS_grid td.checkbox {
  width: 1px;
  text-align: center;
  margin: 0;
  padding: 0.5px;
}

table.ODS_grid th.action, table.ODS_grid td.action {
  width: 1px;
  white-space: nowrap;
}

table.ODS_grid tbody tr:hover {
 	background-color: #eec;
}

table.ODS_grid td {
  vertical-align: top;
  padding: 2px 3px;
}

table.ODS_grid tfoot td {
  padding: 2px 3px 3px 3px;
  border: solid #7f94a5;
  border-width: 1px 0px 0px 0px;
}

/* Annotation grids */
table.ANN_grid {
  width: 100%;
  border-width: 0px;
  border-spacing: 0;
}

table.ANN_grid tr td {
  border-bottom: 1px solid #ccc;
}

/* Navigation buttons */
.navi-button {
  font-size: .8em;
  font-family: verdana, sans-serif;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  margin-right: 2px;
  padding: 0.1em 0.3em 0.1em 0.3em ;
  border: solid 1px;
  border-color: #7f94a5;
  background: #99b3c5;
	cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.navi-button:hover {
  text-decoration: none;
}

/* Popup Calendar */
.calendar {
	border: 1px solid #000;
	background-color: #FFF;
  z-index: 101;
}

.calendar_year, .calendar_month {
	text-align: center;
	border-bottom: 1px solid #aaa;
	padding: 2px 0px;
}

.calendar table {
	margin-top: 2px;
}

.calendar thead {
	font-weight: bold;
}

.calendar thead td {
	padding: 0px 2px;
}

.calendar td {
	font-size: 75%;
	text-align: center;
}

td.calendar_selected {
	background-color: #faa;
}

.calendar_special {
	color: #c55;
}

/* ComboList */
.combo_list_list {
  background-color: white;
  border: 1px solid black;
  padding: 5px 10px 5px 10px;
  height: 100px;
  overflow: auto;
}

.combo_list_option:hover {
  background-color: #99b3c5;
  color: white;
}

.oat_winrect_container {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.oat_winrect_title {
  background-image: url(/ods/images/stl_blu1_grad.gif);
  background-repeat: repeat-x;
}

.app_item:hover {
 	background-color: #eec;
}

/* Tabs */
div.ODS_tabMain {
  width: 100%;
}

div.ODS_tabs {
  top: 0px;
  font-size: 100%;
  padding: 0px 0px 3px 0px;
}

div.ODS_tabContents {
  padding: 0.5em;
  border: 1px solid #7f94a5;
  background-color: #EFEFEF;
}

div.ODS_tabContent {
  border: 0px;
  font-size: 1em;
  padding: 6px;
}

div.ODS_tabLabel {
  cursor: pointer;
  display: inline;
  font-weight: bold;
  background-color: #b0cde4;
  border: 1px solid #000;
  border-bottom-width: 0px;
  border-color: #7f94a5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  padding: 2px 10px 2px 10px;
  margin-right: 3px;
  position: relative;
  text-decoration: none;
  top: 2px;
  z-index: 100;
}

div.ODS_tabLabelActive {
  background-color: #EFEFEF;
  border-color: #7f94a5;
}

/* Forms */
.ODS_formHeader {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0px 0px 3px 4px;
  border: solid #7f94a5;
  border-width: 1px 1px 1px 10px;
  background-color: #B0CDE4;
}

.ODS_formFooter {
  margin: 6px 0px;
  text-align: center;
  border: solid 1px #7f94a5;
  background-color: #B0CDE4;
  height: 20px;
  padding-top: 0px;
  padding-bottom: 2px;
}

.ODS_formBody {
  font-size: 1em;
  padding: 6px;
  border: solid #7f94a5;
  border-width: 1px 1px 1px 1px;
  background-color: #EFEFEF;
}

.ODS_formBody table {
  width: 100%;
  background-color: #EFEFEF;
}

.ODS_formBody table td {
  padding: 2px;
}

.ODS_formBody table th {
  text-align: right;
  white-space: nowrap;
  padding: 2px 4px 2px 4px;
}

.ODS_formList {
  width: 100%;
  border: solid #7f94a5;
  border-width: 1px 1px 1px 1px;
  background-color: #fff;
}

.ODS_formList tr th {
  text-align: center;
  white-space: nowrap;
  font-size: 1em;
  font-weight: bold;
  padding: 2px 4px 2px 4px;
  border: solid #7f94a5;
  background-color: #b0cde4;
  border-width: 0px 1px 1px 0px;
}

.ODS_formList th:last-child {
  border-width: 0px 0px 1px 0px;
}

.ODS_formList td {
  border: solid #7f94a5;
  border-width: 0px 0px 0px 0px;
  padding: 2px 4px 2px 4px;
  background-color: #FFF;
}

table.ODS_formList tbody tr:nth-child(odd) {
  background-color:#fff;
}

table.ODS_formList tbody tr:nth-child(even) {
  background-color:#f0f0f0;
}

/* OAT patches */
div.oat_winms_close_b {
  background-image: url("/ods/images/oat/MsWin_close.png");
}