pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
DT_bootstrap.less
(8273B)
1 div.dt-top-row {
2 height: 0;
3 line-height: 0;
4 position: relative
5 }
6 div.dt-bottom-row {
7 background: #fafafa;
8 font-size: 11px;
9 overflow: hidden;
10 padding: 5px 10px;
11 border-top: 1px solid #ccc;
12 -webkit-box-shadow: inset 0 1px #fff;
13 -moz-box-shadow: inset 0 1px #fff;
14 -ms-box-shadow: inset 0 1px #fff;
15 box-shadow: inset 0 1px #fff
16 }
17 div.dataTables_length {
18 position: absolute;
19 right: 13px;
20 top: -38px;
21 }
22 div.dataTables_length select {
23 width: 60px;
24 padding: 3px;
25 border: none;
26 font-size: 13px
27 }
28 div.dataTables_filter {
29 position: absolute;
30 left: 10px;
31 top: -38px
32 }
33 div.dataTables_filter input {
34 /*height: 26px;*/
35 padding: 2px 8px;
36 font-size: 13px;
37 border: none;
38 }
39 .dataTables_filter .input-group {
40 width: 180px !important
41 }
42
43 div.dataTables_length select, div.dataTables_filter input {
44 border: 1px solid #bbb
45 }
46 div.dataTables_paginate {
47 margin: 4px 0 0
48 }
49 div.dataTables_paginate .pagination {
50 margin: 0
51 }
52 .dataTables_wrapper {
53 position: relative
54 }
55 .dt-wrapper {
56 overflow: hidden
57 }
58 .dataTables_wrapper table.table {
59 clear: both;
60 max-width: inherit;
61 margin-bottom: 0
62 }
63 .dataTables_wrapper table.table thead th {
64 white-space: nowrap;
65 text-overflow: ellipsis;
66 -ms-text-overflow: ellipsis;
67 }
68 .dataTables_wrapper table.table thead .sorting, .dataTables_wrapper table.table thead .sorting_asc, .dataTables_wrapper table.table thead .sorting_desc, .dataTables_wrapper table.table thead .sorting_asc_disabled, .dataTables_wrapper table.table thead .sorting_desc_disabled {
69 cursor: hand;
70 cursor: pointer;
71 padding-right: 20px
72 }
73 .dataTables_wrapper table.table thead .sorting {
74 background: url('@{base-url}/sort_both.png') no-repeat center right
75 }
76 .dataTables_wrapper table.table thead .sorting_asc {
77 background: url('@{base-url}/sort_asc.png') no-repeat center right
78 }
79 .dataTables_wrapper table.table thead .sorting_desc {
80 background: url('@{base-url}/sort_desc.png') no-repeat center right
81 }
82 .dataTables_wrapper table.table thead .sorting_asc_disabled {
83 background: url('@{base-url}/sort_asc_disabled.png') no-repeat center right
84 }
85 .dataTables_wrapper table.table thead .sorting_desc_disabled {
86 background: url('@{base-url}/sort_desc_disabled.png') no-repeat center right
87 }
88 .dataTables_wrapper table.dataTable th:active {
89 outline: none
90 }
91 .dataTables_wrapper table.table tbody tr.active td, .dataTables_wrapper table.table tbody tr.active th {
92 background-color: #08C;
93 color: #FFF
94 }
95 .dataTables_wrapper table.table tbody tr.active:hover td, .dataTables_wrapper table.table tbody tr.active:hover th {
96 background-color: #0075b0 !important
97 }
98 .dataTables_wrapper .table-striped tbody tr.active:nth-child(odd) td, .dataTables_wrapper .table-striped tbody tr.active:nth-child(odd) th {
99 background-color: #017ebc
100 }
101 .dataTables_wrapper select {
102 min-height: inherit
103 }
104 .dataTables_wrapper table + .row {
105 margin-bottom: 0;
106 margin-top: 10px
107 }
108 .dataTables_scrollBody {
109 -webkit-overflow-scrolling: touch
110 }
111 .dataTables_wrapper .top, .dataTables_wrapper .bottom {
112 background-color: #f5f5f5;
113 border: 1px solid #CCC;
114 padding: 15px
115 }
116 .top .dataTables_info {
117 float: none
118 }
119 div.dt-bottom-row .dataTables_info {
120 float: left;
121 line-height: 32px;
122 font-size: 12px
123 }
124 .dataTables_empty {
125 text-align: center !important;
126 font-size: 15px;
127 background: #fff !important;
128 padding: 20px 0 !important
129 }
130 .dataTables_scroll {
131 clear: both
132 }
133 .dataTables_scrollHeadInner table.table-bordered {
134 -webkit-border-radius: 4px 4px 0 0;
135 border-radius: 4px 4px 0 0;
136 border-bottom: none
137 }
138 .dataTables_scrollHeadInner table.table-bordered, .dataTables_scrollHeadInner table.table-bordered thead {
139 border-bottom: none
140 }
141 .dataTables_scrollBody table {
142 border-top: none
143 }
144 .dataTables_processing {
145 position: absolute;
146 top: 50%;
147 margin-top: -24px;
148 z-index: 100;
149 left: 50%;
150 width: 250px;
151 margin-left: -125px;
152 border: 1px solid #ddd;
153 text-align: center;
154 color: #000;
155 background: #fff;
156 font-size: 15px !important;
157 -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
158 -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
159 -ms-box-shadow: 0 0 4px rgba(0,0,0,0.2);
160 box-shadow: 0 0 4px rgba(0,0,0,0.2);
161 padding: 10px 0
162 }
163 .dataTables_wrapper .center {
164 text-align: center
165 }
166 .dataTables_wrapper .details, .dataTables_wrapper .details:hover {
167 background: #ddd !important
168 }
169 .dataTables_wrapper .details table td {
170 background: #fff !important
171 }
172 .dataTables_scrollHeadInner table.table, .dataTables_wrapper .details table.table {
173 margin: 0 !important
174 }
175 .dataTables_wrapper .dt_actions {
176 float: left;
177 margin-right: 20px
178 }
179 .dataTables_empty {
180 cursor: default
181 }
182 .dataTables_full {
183 width: 100% !important
184 }
185
186 .dataTables_wrapper div.DTTT .btn:hover {
187 text-decoration: none !important
188 }
189 .dataTables_wrapper ul.DTTT_dropdown.dropdown-menu a {
190 color: #333 !important
191 }
192 .dataTables_wrapper ul.DTTT_dropdown.dropdown-menu li:hover a {
193 background-color: #08c;
194 color: #FFF !important
195 }
196 .dataTables_wrapper div.DTTT_print_info.modal {
197 height: 150px;
198 margin-top: -75px;
199 text-align: center
200 }
201 .dataTables_wrapper div.DTTT_print_info h6 {
202 font-weight: 400;
203 font-size: 28px;
204 line-height: 28px;
205 margin: 1em
206 }
207 .dataTables_wrapper div.DTTT_print_info p {
208 font-size: 14px;
209 line-height: 20px
210 }
211 .dataTables_wrapper div.DTFC_LeftHeadWrapper table, .dataTables_wrapper div.DTFC_LeftFootWrapper table, .dataTables_wrapper table.DTFC_Cloned tr.even {
212 background-color: #FFF
213 }
214 .dataTables_wrapper div.DTFC_LeftHeadWrapper table {
215 margin-bottom: 0 !important;
216 border-top-right-radius: 0 !important;
217 border-bottom-left-radius: 0 !important;
218 border-bottom-right-radius: 0 !important
219 }
220
221 div.dataTables_scrollHead table {
222 margin-bottom: 0 !important;
223 border-bottom-left-radius: 0;
224 border-bottom-right-radius: 0
225 }
226 div.dataTables_scrollHead table thead tr:last-child th:first-child, div.dataTables_scrollHead table thead tr:last-child td:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
227 border-bottom-left-radius: 0 !important;
228 border-bottom-right-radius: 0 !important
229 }
230 div.dataTables_scrollBody table, div.DTFC_LeftBodyWrapper table {
231 border-top: none;
232 margin-bottom: 0 !important
233 }
234 div.dataTables_scrollBody tbody tr:first-child th, div.dataTables_scrollFoot table, div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_LeftBodyWrapper tbody tr:first-child td, div.DTFC_LeftFootWrapper table {
235 border-top: none
236 }
237
238 .dt-row {
239 padding: 4px 10px
240 }
241
242 .ColVis {
243 position: absolute;
244 right: 83px;
245 top: -38px;
246 }
247 .ColVis_collection .ColVis_Button {
248 position: relative;
249 margin-right: 3px;
250 height: 30px;
251 background-color: #fff;
252 border: 1px solid #d0d0d0;
253 cursor: hand;
254 padding: 3px 5px
255 }
256 button.ColVis_Button::-moz-focus-inner {
257 border: none !important;
258 padding: 0
259 }
260 div.ColVis_collectionBackground {
261 background-color: #000;
262 z-index: 1100
263 }
264 div.ColVis_collection {
265 position: relative;
266 width: 180px;
267 background-color: #fff;
268 border: 1px solid rgba(0,0,0,.2);
269 -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
270 -moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);
271 box-shadow: 0 2px 4px rgba(0,0,0,.2);
272 z-index: 1102
273 }
274 div.ColVis_collection button.ColVis_Button {
275 padding: 4px 12px;
276 height: 26px;
277 background-color: #fff;
278 border: none;
279 width: 100%;
280 float: none;
281 font-size: 12px
282 }
283 div.ColVis_collection button.ColVis_Button + button.ColVis_Button {
284 border-top: 1px solid #e1e1e1
285 }
286 div.ColVis_collection button.ColVis_Button input {
287 margin: 0
288 }
289 div.ColVis_catcher {
290 position: absolute;
291 z-index: 1101
292 }
293 .disabled {
294 color: #999
295 }
296 button.ColVis_Button {
297 text-align: left
298 }
299 span.ColVis_radio {
300 display: inline-block;
301 width: 20px;
302 vertical-align: -2px
303 }
304 .ColVis_text_hover, div.ColVis_collection button.ColVis_Button:hover {
305 background: #F2F2F2;
306 color: #222
307 }
308
309 table.DTCR_clonedTable {
310 background-color: #fff;
311 z-index: 202
312 }
313 div.DTCR_pointer {
314 width: 1px;
315 background-color: #0259C4;
316 z-index: 201
317 }
318
319 ul.DTTT_dropdown.dropdown-menu li {
320 position: relative
321 }
322 ul.DTTT_dropdown.dropdown-menu li:hover a {
323 background-color: #f2f2f2;
324 color: #333 !important;
325 }
326 .table_tools_group {
327 position: absolute;
328 right: 83px;
329 top: -37px;
330 }
331 .DTTT.btn-group {
332 position: absolute;
333 top: -38px;
334 right: 83px;
335 }
336 .DTTT_dropdown {
337 z-index: 2002
338 }
339
340 .DTFC_LeftHeadWrapper {
341 border-bottom: 1px solid #ddd
342 }