-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbootstrap24.css
345 lines (333 loc) · 13.7 KB
/
bootstrap24.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
/*!
* Patch Bootstrap CSS to 24 columns grid - v3.3.0
* Copyright (c) 2018 Thach Nguyen; Licensed MIT
*/
/* =24 columns grid
----------------------------------------------- */
.col-xs-0_5, .col-sm-0_5, .col-md-0_5, .col-lg-0_5, .col-xs-1_5, .col-sm-1_5, .col-md-1_5, .col-lg-1_5, .col-xs-2_5, .col-sm-2_5, .col-md-2_5, .col-lg-2_5, .col-xs-3_5, .col-sm-3_5, .col-md-3_5, .col-lg-3_5, .col-xs-4_5, .col-sm-4_5, .col-md-4_5, .col-lg-4_5, .col-xs-5_5, .col-sm-5_5, .col-md-5_5, .col-lg-5_5, .col-xs-6_5, .col-sm-6_5, .col-md-6_5, .col-lg-6_5, .col-xs-7_5, .col-sm-7_5, .col-md-7_5, .col-lg-7_5, .col-xs-8_5, .col-sm-8_5, .col-md-8_5, .col-lg-8_5, .col-xs-9_5, .col-sm-9_5, .col-md-9_5, .col-lg-9_5, .col-xs-10_5, .col-sm-10_5, .col-md-10_5, .col-lg-10_5, .col-xs-11_5, .col-sm-11_5, .col-md-11_5, .col-lg-11_5 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
@media (max-width: 767px) {
.col-xs-0_5, .col-xs-1_5, .col-xs-2_5, .col-xs-3_5, .col-xs-4_5, .col-xs-5_5, .col-xs-6_5, .col-xs-7_5, .col-xs-8_5, .col-xs-9_5, .col-xs-10_5, .col-xs-11_5 {
float: left;
}
.col-xs-11_5 { width: 95.83333333%; }
.col-xs-10_5 { width: 87.5%; }
.col-xs-9_5 { width: 79.16666667%; }
.col-xs-8_5 { width: 70.83333333%; }
.col-xs-7_5 { width: 62.5%; }
.col-xs-6_5 { width: 54.16666667%; }
.col-xs-5_5 { width: 45.83333333%; }
.col-xs-4_5 { width: 37.5%; }
.col-xs-3_5 { width: 29.16666667%; }
.col-xs-2_5 { width: 20.83333333%; }
.col-xs-1_5 { width: 12.5%; }
.col-xs-0_5 { width: 4.16666667%; }
.col-xs-pull-11_5 { right: 95.83333333%; }
.col-xs-pull-10_5 { right: 87.5%; }
.col-xs-pull-9_5 { right: 79.16666667%; }
.col-xs-pull-8_5 { right: 70.83333333%; }
.col-xs-pull-7_5 { right: 62.5%; }
.col-xs-pull-6_5 { right: 54.16666667%; }
.col-xs-pull-5_5 { right: 45.83333333%; }
.col-xs-pull-4_5 { right: 37.5%; }
.col-xs-pull-3_5 { right: 29.16666667%; }
.col-xs-pull-2_5 { right: 20.83333333%; }
.col-xs-pull-1_5 { right: 12.5%; }
.col-xs-pull-0_5 { right: 4.16666667%; }
.col-xs-push-11_5 { left: 95.83333333%; }
.col-xs-push-10_5 { left: 87.5%; }
.col-xs-push-9_5 { left: 79.16666667%; }
.col-xs-push-8_5 { left: 70.83333333%; }
.col-xs-push-7_5 { left: 62.5%; }
.col-xs-push-6_5 { left: 54.16666667%; }
.col-xs-push-5_5 { left: 45.83333333%; }
.col-xs-push-4_5 { left: 37.5%; }
.col-xs-push-3_5 { left: 29.16666667%; }
.col-xs-push-2_5 { left: 20.83333333%; }
.col-xs-push-1_5 { left: 12.5%; }
.col-xs-push-0_5 { left: 4.16666667%; }
.col-xs-offset-11_5 { margin-left: 95.83333333%; }
.col-xs-offset-10_5 { margin-left: 87.5%; }
.col-xs-offset-9_5 { margin-left: 79.16666667%; }
.col-xs-offset-8_5 { margin-left: 70.83333333%; }
.col-xs-offset-7_5 { margin-left: 62.5%; }
.col-xs-offset-6_5 { margin-left: 54.16666667%; }
.col-xs-offset-5_5 { margin-left: 45.83333333%; }
.col-xs-offset-4_5 { margin-left: 37.5%; }
.col-xs-offset-3_5 { margin-left: 29.16666667%; }
.col-xs-offset-2_5 { margin-left: 20.83333333%; }
.col-xs-offset-1_5 { margin-left: 12.5%; }
.col-xs-offset-0_5 { margin-left: 4.16666667%; }
}
@media (min-width: 768px) and (max-width: 991px) {
.col-sm-0_5, .col-sm-1_5, .col-sm-2_5, .col-sm-3_5, .col-sm-4_5, .col-sm-5_5, .col-sm-6_5, .col-sm-7_5, .col-sm-8_5, .col-sm-9_5, .col-sm-10_5, .col-sm-11_5 {
float: left;
}
.col-sm-11_5 { width: 95.83333333%; }
.col-sm-10_5 { width: 87.5%; }
.col-sm-9_5 { width: 79.16666667%; }
.col-sm-8_5 { width: 70.83333333%; }
.col-sm-7_5 { width: 62.5%; }
.col-sm-6_5 { width: 54.16666667%; }
.col-sm-5_5 { width: 45.83333333%; }
.col-sm-4_5 { width: 37.5%; }
.col-sm-3_5 { width: 29.16666667%; }
.col-sm-2_5 { width: 20.83333333%; }
.col-sm-1_5 { width: 12.5%; }
.col-sm-0_5 { width: 4.16666667%; }
.col-sm-pull-11_5 { right: 95.83333333%; }
.col-sm-pull-10_5 { right: 87.5%; }
.col-sm-pull-9_5 { right: 79.16666667%; }
.col-sm-pull-8_5 { right: 70.83333333%; }
.col-sm-pull-7_5 { right: 62.5%; }
.col-sm-pull-6_5 { right: 54.16666667%; }
.col-sm-pull-5_5 { right: 45.83333333%; }
.col-sm-pull-4_5 { right: 37.5%; }
.col-sm-pull-3_5 { right: 29.16666667%; }
.col-sm-pull-2_5 { right: 20.83333333%; }
.col-sm-pull-1_5 { right: 12.5%; }
.col-sm-pull-0_5 { right: 4.16666667%; }
.col-sm-push-11_5 { left: 95.83333333%; }
.col-sm-push-10_5 { left: 87.5%; }
.col-sm-push-9_5 { left: 79.16666667%; }
.col-sm-push-8_5 { left: 70.83333333%; }
.col-sm-push-7_5 { left: 62.5%; }
.col-sm-push-6_5 { left: 54.16666667%; }
.col-sm-push-5_5 { left: 45.83333333%; }
.col-sm-push-4_5 { left: 37.5%; }
.col-sm-push-3_5 { left: 29.16666667%; }
.col-sm-push-2_5 { left: 20.83333333%; }
.col-sm-push-1_5 { left: 12.5%; }
.col-sm-push-0_5 { left: 4.16666667%; }
.col-sm-offset-11_5 { margin-left: 95.83333333%; }
.col-sm-offset-10_5 { margin-left: 87.5%; }
.col-sm-offset-9_5 { margin-left: 79.16666667%; }
.col-sm-offset-8_5 { margin-left: 70.83333333%; }
.col-sm-offset-7_5 { margin-left: 62.5%; }
.col-sm-offset-6_5 { margin-left: 54.16666667%; }
.col-sm-offset-5_5 { margin-left: 45.83333333%; }
.col-sm-offset-4_5 { margin-left: 37.5%; }
.col-sm-offset-3_5 { margin-left: 29.16666667%; }
.col-sm-offset-2_5 { margin-left: 20.83333333%; }
.col-sm-offset-1_5 { margin-left: 12.5%; }
.col-sm-offset-0_5 { margin-left: 4.16666667%; }
}
@media (min-width: 992px) and (max-width: 1199px) {
.col-md-0_5, .col-md-1_5, .col-md-2_5, .col-md-3_5, .col-md-4_5, .col-md-5_5, .col-md-6_5, .col-md-7_5, .col-md-8_5, .col-md-9_5, .col-md-10_5, .col-md-11_5 {
float: left;
}
.col-md-11_5 { width: 95.83333333%; }
.col-md-10_5 { width: 87.5%; }
.col-md-9_5 { width: 79.16666667%; }
.col-md-8_5 { width: 70.83333333%; }
.col-md-7_5 { width: 62.5%; }
.col-md-6_5 { width: 54.16666667%; }
.col-md-5_5 { width: 45.83333333%; }
.col-md-4_5 { width: 37.5%; }
.col-md-3_5 { width: 29.16666667%; }
.col-md-2_5 { width: 20.83333333%; }
.col-md-1_5 { width: 12.5%; }
.col-md-0_5 { width: 4.16666667%; }
.col-md-pull-11_5 { right: 95.83333333%; }
.col-md-pull-10_5 { right: 87.5%; }
.col-md-pull-9_5 { right: 79.16666667%; }
.col-md-pull-8_5 { right: 70.83333333%; }
.col-md-pull-7_5 { right: 62.5%; }
.col-md-pull-6_5 { right: 54.16666667%; }
.col-md-pull-5_5 { right: 45.83333333%; }
.col-md-pull-4_5 { right: 37.5%; }
.col-md-pull-3_5 { right: 29.16666667%; }
.col-md-pull-2_5 { right: 20.83333333%; }
.col-md-pull-1_5 { right: 12.5%; }
.col-md-pull-0_5 { right: 4.16666667%; }
.col-md-push-11_5 { left: 95.83333333%; }
.col-md-push-10_5 { left: 87.5%; }
.col-md-push-9_5 { left: 79.16666667%; }
.col-md-push-8_5 { left: 70.83333333%; }
.col-md-push-7_5 { left: 62.5%; }
.col-md-push-6_5 { left: 54.16666667%; }
.col-md-push-5_5 { left: 45.83333333%; }
.col-md-push-4_5 { left: 37.5%; }
.col-md-push-3_5 { left: 29.16666667%; }
.col-md-push-2_5 { left: 20.83333333%; }
.col-md-push-1_5 { left: 12.5%; }
.col-md-push-0_5 { left: 4.16666667%; }
.col-md-offset-11_5 { margin-left: 95.83333333%; }
.col-md-offset-10_5 { margin-left: 87.5%; }
.col-md-offset-9_5 { margin-left: 79.16666667%; }
.col-md-offset-8_5 { margin-left: 70.83333333%; }
.col-md-offset-7_5 { margin-left: 62.5%; }
.col-md-offset-6_5 { margin-left: 54.16666667%; }
.col-md-offset-5_5 { margin-left: 45.83333333%; }
.col-md-offset-4_5 { margin-left: 37.5%; }
.col-md-offset-3_5 { margin-left: 29.16666667%; }
.col-md-offset-2_5 { margin-left: 20.83333333%; }
.col-md-offset-1_5 { margin-left: 12.5%; }
.col-md-offset-0_5 { margin-left: 4.16666667%; }
}
@media (min-width: 1200px) {
.col-lg-0_5, .col-lg-1_5, .col-lg-2_5, .col-lg-3_5, .col-lg-4_5, .col-lg-5_5, .col-lg-6_5, .col-lg-7_5, .col-lg-8_5, .col-lg-9_5, .col-lg-10_5, .col-lg-11_5 {
float: left;
}
.col-lg-11_5 { width: 95.83333333%; }
.col-lg-10_5 { width: 87.5%; }
.col-lg-9_5 { width: 79.16666667%; }
.col-lg-8_5 { width: 70.83333333%; }
.col-lg-7_5 { width: 62.5%; }
.col-lg-6_5 { width: 54.16666667%; }
.col-lg-5_5 { width: 45.83333333%; }
.col-lg-4_5 { width: 37.5%; }
.col-lg-3_5 { width: 29.16666667%; }
.col-lg-2_5 { width: 20.83333333%; }
.col-lg-1_5 { width: 12.5%; }
.col-lg-0_5 { width: 4.16666667%; }
.col-lg-pull-11_5 { right: 95.83333333%; }
.col-lg-pull-10_5 { right: 87.5%; }
.col-lg-pull-9_5 { right: 79.16666667%; }
.col-lg-pull-8_5 { right: 70.83333333%; }
.col-lg-pull-7_5 { right: 62.5%; }
.col-lg-pull-6_5 { right: 54.16666667%; }
.col-lg-pull-5_5 { right: 45.83333333%; }
.col-lg-pull-4_5 { right: 37.5%; }
.col-lg-pull-3_5 { right: 29.16666667%; }
.col-lg-pull-2_5 { right: 20.83333333%; }
.col-lg-pull-1_5 { right: 12.5%; }
.col-lg-pull-0_5 { right: 4.16666667%; }
.col-lg-push-11_5 { left: 95.83333333%; }
.col-lg-push-10_5 { left: 87.5%; }
.col-lg-push-9_5 { left: 79.16666667%; }
.col-lg-push-8_5 { left: 70.83333333%; }
.col-lg-push-7_5 { left: 62.5%; }
.col-lg-push-6_5 { left: 54.16666667%; }
.col-lg-push-5_5 { left: 45.83333333%; }
.col-lg-push-4_5 { left: 37.5%; }
.col-lg-push-3_5 { left: 29.16666667%; }
.col-lg-push-2_5 { left: 20.83333333%; }
.col-lg-push-1_5 { left: 12.5%; }
.col-lg-push-0_5 { left: 4.16666667%; }
.col-lg-offset-11_5 { margin-left: 95.83333333%; }
.col-lg-offset-10_5 { margin-left: 87.5%; }
.col-lg-offset-9_5 { margin-left: 79.16666667%; }
.col-lg-offset-8_5 { margin-left: 70.83333333%; }
.col-lg-offset-7_5 { margin-left: 62.5%; }
.col-lg-offset-6_5 { margin-left: 54.16666667%; }
.col-lg-offset-5_5 { margin-left: 45.83333333%; }
.col-lg-offset-4_5 { margin-left: 37.5%; }
.col-lg-offset-3_5 { margin-left: 29.16666667%; }
.col-lg-offset-2_5 { margin-left: 20.83333333%; }
.col-lg-offset-1_5 { margin-left: 12.5%; }
.col-lg-offset-0_5 { margin-left: 4.16666667%; }
}
/* =Colored tooltips
----------------------------------------------- */
.tooltip-success + .tooltip .tooltip-inner {
color: #3c763d;
background-color: #dff0d8;
border: 1px solid #d6e9c6;
}
.tooltip-success + .tooltip.top .tooltip-arrow,
.tooltip-success + .tooltip.top-left .tooltip-arrow,
.tooltip-success + .tooltip.top-right .tooltip-arrow {
border-top-color: #d6e9c6;
}
.tooltip-success + .tooltip.bottom .tooltip-arrow,
.tooltip-success + .tooltip.bottom-left .tooltip-arrow,
.tooltip-success + .tooltip.bottom-right .tooltip-arrow {
border-bottom-color: #d6e9c6;
}
.tooltip-success + .tooltip.right .tooltip-arrow { border-right-color: #d6e9c6; }
.tooltip-success + .tooltip.left .tooltip-arrow { border-left-color: #d6e9c6; }
.tooltip-info + .tooltip .tooltip-inner {
color: #31708f;
background-color: #d9edf7;
border: 1px solid #bce8f1;
}
.tooltip-info + .tooltip.top .tooltip-arrow,
.tooltip-info + .tooltip.top-left .tooltip-arrow,
.tooltip-info + .tooltip.top-right .tooltip-arrow {
border-top-color: #bce8f1;
}
.tooltip-info + .tooltip.bottom .tooltip-arrow,
.tooltip-info + .tooltip.bottom-left .tooltip-arrow,
.tooltip-info + .tooltip.bottom-right .tooltip-arrow {
border-bottom-color: #bce8f1;
}
.tooltip-info + .tooltip.right .tooltip-arrow { border-right-color: #bce8f1; }
.tooltip-info + .tooltip.left .tooltip-arrow { border-left-color: #bce8f1; }
.tooltip-warning + .tooltip .tooltip-inner {
color: #8a6d3b;
background-color: #fcf8e3;
border: 1px solid #faebcc;
}
.tooltip-warning + .tooltip.top .tooltip-arrow,
.tooltip-warning + .tooltip.top-left .tooltip-arrow,
.tooltip-warning + .tooltip.top-right .tooltip-arrow {
border-top-color: #faebcc;
}
.tooltip-warning + .tooltip.bottom .tooltip-arrow,
.tooltip-warning + .tooltip.bottom-left .tooltip-arrow,
.tooltip-warning + .tooltip.bottom-right .tooltip-arrow {
border-bottom-color: #faebcc;
}
.tooltip-warning + .tooltip.right .tooltip-arrow { border-right-color: #faebcc; }
.tooltip-warning + .tooltip.left .tooltip-arrow { border-left-color: #faebcc; }
.tooltip-danger + .tooltip .tooltip-inner {
color: #a94442;
background-color: #f2dede;
border: 1px solid #ebccd1;
}
.tooltip-danger + .tooltip.top .tooltip-arrow,
.tooltip-danger + .tooltip.top-left .tooltip-arrow,
.tooltip-danger + .tooltip.top-right .tooltip-arrow {
border-top-color: #ebccd1;
}
.tooltip-danger + .tooltip.bottom .tooltip-arrow,
.tooltip-danger + .tooltip.bottom-left .tooltip-arrow,
.tooltip-danger + .tooltip.bottom-right .tooltip-arrow {
border-bottom-color: #ebccd1;
}
.tooltip-danger + .tooltip.right .tooltip-arrow { border-right-color: #ebccd1; }
.tooltip-danger + .tooltip.left .tooltip-arrow { border-left-color: #ebccd1; }
/* =Prevent CSS rounded corners
----------------------------------------------- */
.popover.no-rounded .popover-title, .no-rounded-tip + .popover, .no-rounded-tip + .popover .popover-title,
.tooltip.no-rounded .tooltip-inner, .no-rounded-tip + .tooltip .tooltip-inner,
.panel.no-rounded .table, .panel.no-rounded .table tr, .panel.no-rounded .table td, .panel.no-rounded .table th,
.panel.no-rounded .list-group .list-group-item,
.panel.no-rounded .panel-heading, .panel.no-rounded .panel-footer,
.list-group.no-rounded .list-group-item,
.pager.no-rounded li > a, .pager.no-rounded li > span,
.no-rounded > li > span,
.navbar-nav.no-rounded > li > .dropdown-menu,
.no-rounded > li > a,
.no-rounded {
border-radius: 0 !important;
}
/* =Extras
----------------------------------------------- */
.panel-heading.modal-header {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.panel-footer.modal-footer {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit;
}
.form-horizontal .control-label.text-left { text-align: left; }
.row-condensed { margin-left: -7px; margin-right: -7px; }
.row-condensed > [class*="col-"] { padding-left: 7px; padding-right: 7px; }
.collapsing.width {
height: auto;
width: 0;
-webkit-transition-property: width, visibility;
-o-transition-property: width, visibility;
transition-property: width, visibility;
}
.no-underline, .no-underline:hover, .no-underline:focus { text-decoration: none !important; }
.bg-transparent { background-color: transparent; }
.full-width { width: 100%; }
.full-height { height: 100%; }