Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

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