bootstrap-1.1.1.css 43.5 KB
Newer Older
Mark Otto's avatar
Mark Otto committed
1
/*!
Jacob Thornton's avatar
Jacob Thornton committed
2
 * Bootstrap v1.1.1
3
 *
Mark Otto's avatar
Mark Otto committed
4
 * Copyright 2011 Twitter, Inc
5
6
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
Mark Otto's avatar
Mark Otto committed
7
 *
8
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
 * Date: Fri Aug 26 19:31:44 PDT 2011
10
 */
11
/* Reset.less
12
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
13
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
Jacob Thornton's avatar
Jacob Thornton committed
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
html, body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
88
89
90
91
92
93
94
95
96
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
97
article,
98
99
100
101
102
103
104
105
106
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
107
108
  display: block;
}
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
174
/* Preboot.less
175
 * Variables and mixins to pre-ignite any new web development project
176
 * ------------------------------------------------------------------ */
Jacob Thornton's avatar
Jacob Thornton committed
177
178
179
.clearfix {
  zoom: 1;
}
180
181
182
183
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
Jacob Thornton's avatar
Jacob Thornton committed
184
185
186
.clearfix:after {
  clear: both;
}
187
188
189
.center-block {
  display: block;
  margin: 0 auto;
Jacob Thornton's avatar
Jacob Thornton committed
190
191
192
193
}
.container {
  width: 940px;
  margin: 0 auto;
194
  zoom: 1;
195
  margin-bottom: 18px;
196
}
197
198
199
200
.container:before, .container:after {
  display: table;
  content: "";
}
201
202
.container:after {
  clear: both;
Jacob Thornton's avatar
Jacob Thornton committed
203
}
204
.btn.danger,
205
.alert-message.danger,
206
.btn.danger:hover,
207
.alert-message.danger:hover,
208
.btn.error,
209
.alert-message.error,
210
.btn.error:hover,
211
.alert-message.error:hover,
212
.btn.success,
213
.alert-message.success,
214
.btn.success:hover,
215
.alert-message.success:hover,
216
.btn.info,
217
.alert-message.info,
218
.btn.info:hover,
219
.alert-message.info:hover {
220
221
222
  color: #ffffff;
}
.btn.danger,
223
.alert-message.danger,
224
.btn.error,
225
.alert-message.error {
226
  background-color: #c43c35;
227
  background-repeat: repeat-x;
228
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
Mark Otto's avatar
Mark Otto committed
229
230
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
231
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
Mark Otto's avatar
Mark Otto committed
232
233
234
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
235
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
236
  border-color: #c43c35 #c43c35 #882a25;
237
238
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
239
.btn.success, .alert-message.success {
240
241
242
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
Mark Otto's avatar
Mark Otto committed
243
244
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
245
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
Mark Otto's avatar
Mark Otto committed
246
247
248
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
249
250
251
252
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
253
.btn.info, .alert-message.info {
254
  background-color: #339bb9;
255
  background-repeat: repeat-x;
256
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
Mark Otto's avatar
Mark Otto committed
257
258
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
259
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
Mark Otto's avatar
Mark Otto committed
260
261
262
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
263
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
264
  border-color: #339bb9 #339bb9 #22697d;
265
266
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
267
268
/*
 * Scaffolding
269
 * Basic and global styles for generating a grid system, structural layout, and page templates
270
 * ------------------------------------------------------------------------------------------- */
271
.row {
Jacob Thornton's avatar
Jacob Thornton committed
272
  zoom: 1;
273
  margin-bottom: 18px;
274
  margin-left: -20px;
Jacob Thornton's avatar
Jacob Thornton committed
275
}
276
277
278
279
.row:before, .row:after {
  display: table;
  content: "";
}
280
.row:after {
Jacob Thornton's avatar
Jacob Thornton committed
281
282
  clear: both;
}
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
.row .span1,
.row .span2,
.row .span3,
.row .span4,
.row .span5,
.row .span6,
.row .span7,
.row .span8,
.row .span9,
.row .span10,
.row .span11,
.row .span12,
.row .span13,
.row .span14,
.row .span15,
.row .span16 {
299
  display: inline;
Jacob Thornton's avatar
Jacob Thornton committed
300
301
302
  float: left;
  margin-left: 20px;
}
303
304
.row .span1 {
  width: 40px;
Jacob Thornton's avatar
Jacob Thornton committed
305
}
306
.row .span2 {
Jacob Thornton's avatar
Jacob Thornton committed
307
308
  width: 100px;
}
309
.row .span3 {
Jacob Thornton's avatar
Jacob Thornton committed
310
311
  width: 160px;
}
312
.row .span4 {
Jacob Thornton's avatar
Jacob Thornton committed
313
314
  width: 220px;
}
315
.row .span5 {
Jacob Thornton's avatar
Jacob Thornton committed
316
317
  width: 280px;
}
318
.row .span6 {
Jacob Thornton's avatar
Jacob Thornton committed
319
320
  width: 340px;
}
321
.row .span7 {
Jacob Thornton's avatar
Jacob Thornton committed
322
323
  width: 400px;
}
324
.row .span8 {
Jacob Thornton's avatar
Jacob Thornton committed
325
326
  width: 460px;
}
327
.row .span9 {
Jacob Thornton's avatar
Jacob Thornton committed
328
329
  width: 520px;
}
330
.row .span10 {
Jacob Thornton's avatar
Jacob Thornton committed
331
332
  width: 580px;
}
333
.row .span11 {
Jacob Thornton's avatar
Jacob Thornton committed
334
335
  width: 640px;
}
336
.row .span12 {
Jacob Thornton's avatar
Jacob Thornton committed
337
338
  width: 700px;
}
339
.row .span13 {
Jacob Thornton's avatar
Jacob Thornton committed
340
341
  width: 760px;
}
342
.row .span14 {
Jacob Thornton's avatar
Jacob Thornton committed
343
344
  width: 820px;
}
345
.row .span15 {
Jacob Thornton's avatar
Jacob Thornton committed
346
347
  width: 880px;
}
348
.row .span16 {
Jacob Thornton's avatar
Jacob Thornton committed
349
350
  width: 940px;
}
351
.row .offset1 {
352
  margin-left: 80px;
353
354
}
.row .offset2 {
355
  margin-left: 140px;
356
357
}
.row .offset3 {
358
  margin-left: 200px;
359
360
}
.row .offset4 {
361
  margin-left: 260px;
362
363
}
.row .offset5 {
364
  margin-left: 320px;
365
366
}
.row .offset6 {
367
  margin-left: 380px;
368
369
}
.row .offset7 {
370
  margin-left: 440px;
371
372
}
.row .offset8 {
373
  margin-left: 500px;
374
375
}
.row .offset9 {
376
  margin-left: 560px;
377
378
}
.row .offset10 {
379
  margin-left: 620px;
380
381
}
.row .offset11 {
382
  margin-left: 680px;
383
384
}
.row .offset12 {
385
  margin-left: 740px;
386
}
Jacob Thornton's avatar
Jacob Thornton committed
387
388
389
390
html, body {
  background-color: #fff;
}
body {
391
  margin: 0;
Jacob Thornton's avatar
Jacob Thornton committed
392
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
393
  font-size: 13px;
Jacob Thornton's avatar
Jacob Thornton committed
394
  font-weight: normal;
395
  line-height: 18px;
396
  color: #808080;
Jacob Thornton's avatar
Jacob Thornton committed
397
398
  text-rendering: optimizeLegibility;
}
Mark Otto's avatar
Mark Otto committed
399
.container {
Jacob Thornton's avatar
Jacob Thornton committed
400
401
402
  width: 940px;
  margin: 0 auto;
}
Mark Otto's avatar
Mark Otto committed
403
.container-fluid {
404
  padding: 0 20px;
Jacob Thornton's avatar
Jacob Thornton committed
405
  zoom: 1;
406
  margin-bottom: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
407
}
Mark Otto's avatar
Mark Otto committed
408
.container-fluid:before, .container-fluid:after {
409
410
411
  display: table;
  content: "";
}
Mark Otto's avatar
Mark Otto committed
412
.container-fluid:after {
Jacob Thornton's avatar
Jacob Thornton committed
413
414
  clear: both;
}
Mark Otto's avatar
Mark Otto committed
415
.container-fluid .sidebar {
Jacob Thornton's avatar
Jacob Thornton committed
416
417
418
  float: left;
  width: 220px;
}
Mark Otto's avatar
Mark Otto committed
419
.container-fluid .content {
Jacob Thornton's avatar
Jacob Thornton committed
420
421
422
423
424
425
426
427
  min-width: 700px;
  max-width: 1180px;
  margin-left: 240px;
}
a {
  color: #0069d6;
  text-decoration: none;
  line-height: inherit;
428
  font-weight: inherit;
Jacob Thornton's avatar
Jacob Thornton committed
429
430
431
432
433
434
435
}
a:hover {
  color: #0050a3;
  text-decoration: underline;
}
.btn {
  display: inline-block;
436
  background-color: #e6e6e6;
437
  background-repeat: no-repeat;
438
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6));
Jacob Thornton's avatar
remake    
Jacob Thornton committed
439
440
441
442
443
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: -moz-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
444
  padding: 4px 14px;
445
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
446
  color: #333;
447
  font-size: 13px;
448
  line-height: 18px;
449
450
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
451
452
453
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
454
455
456
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
Jacob Thornton's avatar
Jacob Thornton committed
457
458
459
}
.btn:hover {
  background-position: 0 -15px;
460
  color: #333;
Jacob Thornton's avatar
Jacob Thornton committed
461
462
  text-decoration: none;
}
463
.primary {
464
  background-color: #0064cd;
465
  background-repeat: repeat-x;
466
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
Mark Otto's avatar
Mark Otto committed
467
468
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
469
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
Mark Otto's avatar
Mark Otto committed
470
471
472
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
Jacob Thornton's avatar
Jacob Thornton committed
473
474
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
475
476
477
478
479
480
481
482
483
484
485
486
  border: 1px solid #004b9a;
  border-bottom-color: #003f81;
}
.primary:hover {
  color: #fff;
}
.btn {
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn.primary {
Jacob Thornton's avatar
Jacob Thornton committed
487
488
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
Jacob Thornton's avatar
Jacob Thornton committed
489
490
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
Jacob Thornton's avatar
Jacob Thornton committed
491
492
493
494
495
496
}
.btn.primary:hover {
  color: #fff;
}
.btn.large {
  font-size: 16px;
497
  line-height: 28px;
498
  -webkit-border-radius: 6px;
Jacob Thornton's avatar
Jacob Thornton committed
499
500
501
502
503
504
505
506
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding-right: 9px;
  padding-left: 9px;
  font-size: 11px;
}
507
508
509
510
511
512
513
.btn.disabled {
  background-image: none;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  cursor: default;
514
515
516
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
517
518
}
.btn:disabled {
519
520
521
522
523
524
  background-image: none;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  cursor: default;
525
526
527
528
529
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:disabled.primary {
Mark Otto's avatar
Mark Otto committed
530
  color: #fff;
531
}
532
.btn:active {
533
534
535
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
536
}
Jacob Thornton's avatar
Jacob Thornton committed
537
538
539
540
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
541
/* Typography.less
542
 * Headings, body text, lists, code, and more for a versatile and durable typography system
543
 * ---------------------------------------------------------------------------------------- */
Jacob Thornton's avatar
Jacob Thornton committed
544
p {
545
  font-size: 13px;
Jacob Thornton's avatar
Jacob Thornton committed
546
  font-weight: normal;
547
  line-height: 18px;
548
  margin-bottom: 9px;
Jacob Thornton's avatar
Jacob Thornton committed
549
550
}
p small {
551
  font-size: 11px;
Mark Otto's avatar
Mark Otto committed
552
  color: #bfbfbf;
Jacob Thornton's avatar
Jacob Thornton committed
553
554
555
556
557
558
559
}
h1,
h2,
h3,
h4,
h5,
h6 {
560
  font-weight: bold;
561
  color: #404040;
Jacob Thornton's avatar
Jacob Thornton committed
562
563
564
565
566
567
568
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
Mark Otto's avatar
Mark Otto committed
569
  color: #bfbfbf;
Jacob Thornton's avatar
Jacob Thornton committed
570
571
}
h1 {
572
  margin-bottom: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
573
  font-size: 30px;
574
  line-height: 36px;
Jacob Thornton's avatar
Jacob Thornton committed
575
576
577
578
579
580
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
581
  line-height: 36px;
Jacob Thornton's avatar
Jacob Thornton committed
582
583
584
585
586
587
588
589
}
h2 small {
  font-size: 14px;
}
h3,
h4,
h5,
h6 {
590
  line-height: 36px;
Jacob Thornton's avatar
Jacob Thornton committed
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
}
h3 {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 {
  font-size: 16px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
Mark Otto's avatar
Mark Otto committed
609
  color: #bfbfbf;
Jacob Thornton's avatar
Jacob Thornton committed
610
611
612
  text-transform: uppercase;
}
ul, ol {
613
  margin: 0 0 18px 25px;
Jacob Thornton's avatar
Jacob Thornton committed
614
615
616
617
618
619
620
621
622
623
624
625
626
627
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
628
  line-height: 18px;
629
  color: #808080;
Jacob Thornton's avatar
Jacob Thornton committed
630
631
632
633
634
635
}
ul.unstyled {
  list-style: none;
  margin-left: 0;
}
dl {
636
  margin-bottom: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
637
638
}
dl dt, dl dd {
639
  line-height: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
640
641
642
643
644
}
dl dt {
  font-weight: bold;
}
dl dd {
645
  margin-left: 9px;
Jacob Thornton's avatar
Jacob Thornton committed
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
}
hr {
  margin: 0 0 19px;
  border: 0;
  border-bottom: 1px solid #eee;
}
strong {
  font-style: inherit;
  font-weight: bold;
  line-height: inherit;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
.muted {
663
  color: #bfbfbf;
Jacob Thornton's avatar
Jacob Thornton committed
664
665
}
blockquote {
666
  margin-bottom: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
667
668
669
670
671
672
  border-left: 5px solid #eee;
  padding-left: 15px;
}
blockquote p {
  font-size: 14px;
  font-weight: 300;
673
  line-height: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
674
675
  margin-bottom: 0;
}
676
blockquote small {
Jacob Thornton's avatar
Jacob Thornton committed
677
678
679
  display: block;
  font-size: 12px;
  font-weight: 300;
680
  line-height: 18px;
Mark Otto's avatar
Mark Otto committed
681
  color: #bfbfbf;
Jacob Thornton's avatar
Jacob Thornton committed
682
}
683
blockquote small:before {
Jacob Thornton's avatar
Jacob Thornton committed
684
685
686
687
  content: '\2014 \00A0';
}
address {
  display: block;
688
689
  line-height: 18px;
  margin-bottom: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
690
691
692
693
694
}
code, pre {
  padding: 0 3px 2px;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  font-size: 12px;
695
  -webkit-border-radius: 3px;
Jacob Thornton's avatar
Jacob Thornton committed
696
697
698
699
700
701
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  background-color: #fee9cc;
  color: rgba(0, 0, 0, 0.75);
Mark Otto's avatar
Mark Otto committed
702
  padding: 1px 3px;
Jacob Thornton's avatar
Jacob Thornton committed
703
704
705
706
}
pre {
  background-color: #f5f5f5;
  display: block;
707
708
709
  padding: 17px;
  margin: 0 0 18px;
  line-height: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
710
  font-size: 12px;
711
  border: 1px solid #ccc;
Jacob Thornton's avatar
Jacob Thornton committed
712
  border: 1px solid rgba(0, 0, 0, 0.15);
713
  -webkit-border-radius: 3px;
Jacob Thornton's avatar
Jacob Thornton committed
714
715
  -moz-border-radius: 3px;
  border-radius: 3px;
716
  white-space: pre;
Jacob Thornton's avatar
Jacob Thornton committed
717
  white-space: pre-wrap;
718
  word-wrap: break-word;
Jacob Thornton's avatar
Jacob Thornton committed
719
}
720
/* Forms.less
721
 * Base styles for various input types, form layouts, and states
722
 * ------------------------------------------------------------- */
Jacob Thornton's avatar
Jacob Thornton committed
723
form {
724
  margin-bottom: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
725
}
726
fieldset {
727
728
  margin-bottom: 18px;
  padding-top: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
729
}
730
fieldset legend {
Jacob Thornton's avatar
Jacob Thornton committed
731
732
733
734
  display: block;
  margin-left: 150px;
  font-size: 20px;
  line-height: 1;
Jacob Thornton's avatar
Jacob Thornton committed
735
736
737
738
739
740
  *margin: 0 0 5px 145px;
  /* IE6-7 */

  *line-height: 1.5;
  /* IE6-7 */

741
  color: #404040;
Jacob Thornton's avatar
Jacob Thornton committed
742
}
743
.clearfix {
744
  margin-bottom: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
745
}
746
747
748
749
label,
input,
select,
textarea {
Jacob Thornton's avatar
Jacob Thornton committed
750
751
752
753
754
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
755
label {
Jacob Thornton's avatar
Jacob Thornton committed
756
757
758
759
760
761
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 130px;
  text-align: right;
762
  color: #404040;
Jacob Thornton's avatar
Jacob Thornton committed
763
}
764
div.input {
Jacob Thornton's avatar
Jacob Thornton committed
765
766
  margin-left: 150px;
}
767
input[type=checkbox], input[type=radio] {
Jacob Thornton's avatar
Jacob Thornton committed
768
769
  cursor: pointer;
}
770
771
772
773
774
input[type=text],
input[type=password],
textarea,
select,
.uneditable-input {
775
  display: inline-block;
Jacob Thornton's avatar
Jacob Thornton committed
776
777
778
  width: 210px;
  padding: 4px;
  font-size: 13px;
779
780
  line-height: 18px;
  height: 18px;
781
  color: #808080;
782
  border: 1px solid #ccc;
783
  -webkit-border-radius: 3px;
Jacob Thornton's avatar
Jacob Thornton committed
784
785
786
  -moz-border-radius: 3px;
  border-radius: 3px;
}
787
select, input[type=file] {
788
789
  height: 27px;
  line-height: 27px;
Jacob Thornton's avatar
Jacob Thornton committed
790
}
791
textarea {
Jacob Thornton's avatar
Jacob Thornton committed
792
793
  height: auto;
}
794
.uneditable-input {
Jacob Thornton's avatar
Jacob Thornton committed
795
796
797
798
799
800
801
  background-color: #eee;
  display: block;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
802
:-moz-placeholder {
803
804
  color: #bfbfbf;
}
805
::-webkit-input-placeholder {
806
807
  color: #bfbfbf;
}
808
809
810
811
input[type=text],
input[type=password],
select,
textarea {
Jacob Thornton's avatar
Jacob Thornton committed
812
813
814
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
815
816
817
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
Jacob Thornton's avatar
Jacob Thornton committed
818
}
819
input[type=text]:focus, input[type=password]:focus, textarea:focus {
Jacob Thornton's avatar
Jacob Thornton committed
820
  outline: none;
821
822
823
824
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
Jacob Thornton's avatar
Jacob Thornton committed
825
}
Mark Otto's avatar
Mark Otto committed
826
form div.error {
Jacob Thornton's avatar
Jacob Thornton committed
827
828
829
  background: #fae5e3;
  padding: 10px 0;
  margin: -10px 0 10px;
830
  -webkit-border-radius: 4px;
Jacob Thornton's avatar
Jacob Thornton committed
831
832
833
  -moz-border-radius: 4px;
  border-radius: 4px;
}
Mark Otto's avatar
Mark Otto committed
834
form div.error > label, form div.error span.help-inline, form div.error span.help-block {
Jacob Thornton's avatar
Jacob Thornton committed
835
836
  color: #9d261d;
}
Mark Otto's avatar
Mark Otto committed
837
form div.error input[type=text], form div.error input[type=password], form div.error textarea {
Jacob Thornton's avatar
Jacob Thornton committed
838
839
840
841
842
  border-color: #c87872;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
Mark Otto's avatar
Mark Otto committed
843
form div.error input[type=text]:focus, form div.error input[type=password]:focus, form div.error textarea:focus {
Jacob Thornton's avatar
Jacob Thornton committed
844
845
846
847
848
  border-color: #b9554d;
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
Mark Otto's avatar
Mark Otto committed
849
form div.error .input-prepend span.add-on, form div.error .input-append span.add-on {
Jacob Thornton's avatar
Jacob Thornton committed
850
851
852
853
  background: #f4c8c5;
  border-color: #c87872;
  color: #b9554d;
}
854
855
856
857
.input-mini,
input.mini,
textarea.mini,
select.mini {
Jacob Thornton's avatar
Jacob Thornton committed
858
859
  width: 60px;
}
860
861
862
863
.input-small,
input.small,
textarea.small,
select.small {
Jacob Thornton's avatar
Jacob Thornton committed
864
865
  width: 90px;
}
866
867
868
869
.input-medium,
input.medium,
textarea.medium,
select.medium {
Jacob Thornton's avatar
Jacob Thornton committed
870
871
  width: 150px;
}
872
873
874
875
.input-large,
input.large,
textarea.large,
select.large {
Jacob Thornton's avatar
Jacob Thornton committed
876
877
  width: 210px;
}
878
879
880
881
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
Jacob Thornton's avatar
Jacob Thornton committed
882
883
  width: 270px;
}
884
885
886
887
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
Jacob Thornton's avatar
Jacob Thornton committed
888
889
  width: 530px;
}
890
textarea.xxlarge {
Jacob Thornton's avatar
Jacob Thornton committed
891
892
  overflow-y: scroll;
}
893
input[readonly]:focus, textarea[readonly]:focus, input.disabled {
Jacob Thornton's avatar
Jacob Thornton committed
894
895
896
897
898
899
  background: #f5f5f5;
  border-color: #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
Mark Otto's avatar
Mark Otto committed
900
.actions {
Jacob Thornton's avatar
Jacob Thornton committed
901
  background: #f5f5f5;
902
903
904
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;
Jacob Thornton's avatar
Jacob Thornton committed
905
  border-top: 1px solid #ddd;
906
  -webkit-border-radius: 0 0 3px 3px;
Jacob Thornton's avatar
Jacob Thornton committed
907
908
909
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
Mark Otto's avatar
Mark Otto committed
910
.actions .secondary-action {
Jacob Thornton's avatar
Jacob Thornton committed
911
912
  float: right;
}
Mark Otto's avatar
Mark Otto committed
913
.actions .secondary-action a {
Jacob Thornton's avatar
Jacob Thornton committed
914
915
  line-height: 30px;
}
Mark Otto's avatar
Mark Otto committed
916
.actions .secondary-action a:hover {
Jacob Thornton's avatar
Jacob Thornton committed
917
918
919
920
  text-decoration: underline;
}
.help-inline, .help-block {
  font-size: 12px;
921
  line-height: 18px;
Mark Otto's avatar
Mark Otto committed
922
  color: #bfbfbf;
Jacob Thornton's avatar
Jacob Thornton committed
923
924
925
}
.help-inline {
  padding-left: 5px;
Jacob Thornton's avatar
Jacob Thornton committed
926
927
928
929
930
931
  *position: relative;
  /* IE6-7 */

  *top: -5px;
  /* IE6-7 */

Jacob Thornton's avatar
Jacob Thornton committed
932
933
934
935
936
}
.help-block {
  display: block;
  max-width: 600px;
}
Mark Otto's avatar
Mark Otto committed
937
.inline-inputs {
938
  color: #808080;
Jacob Thornton's avatar
Jacob Thornton committed
939
}
Mark Otto's avatar
Mark Otto committed
940
.inline-inputs span, .inline-inputs input[type=text] {
Jacob Thornton's avatar
Jacob Thornton committed
941
942
  display: inline-block;
}
Mark Otto's avatar
Mark Otto committed
943
.inline-inputs input.mini {
Jacob Thornton's avatar
Jacob Thornton committed
944
945
  width: 60px;
}
Mark Otto's avatar
Mark Otto committed
946
.inline-inputs input.small {
Jacob Thornton's avatar
Jacob Thornton committed
947
948
  width: 90px;
}
Mark Otto's avatar
Mark Otto committed
949
.inline-inputs span {
Jacob Thornton's avatar
Jacob Thornton committed
950
951
  padding: 0 2px 0 1px;
}
952
953
954
955
.input-prepend input[type=text],
.input-append input[type=text],
.input-prepend input[type=password],
.input-append input[type=password] {
956
  -webkit-border-radius: 0 3px 3px 0;
Jacob Thornton's avatar
Jacob Thornton committed
957
958
959
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
Mark Otto's avatar
Mark Otto committed
960
.input-prepend .add-on, .input-append .add-on {
Jacob Thornton's avatar
Jacob Thornton committed
961
962
963
964
965
  background: #f5f5f5;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
966
  padding: 4px 4px 4px 5px;
Mark Otto's avatar
Mark Otto committed
967
  color: #bfbfbf;
Jacob Thornton's avatar
Jacob Thornton committed
968
969
970
971
972
  font-weight: normal;
  line-height: 18px;
  height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
973
  border: 1px solid #ccc;
Jacob Thornton's avatar
Jacob Thornton committed
974
  border-right-width: 0;
975
  -webkit-border-radius: 3px 0 0 3px;
Jacob Thornton's avatar
Jacob Thornton committed
976
977
978
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
Mark Otto's avatar
Mark Otto committed
979
.input-prepend .active, .input-append .active {
Jacob Thornton's avatar
Jacob Thornton committed
980
981
982
  background: #a9dba9;
  border-color: #46a546;
}
Jacob Thornton's avatar
Jacob Thornton committed
983
984
985
986
987
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
988
.input-append input[type=text], .input-append input[type=password] {
Jacob Thornton's avatar
Jacob Thornton committed
989
  float: left;
990
  -webkit-border-radius: 3px 0 0 3px;
Jacob Thornton's avatar
Jacob Thornton committed
991
992
993
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
Mark Otto's avatar
Mark Otto committed
994
.input-append .add-on {
995
  -webkit-border-radius: 0 3px 3px 0;
Jacob Thornton's avatar
Jacob Thornton committed
996
997
998
999
1000
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
  border-left-width: 0;
}
For faster browsing, not all history is shown. View entire blame