~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to theme/default/libraries/jquery-tablesorter/css/theme.blue.css

  • Committer: Dan Garner
  • Date: 2015-03-26 14:08:33 UTC
  • Revision ID: git-v1:70d14044444f8dc5d602b99890d59dea46d9470c
Moved web servable files to web folder

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*************
2
 
  Blue Theme
3
 
 *************/
4
 
/* overall */
5
 
.tablesorter-blue {
6
 
        width: 100%;
7
 
        background-color: #fff;
8
 
        margin: 10px 0 15px;
9
 
        text-align: left;
10
 
        border-spacing: 0;
11
 
        border: #cdcdcd 1px solid;
12
 
        border-width: 1px 0 0 1px;
13
 
}
14
 
.tablesorter-blue th,
15
 
.tablesorter-blue td {
16
 
        border: #cdcdcd 1px solid;
17
 
        border-width: 0 1px 1px 0;
18
 
}
19
 
 
20
 
/* header */
21
 
.tablesorter-blue th,
22
 
.tablesorter-blue thead td {
23
 
        font: bold 12px/18px Arial, Sans-serif;
24
 
        color: #000;
25
 
        background-color: #99bfe6;
26
 
        border-collapse: collapse;
27
 
        padding: 4px;
28
 
        text-shadow: 0 1px 0 rgba(204, 204, 204, 0.7);
29
 
}
30
 
.tablesorter-blue tbody td,
31
 
.tablesorter-blue tfoot th,
32
 
.tablesorter-blue tfoot td {
33
 
        padding: 4px;
34
 
        vertical-align: top;
35
 
}
36
 
.tablesorter-blue .header,
37
 
.tablesorter-blue .tablesorter-header {
38
 
        /* black (unsorted) double arrow */
39
 
        background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
40
 
        /* white (unsorted) double arrow */
41
 
        /* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
42
 
        /* image */
43
 
        /* background-image: url(images/black-unsorted.gif); */
44
 
        background-repeat: no-repeat;
45
 
        background-position: center right;
46
 
        padding: 4px 18px 4px 4px;
47
 
        white-space: normal;
48
 
        cursor: pointer;
49
 
}
50
 
.tablesorter-blue .headerSortUp,
51
 
.tablesorter-blue .tablesorter-headerSortUp,
52
 
.tablesorter-blue .tablesorter-headerAsc {
53
 
        background-color: #9fbfdf;
54
 
        /* black asc arrow */
55
 
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
56
 
        /* white asc arrow */
57
 
        /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
58
 
        /* image */
59
 
        /* background-image: url(images/black-asc.gif); */
60
 
}
61
 
.tablesorter-blue .headerSortDown,
62
 
.tablesorter-blue .tablesorter-headerSortDown,
63
 
.tablesorter-blue .tablesorter-headerDesc {
64
 
        background-color: #8cb3d9;
65
 
        /* black desc arrow */
66
 
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
67
 
        /* white desc arrow */
68
 
        /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
69
 
        /* image */
70
 
        /* background-image: url(images/black-desc.gif); */
71
 
}
72
 
.tablesorter-blue thead .sorter-false {
73
 
        background-image: none;
74
 
        cursor: default;
75
 
        padding: 4px;
76
 
}
77
 
 
78
 
/* tfoot */
79
 
.tablesorter-blue tfoot .tablesorter-headerSortUp,
80
 
.tablesorter-blue tfoot .tablesorter-headerSortDown,
81
 
.tablesorter-blue tfoot .tablesorter-headerAsc,
82
 
.tablesorter-blue tfoot .tablesorter-headerDesc {
83
 
        /* remove sort arrows from footer */
84
 
        background-image: none;
85
 
}
86
 
 
87
 
/* tbody */
88
 
.tablesorter-blue td {
89
 
        color: #3d3d3d;
90
 
        background-color: #fff;
91
 
        padding: 4px;
92
 
        vertical-align: top;
93
 
}
94
 
 
95
 
/* hovered row colors
96
 
 you'll need to add additional lines for
97
 
 rows with more than 2 child rows
98
 
 */
99
 
.tablesorter-blue tbody > tr:hover > td,
100
 
.tablesorter-blue tbody > tr:hover + tr.tablesorter-childRow > td,
101
 
.tablesorter-blue tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
102
 
.tablesorter-blue tbody > tr.even:hover > td,
103
 
.tablesorter-blue tbody > tr.even:hover + tr.tablesorter-childRow > td,
104
 
.tablesorter-blue tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
105
 
        background: #d9d9d9;
106
 
}
107
 
