| author | Vincent Tondellier <tonton+hg@team1664.org> |
| Mon, 28 May 2012 00:23:21 +0200 | |
| changeset 10 | 4668386ec082 |
| parent 1 | c3726f733704 |
| child 28 | 0df70b8735e3 |
| permissions | -rw-r--r-- |
| 0 | 1 |
/*! |
2 |
* Bootstrap v2.0.3 |
|
3 |
* |
|
4 |
* Copyright 2012 Twitter, Inc |
|
5 |
* Licensed under the Apache License v2.0 |
|
6 |
* http://www.apache.org/licenses/LICENSE-2.0 |
|
7 |
* |
|
8 |
* Designed and built with all the love in the world @twitter by @mdo and @fat. |
|
9 |
*/ |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
10 |
.clearfix {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
11 |
*zoom: 1; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
12 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
13 |
.clearfix:before, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
14 |
.clearfix:after {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
15 |
display: table; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
16 |
content: ""; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
17 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
18 |
.clearfix:after {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
19 |
clear: both; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
20 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
21 |
.hide-text {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
22 |
font: 0/0 a; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
23 |
color: transparent; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
24 |
text-shadow: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
25 |
background-color: transparent; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
26 |
border: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
27 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
28 |
.input-block-level {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
29 |
display: block; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
30 |
width: 100%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
31 |
min-height: 28px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
32 |
-webkit-box-sizing: border-box; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
33 |
-moz-box-sizing: border-box; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
34 |
-ms-box-sizing: border-box; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
35 |
box-sizing: border-box; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
36 |
} |
| 0 | 37 |
article, |
38 |
aside, |
|
39 |
details, |
|
40 |
figcaption, |
|
41 |
figure, |
|
42 |
footer, |
|
43 |
header, |
|
44 |
hgroup, |
|
45 |
nav, |
|
46 |
section {
|
|
47 |
display: block; |
|
48 |
} |
|
49 |
audio, |
|
50 |
canvas, |
|
51 |
video {
|
|
52 |
display: inline-block; |
|
53 |
*display: inline; |
|
54 |
*zoom: 1; |
|
55 |
} |
|
56 |
audio:not([controls]) {
|
|
57 |
display: none; |
|
58 |
} |
|
59 |
html {
|
|
60 |
font-size: 100%; |
|
61 |
-webkit-text-size-adjust: 100%; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
62 |
-ms-text-size-adjust: 100%; |
| 0 | 63 |
} |
64 |
a:focus {
|
|
65 |
outline: thin dotted #333; |
|
66 |
outline: 5px auto -webkit-focus-ring-color; |
|
67 |
outline-offset: -2px; |
|
68 |
} |
|
69 |
a:hover, |
|
70 |
a:active {
|
|
71 |
outline: 0; |
|
72 |
} |
|
73 |
sub, |
|
74 |
sup {
|
|
75 |
position: relative; |
|
76 |
font-size: 75%; |
|
77 |
line-height: 0; |
|
78 |
vertical-align: baseline; |
|
79 |
} |
|
80 |
sup {
|
|
81 |
top: -0.5em; |
|
82 |
} |
|
83 |
sub {
|
|
84 |
bottom: -0.25em; |
|
85 |
} |
|
86 |
img {
|
|
87 |
max-width: 100%; |
|
88 |
vertical-align: middle; |
|
89 |
border: 0; |
|
90 |
-ms-interpolation-mode: bicubic; |
|
91 |
} |
|
92 |
button, |
|
93 |
input, |
|
94 |
select, |
|
95 |
textarea {
|
|
96 |
margin: 0; |
|
97 |
font-size: 100%; |
|
98 |
vertical-align: middle; |
|
99 |
} |
|
100 |
button, |
|
101 |
input {
|
|
102 |
*overflow: visible; |
|
103 |
line-height: normal; |
|
104 |
} |
|
105 |
button::-moz-focus-inner, |
|
106 |
input::-moz-focus-inner {
|
|
107 |
padding: 0; |
|
108 |
border: 0; |
|
109 |
} |
|
110 |
button, |
|
111 |
input[type="button"], |
|
112 |
input[type="reset"], |
|
113 |
input[type="submit"] {
|
|
114 |
cursor: pointer; |
|
115 |
-webkit-appearance: button; |
|
116 |
} |
|
117 |
input[type="search"] {
|
|
118 |
-webkit-box-sizing: content-box; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
119 |
-moz-box-sizing: content-box; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
120 |
box-sizing: content-box; |
| 0 | 121 |
-webkit-appearance: textfield; |
122 |
} |
|
123 |
input[type="search"]::-webkit-search-decoration, |
|
124 |
input[type="search"]::-webkit-search-cancel-button {
|
|
125 |
-webkit-appearance: none; |
|
126 |
} |
|
127 |
textarea {
|
|
128 |
overflow: auto; |
|
129 |
vertical-align: top; |
|
130 |
} |
|
131 |
body {
|
|
132 |
margin: 0; |
|
133 |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
134 |
font-size: 13px; |
|
135 |
line-height: 18px; |
|
136 |
color: #333333; |
|
137 |
background-color: #ffffff; |
|
138 |
} |
|
139 |
a {
|
|
140 |
color: #0088cc; |
|
141 |
text-decoration: none; |
|
142 |
} |
|
143 |
a:hover {
|
|
144 |
color: #005580; |
|
145 |
text-decoration: underline; |
|
146 |
} |
|
147 |
.row {
|
|
148 |
margin-left: -20px; |
|
149 |
*zoom: 1; |
|
150 |
} |
|
151 |
.row:before, |
|
152 |
.row:after {
|
|
153 |
display: table; |
|
154 |
content: ""; |
|
155 |
} |
|
156 |
.row:after {
|
|
157 |
clear: both; |
|
158 |
} |
|
159 |
[class*="span"] {
|
|
160 |
float: left; |
|
161 |
margin-left: 20px; |
|
162 |
} |
|
163 |
.container, |
|
164 |
.navbar-fixed-top .container, |
|
165 |
.navbar-fixed-bottom .container {
|
|
166 |
width: 940px; |
|
167 |
} |
|
168 |
.span12 {
|
|
169 |
width: 940px; |
|
170 |
} |
|
171 |
.span11 {
|
|
172 |
width: 860px; |
|
173 |
} |
|
174 |
.span10 {
|
|
175 |
width: 780px; |
|
176 |
} |
|
177 |
.span9 {
|
|
178 |
width: 700px; |
|
179 |
} |
|
180 |
.span8 {
|
|
181 |
width: 620px; |
|
182 |
} |
|
183 |
.span7 {
|
|
184 |
width: 540px; |
|
185 |
} |
|
186 |
.span6 {
|
|
187 |
width: 460px; |
|
188 |
} |
|
189 |
.span5 {
|
|
190 |
width: 380px; |
|
191 |
} |
|
192 |
.span4 {
|
|
193 |
width: 300px; |
|
194 |
} |
|
195 |
.span3 {
|
|
196 |
width: 220px; |
|
197 |
} |
|
198 |
.span2 {
|
|
199 |
width: 140px; |
|
200 |
} |
|
201 |
.span1 {
|
|
202 |
width: 60px; |
|
203 |
} |
|
204 |
.offset12 {
|
|
205 |
margin-left: 980px; |
|
206 |
} |
|
207 |
.offset11 {
|
|
208 |
margin-left: 900px; |
|
209 |
} |
|
210 |
.offset10 {
|
|
211 |
margin-left: 820px; |
|
212 |
} |
|
213 |
.offset9 {
|
|
214 |
margin-left: 740px; |
|
215 |
} |
|
216 |
.offset8 {
|
|
217 |
margin-left: 660px; |
|
218 |
} |
|
219 |
.offset7 {
|
|
220 |
margin-left: 580px; |
|
221 |
} |
|
222 |
.offset6 {
|
|
223 |
margin-left: 500px; |
|
224 |
} |
|
225 |
.offset5 {
|
|
226 |
margin-left: 420px; |
|
227 |
} |
|
228 |
.offset4 {
|
|
229 |
margin-left: 340px; |
|
230 |
} |
|
231 |
.offset3 {
|
|
232 |
margin-left: 260px; |
|
233 |
} |
|
234 |
.offset2 {
|
|
235 |
margin-left: 180px; |
|
236 |
} |
|
237 |
.offset1 {
|
|
238 |
margin-left: 100px; |
|
239 |
} |
|
240 |
.row-fluid {
|
|
241 |
width: 100%; |
|
242 |
*zoom: 1; |
|
243 |
} |
|
244 |
.row-fluid:before, |
|
245 |
.row-fluid:after {
|
|
246 |
display: table; |
|
247 |
content: ""; |
|
248 |
} |
|
249 |
.row-fluid:after {
|
|
250 |
clear: both; |
|
251 |
} |
|
252 |
.row-fluid [class*="span"] {
|
|
253 |
display: block; |
|
254 |
width: 100%; |
|
255 |
min-height: 28px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
256 |
-webkit-box-sizing: border-box; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
257 |
-moz-box-sizing: border-box; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
258 |
-ms-box-sizing: border-box; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
259 |
box-sizing: border-box; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
260 |
float: left; |
| 0 | 261 |
margin-left: 2.127659574%; |
262 |
*margin-left: 2.0744680846382977%; |
|
263 |
} |
|
264 |
.row-fluid [class*="span"]:first-child {
|
|
265 |
margin-left: 0; |
|
266 |
} |
|
267 |
.row-fluid .span12 {
|
|
268 |
width: 99.99999998999999%; |
|
269 |
*width: 99.94680850063828%; |
|
270 |
} |
|
271 |
.row-fluid .span11 {
|
|
272 |
width: 91.489361693%; |
|
273 |
*width: 91.4361702036383%; |
|
274 |
} |
|
275 |
.row-fluid .span10 {
|
|
276 |
width: 82.97872339599999%; |
|
277 |
*width: 82.92553190663828%; |
|
278 |
} |
|
279 |
.row-fluid .span9 {
|
|
280 |
width: 74.468085099%; |
|
281 |
*width: 74.4148936096383%; |
|
282 |
} |
|
283 |
.row-fluid .span8 {
|
|
284 |
width: 65.95744680199999%; |
|
285 |
*width: 65.90425531263828%; |
|
286 |
} |
|
287 |
.row-fluid .span7 {
|
|
288 |
width: 57.446808505%; |
|
289 |
*width: 57.3936170156383%; |
|
290 |
} |
|
291 |
.row-fluid .span6 {
|
|
292 |
width: 48.93617020799999%; |
|
293 |
*width: 48.88297871863829%; |
|
294 |
} |
|
295 |
.row-fluid .span5 {
|
|
296 |
width: 40.425531911%; |
|
297 |
*width: 40.3723404216383%; |
|
298 |
} |
|
299 |
.row-fluid .span4 {
|
|
300 |
width: 31.914893614%; |
|
301 |
*width: 31.8617021246383%; |
|
302 |
} |
|
303 |
.row-fluid .span3 {
|
|
304 |
width: 23.404255317%; |
|
305 |
*width: 23.3510638276383%; |
|
306 |
} |
|
307 |
.row-fluid .span2 {
|
|
308 |
width: 14.89361702%; |
|
309 |
*width: 14.8404255306383%; |
|
310 |
} |
|
311 |
.row-fluid .span1 {
|
|
312 |
width: 6.382978723%; |
|
313 |
*width: 6.329787233638298%; |
|
314 |
} |
|
315 |
.container {
|
|
316 |
margin-right: auto; |
|
317 |
margin-left: auto; |
|
318 |
*zoom: 1; |
|
319 |
} |
|
320 |
.container:before, |
|
321 |
.container:after {
|
|
322 |
display: table; |
|
323 |
content: ""; |
|
324 |
} |
|
325 |
.container:after {
|
|
326 |
clear: both; |
|
327 |
} |
|
328 |
.container-fluid {
|
|
329 |
padding-right: 20px; |
|
330 |
padding-left: 20px; |
|
331 |
*zoom: 1; |
|
332 |
} |
|
333 |
.container-fluid:before, |
|
334 |
.container-fluid:after {
|
|
335 |
display: table; |
|
336 |
content: ""; |
|
337 |
} |
|
338 |
.container-fluid:after {
|
|
339 |
clear: both; |
|
340 |
} |
|
341 |
p {
|
|
342 |
margin: 0 0 9px; |
|
343 |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
344 |
font-size: 13px; |
|
345 |
line-height: 18px; |
|
346 |
} |
|
347 |
p small {
|
|
348 |
font-size: 11px; |
|
349 |
color: #999999; |
|
350 |
} |
|
351 |
.lead {
|
|
352 |
margin-bottom: 18px; |
|
353 |
font-size: 20px; |
|
354 |
font-weight: 200; |
|
355 |
line-height: 27px; |
|
356 |
} |
|
357 |
h1, |
|
358 |
h2, |
|
359 |
h3, |
|
360 |
h4, |
|
361 |
h5, |
|
362 |
h6 {
|
|
363 |
margin: 0; |
|
364 |
font-family: inherit; |
|
365 |
font-weight: bold; |
|
366 |
color: inherit; |
|
367 |
text-rendering: optimizelegibility; |
|
368 |
} |
|
369 |
h1 small, |
|
370 |
h2 small, |
|
371 |
h3 small, |
|
372 |
h4 small, |
|
373 |
h5 small, |
|
374 |
h6 small {
|
|
375 |
font-weight: normal; |
|
376 |
color: #999999; |
|
377 |
} |
|
378 |
h1 {
|
|
379 |
font-size: 30px; |
|
380 |
line-height: 36px; |
|
381 |
} |
|
382 |
h1 small {
|
|
383 |
font-size: 18px; |
|
384 |
} |
|
385 |
h2 {
|
|
386 |
font-size: 24px; |
|
387 |
line-height: 36px; |
|
388 |
} |
|
389 |
h2 small {
|
|
390 |
font-size: 18px; |
|
391 |
} |
|
392 |
h3 {
|
|
393 |
font-size: 18px; |
|
394 |
line-height: 27px; |
|
395 |
} |
|
396 |
h3 small {
|
|
397 |
font-size: 14px; |
|
398 |
} |
|
399 |
h4, |
|
400 |
h5, |
|
401 |
h6 {
|
|
402 |
line-height: 18px; |
|
403 |
} |
|
404 |
h4 {
|
|
405 |
font-size: 14px; |
|
406 |
} |
|
407 |
h4 small {
|
|
408 |
font-size: 12px; |
|
409 |
} |
|
410 |
h5 {
|
|
411 |
font-size: 12px; |
|
412 |
} |
|
413 |
h6 {
|
|
414 |
font-size: 11px; |
|
415 |
color: #999999; |
|
416 |
text-transform: uppercase; |
|
417 |
} |
|
418 |
.page-header {
|
|
419 |
padding-bottom: 17px; |
|
420 |
margin: 18px 0; |
|
421 |
border-bottom: 1px solid #eeeeee; |
|
422 |
} |
|
423 |
.page-header h1 {
|
|
424 |
line-height: 1; |
|
425 |
} |
|
426 |
ul, |
|
427 |
ol {
|
|
428 |
padding: 0; |
|
429 |
margin: 0 0 9px 25px; |
|
430 |
} |
|
431 |
ul ul, |
|
432 |
ul ol, |
|
433 |
ol ol, |
|
434 |
ol ul {
|
|
435 |
margin-bottom: 0; |
|
436 |
} |
|
437 |
ul {
|
|
438 |
list-style: disc; |
|
439 |
} |
|
440 |
ol {
|
|
441 |
list-style: decimal; |
|
442 |
} |
|
443 |
li {
|
|
444 |
line-height: 18px; |
|
445 |
} |
|
446 |
ul.unstyled, |
|
447 |
ol.unstyled {
|
|
448 |
margin-left: 0; |
|
449 |
list-style: none; |
|
450 |
} |
|
451 |
dl {
|
|
452 |
margin-bottom: 18px; |
|
453 |
} |
|
454 |
dt, |
|
455 |
dd {
|
|
456 |
line-height: 18px; |
|
457 |
} |
|
458 |
dt {
|
|
459 |
font-weight: bold; |
|
460 |
line-height: 17px; |
|
461 |
} |
|
462 |
dd {
|
|
463 |
margin-left: 9px; |
|
464 |
} |
|
465 |
.dl-horizontal dt {
|
|
466 |
float: left; |
|
467 |
width: 120px; |
|
468 |
clear: left; |
|
469 |
text-align: right; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
470 |
overflow: hidden; |
| 0 | 471 |
text-overflow: ellipsis; |
472 |
white-space: nowrap; |
|
473 |
} |
|
474 |
.dl-horizontal dd {
|
|
475 |
margin-left: 130px; |
|
476 |
} |
|
477 |
hr {
|
|
478 |
margin: 18px 0; |
|
479 |
border: 0; |
|
480 |
border-top: 1px solid #eeeeee; |
|
481 |
border-bottom: 1px solid #ffffff; |
|
482 |
} |
|
483 |
strong {
|
|
484 |
font-weight: bold; |
|
485 |
} |
|
486 |
em {
|
|
487 |
font-style: italic; |
|
488 |
} |
|
489 |
.muted {
|
|
490 |
color: #999999; |
|
491 |
} |
|
492 |
abbr[title] {
|
|
493 |
cursor: help; |
|
494 |
border-bottom: 1px dotted #ddd; |
|
495 |
} |
|
496 |
abbr.initialism {
|
|
497 |
font-size: 90%; |
|
498 |
text-transform: uppercase; |
|
499 |
} |
|
500 |
blockquote {
|
|
501 |
padding: 0 0 0 15px; |
|
502 |
margin: 0 0 18px; |
|
503 |
border-left: 5px solid #eeeeee; |
|
504 |
} |
|
505 |
blockquote p {
|
|
506 |
margin-bottom: 0; |
|
507 |
font-size: 16px; |
|
508 |
font-weight: 300; |
|
509 |
line-height: 22.5px; |
|
510 |
} |
|
511 |
blockquote small {
|
|
512 |
display: block; |
|
513 |
line-height: 18px; |
|
514 |
color: #999999; |
|
515 |
} |
|
516 |
blockquote small:before {
|
|
517 |
content: '\2014 \00A0'; |
|
518 |
} |
|
519 |
blockquote.pull-right {
|
|
520 |
float: right; |
|
521 |
padding-right: 15px; |
|
522 |
padding-left: 0; |
|
523 |
border-right: 5px solid #eeeeee; |
|
524 |
border-left: 0; |
|
525 |
} |
|
526 |
blockquote.pull-right p, |
|
527 |
blockquote.pull-right small {
|
|
528 |
text-align: right; |
|
529 |
} |
|
530 |
q:before, |
|
531 |
q:after, |
|
532 |
blockquote:before, |
|
533 |
blockquote:after {
|
|
534 |
content: ""; |
|
535 |
} |
|
536 |
address {
|
|
537 |
display: block; |
|
538 |
margin-bottom: 18px; |
|
539 |
font-style: normal; |
|
540 |
line-height: 18px; |
|
541 |
} |
|
542 |
small {
|
|
543 |
font-size: 100%; |
|
544 |
} |
|
545 |
cite {
|
|
546 |
font-style: normal; |
|
547 |
} |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
548 |
.label, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
549 |
.badge {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
550 |
font-size: 10.998px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
551 |
font-weight: bold; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
552 |
line-height: 14px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
553 |
color: #ffffff; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
554 |
vertical-align: baseline; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
555 |
white-space: nowrap; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
556 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
557 |
background-color: #999999; |
| 0 | 558 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
559 |
.label {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
560 |
padding: 1px 4px 2px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
561 |
-webkit-border-radius: 3px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
562 |
-moz-border-radius: 3px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
563 |
border-radius: 3px; |
| 0 | 564 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
565 |
.badge {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
566 |
padding: 1px 9px 2px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
567 |
-webkit-border-radius: 9px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
568 |
-moz-border-radius: 9px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
569 |
border-radius: 9px; |
| 0 | 570 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
571 |
a.label:hover, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
572 |
a.badge:hover {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
573 |
color: #ffffff; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
574 |
text-decoration: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
575 |
cursor: pointer; |
| 0 | 576 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
577 |
.label-important, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
578 |
.badge-important {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
579 |
background-color: #b94a48; |
| 0 | 580 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
581 |
.label-important[href], |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
582 |
.badge-important[href] {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
583 |
background-color: #953b39; |
| 0 | 584 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
585 |
.label-warning, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
586 |
.badge-warning {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
587 |
background-color: #f89406; |
| 0 | 588 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
589 |
.label-warning[href], |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
590 |
.badge-warning[href] {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
591 |
background-color: #c67605; |
| 0 | 592 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
593 |
.label-success, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
594 |
.badge-success {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
595 |
background-color: #468847; |
| 0 | 596 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
597 |
.label-success[href], |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
598 |
.badge-success[href] {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
599 |
background-color: #356635; |
| 0 | 600 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
601 |
.label-info, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
602 |
.badge-info {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
603 |
background-color: #3a87ad; |
| 0 | 604 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
605 |
.label-info[href], |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
606 |
.badge-info[href] {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
607 |
background-color: #2d6987; |
| 0 | 608 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
609 |
.label-inverse, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
610 |
.badge-inverse {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
611 |
background-color: #333333; |
| 0 | 612 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
613 |
.label-inverse[href], |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
614 |
.badge-inverse[href] {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
615 |
background-color: #1a1a1a; |
| 0 | 616 |
} |
617 |
table {
|
|
618 |
max-width: 100%; |
|
619 |
background-color: transparent; |
|
620 |
border-collapse: collapse; |
|
621 |
border-spacing: 0; |
|
622 |
} |
|
623 |
.table {
|
|
624 |
width: 100%; |
|
625 |
margin-bottom: 18px; |
|
626 |
} |
|
627 |
.table th, |
|
628 |
.table td {
|
|
629 |
padding: 8px; |
|
630 |
line-height: 18px; |
|
631 |
text-align: left; |
|
632 |
vertical-align: top; |
|
633 |
border-top: 1px solid #dddddd; |
|
634 |
} |
|
635 |
.table th {
|
|
636 |
font-weight: bold; |
|
637 |
} |
|
638 |
.table thead th {
|
|
639 |
vertical-align: bottom; |
|
640 |
} |
|
641 |
.table caption + thead tr:first-child th, |
|
642 |
.table caption + thead tr:first-child td, |
|
643 |
.table colgroup + thead tr:first-child th, |
|
644 |
.table colgroup + thead tr:first-child td, |
|
645 |
.table thead:first-child tr:first-child th, |
|
646 |
.table thead:first-child tr:first-child td {
|
|
647 |
border-top: 0; |
|
648 |
} |
|
649 |
.table tbody + tbody {
|
|
650 |
border-top: 2px solid #dddddd; |
|
651 |
} |
|
652 |
.table-condensed th, |
|
653 |
.table-condensed td {
|
|
654 |
padding: 4px 5px; |
|
655 |
} |
|
656 |
.table-bordered {
|
|
657 |
border: 1px solid #dddddd; |
|
658 |
border-collapse: separate; |
|
659 |
*border-collapse: collapsed; |
|
660 |
border-left: 0; |
|
661 |
-webkit-border-radius: 4px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
662 |
-moz-border-radius: 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
663 |
border-radius: 4px; |
| 0 | 664 |
} |
665 |
.table-bordered th, |
|
666 |
.table-bordered td {
|
|
667 |
border-left: 1px solid #dddddd; |
|
668 |
} |
|
669 |
.table-bordered caption + thead tr:first-child th, |
|
670 |
.table-bordered caption + tbody tr:first-child th, |
|
671 |
.table-bordered caption + tbody tr:first-child td, |
|
672 |
.table-bordered colgroup + thead tr:first-child th, |
|
673 |
.table-bordered colgroup + tbody tr:first-child th, |
|
674 |
.table-bordered colgroup + tbody tr:first-child td, |
|
675 |
.table-bordered thead:first-child tr:first-child th, |
|
676 |
.table-bordered tbody:first-child tr:first-child th, |
|
677 |
.table-bordered tbody:first-child tr:first-child td {
|
|
678 |
border-top: 0; |
|
679 |
} |
|
680 |
.table-bordered thead:first-child tr:first-child th:first-child, |
|
681 |
.table-bordered tbody:first-child tr:first-child td:first-child {
|
|
682 |
-webkit-border-top-left-radius: 4px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
683 |
border-top-left-radius: 4px; |
| 0 | 684 |
-moz-border-radius-topleft: 4px; |
685 |
} |
|
686 |
.table-bordered thead:first-child tr:first-child th:last-child, |
|
687 |
.table-bordered tbody:first-child tr:first-child td:last-child {
|
|
688 |
-webkit-border-top-right-radius: 4px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
689 |
border-top-right-radius: 4px; |
| 0 | 690 |
-moz-border-radius-topright: 4px; |
691 |
} |
|
692 |
.table-bordered thead:last-child tr:last-child th:first-child, |
|
693 |
.table-bordered tbody:last-child tr:last-child td:first-child {
|
|
694 |
-webkit-border-radius: 0 0 0 4px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
695 |
-moz-border-radius: 0 0 0 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
696 |
border-radius: 0 0 0 4px; |
| 0 | 697 |
-webkit-border-bottom-left-radius: 4px; |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
698 |
border-bottom-left-radius: 4px; |
| 0 | 699 |
-moz-border-radius-bottomleft: 4px; |
700 |
} |
|
701 |
.table-bordered thead:last-child tr:last-child th:last-child, |
|
702 |
.table-bordered tbody:last-child tr:last-child td:last-child {
|
|
703 |
-webkit-border-bottom-right-radius: 4px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
704 |
border-bottom-right-radius: 4px; |
| 0 | 705 |
-moz-border-radius-bottomright: 4px; |
706 |
} |
|
707 |
.table-striped tbody tr:nth-child(odd) td, |
|
708 |
.table-striped tbody tr:nth-child(odd) th {
|
|
709 |
background-color: #f9f9f9; |
|
710 |
} |
|
711 |
.table tbody tr:hover td, |
|
712 |
.table tbody tr:hover th {
|
|
713 |
background-color: #f5f5f5; |
|
714 |
} |
|
715 |
table .span1 {
|
|
716 |
float: none; |
|
717 |
width: 44px; |
|
718 |
margin-left: 0; |
|
719 |
} |
|
720 |
table .span2 {
|
|
721 |
float: none; |
|
722 |
width: 124px; |
|
723 |
margin-left: 0; |
|
724 |
} |
|
725 |
table .span3 {
|
|
726 |
float: none; |
|
727 |
width: 204px; |
|
728 |
margin-left: 0; |
|
729 |
} |
|
730 |
table .span4 {
|
|
731 |
float: none; |
|
732 |
width: 284px; |
|
733 |
margin-left: 0; |
|
734 |
} |
|
735 |
table .span5 {
|
|
736 |
float: none; |
|
737 |
width: 364px; |
|
738 |
margin-left: 0; |
|
739 |
} |
|
740 |
table .span6 {
|
|
741 |
float: none; |
|
742 |
width: 444px; |
|
743 |
margin-left: 0; |
|
744 |
} |
|
745 |
table .span7 {
|
|
746 |
float: none; |
|
747 |
width: 524px; |
|
748 |
margin-left: 0; |
|
749 |
} |
|
750 |
table .span8 {
|
|
751 |
float: none; |
|
752 |
width: 604px; |
|
753 |
margin-left: 0; |
|
754 |
} |
|
755 |
table .span9 {
|
|
756 |
float: none; |
|
757 |
width: 684px; |
|
758 |
margin-left: 0; |
|
759 |
} |
|
760 |
table .span10 {
|
|
761 |
float: none; |
|
762 |
width: 764px; |
|
763 |
margin-left: 0; |
|
764 |
} |
|
765 |
table .span11 {
|
|
766 |
float: none; |
|
767 |
width: 844px; |
|
768 |
margin-left: 0; |
|
769 |
} |
|
770 |
table .span12 {
|
|
771 |
float: none; |
|
772 |
width: 924px; |
|
773 |
margin-left: 0; |
|
774 |
} |
|
775 |
table .span13 {
|
|
776 |
float: none; |
|
777 |
width: 1004px; |
|
778 |
margin-left: 0; |
|
779 |
} |
|
780 |
table .span14 {
|
|
781 |
float: none; |
|
782 |
width: 1084px; |
|
783 |
margin-left: 0; |
|
784 |
} |
|
785 |
table .span15 {
|
|
786 |
float: none; |
|
787 |
width: 1164px; |
|
788 |
margin-left: 0; |
|
789 |
} |
|
790 |
table .span16 {
|
|
791 |
float: none; |
|
792 |
width: 1244px; |
|
793 |
margin-left: 0; |
|
794 |
} |
|
795 |
table .span17 {
|
|
796 |
float: none; |
|
797 |
width: 1324px; |
|
798 |
margin-left: 0; |
|
799 |
} |
|
800 |
table .span18 {
|
|
801 |
float: none; |
|
802 |
width: 1404px; |
|
803 |
margin-left: 0; |
|
804 |
} |
|
805 |
table .span19 {
|
|
806 |
float: none; |
|
807 |
width: 1484px; |
|
808 |
margin-left: 0; |
|
809 |
} |
|
810 |
table .span20 {
|
|
811 |
float: none; |
|
812 |
width: 1564px; |
|
813 |
margin-left: 0; |
|
814 |
} |
|
815 |
table .span21 {
|
|
816 |
float: none; |
|
817 |
width: 1644px; |
|
818 |
margin-left: 0; |
|
819 |
} |
|
820 |
table .span22 {
|
|
821 |
float: none; |
|
822 |
width: 1724px; |
|
823 |
margin-left: 0; |
|
824 |
} |
|
825 |
table .span23 {
|
|
826 |
float: none; |
|
827 |
width: 1804px; |
|
828 |
margin-left: 0; |
|
829 |
} |
|
830 |
table .span24 {
|
|
831 |
float: none; |
|
832 |
width: 1884px; |
|
833 |
margin-left: 0; |
|
834 |
} |
|
835 |
.btn-group {
|
|
836 |
position: relative; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
837 |
*zoom: 1; |
| 0 | 838 |
*margin-left: .3em; |
839 |
} |
|
840 |
.btn-group:before, |
|
841 |
.btn-group:after {
|
|
842 |
display: table; |
|
843 |
content: ""; |
|
844 |
} |
|
845 |
.btn-group:after {
|
|
846 |
clear: both; |
|
847 |
} |
|
848 |
.btn-group:first-child {
|
|
849 |
*margin-left: 0; |
|
850 |
} |
|
851 |
.btn-group + .btn-group {
|
|
852 |
margin-left: 5px; |
|
853 |
} |
|
854 |
.btn-toolbar {
|
|
855 |
margin-top: 9px; |
|
856 |
margin-bottom: 9px; |
|
857 |
} |
|
858 |
.btn-toolbar .btn-group {
|
|
859 |
display: inline-block; |
|
860 |
*display: inline; |
|
861 |
/* IE7 inline-block hack */ |
|
862 |
||
863 |
*zoom: 1; |
|
864 |
} |
|
865 |
.btn-group > .btn {
|
|
866 |
position: relative; |
|
867 |
float: left; |
|
868 |
margin-left: -1px; |
|
869 |
-webkit-border-radius: 0; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
870 |
-moz-border-radius: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
871 |
border-radius: 0; |
| 0 | 872 |
} |
873 |
.btn-group > .btn:first-child {
|
|
874 |
margin-left: 0; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
875 |
-webkit-border-top-left-radius: 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
876 |
-moz-border-radius-topleft: 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
877 |
border-top-left-radius: 4px; |
| 0 | 878 |
-webkit-border-bottom-left-radius: 4px; |
879 |
-moz-border-radius-bottomleft: 4px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
880 |
border-bottom-left-radius: 4px; |
| 0 | 881 |
} |
882 |
.btn-group > .btn:last-child, |
|
883 |
.btn-group > .dropdown-toggle {
|
|
884 |
-webkit-border-top-right-radius: 4px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
885 |
-moz-border-radius-topright: 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
886 |
border-top-right-radius: 4px; |
| 0 | 887 |
-webkit-border-bottom-right-radius: 4px; |
888 |
-moz-border-radius-bottomright: 4px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
889 |
border-bottom-right-radius: 4px; |
| 0 | 890 |
} |
891 |
.btn-group > .btn.large:first-child {
|
|
892 |
margin-left: 0; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
893 |
-webkit-border-top-left-radius: 6px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
894 |
-moz-border-radius-topleft: 6px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
895 |
border-top-left-radius: 6px; |
| 0 | 896 |
-webkit-border-bottom-left-radius: 6px; |
897 |
-moz-border-radius-bottomleft: 6px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
898 |
border-bottom-left-radius: 6px; |
| 0 | 899 |
} |
900 |
.btn-group > .btn.large:last-child, |
|
901 |
.btn-group > .large.dropdown-toggle {
|
|
902 |
-webkit-border-top-right-radius: 6px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
903 |
-moz-border-radius-topright: 6px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
904 |
border-top-right-radius: 6px; |
| 0 | 905 |
-webkit-border-bottom-right-radius: 6px; |
906 |
-moz-border-radius-bottomright: 6px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
907 |
border-bottom-right-radius: 6px; |
| 0 | 908 |
} |
909 |
.btn-group > .btn:hover, |
|
910 |
.btn-group > .btn:focus, |
|
911 |
.btn-group > .btn:active, |
|
912 |
.btn-group > .btn.active {
|
|
913 |
z-index: 2; |
|
914 |
} |
|
915 |
.btn-group .dropdown-toggle:active, |
|
916 |
.btn-group.open .dropdown-toggle {
|
|
917 |
outline: 0; |
|
918 |
} |
|
919 |
.btn-group > .dropdown-toggle {
|
|
920 |
padding-left: 8px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
921 |
padding-right: 8px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
922 |
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
923 |
-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
924 |
box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
925 |
*padding-top: 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
926 |
*padding-bottom: 4px; |
| 0 | 927 |
} |
928 |
.btn-group > .btn-mini.dropdown-toggle {
|
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
929 |
padding-left: 5px; |
| 0 | 930 |
padding-right: 5px; |
931 |
} |
|
932 |
.btn-group > .btn-small.dropdown-toggle {
|
|
933 |
*padding-top: 4px; |
|
934 |
*padding-bottom: 4px; |
|
935 |
} |
|
936 |
.btn-group > .btn-large.dropdown-toggle {
|
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
937 |
padding-left: 12px; |
| 0 | 938 |
padding-right: 12px; |
939 |
} |
|
940 |
.btn-group.open .dropdown-toggle {
|
|
941 |
background-image: none; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
942 |
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
943 |
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
944 |
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); |
| 0 | 945 |
} |
946 |
.btn-group.open .btn.dropdown-toggle {
|
|
947 |
background-color: #e6e6e6; |
|
948 |
} |
|
949 |
.btn-group.open .btn-primary.dropdown-toggle {
|
|
950 |
background-color: #0055cc; |
|
951 |
} |
|
952 |
.btn-group.open .btn-warning.dropdown-toggle {
|
|
953 |
background-color: #f89406; |
|
954 |
} |
|
955 |
.btn-group.open .btn-danger.dropdown-toggle {
|
|
956 |
background-color: #bd362f; |
|
957 |
} |
|
958 |
.btn-group.open .btn-success.dropdown-toggle {
|
|
959 |
background-color: #51a351; |
|
960 |
} |
|
961 |
.btn-group.open .btn-info.dropdown-toggle {
|
|
962 |
background-color: #2f96b4; |
|
963 |
} |
|
964 |
.btn-group.open .btn-inverse.dropdown-toggle {
|
|
965 |
background-color: #222222; |
|
966 |
} |
|
967 |
.btn .caret {
|
|
968 |
margin-top: 7px; |
|
969 |
margin-left: 0; |
|
970 |
} |
|
971 |
.btn:hover .caret, |
|
972 |
.open.btn-group .caret {
|
|
973 |
opacity: 1; |
|
974 |
filter: alpha(opacity=100); |
|
975 |
} |
|
976 |
.btn-mini .caret {
|
|
977 |
margin-top: 5px; |
|
978 |
} |
|
979 |
.btn-small .caret {
|
|
980 |
margin-top: 6px; |
|
981 |
} |
|
982 |
.btn-large .caret {
|
|
983 |
margin-top: 6px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
984 |
border-left-width: 5px; |
| 0 | 985 |
border-right-width: 5px; |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
986 |
border-top-width: 5px; |
| 0 | 987 |
} |
988 |
.dropup .btn-large .caret {
|
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
989 |
border-bottom: 5px solid #000000; |
| 0 | 990 |
border-top: 0; |
991 |
} |
|
992 |
.btn-primary .caret, |
|
993 |
.btn-warning .caret, |
|
994 |
.btn-danger .caret, |
|
995 |
.btn-info .caret, |
|
996 |
.btn-success .caret, |
|
997 |
.btn-inverse .caret {
|
|
998 |
border-top-color: #ffffff; |
|
999 |
border-bottom-color: #ffffff; |
|
1000 |
opacity: 0.75; |
|
1001 |
filter: alpha(opacity=75); |
|
1002 |
} |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1003 |
.nav {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1004 |
margin-left: 0; |
| 0 | 1005 |
margin-bottom: 18px; |
1006 |
list-style: none; |
|
1007 |
} |
|
1008 |
.nav > li > a {
|
|
1009 |
display: block; |
|
1010 |
} |
|
1011 |
.nav > li > a:hover {
|
|
1012 |
text-decoration: none; |
|
1013 |
background-color: #eeeeee; |
|
1014 |
} |
|
1015 |
.nav > .pull-right {
|
|
1016 |
float: right; |
|
1017 |
} |
|
1018 |
.nav .nav-header {
|
|
1019 |
display: block; |
|
1020 |
padding: 3px 15px; |
|
1021 |
font-size: 11px; |
|
1022 |
font-weight: bold; |
|
1023 |
line-height: 18px; |
|
1024 |
color: #999999; |
|
1025 |
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
|
1026 |
text-transform: uppercase; |
|
1027 |
} |
|
1028 |
.nav li + .nav-header {
|
|
1029 |
margin-top: 9px; |
|
1030 |
} |
|
1031 |
.nav-list {
|
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1032 |
padding-left: 15px; |
| 0 | 1033 |
padding-right: 15px; |
1034 |
margin-bottom: 0; |
|
1035 |
} |
|
1036 |
.nav-list > li > a, |
|
1037 |
.nav-list .nav-header {
|
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1038 |
margin-left: -15px; |
| 0 | 1039 |
margin-right: -15px; |
1040 |
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
|
1041 |
} |
|
1042 |
.nav-list > li > a {
|
|
1043 |
padding: 3px 15px; |
|
1044 |
} |
|
1045 |
.nav-list > .active > a, |
|
1046 |
.nav-list > .active > a:hover {
|
|
1047 |
color: #ffffff; |
|
1048 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); |
|
1049 |
background-color: #0088cc; |
|
1050 |
} |
|
1051 |
.nav-list [class^="icon-"] {
|
|
1052 |
margin-right: 2px; |
|
1053 |
} |
|
1054 |
.nav-list .divider {
|
|
1055 |
*width: 100%; |
|
1056 |
height: 1px; |
|
1057 |
margin: 8px 1px; |
|
1058 |
*margin: -5px 0 5px; |
|
1059 |
overflow: hidden; |
|
1060 |
background-color: #e5e5e5; |
|
1061 |
border-bottom: 1px solid #ffffff; |
|
1062 |
} |
|
1063 |
.nav-tabs, |
|
1064 |
.nav-pills {
|
|
1065 |
*zoom: 1; |
|
1066 |
} |
|
1067 |
.nav-tabs:before, |
|
1068 |
.nav-pills:before, |
|
1069 |
.nav-tabs:after, |
|
1070 |
.nav-pills:after {
|
|
1071 |
display: table; |
|
1072 |
content: ""; |
|
1073 |
} |
|
1074 |
.nav-tabs:after, |
|
1075 |
.nav-pills:after {
|
|
1076 |
clear: both; |
|
1077 |
} |
|
1078 |
.nav-tabs > li, |
|
1079 |
.nav-pills > li {
|
|
1080 |
float: left; |
|
1081 |
} |
|
1082 |
.nav-tabs > li > a, |
|
1083 |
.nav-pills > li > a {
|
|
1084 |
padding-right: 12px; |
|
1085 |
padding-left: 12px; |
|
1086 |
margin-right: 2px; |
|
1087 |
line-height: 14px; |
|
1088 |
} |
|
1089 |
.nav-tabs {
|
|
1090 |
border-bottom: 1px solid #ddd; |
|
1091 |
} |
|
1092 |
.nav-tabs > li {
|
|
1093 |
margin-bottom: -1px; |
|
1094 |
} |
|
1095 |
.nav-tabs > li > a {
|
|
1096 |
padding-top: 8px; |
|
1097 |
padding-bottom: 8px; |
|
1098 |
line-height: 18px; |
|
1099 |
border: 1px solid transparent; |
|
1100 |
-webkit-border-radius: 4px 4px 0 0; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1101 |
-moz-border-radius: 4px 4px 0 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1102 |
border-radius: 4px 4px 0 0; |
| 0 | 1103 |
} |
1104 |
.nav-tabs > li > a:hover {
|
|
1105 |
border-color: #eeeeee #eeeeee #dddddd; |
|
1106 |
} |
|
1107 |
.nav-tabs > .active > a, |
|
1108 |
.nav-tabs > .active > a:hover {
|
|
1109 |
color: #555555; |
|
1110 |
background-color: #ffffff; |
|
1111 |
border: 1px solid #ddd; |
|
1112 |
border-bottom-color: transparent; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1113 |
cursor: default; |
| 0 | 1114 |
} |
1115 |
.nav-pills > li > a {
|
|
1116 |
padding-top: 8px; |
|
1117 |
padding-bottom: 8px; |
|
1118 |
margin-top: 2px; |
|
1119 |
margin-bottom: 2px; |
|
1120 |
-webkit-border-radius: 5px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1121 |
-moz-border-radius: 5px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1122 |
border-radius: 5px; |
| 0 | 1123 |
} |
1124 |
.nav-pills > .active > a, |
|
1125 |
.nav-pills > .active > a:hover {
|
|
1126 |
color: #ffffff; |
|
1127 |
background-color: #0088cc; |
|
1128 |
} |
|
1129 |
.nav-stacked > li {
|
|
1130 |
float: none; |
|
1131 |
} |
|
1132 |
.nav-stacked > li > a {
|
|
1133 |
margin-right: 0; |
|
1134 |
} |
|
1135 |
.nav-tabs.nav-stacked {
|
|
1136 |
border-bottom: 0; |
|
1137 |
} |
|
1138 |
.nav-tabs.nav-stacked > li > a {
|
|
1139 |
border: 1px solid #ddd; |
|
1140 |
-webkit-border-radius: 0; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1141 |
-moz-border-radius: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1142 |
border-radius: 0; |
| 0 | 1143 |
} |
1144 |
.nav-tabs.nav-stacked > li:first-child > a {
|
|
1145 |
-webkit-border-radius: 4px 4px 0 0; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1146 |
-moz-border-radius: 4px 4px 0 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1147 |
border-radius: 4px 4px 0 0; |
| 0 | 1148 |
} |
1149 |
.nav-tabs.nav-stacked > li:last-child > a {
|
|
1150 |
-webkit-border-radius: 0 0 4px 4px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1151 |
-moz-border-radius: 0 0 4px 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1152 |
border-radius: 0 0 4px 4px; |
| 0 | 1153 |
} |
1154 |
.nav-tabs.nav-stacked > li > a:hover {
|
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1155 |
border-color: #ddd; |
| 0 | 1156 |
z-index: 2; |
1157 |
} |
|
1158 |
.nav-pills.nav-stacked > li > a {
|
|
1159 |
margin-bottom: 3px; |
|
1160 |
} |
|
1161 |
.nav-pills.nav-stacked > li:last-child > a {
|
|
1162 |
margin-bottom: 1px; |
|
1163 |
} |
|
1164 |
.nav-tabs .dropdown-menu {
|
|
1165 |
-webkit-border-radius: 0 0 5px 5px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1166 |
-moz-border-radius: 0 0 5px 5px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1167 |
border-radius: 0 0 5px 5px; |
| 0 | 1168 |
} |
1169 |
.nav-pills .dropdown-menu {
|
|
1170 |
-webkit-border-radius: 4px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1171 |
-moz-border-radius: 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1172 |
border-radius: 4px; |
| 0 | 1173 |
} |
1174 |
.nav-tabs .dropdown-toggle .caret, |
|
1175 |
.nav-pills .dropdown-toggle .caret {
|
|
1176 |
border-top-color: #0088cc; |
|
1177 |
border-bottom-color: #0088cc; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1178 |
margin-top: 6px; |
| 0 | 1179 |
} |
1180 |
.nav-tabs .dropdown-toggle:hover .caret, |
|
1181 |
.nav-pills .dropdown-toggle:hover .caret {
|
|
1182 |
border-top-color: #005580; |
|
1183 |
border-bottom-color: #005580; |
|
1184 |
} |
|
1185 |
.nav-tabs .active .dropdown-toggle .caret, |
|
1186 |
.nav-pills .active .dropdown-toggle .caret {
|
|
1187 |
border-top-color: #333333; |
|
1188 |
border-bottom-color: #333333; |
|
1189 |
} |
|
1190 |
.nav > .dropdown.active > a:hover {
|
|
1191 |
color: #000000; |
|
1192 |
cursor: pointer; |
|
1193 |
} |
|
1194 |
.nav-tabs .open .dropdown-toggle, |
|
1195 |
.nav-pills .open .dropdown-toggle, |
|
1196 |
.nav > li.dropdown.open.active > a:hover {
|
|
1197 |
color: #ffffff; |
|
1198 |
background-color: #999999; |
|
1199 |
border-color: #999999; |
|
1200 |
} |
|
1201 |
.nav li.dropdown.open .caret, |
|
1202 |
.nav li.dropdown.open.active .caret, |
|
1203 |
.nav li.dropdown.open a:hover .caret {
|
|
1204 |
border-top-color: #ffffff; |
|
1205 |
border-bottom-color: #ffffff; |
|
1206 |
opacity: 1; |
|
1207 |
filter: alpha(opacity=100); |
|
1208 |
} |
|
1209 |
.tabs-stacked .open > a:hover {
|
|
1210 |
border-color: #999999; |
|
1211 |
} |
|
1212 |
.tabbable {
|
|
1213 |
*zoom: 1; |
|
1214 |
} |
|
1215 |
.tabbable:before, |
|
1216 |
.tabbable:after {
|
|
1217 |
display: table; |
|
1218 |
content: ""; |
|
1219 |
} |
|
1220 |
.tabbable:after {
|
|
1221 |
clear: both; |
|
1222 |
} |
|
1223 |
.tab-content {
|
|
1224 |
overflow: auto; |
|
1225 |
} |
|
1226 |
.tabs-below > .nav-tabs, |
|
1227 |
.tabs-right > .nav-tabs, |
|
1228 |
.tabs-left > .nav-tabs {
|
|
1229 |
border-bottom: 0; |
|
1230 |
} |
|
1231 |
.tab-content > .tab-pane, |
|
1232 |
.pill-content > .pill-pane {
|
|
1233 |
display: none; |
|
1234 |
} |
|
1235 |
.tab-content > .active, |
|
1236 |
.pill-content > .active {
|
|
1237 |
display: block; |
|
1238 |
} |
|
1239 |
.tabs-below > .nav-tabs {
|
|
1240 |
border-top: 1px solid #ddd; |
|
1241 |
} |
|
1242 |
.tabs-below > .nav-tabs > li {
|
|
1243 |
margin-top: -1px; |
|
1244 |
margin-bottom: 0; |
|
1245 |
} |
|
1246 |
.tabs-below > .nav-tabs > li > a {
|
|
1247 |
-webkit-border-radius: 0 0 4px 4px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1248 |
-moz-border-radius: 0 0 4px 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1249 |
border-radius: 0 0 4px 4px; |
| 0 | 1250 |
} |
1251 |
.tabs-below > .nav-tabs > li > a:hover {
|
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1252 |
border-bottom-color: transparent; |
| 0 | 1253 |
border-top-color: #ddd; |
1254 |
} |
|
1255 |
.tabs-below > .nav-tabs > .active > a, |
|
1256 |
.tabs-below > .nav-tabs > .active > a:hover {
|
|
1257 |
border-color: transparent #ddd #ddd #ddd; |
|
1258 |
} |
|
1259 |
.tabs-left > .nav-tabs > li, |
|
1260 |
.tabs-right > .nav-tabs > li {
|
|
1261 |
float: none; |
|
1262 |
} |
|
1263 |
.tabs-left > .nav-tabs > li > a, |
|
1264 |
.tabs-right > .nav-tabs > li > a {
|
|
1265 |
min-width: 74px; |
|
1266 |
margin-right: 0; |
|
1267 |
margin-bottom: 3px; |
|
1268 |
} |
|
1269 |
.tabs-left > .nav-tabs {
|
|
1270 |
float: left; |
|
1271 |
margin-right: 19px; |
|
1272 |
border-right: 1px solid #ddd; |
|
1273 |
} |
|
1274 |
.tabs-left > .nav-tabs > li > a {
|
|
1275 |
margin-right: -1px; |
|
1276 |
-webkit-border-radius: 4px 0 0 4px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1277 |
-moz-border-radius: 4px 0 0 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1278 |
border-radius: 4px 0 0 4px; |
| 0 | 1279 |
} |
1280 |
.tabs-left > .nav-tabs > li > a:hover {
|
|
1281 |
border-color: #eeeeee #dddddd #eeeeee #eeeeee; |
|
1282 |
} |
|
1283 |
.tabs-left > .nav-tabs .active > a, |
|
1284 |
.tabs-left > .nav-tabs .active > a:hover {
|
|
1285 |
border-color: #ddd transparent #ddd #ddd; |
|
1286 |
*border-right-color: #ffffff; |
|
1287 |
} |
|
1288 |
.tabs-right > .nav-tabs {
|
|
1289 |
float: right; |
|
1290 |
margin-left: 19px; |
|
1291 |
border-left: 1px solid #ddd; |
|
1292 |
} |
|
1293 |
.tabs-right > .nav-tabs > li > a {
|
|
1294 |
margin-left: -1px; |
|
1295 |
-webkit-border-radius: 0 4px 4px 0; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1296 |
-moz-border-radius: 0 4px 4px 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1297 |
border-radius: 0 4px 4px 0; |
| 0 | 1298 |
} |
1299 |
.tabs-right > .nav-tabs > li > a:hover {
|
|
1300 |
border-color: #eeeeee #eeeeee #eeeeee #dddddd; |
|
1301 |
} |
|
1302 |
.tabs-right > .nav-tabs .active > a, |
|
1303 |
.tabs-right > .nav-tabs .active > a:hover {
|
|
1304 |
border-color: #ddd #ddd #ddd transparent; |
|
1305 |
*border-left-color: #ffffff; |
|
1306 |
} |
|
1307 |
.navbar {
|
|
1308 |
*position: relative; |
|
1309 |
*z-index: 2; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1310 |
overflow: visible; |
| 0 | 1311 |
margin-bottom: 18px; |
1312 |
} |
|
1313 |
.navbar-inner {
|
|
1314 |
min-height: 40px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1315 |
padding-left: 20px; |
| 0 | 1316 |
padding-right: 20px; |
1317 |
background-color: #2c2c2c; |
|
1318 |
background-image: -moz-linear-gradient(top, #333333, #222222); |
|
1319 |
background-image: -ms-linear-gradient(top, #333333, #222222); |
|
1320 |
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222)); |
|
1321 |
background-image: -webkit-linear-gradient(top, #333333, #222222); |
|
1322 |
background-image: -o-linear-gradient(top, #333333, #222222); |
|
1323 |
background-image: linear-gradient(top, #333333, #222222); |
|
1324 |
background-repeat: repeat-x; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1325 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0); |
| 0 | 1326 |
-webkit-border-radius: 4px; |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1327 |
-moz-border-radius: 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1328 |
border-radius: 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1329 |
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1330 |
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1331 |
box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1); |
| 0 | 1332 |
} |
1333 |
.navbar .container {
|
|
1334 |
width: auto; |
|
1335 |
} |
|
1336 |
.nav-collapse.collapse {
|
|
1337 |
height: auto; |
|
1338 |
} |
|
1339 |
.navbar {
|
|
1340 |
color: #999999; |
|
1341 |
} |
|
1342 |
.navbar .brand:hover {
|
|
1343 |
text-decoration: none; |
|
1344 |
} |
|
1345 |
.navbar .brand {
|
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1346 |
float: left; |
| 0 | 1347 |
display: block; |
1348 |
padding: 8px 20px 12px; |
|
1349 |
margin-left: -20px; |
|
1350 |
font-size: 20px; |
|
1351 |
font-weight: 200; |
|
1352 |
line-height: 1; |
|
1353 |
color: #999999; |
|
1354 |
} |
|
1355 |
.navbar .navbar-text {
|
|
1356 |
margin-bottom: 0; |
|
1357 |
line-height: 40px; |
|
1358 |
} |
|
1359 |
.navbar .navbar-link {
|
|
1360 |
color: #999999; |
|
1361 |
} |
|
1362 |
.navbar .navbar-link:hover {
|
|
1363 |
color: #ffffff; |
|
1364 |
} |
|
1365 |
.navbar .btn, |
|
1366 |
.navbar .btn-group {
|
|
1367 |
margin-top: 5px; |
|
1368 |
} |
|
1369 |
.navbar .btn-group .btn {
|
|
1370 |
margin: 0; |
|
1371 |
} |
|
1372 |
.navbar-form {
|
|
1373 |
margin-bottom: 0; |
|
1374 |
*zoom: 1; |
|
1375 |
} |
|
1376 |
.navbar-form:before, |
|
1377 |
.navbar-form:after {
|
|
1378 |
display: table; |
|
1379 |
content: ""; |
|
1380 |
} |
|
1381 |
.navbar-form:after {
|
|
1382 |
clear: both; |
|
1383 |
} |
|
1384 |
.navbar-form input, |
|
1385 |
.navbar-form select, |
|
1386 |
.navbar-form .radio, |
|
1387 |
.navbar-form .checkbox {
|
|
1388 |
margin-top: 5px; |
|
1389 |
} |
|
1390 |
.navbar-form input, |
|
1391 |
.navbar-form select {
|
|
1392 |
display: inline-block; |
|
1393 |
margin-bottom: 0; |
|
1394 |
} |
|
1395 |
.navbar-form input[type="image"], |
|
1396 |
.navbar-form input[type="checkbox"], |
|
1397 |
.navbar-form input[type="radio"] {
|
|
1398 |
margin-top: 3px; |
|
1399 |
} |
|
1400 |
.navbar-form .input-append, |
|
1401 |
.navbar-form .input-prepend {
|
|
1402 |
margin-top: 6px; |
|
1403 |
white-space: nowrap; |
|
1404 |
} |
|
1405 |
.navbar-form .input-append input, |
|
1406 |
.navbar-form .input-prepend input {
|
|
1407 |
margin-top: 0; |
|
1408 |
} |
|
1409 |
.navbar-search {
|
|
1410 |
position: relative; |
|
1411 |
float: left; |
|
1412 |
margin-top: 6px; |
|
1413 |
margin-bottom: 0; |
|
1414 |
} |
|
1415 |
.navbar-search .search-query {
|
|
1416 |
padding: 4px 9px; |
|
1417 |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
1418 |
font-size: 13px; |
|
1419 |
font-weight: normal; |
|
1420 |
line-height: 1; |
|
1421 |
color: #ffffff; |
|
1422 |
background-color: #626262; |
|
1423 |
border: 1px solid #151515; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1424 |
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1425 |
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1426 |
box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); |
| 0 | 1427 |
-webkit-transition: none; |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1428 |
-moz-transition: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1429 |
-ms-transition: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1430 |
-o-transition: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1431 |
transition: none; |
| 0 | 1432 |
} |
1433 |
.navbar-search .search-query:-moz-placeholder {
|
|
1434 |
color: #cccccc; |
|
1435 |
} |
|
1436 |
.navbar-search .search-query::-webkit-input-placeholder {
|
|
1437 |
color: #cccccc; |
|
1438 |
} |
|
1439 |
.navbar-search .search-query:focus, |
|
1440 |
.navbar-search .search-query.focused {
|
|
1441 |
padding: 5px 10px; |
|
1442 |
color: #333333; |
|
1443 |
text-shadow: 0 1px 0 #ffffff; |
|
1444 |
background-color: #ffffff; |
|
1445 |
border: 0; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1446 |
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1447 |
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1448 |
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); |
| 0 | 1449 |
outline: 0; |
1450 |
} |
|
1451 |
.navbar-fixed-top, |
|
1452 |
.navbar-fixed-bottom {
|
|
1453 |
position: fixed; |
|
1454 |
right: 0; |
|
1455 |
left: 0; |
|
1456 |
z-index: 1030; |
|
1457 |
margin-bottom: 0; |
|
1458 |
} |
|
1459 |
.navbar-fixed-top .navbar-inner, |
|
1460 |
.navbar-fixed-bottom .navbar-inner {
|
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1461 |
padding-left: 0; |
| 0 | 1462 |
padding-right: 0; |
1463 |
-webkit-border-radius: 0; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1464 |
-moz-border-radius: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1465 |
border-radius: 0; |
| 0 | 1466 |
} |
1467 |
.navbar-fixed-top .container, |
|
1468 |
.navbar-fixed-bottom .container {
|
|
1469 |
width: 940px; |
|
1470 |
} |
|
1471 |
.navbar-fixed-top {
|
|
1472 |
top: 0; |
|
1473 |
} |
|
1474 |
.navbar-fixed-bottom {
|
|
1475 |
bottom: 0; |
|
1476 |
} |
|
1477 |
.navbar .nav {
|
|
1478 |
position: relative; |
|
1479 |
left: 0; |
|
1480 |
display: block; |
|
1481 |
float: left; |
|
1482 |
margin: 0 10px 0 0; |
|
1483 |
} |
|
1484 |
.navbar .nav.pull-right {
|
|
1485 |
float: right; |
|
1486 |
} |
|
1487 |
.navbar .nav > li {
|
|
1488 |
display: block; |
|
1489 |
float: left; |
|
1490 |
} |
|
1491 |
.navbar .nav > li > a {
|
|
1492 |
float: none; |
|
1493 |
padding: 9px 10px 11px; |
|
1494 |
line-height: 19px; |
|
1495 |
color: #999999; |
|
1496 |
text-decoration: none; |
|
1497 |
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
|
1498 |
} |
|
1499 |
.navbar .btn {
|
|
1500 |
display: inline-block; |
|
1501 |
padding: 4px 10px 4px; |
|
1502 |
margin: 5px 5px 6px; |
|
1503 |
line-height: 18px; |
|
1504 |
} |
|
1505 |
.navbar .btn-group {
|
|
1506 |
margin: 0; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1507 |
padding: 5px 5px 6px; |
| 0 | 1508 |
} |
1509 |
.navbar .nav > li > a:hover {
|
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1510 |
background-color: transparent; |
| 0 | 1511 |
color: #ffffff; |
1512 |
text-decoration: none; |
|
1513 |
} |
|
1514 |
.navbar .nav .active > a, |
|
1515 |
.navbar .nav .active > a:hover {
|
|
1516 |
color: #ffffff; |
|
1517 |
text-decoration: none; |
|
1518 |
background-color: #222222; |
|
1519 |
} |
|
1520 |
.navbar .divider-vertical {
|
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1521 |
height: 40px; |
| 0 | 1522 |
width: 1px; |
1523 |
margin: 0 9px; |
|
1524 |
overflow: hidden; |
|
1525 |
background-color: #222222; |
|
1526 |
border-right: 1px solid #333333; |
|
1527 |
} |
|
1528 |
.navbar .nav.pull-right {
|
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1529 |
margin-left: 10px; |
| 0 | 1530 |
margin-right: 0; |
1531 |
} |
|
1532 |
.navbar .btn-navbar {
|
|
1533 |
display: none; |
|
1534 |
float: right; |
|
1535 |
padding: 7px 10px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1536 |
margin-left: 5px; |
| 0 | 1537 |
margin-right: 5px; |
1538 |
background-color: #2c2c2c; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1539 |
background-image: -moz-linear-gradient(top, #333333, #222222); |
| 0 | 1540 |
background-image: -ms-linear-gradient(top, #333333, #222222); |
1541 |
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222)); |
|
1542 |
background-image: -webkit-linear-gradient(top, #333333, #222222); |
|
1543 |
background-image: -o-linear-gradient(top, #333333, #222222); |
|
1544 |
background-image: linear-gradient(top, #333333, #222222); |
|
1545 |
background-repeat: repeat-x; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1546 |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0); |
| 0 | 1547 |
border-color: #222222 #222222 #000000; |
1548 |
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1549 |
*background-color: #222222; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1550 |
/* Darken IE7 buttons by default so they stand out more given they won't have borders */ |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1551 |
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1552 |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1553 |
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1554 |
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1555 |
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); |
| 0 | 1556 |
} |
1557 |
.navbar .btn-navbar:hover, |
|
1558 |
.navbar .btn-navbar:active, |
|
1559 |
.navbar .btn-navbar.active, |
|
1560 |
.navbar .btn-navbar.disabled, |
|
1561 |
.navbar .btn-navbar[disabled] {
|
|
1562 |
background-color: #222222; |
|
1563 |
*background-color: #151515; |
|
1564 |
} |
|
1565 |
.navbar .btn-navbar:active, |
|
1566 |
.navbar .btn-navbar.active {
|
|
1567 |
background-color: #080808 \9; |
|
1568 |
} |
|
1569 |
.navbar .btn-navbar .icon-bar {
|
|
1570 |
display: block; |
|
1571 |
width: 18px; |
|
1572 |
height: 2px; |
|
1573 |
background-color: #f5f5f5; |
|
1574 |
-webkit-border-radius: 1px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1575 |
-moz-border-radius: 1px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1576 |
border-radius: 1px; |
| 0 | 1577 |
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1578 |
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1579 |
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); |
| 0 | 1580 |
} |
1581 |
.btn-navbar .icon-bar + .icon-bar {
|
|
1582 |
margin-top: 3px; |
|
1583 |
} |
|
1584 |
.navbar .dropdown-menu:before {
|
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1585 |
content: ''; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1586 |
display: inline-block; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1587 |
border-left: 7px solid transparent; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1588 |
border-right: 7px solid transparent; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1589 |
border-bottom: 7px solid #ccc; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1590 |
border-bottom-color: rgba(0, 0, 0, 0.2); |
| 0 | 1591 |
position: absolute; |
1592 |
top: -7px; |
|
1593 |
left: 9px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1594 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1595 |
.navbar .dropdown-menu:after {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1596 |
content: ''; |
| 0 | 1597 |
display: inline-block; |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1598 |
border-left: 6px solid transparent; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1599 |
border-right: 6px solid transparent; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1600 |
border-bottom: 6px solid #ffffff; |
| 0 | 1601 |
position: absolute; |
1602 |
top: -6px; |
|
1603 |
left: 10px; |
|
1604 |
} |
|
1605 |
.navbar-fixed-bottom .dropdown-menu:before {
|
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1606 |
border-top: 7px solid #ccc; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1607 |
border-top-color: rgba(0, 0, 0, 0.2); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1608 |
border-bottom: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1609 |
bottom: -7px; |
| 0 | 1610 |
top: auto; |
1611 |
} |
|
1612 |
.navbar-fixed-bottom .dropdown-menu:after {
|
|
1613 |
border-top: 6px solid #ffffff; |
|
1614 |
border-bottom: 0; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1615 |
bottom: -6px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1616 |
top: auto; |
| 0 | 1617 |
} |
1618 |
.navbar .nav li.dropdown .dropdown-toggle .caret, |
|
1619 |
.navbar .nav li.dropdown.open .caret {
|
|
1620 |
border-top-color: #ffffff; |
|
1621 |
border-bottom-color: #ffffff; |
|
1622 |
} |
|
1623 |
.navbar .nav li.dropdown.active .caret {
|
|
1624 |
opacity: 1; |
|
1625 |
filter: alpha(opacity=100); |
|
1626 |
} |
|
1627 |
.navbar .nav li.dropdown.open > .dropdown-toggle, |
|
1628 |
.navbar .nav li.dropdown.active > .dropdown-toggle, |
|
1629 |
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
|
|
1630 |
background-color: transparent; |
|
1631 |
} |
|
1632 |
.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
|
|
1633 |
color: #ffffff; |
|
1634 |
} |
|
1635 |
.navbar .pull-right .dropdown-menu, |
|
1636 |
.navbar .dropdown-menu.pull-right {
|
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1637 |
left: auto; |
| 0 | 1638 |
right: 0; |
1639 |
} |
|
1640 |
.navbar .pull-right .dropdown-menu:before, |
|
1641 |
.navbar .dropdown-menu.pull-right:before {
|
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1642 |
left: auto; |
| 0 | 1643 |
right: 12px; |
1644 |
} |
|
1645 |
.navbar .pull-right .dropdown-menu:after, |
|
1646 |
.navbar .dropdown-menu.pull-right:after {
|
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1647 |
left: auto; |
| 0 | 1648 |
right: 13px; |
1649 |
} |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1650 |
.alert {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1651 |
padding: 8px 35px 8px 14px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1652 |
margin-bottom: 18px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1653 |
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1654 |
background-color: #fcf8e3; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1655 |
border: 1px solid #fbeed5; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1656 |
-webkit-border-radius: 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1657 |
-moz-border-radius: 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1658 |
border-radius: 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1659 |
color: #c09853; |
| 0 | 1660 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1661 |
.alert-heading {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1662 |
color: inherit; |
| 0 | 1663 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1664 |
.alert .close {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1665 |
position: relative; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1666 |
top: -2px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1667 |
right: -21px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1668 |
line-height: 18px; |
| 0 | 1669 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1670 |
.alert-success {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1671 |
background-color: #dff0d8; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1672 |
border-color: #d6e9c6; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1673 |
color: #468847; |
| 0 | 1674 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1675 |
.alert-danger, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1676 |
.alert-error {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1677 |
background-color: #f2dede; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1678 |
border-color: #eed3d7; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1679 |
color: #b94a48; |
| 0 | 1680 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1681 |
.alert-info {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1682 |
background-color: #d9edf7; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1683 |
border-color: #bce8f1; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1684 |
color: #3a87ad; |
| 0 | 1685 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1686 |
.alert-block {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1687 |
padding-top: 14px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1688 |
padding-bottom: 14px; |
| 0 | 1689 |
} |
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1690 |
.alert-block > p, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1691 |
.alert-block > ul {
|
| 0 | 1692 |
margin-bottom: 0; |
1693 |
} |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1694 |
.alert-block p + p {
|
| 0 | 1695 |
margin-top: 5px; |
1696 |
} |
|
1697 |
.accordion {
|
|
1698 |
margin-bottom: 18px; |
|
1699 |
} |
|
1700 |
.accordion-group {
|
|
1701 |
margin-bottom: 2px; |
|
1702 |
border: 1px solid #e5e5e5; |
|
1703 |
-webkit-border-radius: 4px; |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1704 |
-moz-border-radius: 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1705 |
border-radius: 4px; |
| 0 | 1706 |
} |
1707 |
.accordion-heading {
|
|
1708 |
border-bottom: 0; |
|
1709 |
} |
|
1710 |
.accordion-heading .accordion-toggle {
|
|
1711 |
display: block; |
|
1712 |
padding: 8px 15px; |
|
1713 |
} |
|
1714 |
.accordion-toggle {
|
|
1715 |
cursor: pointer; |
|
1716 |
} |
|
1717 |
.accordion-inner {
|
|
1718 |
padding: 9px 15px; |
|
1719 |
border-top: 1px solid #e5e5e5; |
|
1720 |
} |
|
1721 |
.pull-right {
|
|
1722 |
float: right; |
|
1723 |
} |
|
1724 |
.pull-left {
|
|
1725 |
float: left; |
|
1726 |
} |
|
1727 |
.hide {
|
|
1728 |
display: none; |
|
1729 |
} |
|
1730 |
.show {
|
|
1731 |
display: block; |
|
1732 |
} |
|
1733 |
.invisible {
|
|
1734 |
visibility: hidden; |
|
1735 |
} |
|
|
1
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1736 |
.fade {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1737 |
opacity: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1738 |
filter: alpha(opacity=0); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1739 |
-webkit-transition: opacity 0.15s linear; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1740 |
-moz-transition: opacity 0.15s linear; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1741 |
-ms-transition: opacity 0.15s linear; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1742 |
-o-transition: opacity 0.15s linear; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1743 |
transition: opacity 0.15s linear; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1744 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1745 |
.fade.in {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1746 |
opacity: 1; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1747 |
filter: alpha(opacity=100); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1748 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1749 |
.collapse {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1750 |
position: relative; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1751 |
height: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1752 |
overflow: hidden; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1753 |
-webkit-transition: height 0.35s ease; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1754 |
-moz-transition: height 0.35s ease; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1755 |
-ms-transition: height 0.35s ease; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1756 |
-o-transition: height 0.35s ease; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1757 |
transition: height 0.35s ease; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1758 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1759 |
.collapse.in {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1760 |
height: auto; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1761 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1762 |
@media (min-width: 1200px) {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1763 |
.row {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1764 |
margin-left: -30px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1765 |
*zoom: 1; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1766 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1767 |
.row:before, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1768 |
.row:after {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1769 |
display: table; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1770 |
content: ""; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1771 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1772 |
.row:after {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1773 |
clear: both; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1774 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1775 |
[class*="span"] {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1776 |
float: left; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1777 |
margin-left: 30px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1778 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1779 |
.container, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1780 |
.navbar-fixed-top .container, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1781 |
.navbar-fixed-bottom .container {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1782 |
width: 1170px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1783 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1784 |
.span12 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1785 |
width: 1170px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1786 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1787 |
.span11 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1788 |
width: 1070px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1789 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1790 |
.span10 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1791 |
width: 970px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1792 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1793 |
.span9 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1794 |
width: 870px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1795 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1796 |
.span8 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1797 |
width: 770px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1798 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1799 |
.span7 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1800 |
width: 670px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1801 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1802 |
.span6 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1803 |
width: 570px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1804 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1805 |
.span5 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1806 |
width: 470px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1807 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1808 |
.span4 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1809 |
width: 370px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1810 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1811 |
.span3 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1812 |
width: 270px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1813 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1814 |
.span2 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1815 |
width: 170px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1816 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1817 |
.span1 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1818 |
width: 70px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1819 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1820 |
.offset12 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1821 |
margin-left: 1230px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1822 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1823 |
.offset11 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1824 |
margin-left: 1130px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1825 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1826 |
.offset10 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1827 |
margin-left: 1030px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1828 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1829 |
.offset9 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1830 |
margin-left: 930px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1831 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1832 |
.offset8 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1833 |
margin-left: 830px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1834 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1835 |
.offset7 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1836 |
margin-left: 730px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1837 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1838 |
.offset6 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1839 |
margin-left: 630px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1840 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1841 |
.offset5 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1842 |
margin-left: 530px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1843 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1844 |
.offset4 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1845 |
margin-left: 430px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1846 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1847 |
.offset3 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1848 |
margin-left: 330px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1849 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1850 |
.offset2 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1851 |
margin-left: 230px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1852 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1853 |
.offset1 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1854 |
margin-left: 130px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1855 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1856 |
.row-fluid {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1857 |
width: 100%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1858 |
*zoom: 1; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1859 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1860 |
.row-fluid:before, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1861 |
.row-fluid:after {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1862 |
display: table; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1863 |
content: ""; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1864 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1865 |
.row-fluid:after {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1866 |
clear: both; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1867 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1868 |
.row-fluid [class*="span"] {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1869 |
display: block; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1870 |
width: 100%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1871 |
min-height: 28px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1872 |
-webkit-box-sizing: border-box; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1873 |
-moz-box-sizing: border-box; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1874 |
-ms-box-sizing: border-box; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1875 |
box-sizing: border-box; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1876 |
float: left; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1877 |
margin-left: 2.564102564%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1878 |
*margin-left: 2.510911074638298%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1879 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1880 |
.row-fluid [class*="span"]:first-child {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1881 |
margin-left: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1882 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1883 |
.row-fluid .span12 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1884 |
width: 100%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1885 |
*width: 99.94680851063829%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1886 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1887 |
.row-fluid .span11 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1888 |
width: 91.45299145300001%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1889 |
*width: 91.3997999636383%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1890 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1891 |
.row-fluid .span10 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1892 |
width: 82.905982906%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1893 |
*width: 82.8527914166383%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1894 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1895 |
.row-fluid .span9 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1896 |
width: 74.358974359%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1897 |
*width: 74.30578286963829%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1898 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1899 |
.row-fluid .span8 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1900 |
width: 65.81196581200001%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1901 |
*width: 65.7587743226383%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1902 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1903 |
.row-fluid .span7 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1904 |
width: 57.264957265%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1905 |
*width: 57.2117657756383%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1906 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1907 |
.row-fluid .span6 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1908 |
width: 48.717948718%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1909 |
*width: 48.6647572286383%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1910 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1911 |
.row-fluid .span5 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1912 |
width: 40.170940171000005%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1913 |
*width: 40.117748681638304%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1914 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1915 |
.row-fluid .span4 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1916 |
width: 31.623931624%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1917 |
*width: 31.5707401346383%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1918 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1919 |
.row-fluid .span3 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1920 |
width: 23.076923077%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1921 |
*width: 23.0237315876383%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1922 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1923 |
.row-fluid .span2 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1924 |
width: 14.529914530000001%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1925 |
*width: 14.4767230406383%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1926 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1927 |
.row-fluid .span1 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1928 |
width: 5.982905983%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1929 |
*width: 5.929714493638298%; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1930 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1931 |
input, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1932 |
textarea, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1933 |
.uneditable-input {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1934 |
margin-left: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1935 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1936 |
input.span12, textarea.span12, .uneditable-input.span12 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1937 |
width: 1160px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1938 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1939 |
input.span11, textarea.span11, .uneditable-input.span11 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1940 |
width: 1060px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1941 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1942 |
input.span10, textarea.span10, .uneditable-input.span10 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1943 |
width: 960px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1944 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1945 |
input.span9, textarea.span9, .uneditable-input.span9 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1946 |
width: 860px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1947 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1948 |
input.span8, textarea.span8, .uneditable-input.span8 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1949 |
width: 760px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1950 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1951 |
input.span7, textarea.span7, .uneditable-input.span7 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1952 |
width: 660px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1953 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1954 |
input.span6, textarea.span6, .uneditable-input.span6 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1955 |
width: 560px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1956 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1957 |
input.span5, textarea.span5, .uneditable-input.span5 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1958 |
width: 460px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1959 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1960 |
input.span4, textarea.span4, .uneditable-input.span4 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1961 |
width: 360px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1962 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1963 |
input.span3, textarea.span3, .uneditable-input.span3 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1964 |
width: 260px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1965 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1966 |
input.span2, textarea.span2, .uneditable-input.span2 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1967 |
width: 160px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1968 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1969 |
input.span1, textarea.span1, .uneditable-input.span1 {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1970 |
width: 60px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1971 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1972 |
.thumbnails {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1973 |
margin-left: -30px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1974 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1975 |
.thumbnails > li {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1976 |
margin-left: 30px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1977 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1978 |
.row-fluid .thumbnails {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1979 |
margin-left: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1980 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1981 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1982 |
@media (max-width: 979px) {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1983 |
body {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1984 |
padding-top: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1985 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1986 |
.navbar-fixed-top {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1987 |
position: static; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1988 |
margin-bottom: 18px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1989 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1990 |
.navbar-fixed-top .navbar-inner {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1991 |
padding: 5px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1992 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1993 |
.navbar .container {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1994 |
width: auto; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1995 |
padding: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1996 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1997 |
.navbar .brand {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1998 |
padding-left: 10px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
1999 |
padding-right: 10px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2000 |
margin: 0 0 0 -5px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2001 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2002 |
.nav-collapse {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2003 |
clear: both; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2004 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2005 |
.nav-collapse .nav {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2006 |
float: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2007 |
margin: 0 0 9px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2008 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2009 |
.nav-collapse .nav > li {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2010 |
float: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2011 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2012 |
.nav-collapse .nav > li > a {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2013 |
margin-bottom: 2px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2014 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2015 |
.nav-collapse .nav > .divider-vertical {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2016 |
display: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2017 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2018 |
.nav-collapse .nav .nav-header {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2019 |
color: #999999; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2020 |
text-shadow: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2021 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2022 |
.nav-collapse .nav > li > a, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2023 |
.nav-collapse .dropdown-menu a {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2024 |
padding: 6px 15px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2025 |
font-weight: bold; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2026 |
color: #999999; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2027 |
-webkit-border-radius: 3px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2028 |
-moz-border-radius: 3px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2029 |
border-radius: 3px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2030 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2031 |
.nav-collapse .btn {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2032 |
padding: 4px 10px 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2033 |
font-weight: normal; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2034 |
-webkit-border-radius: 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2035 |
-moz-border-radius: 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2036 |
border-radius: 4px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2037 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2038 |
.nav-collapse .dropdown-menu li + li a {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2039 |
margin-bottom: 2px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2040 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2041 |
.nav-collapse .nav > li > a:hover, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2042 |
.nav-collapse .dropdown-menu a:hover {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2043 |
background-color: #222222; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2044 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2045 |
.nav-collapse.in .btn-group {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2046 |
margin-top: 5px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2047 |
padding: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2048 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2049 |
.nav-collapse .dropdown-menu {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2050 |
position: static; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2051 |
top: auto; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2052 |
left: auto; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2053 |
float: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2054 |
display: block; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2055 |
max-width: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2056 |
margin: 0 15px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2057 |
padding: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2058 |
background-color: transparent; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2059 |
border: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2060 |
-webkit-border-radius: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2061 |
-moz-border-radius: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2062 |
border-radius: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2063 |
-webkit-box-shadow: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2064 |
-moz-box-shadow: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2065 |
box-shadow: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2066 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2067 |
.nav-collapse .dropdown-menu:before, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2068 |
.nav-collapse .dropdown-menu:after {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2069 |
display: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2070 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2071 |
.nav-collapse .dropdown-menu .divider {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2072 |
display: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2073 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2074 |
.nav-collapse .navbar-form, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2075 |
.nav-collapse .navbar-search {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2076 |
float: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2077 |
padding: 9px 15px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2078 |
margin: 9px 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2079 |
border-top: 1px solid #222222; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2080 |
border-bottom: 1px solid #222222; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2081 |
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2082 |
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2083 |
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1); |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2084 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2085 |
.navbar .nav-collapse .nav.pull-right {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2086 |
float: none; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2087 |
margin-left: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2088 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2089 |
.nav-collapse, |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2090 |
.nav-collapse.collapse {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2091 |
overflow: hidden; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2092 |
height: 0; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2093 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2094 |
.navbar .btn-navbar {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2095 |
display: block; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2096 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2097 |
.navbar-static .navbar-inner {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2098 |
padding-left: 10px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2099 |
padding-right: 10px; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2100 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2101 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2102 |
@media (min-width: 980px) {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2103 |
.nav-collapse.collapse {
|
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2104 |
height: auto !important; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2105 |
overflow: visible !important; |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2106 |
} |
|
c3726f733704
Use minimal bootstrap css and js
Vincent Tondellier <tonton+hg@team1664.org>
parents:
0
diff
changeset
|
2107 |
} |