source: consulta_publica/static/jtable/css/jquery.dataTables.min.css @ 0b2127c

baseconstituyenteestudiantesgeneralplan_patriasala
Last change on this file since 0b2127c was b4a8953, checked in by aosorio <argenisosorio580@…>, 7 años ago

Agregado jtable para visualizar los Entes Adscritos

  • Propiedad mode establecida a 100644
File size: 13.6 KB
Línea 
1table.dataTable {
2        width:100%;
3        margin:0 auto;
4        clear:both;
5        border-collapse:
6        separate;border-spacing:0
7}
8
9table.dataTable thead th,table.dataTable tfoot th {
10        font-weight:bold
11}
12
13table.dataTable thead th,table.dataTable thead td {
14        padding:10px 18px;
15        border-bottom:1px solid #111
16}
17
18table.dataTable thead th:active,table.dataTable thead td:active {
19        outline:none
20}
21
22table.dataTable tfoot th,table.dataTable tfoot td {
23        padding:10px 18px 6px 18px;border-top:1px solid #111
24}
25
26table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc {
27        cursor:pointer;*cursor:hand
28}
29
30table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled {
31        background-repeat:no-repeat;background-position:center right
32}
33
34table.dataTable thead .sorting {
35        background-image:url("../images/sort_both.png")
36}
37
38table.dataTable thead .sorting_asc {
39        background-image:url("../images/sort_asc.png")
40}
41
42table.dataTable thead .sorting_desc {
43        background-image:url("../images/sort_desc.png")
44}
45
46table.dataTable thead .sorting_asc_disabled {
47        background-image:url("../images/sort_asc_disabled.png")
48}
49
50table.dataTable thead .sorting_desc_disabled {
51        background-image:url("../images/sort_desc_disabled.png")
52}
53
54table.dataTable tbody tr{
55        background-color:#ffffff
56}
57
58table.dataTable tbody tr.selected{
59        background-color:#B0BED9
60}
61
62table.dataTable tbody th,table.dataTable tbody td {
63        padding:8px 10px
64}
65
66table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td {
67        border-top:1px solid #ddd
68}
69
70table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td {
71        border-top:none
72}
73
74table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td {
75        border-top:1px solid #ddd;
76        border-right:1px solid #ddd;
77}
78
79table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child {
80        border-left:1px solid #ddd
81}
82
83table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td {
84        border-top:none
85}
86
87table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd {
88        background-color:#f9f9f9
89}
90
91table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected {
92        background-color:#acbad4
93}
94
95table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover {
96        background-color:#f6f6f6
97}
98
99table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected {
100        background-color:#aab7d1
101}
102
103table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3 {
104        background-color:#fafafa
105}
106
107table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3 {
108        background-color:#acbad5
109}
110
111table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
112        background-color:#f1f1f1
113}
114
115table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
116        background-color:#f3f3f3
117}
118
119table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
120        background-color:whitesmoke
121}
122
123table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
124        background-color:#a6b4cd
125}
126
127table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
128        background-color:#a8b5cf
129}
130
131table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
132        background-color:#a9b7d1
133}
134
135table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
136        background-color:#fafafa
137}
138
139table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
140        background-color:#fcfcfc
141}
142
143table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
144        background-color:#fefefe
145}
146
147table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
148        background-color:#acbad5
149}
150
151table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
152        background-color:#aebcd6
153}
154
155table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
156        background-color:#afbdd8
157}
158
159table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
160        background-color:#eaeaea
161}
162
163table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
164        background-color:#ececec
165}
166
167table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
168        background-color:#efefef
169}
170
171table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
172        background-color:#a2aec7
173}
174
175table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
176        background-color:#a3b0c9
177}
178
179table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
180        background-color:#a5b2cb
181}
182
183table.dataTable.no-footer {
184        border-bottom:1px solid #111
185}
186
187table.dataTable.nowrap th,table.dataTable.nowrap td {
188        white-space:nowrap
189}
190
191table.dataTable.compact thead th,table.dataTable.compact thead td {
192        padding:4px 17px 4px 4px
193}
194
195table.dataTable.compact tfoot th,table.dataTable.compact tfoot td {
196        padding:4px
197}
198
199table.dataTable.compact tbody th,table.dataTable.compact tbody td {
200        padding:4px
201}
202
203table.dataTable th.dt-left,table.dataTable td.dt-left {
204        text-align:left
205}
206
207table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty {
208        text-align:center
209}
210
211table.dataTable th.dt-right,table.dataTable td.dt-right {
212        text-align:right
213}
214
215table.dataTable th.dt-justify,table.dataTable td.dt-justify {
216        text-align:justify
217}
218
219table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap {
220        white-space:nowrap
221}
222
223table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left {
224        text-align:left
225}
226
227table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center {
228        text-align:center
229}
230
231table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right {
232        text-align:right
233}
234
235table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{
236        text-align:justify
237}
238
239table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap {
240        white-space:nowrap
241}
242
243table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left {
244        text-align:left
245}
246
247table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center {
248        text-align:center
249}
250
251table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right {
252        text-align:right
253}
254
255table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify {
256        text-align:justify
257}
258
259table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap {
260        white-space:nowrap
261}
262
263table.dataTable,table.dataTable th,table.dataTable td {
264        -webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box
265}
266
267.dataTables_wrapper {
268        position:relative;clear:both;*zoom:1;zoom:1
269}
270
271.dataTables_wrapper .dataTables_length {
272        float:left
273}
274
275.dataTables_wrapper .dataTables_filter {
276        float:right;text-align:right
277}
278
279.dataTables_wrapper .dataTables_filter input {
280        margin-left:0.5em
281}
282
283.dataTables_wrapper .dataTables_info {
284        clear:both;float:left;padding-top:0.755em
285}
286
287.dataTables_wrapper .dataTables_paginate {
288        float:right;text-align:right;padding-top:0.25em
289}
290
291.dataTables_wrapper .dataTables_paginate .paginate_button {
292        box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px
293
294}
295
296.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
297        color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
298}
299
300.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
301        cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none       
302}.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
303        color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)
304}
305
306.dataTables_wrapper .dataTables_paginate .paginate_button:active {
307        outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111
308}
309
310.dataTables_wrapper .dataTables_paginate .ellipsis {
311        padding:0 1em
312}
313
314.dataTables_wrapper .dataTables_processing {
315        position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;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)));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%);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%);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%);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%);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%)
316}
317
318.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate {
319        color:#333
320}
321
322.dataTables_wrapper .dataTables_scroll {
323        clear:both
324}
325
326.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
327        *margin-top:-1px;-webkit-overflow-scrolling:touch
328}
329
330.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
331        height:0;overflow:hidden;margin:0 !important;padding:0 !important
332}
333
334.dataTables_wrapper.no-footer .dataTables_scrollBody {
335        border-bottom:1px solid #111
336}
337
338.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
339        border-bottom:none
340}
341
342.dataTables_wrapper:after {visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.