source: main/trunk/model-sites-dev/cambridge-museum/collect/waikato-independent/pre-import/EditableDatabaseTable/WebContent/header-media/DataTables-1.10.22/css/dataTables.jqueryui.css@ 34511

Last change on this file since 34511 was 34511, checked in by davidb, 4 years ago

Evolution of code away from Company model to one that uses RecordHashmap to represent the rows coming out of the JDBC database

File size: 16.4 KB
Line 
1/*
2 * Table styles
3 */
4table.dataTable {
5 width: 100%;
6 margin: 0 auto;
7 clear: both;
8 border-collapse: separate;
9 border-spacing: 0;
10 /*
11 * Header and footer styles
12 */
13 /*
14 * Body styles
15 */
16}
17table.dataTable thead th,
18table.dataTable tfoot th {
19 font-weight: bold;
20}
21table.dataTable thead th,
22table.dataTable thead td {
23 padding: 10px 18px;
24}
25table.dataTable thead th:active,
26table.dataTable thead td:active {
27 outline: none;
28}
29table.dataTable tfoot th,
30table.dataTable tfoot td {
31 padding: 10px 18px 6px 18px;
32}
33table.dataTable tbody tr {
34 background-color: #ffffff;
35}
36table.dataTable tbody tr.selected {
37 background-color: #B0BED9;
38}
39table.dataTable tbody th,
40table.dataTable tbody td {
41 padding: 8px 10px;
42}
43table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
44 border-top: 1px solid #ddd;
45}
46table.dataTable.row-border tbody tr:first-child th,
47table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
48table.dataTable.display tbody tr:first-child td {
49 border-top: none;
50}
51table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
52 border-top: 1px solid #ddd;
53 border-right: 1px solid #ddd;
54}
55table.dataTable.cell-border tbody tr th:first-child,
56table.dataTable.cell-border tbody tr td:first-child {
57 border-left: 1px solid #ddd;
58}
59table.dataTable.cell-border tbody tr:first-child th,
60table.dataTable.cell-border tbody tr:first-child td {
61 border-top: none;
62}
63table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
64 background-color: #f9f9f9;
65}
66table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
67 background-color: #acbad4;
68}
69table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
70 background-color: #f6f6f6;
71}
72table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
73 background-color: #aab7d1;
74}
75table.dataTable.order-column tbody tr > .sorting_1,
76table.dataTable.order-column tbody tr > .sorting_2,
77table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
78table.dataTable.display tbody tr > .sorting_2,
79table.dataTable.display tbody tr > .sorting_3 {
80 background-color: #fafafa;
81}
82table.dataTable.order-column tbody tr.selected > .sorting_1,
83table.dataTable.order-column tbody tr.selected > .sorting_2,
84table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
85table.dataTable.display tbody tr.selected > .sorting_2,
86table.dataTable.display tbody tr.selected > .sorting_3 {
87 background-color: #acbad5;
88}
89table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
90 background-color: #f1f1f1;
91}
92table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
93 background-color: #f3f3f3;
94}
95table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
96 background-color: whitesmoke;
97}
98table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
99 background-color: #a6b4cd;
100}
101table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
102 background-color: #a8b5cf;
103}
104table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
105 background-color: #a9b7d1;
106}
107table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
108 background-color: #fafafa;
109}
110table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
111 background-color: #fcfcfc;
112}
113table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
114 background-color: #fefefe;
115}
116table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
117 background-color: #acbad5;
118}
119table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
120 background-color: #aebcd6;
121}
122table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
123 background-color: #afbdd8;
124}
125table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
126 background-color: #eaeaea;
127}
128table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
129 background-color: #ececec;
130}
131table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
132 background-color: #efefef;
133}
134table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
135 background-color: #a2aec7;
136}
137table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
138 background-color: #a3b0c9;
139}
140table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
141 background-color: #a5b2cb;
142}
143table.dataTable.no-footer {
144 border-bottom: 1px solid #111;
145}
146table.dataTable.nowrap th, table.dataTable.nowrap td {
147 white-space: nowrap;
148}
149table.dataTable.compact thead th,
150table.dataTable.compact thead td {
151 padding: 4px 17px;
152}
153table.dataTable.compact tfoot th,
154table.dataTable.compact tfoot td {
155 padding: 4px;
156}
157table.dataTable.compact tbody th,
158table.dataTable.compact tbody td {
159 padding: 4px;
160}
161table.dataTable th.dt-left,
162table.dataTable td.dt-left {
163 text-align: left;
164}
165table.dataTable th.dt-center,
166table.dataTable td.dt-center,
167table.dataTable td.dataTables_empty {
168 text-align: center;
169}
170table.dataTable th.dt-right,
171table.dataTable td.dt-right {
172 text-align: right;
173}
174table.dataTable th.dt-justify,
175table.dataTable td.dt-justify {
176 text-align: justify;
177}
178table.dataTable th.dt-nowrap,
179table.dataTable td.dt-nowrap {
180 white-space: nowrap;
181}
182table.dataTable thead th.dt-head-left,
183table.dataTable thead td.dt-head-left,
184table.dataTable tfoot th.dt-head-left,
185table.dataTable tfoot td.dt-head-left {
186 text-align: left;
187}
188table.dataTable thead th.dt-head-center,
189table.dataTable thead td.dt-head-center,
190table.dataTable tfoot th.dt-head-center,
191table.dataTable tfoot td.dt-head-center {
192 text-align: center;
193}
194table.dataTable thead th.dt-head-right,
195table.dataTable thead td.dt-head-right,
196table.dataTable tfoot th.dt-head-right,
197table.dataTable tfoot td.dt-head-right {
198 text-align: right;
199}
200table.dataTable thead th.dt-head-justify,
201table.dataTable thead td.dt-head-justify,
202table.dataTable tfoot th.dt-head-justify,
203table.dataTable tfoot td.dt-head-justify {
204 text-align: justify;
205}
206table.dataTable thead th.dt-head-nowrap,
207table.dataTable thead td.dt-head-nowrap,
208table.dataTable tfoot th.dt-head-nowrap,
209table.dataTable tfoot td.dt-head-nowrap {
210 white-space: nowrap;
211}
212table.dataTable tbody th.dt-body-left,
213table.dataTable tbody td.dt-body-left {
214 text-align: left;
215}
216table.dataTable tbody th.dt-body-center,
217table.dataTable tbody td.dt-body-center {
218 text-align: center;
219}
220table.dataTable tbody th.dt-body-right,
221table.dataTable tbody td.dt-body-right {
222 text-align: right;
223}
224table.dataTable tbody th.dt-body-justify,
225table.dataTable tbody td.dt-body-justify {
226 text-align: justify;
227}
228table.dataTable tbody th.dt-body-nowrap,
229table.dataTable tbody td.dt-body-nowrap {
230 white-space: nowrap;
231}
232
233table.dataTable,
234table.dataTable th,
235table.dataTable td {
236 box-sizing: content-box;
237}
238
239/*
240 * Control feature layout
241 */
242.dataTables_wrapper {
243 position: relative;
244 clear: both;
245 *zoom: 1;
246 zoom: 1;
247}
248.dataTables_wrapper .dataTables_length {
249 float: left;
250}
251.dataTables_wrapper .dataTables_length select {
252 border: 1px solid #aaa;
253 border-radius: 3px;
254 padding: 5px;
255 background-color: transparent;
256 padding: 4px;
257}
258.dataTables_wrapper .dataTables_filter {
259 float: right;
260 text-align: right;
261}
262.dataTables_wrapper .dataTables_filter input {
263 border: 1px solid #aaa;
264 border-radius: 3px;
265 padding: 5px;
266 background-color: transparent;
267 margin-left: 3px;
268}
269.dataTables_wrapper .dataTables_info {
270 clear: both;
271 float: left;
272 padding-top: 0.755em;
273}
274.dataTables_wrapper .dataTables_paginate {
275 float: right;
276 text-align: right;
277 padding-top: 0.25em;
278}
279.dataTables_wrapper .dataTables_paginate .paginate_button {
280 box-sizing: border-box;
281 display: inline-block;
282 min-width: 1.5em;
283 padding: 0.5em 1em;
284 margin-left: 2px;
285 text-align: center;
286 text-decoration: none !important;
287 cursor: pointer;
288 *cursor: hand;
289 color: #333 !important;
290 border: 1px solid transparent;
291 border-radius: 2px;
292}
293.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
294 color: #333 !important;
295 border: 1px solid #979797;
296 background-color: white;
297 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
298 /* Chrome,Safari4+ */
299 background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
300 /* Chrome10+,Safari5.1+ */
301 background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
302 /* FF3.6+ */
303 background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
304 /* IE10+ */
305 background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
306 /* Opera 11.10+ */
307 background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
308 /* W3C */
309}
310.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
311 cursor: default;
312 color: #666 !important;
313 border: 1px solid transparent;
314 background: transparent;
315 box-shadow: none;
316}
317.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
318 color: white !important;
319 border: 1px solid #111;
320 background-color: #585858;
321 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
322 /* Chrome,Safari4+ */
323 background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
324 /* Chrome10+,Safari5.1+ */
325 background: -moz-linear-gradient(top, #585858 0%, #111 100%);
326 /* FF3.6+ */
327 background: -ms-linear-gradient(top, #585858 0%, #111 100%);
328 /* IE10+ */
329 background: -o-linear-gradient(top, #585858 0%, #111 100%);
330 /* Opera 11.10+ */
331 background: linear-gradient(to bottom, #585858 0%, #111 100%);
332 /* W3C */
333}
334.dataTables_wrapper .dataTables_paginate .paginate_button:active {
335 outline: none;
336 background-color: #2b2b2b;
337 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
338 /* Chrome,Safari4+ */
339 background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
340 /* Chrome10+,Safari5.1+ */
341 background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
342 /* FF3.6+ */
343 background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
344 /* IE10+ */
345 background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
346 /* Opera 11.10+ */
347 background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
348 /* W3C */
349 box-shadow: inset 0 0 3px #111;
350}
351.dataTables_wrapper .dataTables_paginate .ellipsis {
352 padding: 0 1em;
353}
354.dataTables_wrapper .dataTables_processing {
355 position: absolute;
356 top: 50%;
357 left: 50%;
358 width: 100%;
359 height: 40px;
360 margin-left: -50%;
361 margin-top: -25px;
362 padding-top: 20px;
363 text-align: center;
364 font-size: 1.2em;
365 background-color: white;
366 background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
367 background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
368 background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
369 background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
370 background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
371 background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
372}
373.dataTables_wrapper .dataTables_length,
374.dataTables_wrapper .dataTables_filter,
375.dataTables_wrapper .dataTables_info,
376.dataTables_wrapper .dataTables_processing,
377.dataTables_wrapper .dataTables_paginate {
378 color: #333;
379}
380.dataTables_wrapper .dataTables_scroll {
381 clear: both;
382}
383.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
384 *margin-top: -1px;
385 -webkit-overflow-scrolling: touch;
386}
387.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
388 vertical-align: middle;
389}
390.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
391.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
392.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
393 height: 0;
394 overflow: hidden;
395 margin: 0 !important;
396 padding: 0 !important;
397}
398.dataTables_wrapper.no-footer .dataTables_scrollBody {
399 border-bottom: 1px solid #111;
400}
401.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
402.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
403 border-bottom: none;
404}
405.dataTables_wrapper:after {
406 visibility: hidden;
407 display: block;
408 content: "";
409 clear: both;
410 height: 0;
411}
412
413@media screen and (max-width: 767px) {
414 .dataTables_wrapper .dataTables_info,
415 .dataTables_wrapper .dataTables_paginate {
416 float: none;
417 text-align: center;
418 }
419 .dataTables_wrapper .dataTables_paginate {
420 margin-top: 0.5em;
421 }
422}
423@media screen and (max-width: 640px) {
424 .dataTables_wrapper .dataTables_length,
425 .dataTables_wrapper .dataTables_filter {
426 float: none;
427 text-align: center;
428 }
429 .dataTables_wrapper .dataTables_filter {
430 margin-top: 0.5em;
431 }
432}
433table.dataTable thead th div.DataTables_sort_wrapper {
434 position: relative;
435}
436table.dataTable thead th div.DataTables_sort_wrapper span {
437 position: absolute;
438 top: 50%;
439 margin-top: -8px;
440 right: -18px;
441}
442table.dataTable thead th.ui-state-default,
443table.dataTable tfoot th.ui-state-default {
444 border-left-width: 0;
445}
446table.dataTable thead th.ui-state-default:first-child,
447table.dataTable tfoot th.ui-state-default:first-child {
448 border-left-width: 1px;
449}
450
451/*
452 * Control feature layout
453 */
454.dataTables_wrapper .dataTables_paginate .fg-button {
455 box-sizing: border-box;
456 display: inline-block;
457 min-width: 1.5em;
458 padding: 0.5em;
459 margin-left: 2px;
460 text-align: center;
461 text-decoration: none !important;
462 cursor: pointer;
463 *cursor: hand;
464 border: 1px solid transparent;
465}
466.dataTables_wrapper .dataTables_paginate .fg-button:active {
467 outline: none;
468}
469.dataTables_wrapper .dataTables_paginate .fg-button:first-child {
470 border-top-left-radius: 3px;
471 border-bottom-left-radius: 3px;
472}
473.dataTables_wrapper .dataTables_paginate .fg-button:last-child {
474 border-top-right-radius: 3px;
475 border-bottom-right-radius: 3px;
476}
477.dataTables_wrapper .ui-widget-header {
478 font-weight: normal;
479}
480.dataTables_wrapper .ui-toolbar {
481 padding: 8px;
482}
483.dataTables_wrapper.no-footer .dataTables_scrollBody {
484 border-bottom: none;
485}
486.dataTables_wrapper .dataTables_length,
487.dataTables_wrapper .dataTables_filter,
488.dataTables_wrapper .dataTables_info,
489.dataTables_wrapper .dataTables_processing,
490.dataTables_wrapper .dataTables_paginate {
491 color: inherit;
492}
Note: See TracBrowser for help on using the repository browser.