Routinely eliminating annotations about probably outdated reports
[andk-cpan-tools.git] / CPAN-Blame / root / theme.default.css
blobcc59d2033ff1b89d91ecb70607aa83e59a805ac2
1 /*************
2 Default Theme
3 *************/
4 /* overall */
5 .tablesorter-default {
6 width: 100%;
7 font: 12px/18px Arial, Sans-serif;
8 color: #333;
9 background-color: #fff;
10 border-spacing: 0;
11 margin: 10px 0 15px;
12 text-align: left;
15 /* header */
16 .tablesorter-default th,
17 .tablesorter-default thead td {
18 font: bold 12px/18px Arial, Sans-serif;
19 color: #000;
20 background-color: #fff;
21 border-collapse: collapse;
22 border-bottom: #ccc 2px solid;
23 padding: 0;
25 .tablesorter-default tfoot th,
26 .tablesorter-default tfoot td {
27 border: 0;
29 .tablesorter-default .header,
30 .tablesorter-default .tablesorter-header {
31 background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
32 background-position: center right;
33 background-repeat: no-repeat;
34 cursor: pointer;
35 white-space: normal;
36 padding: 4px 20px 4px 4px;
38 .tablesorter-default thead .headerSortUp,
39 .tablesorter-default thead .tablesorter-headerSortUp,
40 .tablesorter-default thead .tablesorter-headerAsc {
41 background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
42 border-bottom: #000 2px solid;
44 .tablesorter-default thead .headerSortDown,
45 .tablesorter-default thead .tablesorter-headerSortDown,
46 .tablesorter-default thead .tablesorter-headerDesc {
47 background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
48 border-bottom: #000 2px solid;
50 .tablesorter-default thead .sorter-false {
51 background-image: none;
52 cursor: default;
53 padding: 4px;
56 /* tfoot */
57 .tablesorter-default tfoot .tablesorter-headerSortUp,
58 .tablesorter-default tfoot .tablesorter-headerSortDown,
59 .tablesorter-default tfoot .tablesorter-headerAsc,
60 .tablesorter-default tfoot .tablesorter-headerDesc {
61 border-top: #000 2px solid;
64 /* tbody */
65 .tablesorter-default td {
66 background-color: #fff;
67 border-bottom: #ccc 1px solid;
68 padding: 4px;
69 vertical-align: top;
72 /* hovered row colors */
73 .tablesorter-default tbody > tr:hover > td,
74 .tablesorter-default tbody > tr.even:hover > td,
75 .tablesorter-default tbody > tr.odd:hover > td {
76 background: #fff;
77 color: #000;
80 /* table processing indicator */
81 .tablesorter-default .tablesorter-processing {
82 background-position: center center !important;
83 background-repeat: no-repeat !important;
84 /* background-image: url(../addons/pager/icons/loading.gif) !important; */
85 background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
88 /* Zebra Widget - row alternating colors */
89 .tablesorter-default tr.odd td {
90 background-color: #dfdfdf;
92 .tablesorter-default tr.even td {
93 background-color: #efefef;
96 /* Column Widget - column sort colors */
97 .tablesorter-default tr.odd td.primary {
98 background-color: #bfbfbf;
100 .tablesorter-default td.primary,
101 .tablesorter-default tr.even td.primary {
102 background-color: #d9d9d9;
104 .tablesorter-default tr.odd td.secondary {
105 background-color: #d9d9d9;
107 .tablesorter-default td.secondary,
108 .tablesorter-default tr.even td.secondary {
109 background-color: #e6e6e6;
111 .tablesorter-default tr.odd td.tertiary {
112 background-color: #e6e6e6;
114 .tablesorter-default td.tertiary,
115 .tablesorter-default tr.even td.tertiary {
116 background-color: #f2f2f2;
119 /* caption */
120 caption {
121 background: #fff;
124 /* filter widget */
125 .tablesorter-default .tablesorter-filter-row td {
126 background: #eee;
127 border-bottom: #ccc 1px solid;
128 line-height: normal;
129 text-align: center; /* center the input */
130 -webkit-transition: line-height 0.1s ease;
131 -moz-transition: line-height 0.1s ease;
132 -o-transition: line-height 0.1s ease;
133 transition: line-height 0.1s ease;
135 /* optional disabled input styling */
136 .tablesorter-default .tablesorter-filter-row .disabled {
137 opacity: 0.5;
138 filter: alpha(opacity=50);
139 cursor: not-allowed;
141 /* hidden filter row */
142 .tablesorter-default .tablesorter-filter-row.hideme td {
143 /*** *********************************************** ***/
144 /*** change this padding to modify the thickness ***/
145 /*** of the closed filter row (height = padding x 2) ***/
146 padding: 2px;
147 /*** *********************************************** ***/
148 margin: 0;
149 line-height: 0;
150 cursor: pointer;
152 .tablesorter-default .tablesorter-filter-row.hideme .tablesorter-filter {
153 height: 1px;
154 min-height: 0;
155 border: 0;
156 padding: 0;
157 margin: 0;
158 /* don't use visibility: hidden because it disables tabbing */
159 opacity: 0;
160 filter: alpha(opacity=0);
162 /* filters */
163 .tablesorter-default .tablesorter-filter {
164 width: 95%;
165 height: auto;
166 margin: 4px;
167 padding: 4px;
168 background-color: #fff;
169 border: 1px solid #bbb;
170 color: #333;
171 -webkit-box-sizing: border-box;
172 -moz-box-sizing: border-box;
173 box-sizing: border-box;
174 -webkit-transition: height 0.1s ease;
175 -moz-transition: height 0.1s ease;
176 -o-transition: height 0.1s ease;
177 transition: height 0.1s ease;
180 /* ajax error row */
181 .tablesorter .tablesorter-errorRow td {
182 cursor: pointer;
183 background-color: #e6bf99;