.tablesorter-blue tbody > tr.odd:hover > td,
108
 
.tablesorter-blue tbody > tr.odd:hover + tr.tablesorter-childRow > td,
109
 
.tablesorter-blue tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
110
 
        background: #bfbfbf;
111
 
}
112
 
 
113
 
/* table processing indicator */
114
 
.tablesorter-blue .tablesorter-processing {
115
 
        background-position: center center !important;
116
 
        background-repeat: no-repeat !important;
117
 
        /* background-image: url(../addons/pager/icons/loading.gif) !important; */
118
 
        background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
119
 
}
120
 
 
121
 
/* Zebra Widget - row alternating colors */
122
 
.tablesorter-blue tbody tr.odd td {
123
 
        background-color: #ebf2fa;
124
 
}
125
 
.tablesorter-blue tbody tr.even td {
126
 
        background-color: #fff;
127
 
}
128
 
 
129
 
/* Column Widget - column sort colors */
130
 
.tablesorter-blue td.primary,
131
 
.tablesorter-blue tr.odd td.primary {
132
 
        background-color: #99b3e6;
133
 
}
134
 
.tablesorter-blue tr.even td.primary {
135
 
        background-color: #c2d1f0;
136
 
}
137
 
.tablesorter-blue td.secondary,
138
 
.tablesorter-blue tr.odd td.secondary {
139
 
        background-color: #c2d1f0;
140
 
}
141
 
.tablesorter-blue tr.even td.secondary {
142
 
        background-color: #d6e0f5;
143
 
}
144
 
.tablesorter-blue td.tertiary,
145
 
.tablesorter-blue tr.odd td.tertiary {
146
 
        background-color: #d6e0f5;
147
 
}
148
 
.tablesorter-blue tr.even td.tertiary {
149
 
        background-color: #ebf0fa;
150
 
}
151
 
 
152
 
/* caption */
153
 
caption {
154
 
        background: #fff;
155
 
}
156
 
 
157
 
/* filter widget */
158
 
.tablesorter-blue .tablesorter-filter-row td {
159
 
        background: #eee;
160
 
        line-height: normal;
161
 
        text-align: center; /* center the input */
162
 
        -webkit-transition: line-height 0.1s ease;
163
 
        -moz-transition: line-height 0.1s ease;
164
 
        -o-transition: line-height 0.1s ease;
165
 
        transition: line-height 0.1s ease;
166
 
}
167
 
/* optional disabled input styling */
168
 
.tablesorter-blue .tablesorter-filter-row .disabled {
169
 
        opacity: 0.5;
170
 
        filter: alpha(opacity=50);
171
 
        cursor: not-allowed;
172
 
}
173
 
/* hidden filter row */
174
 
.tablesorter-blue .tablesorter-filter-row.hideme td {
175
 
        /*** *********************************************** ***/
176
 
        /*** change this padding to modify the thickness     ***/
177
 
        /*** of the closed filter row (height = padding x 2) ***/
178
 
        padding: 2px;
179
 
        /*** *********************************************** ***/
180
 
        margin: 0;
181
 
        line-height: 0;
182
 
        cursor: pointer;
183
 
}
184
 
.tablesorter-blue .tablesorter-filter-row.hideme .tablesorter-filter {
185
 
        height: 1px;
186
 
        min-height: 0;
187
 
        border: 0;
188
 
        padding: 0;
189
 
        margin: 0;
190
 
        /* don't use visibility: hidden because it disables tabbing */
191
 
        opacity: 0;
192
 
        filter: alpha(opacity=0);
193
 
}
194
 
/* filters */
195
 
.tablesorter-blue .tablesorter-filter {
196
 
        width: 98%;
197
 
        height: auto;
198
 
        margin: 0;
199
 
        padding: 4px;
200
 
        background-color: #fff;
201
 
        border: 1px solid #bbb;
202
 
        color: #333;
203
 
        -webkit-box-sizing: border-box;
204
 
        -moz-box-sizing: border-box;
205
 
        box-sizing: border-box;
206
 
        -webkit-transition: height 0.1s ease;
207
 
        -moz-transition: height 0.1s ease;
208
 
        -o-transition: height 0.1s ease;
209
 
        transition: height 0.1s ease;
210
 
}
211
 
/* rows hidden by filtering (needed for child rows) */
212
 
.tablesorter .filtered {
213
 
        display: none;
214
 
}
215
 
 
216
 
/* ajax error row */
217
 
.tablesorter .tablesorter-errorRow td {
218
 
        text-align: center;
219
 
        cursor: pointer;
220
 
        background-color: #e6bf99;
221
 
}