Plugin VTAM by Frederic Francois (Univ Bristol) integrated into slice view
[myslice.git] / plugins / univbrisvtamform / static / css / univbrisvtamform.css
1
2 /* the bottom of the datatable needs more space */
3 div.univbrisvtamform-spacer { padding: 8px 4px 15px 4px; }
4
5 div.UnivbrisVtamForm table.dataTable th {
6     font: bold 12px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
7     color: #4f6b72;
8     border-right: 1px solid #C1DAD7;
9     border-bottom: 1px solid #C1DAD7;
10     border-top: 1px solid #C1DAD7;
11     letter-spacing: 1px;
12     text-transform: uppercase;
13     text-align: left;
14     padding: 8px 12px 4px 20px;
15     vertical-align:middle;
16 /*    background: #CAE8EA url(../img/tablesort-header.jpg) no-repeat; */
17 }
18
19 div.UnivbrisVtamForm table.dataTable th.checkbox {
20     padding-left: 14px;
21 }
22
23 div.UnivbrisVtamForm table.dataTable td, div.UnivbrisVtamForm table.dataTable textarea, div.UnivbrisVtamForm table.dataTable input [type="text"] {
24     font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
25     color: #660099;
26     border-right: 1px solid #C1DAD7;
27     border-bottom: 1px solid #C1DAD7;
28 }
29 div.UnivbrisVtamForm table.dataTable td {
30     padding: 4px 8px 4px 8px;
31     /* this applies on even rows only, odd ones have a setting in bootstrap of rbg 249.249.249 */
32     background-color: #f4f4f4;
33     color: #660099;
34 }
35 div.UnivbrisVtamForm table.dataTable td a {
36     font-weight:normal;
37 }
38 /* these come from bootstrap */
39 div.UnivbrisVtamForm div.dataTables_info {
40     font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
41 }
42
43 /* one could think or using repeat-x here but that's not working because of the arrows
44  * we might need to make these wider some day 
45  * and/or to add background-color: #caebea
46  * which would look less conspicuous in case of overflow
47 */
48
49 div.UnivbrisVtamForm table.dataTable thead .sorting { background: url('../img/tablesort-header-sortable.png') no-repeat; }
50 div.UnivbrisVtamForm table.dataTable thead .sorting_asc { background: url('../img/tablesort-header-up.png') no-repeat; }
51 div.UnivbrisVtamForm table.dataTable thead .sorting_desc { background: url('../img/tablesort-header-down.png') no-repeat; }
52 /* this icons set does not have that exact equivalent - using an approximation for now */
53 div.UnivbrisVtamForm table.dataTable thead .sorting_asc_disabled { background: url('../img/tablesort-header.png') repeat-x; }
54 div.UnivbrisVtamForm table.dataTable thead .sorting_desc_disabled { background: url('../img/tablesort-header.png') repeat-x; }
55
56 /* the footers are not active */
57 div.UnivbrisVtamForm table.dataTable tfoot { 
58     background: url('../img/tablesort-header.png') repeat-x;
59     background-color: #caebea;
60 }
61 /* and when sorting is turned off it's useful to set this on header too */
62 div.UnivbrisVtamForm table.dataTable thead { 
63     background: url('../img/tablesort-header.png') repeat-x;
64     background-color: #caebea;
65 }