bootstrap-1.0.0.css 41.5 KB
Newer Older
Mark Otto's avatar
Mark Otto committed
1
/*!
2
 * Bootstrap v1.0.0
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: Sun Aug 21 20:51:15 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
header,
section,
footer,
article,
aside {
  display: block;
}
95
/* Preboot.less
96
 * Variables and mixins to pre-ignite any new web development project
97
 * ------------------------------------------------------------------ */
Jacob Thornton's avatar
Jacob Thornton committed
98
99
100
.clearfix {
  zoom: 1;
}
101
102
103
104
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
Jacob Thornton's avatar
Jacob Thornton committed
105
106
107
.clearfix:after {
  clear: both;
}
108
109
110
.center-block {
  display: block;
  margin: 0 auto;
Jacob Thornton's avatar
Jacob Thornton committed
111
112
113
114
}
.container {
  width: 940px;
  margin: 0 auto;
115
116
  zoom: 1;
}
117
118
119
120
.container:before, .container:after {
  display: table;
  content: "";
}
121
122
.container:after {
  clear: both;
Jacob Thornton's avatar
Jacob Thornton committed
123
}
124
125
126
127
128
129
130
131
/*.button(@color: #fff, @padding: 4px 14px, @textColor: #333, @textShadow: 0 1px 1px rgba(255,255,255,.75), @fontSize: 13px, @borderColor: rgba(0,0,0,.1), @borderRadius: 4px) {
  display: inline-block;
  #gradient > .vertical-three-colors(@color, @color, 0.25, darken(@color, 10%));
  padding: @padding;
  text-shadow: @textShadow;
  color: @textColor;
  font-size: @fontSize;
  line-height: @baseline;
Mark Otto's avatar
Mark Otto committed
132
133
134
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-color: borderColor borderColor fadein(@borderColor, 15%);
135
136
137
138
139
140
141
142
143
  .border-radius(@borderRadius);
  @shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  .box-shadow(@shadow);
  &:hover {
    background-position: 0 -15px;
    color: @textColor;
    text-decoration: none;
  }
}*/
144
145
/*
 * Scaffolding
146
 * Basic and global styles for generating a grid system, structural layout, and page templates
147
 * ------------------------------------------------------------------------------------------- */
148
.row {
Jacob Thornton's avatar
Jacob Thornton committed
149
150
  zoom: 1;
}
151
152
153
154
.row:before, .row:after {
  display: table;
  content: "";
}
155
.row:after {
Jacob Thornton's avatar
Jacob Thornton committed
156
157
  clear: both;
}
158
.row .span1 {
Jacob Thornton's avatar
Jacob Thornton committed
159
160
161
162
  float: left;
  width: 40px;
  margin-left: 20px;
}
163
.row .span1:first-child {
Jacob Thornton's avatar
Jacob Thornton committed
164
165
  margin-left: 0;
}
166
.row .span2 {
Jacob Thornton's avatar
Jacob Thornton committed
167
168
169
170
  float: left;
  width: 100px;
  margin-left: 20px;
}
171
.row .span2:first-child {
Jacob Thornton's avatar
Jacob Thornton committed
172
173
  margin-left: 0;
}
174
.row .span3 {
Jacob Thornton's avatar
Jacob Thornton committed
175
176
177
178
  float: left;
  width: 160px;
  margin-left: 20px;
}
179
.row .span3:first-child {
Jacob Thornton's avatar
Jacob Thornton committed
180
181
  margin-left: 0;
}
182
.row .span4 {
Jacob Thornton's avatar
Jacob Thornton committed
183
184
185
186
  float: left;
  width: 220px;
  margin-left: 20px;
}
187
.row .span4:first-child {
Jacob Thornton's avatar
Jacob Thornton committed
188
189
  margin-left: 0;
}
190
.row .span5 {
Jacob Thornton's avatar
Jacob Thornton committed
191
192
193
194
  float: left;
  width: 280px;
  margin-left: 20px;
}
195
.row .span5:first-child {
Jacob Thornton's avatar
Jacob Thornton committed
196
197
  margin-left: 0;
}
198
.row .span6 {
Jacob Thornton's avatar
Jacob Thornton committed
199
200
201
202
  float: left;
  width: 340px;
  margin-left: 20px;
}
203
.row .span6:first-child {
Jacob Thornton's avatar
Jacob Thornton committed
204
205
  margin-left: 0;
}
206
.row .span7 {
Jacob Thornton's avatar
Jacob Thornton committed
207
208
209
210
  float: left;
  width: 400px;
  margin-left: 20px;
}
211
.row .span7:first-child {
Jacob Thornton's avatar
Jacob Thornton committed
212
213
  margin-left: 0;
}
214
.row .span8 {
Jacob Thornton's avatar
Jacob Thornton committed
215
216
217
218
  float: left;
  width: 460px;
  margin-left: 20px;
}
219
.row .span8:first-child {
Jacob Thornton's avatar
Jacob Thornton committed
220
221
  margin-left: 0;
}
222
.row .span9 {
Jacob Thornton's avatar
Jacob Thornton committed
223
224
225
226
  float: left;
  width: 520px;
  margin-left: 20px;
}
227
.row .span9:first-child {
Jacob Thornton's avatar
Jacob Thornton committed
228
229
  margin-left: 0;
}
230
.row .span10 {
Jacob Thornton's avatar
Jacob Thornton committed
231
232
233
234
  float: left;
  width: 580px;
  margin-left: 20px;
}
235
.row .span10:first-child {
Jacob Thornton's avatar
Jacob Thornton committed
236
237
  margin-left: 0;
}
238
.row .span11 {
Jacob Thornton's avatar
Jacob Thornton committed
239
240
241
242
  float: left;
  width: 640px;
  margin-left: 20px;
}
243
.row .span11:first-child {
Jacob Thornton's avatar
Jacob Thornton committed
244
245
  margin-left: 0;
}
246
.row .span12 {
Jacob Thornton's avatar
Jacob Thornton committed
247
248
249
250
  float: left;
  width: 700px;
  margin-left: 20px;
}
251
.row .span12:first-child {
Jacob Thornton's avatar
Jacob Thornton committed
252
253
  margin-left: 0;
}
254
.row .span13 {
Jacob Thornton's avatar
Jacob Thornton committed
255
256
257
258
  float: left;
  width: 760px;
  margin-left: 20px;
}
259
.row .span13:first-child {
Jacob Thornton's avatar
Jacob Thornton committed
260
261
  margin-left: 0;
}
262
.row .span14 {
Jacob Thornton's avatar
Jacob Thornton committed
263
264
265
266
  float: left;
  width: 820px;
  margin-left: 20px;
}
267
.row .span14:first-child {
Jacob Thornton's avatar
Jacob Thornton committed
268
269
  margin-left: 0;
}
270
.row .span15 {
Jacob Thornton's avatar
Jacob Thornton committed
271
272
273
274
  float: left;
  width: 880px;
  margin-left: 20px;
}
275
.row .span15:first-child {
Jacob Thornton's avatar
Jacob Thornton committed
276
277
  margin-left: 0;
}
278
.row .span16 {
Jacob Thornton's avatar
Jacob Thornton committed
279
280
281
282
  float: left;
  width: 940px;
  margin-left: 20px;
}
283
.row .span16:first-child {
Jacob Thornton's avatar
Jacob Thornton committed
284
285
  margin-left: 0;
}
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
.row .offset1 {
  margin-left: 80px !important;
}
.row .offset1:first-child {
  margin-left: 60px !important;
}
.row .offset2 {
  margin-left: 140px !important;
}
.row .offset2:first-child {
  margin-left: 120px !important;
}
.row .offset3 {
  margin-left: 200px !important;
}
.row .offset3:first-child {
  margin-left: 180px !important;
}
.row .offset4 {
  margin-left: 260px !important;
}
.row .offset4:first-child {
  margin-left: 240px !important;
}
.row .offset5 {
  margin-left: 320px !important;
}
.row .offset5:first-child {
  margin-left: 300px !important;
}
.row .offset6 {
  margin-left: 380px !important;
}
.row .offset6:first-child {
  margin-left: 360px !important;
}
.row .offset7 {
  margin-left: 440px !important;
}
.row .offset7:first-child {
  margin-left: 420px !important;
}
.row .offset8 {
  margin-left: 500px !important;
}
.row .offset8:first-child {
  margin-left: 480px !important;
}
.row .offset9 {
  margin-left: 500px !important;
}
.row .offset9:first-child {
  margin-left: 480px !important;
}
.row .offset10 {
  margin-left: 620px !important;
}
.row .offset10:first-child {
  margin-left: 600px !important;
}
.row .offset11 {
  margin-left: 680px !important;
}
.row .offset11:first-child {
  margin-left: 660px !important;
}
.row .offset12 {
  margin-left: 740px !important;
}
.row .offset12:first-child {
  margin-left: 720px !important;
}
Jacob Thornton's avatar
Jacob Thornton committed
358
359
360
361
html, body {
  background-color: #fff;
}
body {
362
  margin: 0;
Jacob Thornton's avatar
Jacob Thornton committed
363
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
364
  font-size: 13px;
Jacob Thornton's avatar
Jacob Thornton committed
365
  font-weight: normal;
366
  line-height: 18px;
367
  color: #808080;
Jacob Thornton's avatar
Jacob Thornton committed
368
369
370
371
372
373
374
  text-rendering: optimizeLegibility;
}
div.container {
  width: 940px;
  margin: 0 auto;
}
div.container-fluid {
375
  padding: 0 20px;
Jacob Thornton's avatar
Jacob Thornton committed
376
377
  zoom: 1;
}
378
379
380
381
div.container-fluid:before, div.container-fluid:after {
  display: table;
  content: "";
}
Jacob Thornton's avatar
Jacob Thornton committed
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
div.container-fluid:after {
  clear: both;
}
div.container-fluid div.sidebar {
  float: left;
  width: 220px;
}
div.container-fluid div.content {
  min-width: 700px;
  max-width: 1180px;
  margin-left: 240px;
}
a {
  color: #0069d6;
  text-decoration: none;
  line-height: inherit;
398
  font-weight: inherit;
Jacob Thornton's avatar
Jacob Thornton committed
399
400
401
402
403
404
405
}
a:hover {
  color: #0050a3;
  text-decoration: underline;
}
.btn {
  display: inline-block;
406
  background-color: #e6e6e6;
407
  background-repeat: no-repeat;
408
409
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, color-stop(0.25, #ffffff), #e6e6e6);
Mark Otto's avatar
Mark Otto committed
410
  background-image: -moz-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
411
412
413
  background-image: -ms-linear-gradient(#ffffff, color-stop(#ffffff, 0.25), #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, color-stop(#ffffff, 0.25), #e6e6e6);
  background-image: linear-gradient(#ffffff, color-stop(#ffffff, 0.25), #e6e6e6);
414
  padding: 4px 14px;
415
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
416
  color: #333;
417
  font-size: 13px;
418
  line-height: 18px;
419
420
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
421
422
423
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
424
425
426
  -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
427
428
429
}
.btn:hover {
  background-position: 0 -15px;
430
  color: #333;
Jacob Thornton's avatar
Jacob Thornton committed
431
432
  text-decoration: none;
}
433
.primary {
434
  background-color: #0064cd;
435
  background-repeat: repeat-x;
436
437
438
439
440
441
442
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(#049cdb, #0064cd);
  background-image: -ms-linear-gradient(#049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(#049cdb, #0064cd);
  background-image: -o-linear-gradient(#049cdb, #0064cd);
  background-image: linear-gradient(#049cdb, #0064cd);
Jacob Thornton's avatar
Jacob Thornton committed
443
444
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
445
446
447
448
449
450
451
452
453
454
455
456
  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
457
458
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
Jacob Thornton's avatar
Jacob Thornton committed
459
460
  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
461
462
463
464
465
466
}
.btn.primary:hover {
  color: #fff;
}
.btn.large {
  font-size: 16px;
467
  line-height: 28px;
468
  -webkit-border-radius: 6px;
Jacob Thornton's avatar
Jacob Thornton committed
469
470
471
472
473
474
475
476
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding-right: 9px;
  padding-left: 9px;
  font-size: 11px;
}
477
478
479
480
481
482
483
484
485
.btn.disabled {
  background-image: none;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  cursor: default;
}
.btn:disabled {
486
487
488
489
490
491
492
  background-image: none;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  cursor: default;
}
493
494
495
496
497
.btn:active {
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
}
Jacob Thornton's avatar
Jacob Thornton committed
498
499
500
501
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
502
/* Typography.less
503
 * Headings, body text, lists, code, and more for a versatile and durable typography system
504
 * ---------------------------------------------------------------------------------------- */
Jacob Thornton's avatar
Jacob Thornton committed
505
p {
506
  font-size: 13px;
Jacob Thornton's avatar
Jacob Thornton committed
507
  font-weight: normal;
508
  line-height: 18px;
509
  margin-bottom: 9px;
Jacob Thornton's avatar
Jacob Thornton committed
510
511
}
p small {
512
  font-size: 11px;
Mark Otto's avatar
Mark Otto committed
513
  color: #bfbfbf;
Jacob Thornton's avatar
Jacob Thornton committed
514
515
516
517
518
519
520
}
h1,
h2,
h3,
h4,
h5,
h6 {
521
  font-weight: bold;
522
  color: #404040;
Jacob Thornton's avatar
Jacob Thornton committed
523
524
525
526
527
528
529
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
Mark Otto's avatar
Mark Otto committed
530
  color: #bfbfbf;
Jacob Thornton's avatar
Jacob Thornton committed
531
532
}
h1 {
533
  margin-bottom: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
534
  font-size: 30px;
535
  line-height: 36px;
Jacob Thornton's avatar
Jacob Thornton committed
536
537
538
539
540
541
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
542
  line-height: 36px;
Jacob Thornton's avatar
Jacob Thornton committed
543
544
545
546
547
548
549
550
}
h2 small {
  font-size: 14px;
}
h3,
h4,
h5,
h6 {
551
  line-height: 36px;
Jacob Thornton's avatar
Jacob Thornton committed
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
}
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
570
  color: #bfbfbf;
Jacob Thornton's avatar
Jacob Thornton committed
571
572
573
  text-transform: uppercase;
}
ul, ol {
574
  margin: 0 0 18px 25px;
Jacob Thornton's avatar
Jacob Thornton committed
575
576
577
578
579
580
581
582
583
584
585
586
587
588
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
589
  line-height: 18px;
590
  color: #808080;
Jacob Thornton's avatar
Jacob Thornton committed
591
592
593
594
595
596
}
ul.unstyled {
  list-style: none;
  margin-left: 0;
}
dl {
597
  margin-bottom: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
598
599
}
dl dt, dl dd {
600
  line-height: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
601
602
603
604
605
}
dl dt {
  font-weight: bold;
}
dl dd {
606
  margin-left: 9px;
Jacob Thornton's avatar
Jacob Thornton committed
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
}
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 {
624
  color: #e6e6e6;
Jacob Thornton's avatar
Jacob Thornton committed
625
626
}
blockquote {
627
  margin-bottom: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
628
629
630
631
632
633
  border-left: 5px solid #eee;
  padding-left: 15px;
}
blockquote p {
  font-size: 14px;
  font-weight: 300;
634
  line-height: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
635
636
  margin-bottom: 0;
}
637
blockquote small {
Jacob Thornton's avatar
Jacob Thornton committed
638
639
640
  display: block;
  font-size: 12px;
  font-weight: 300;
641
  line-height: 18px;
Mark Otto's avatar
Mark Otto committed
642
  color: #bfbfbf;
Jacob Thornton's avatar
Jacob Thornton committed
643
}
644
blockquote small:before {
Jacob Thornton's avatar
Jacob Thornton committed
645
646
647
648
  content: '\2014 \00A0';
}
address {
  display: block;
649
650
  line-height: 18px;
  margin-bottom: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
651
652
653
654
655
}
code, pre {
  padding: 0 3px 2px;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  font-size: 12px;
656
  -webkit-border-radius: 3px;
Jacob Thornton's avatar
Jacob Thornton committed
657
658
659
660
661
662
  -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
663
  padding: 1px 3px;
Jacob Thornton's avatar
Jacob Thornton committed
664
665
666
667
}
pre {
  background-color: #f5f5f5;
  display: block;
668
669
670
  padding: 17px;
  margin: 0 0 18px;
  line-height: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
671
  font-size: 12px;
672
  border: 1px solid #ccc;
Jacob Thornton's avatar
Jacob Thornton committed
673
  border: 1px solid rgba(0, 0, 0, 0.15);
674
  -webkit-border-radius: 3px;
Jacob Thornton's avatar
Jacob Thornton committed
675
676
677
678
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: pre-wrap;
}
679
/* Forms.less
680
 * Base styles for various input types, form layouts, and states
681
 * ------------------------------------------------------------- */
Jacob Thornton's avatar
Jacob Thornton committed
682
form {
683
  margin-bottom: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
684
685
}
form fieldset {
686
687
  margin-bottom: 18px;
  padding-top: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
688
689
690
691
692
693
}
form fieldset legend {
  display: block;
  margin-left: 150px;
  font-size: 20px;
  line-height: 1;
694
  color: #404040;
Jacob Thornton's avatar
Jacob Thornton committed
695
}
Mark Otto's avatar
Mark Otto committed
696
form .clearfix {
697
  margin-bottom: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
}
form label,
form input,
form select,
form textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
form label {
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 130px;
  text-align: right;
715
  color: #404040;
Jacob Thornton's avatar
Jacob Thornton committed
716
717
718
719
720
721
722
723
724
725
726
727
}
form div.input {
  margin-left: 150px;
}
form input[type=checkbox], form input[type=radio] {
  cursor: pointer;
}
form input[type=text],
form input[type=password],
form textarea,
form select,
form .uneditable-input {
728
  display: inline-block;
Jacob Thornton's avatar
Jacob Thornton committed
729
730
731
732
  width: 210px;
  margin: 0;
  padding: 4px;
  font-size: 13px;
733
734
  line-height: 18px;
  height: 18px;
735
  color: #808080;
736
  border: 1px solid #ccc;
737
  -webkit-border-radius: 3px;
Jacob Thornton's avatar
Jacob Thornton committed
738
739
740
741
  -moz-border-radius: 3px;
  border-radius: 3px;
}
form select, form input[type=file] {
742
743
  height: 27px;
  line-height: 27px;
Jacob Thornton's avatar
Jacob Thornton committed
744
745
746
747
748
749
750
751
752
753
754
755
}
form textarea {
  height: auto;
}
form .uneditable-input {
  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);
}
756
757
758
759
760
761
form :-moz-placeholder {
  color: #bfbfbf;
}
form ::-webkit-input-placeholder {
  color: #bfbfbf;
}
Jacob Thornton's avatar
Jacob Thornton committed
762
763
764
765
766
767
768
form input[type=text],
form input[type=password],
form select,
form textarea {
  -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;
769
770
771
  -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
772
773
774
}
form input[type=text]:focus, form input[type=password]:focus, form textarea:focus {
  outline: none;
775
776
777
778
  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
779
}
Mark Otto's avatar
Mark Otto committed
780
form .error {
Jacob Thornton's avatar
Jacob Thornton committed
781
782
783
  background: #fae5e3;
  padding: 10px 0;
  margin: -10px 0 10px;
784
  -webkit-border-radius: 4px;
Jacob Thornton's avatar
Jacob Thornton committed
785
786
787
  -moz-border-radius: 4px;
  border-radius: 4px;
}
Mark Otto's avatar
Mark Otto committed
788
form .error > label, form .error span.help-inline, form .error span.help-block {
Jacob Thornton's avatar
Jacob Thornton committed
789
790
  color: #9d261d;
}
Mark Otto's avatar
Mark Otto committed
791
form .error input[type=text], form .error input[type=password], form .error textarea {
Jacob Thornton's avatar
Jacob Thornton committed
792
793
794
795
796
  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
797
form .error input[type=text]:focus, form .error input[type=password]:focus, form .error textarea:focus {
Jacob Thornton's avatar
Jacob Thornton committed
798
799
800
801
802
  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
803
form .error .input-prepend span.add-on, form .error .input-append span.add-on {
Jacob Thornton's avatar
Jacob Thornton committed
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
  background: #f4c8c5;
  border-color: #c87872;
  color: #b9554d;
}
form .input-mini,
form input.mini,
form textarea.mini,
form select.mini {
  width: 60px;
}
form .input-small,
form input.small,
form textarea.small,
form select.small {
  width: 90px;
}
form .input-medium,
form input.medium,
form textarea.medium,
form select.medium {
  width: 150px;
}
form .input-large,
form input.large,
form textarea.large,
form select.large {
  width: 210px;
}
form .input-xlarge,
form input.xlarge,
form textarea.xlarge,
form select.xlarge {
  width: 270px;
}
form .input-xxlarge,
form input.xxlarge,
form textarea.xxlarge,
form select.xxlarge {
  width: 530px;
}
form textarea.xxlarge {
  overflow-y: scroll;
}
form input[readonly]:focus, form textarea[readonly]:focus, form input.disabled {
  background: #f5f5f5;
  border-color: #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
Mark Otto's avatar
Mark Otto committed
854
.actions {
Jacob Thornton's avatar
Jacob Thornton committed
855
  background: #f5f5f5;
856
857
858
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;
Jacob Thornton's avatar
Jacob Thornton committed
859
  border-top: 1px solid #ddd;
860
  -webkit-border-radius: 0 0 3px 3px;
Jacob Thornton's avatar
Jacob Thornton committed
861
862
863
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
Mark Otto's avatar
Mark Otto committed
864
.actions .secondary-action {
Jacob Thornton's avatar
Jacob Thornton committed
865
866
  float: right;
}
Mark Otto's avatar
Mark Otto committed
867
.actions .secondary-action a {
Jacob Thornton's avatar
Jacob Thornton committed
868
869
  line-height: 30px;
}
Mark Otto's avatar
Mark Otto committed
870
.actions .secondary-action a:hover {
Jacob Thornton's avatar
Jacob Thornton committed
871
872
873
874
  text-decoration: underline;
}
.help-inline, .help-block {
  font-size: 12px;
875
  line-height: 18px;
Mark Otto's avatar
Mark Otto committed
876
  color: #bfbfbf;
Jacob Thornton's avatar
Jacob Thornton committed
877
878
879
880
881
882
883
884
}
.help-inline {
  padding-left: 5px;
}
.help-block {
  display: block;
  max-width: 600px;
}
Mark Otto's avatar
Mark Otto committed
885
.inline-inputs {
886
  color: #808080;
Jacob Thornton's avatar
Jacob Thornton committed
887
}
Mark Otto's avatar
Mark Otto committed
888
.inline-inputs span, .inline-inputs input[type=text] {
Jacob Thornton's avatar
Jacob Thornton committed
889
890
  display: inline-block;
}
Mark Otto's avatar
Mark Otto committed
891
.inline-inputs input.mini {
Jacob Thornton's avatar
Jacob Thornton committed
892
893
  width: 60px;
}
Mark Otto's avatar
Mark Otto committed
894
.inline-inputs input.small {
Jacob Thornton's avatar
Jacob Thornton committed
895
896
  width: 90px;
}
Mark Otto's avatar
Mark Otto committed
897
.inline-inputs span {
Jacob Thornton's avatar
Jacob Thornton committed
898
899
  padding: 0 2px 0 1px;
}
Mark Otto's avatar
Mark Otto committed
900
.input-prepend input[type=text], .input-append input[type=text] {
901
  -webkit-border-radius: 0 3px 3px 0;
Jacob Thornton's avatar
Jacob Thornton committed
902
903
904
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
Mark Otto's avatar
Mark Otto committed
905
.input-prepend .add-on, .input-append .add-on {
Jacob Thornton's avatar
Jacob Thornton committed
906
907
908
909
910
  background: #f5f5f5;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
911
  padding: 4px 4px 4px 5px;
Mark Otto's avatar
Mark Otto committed
912
  color: #bfbfbf;
Jacob Thornton's avatar
Jacob Thornton committed
913
914
915
916
917
  font-weight: normal;
  line-height: 18px;
  height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
918
  border: 1px solid #ccc;
Jacob Thornton's avatar
Jacob Thornton committed
919
  border-right-width: 0;
920
  -webkit-border-radius: 3px 0 0 3px;
Jacob Thornton's avatar
Jacob Thornton committed
921
922
923
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
Mark Otto's avatar
Mark Otto committed
924
.input-prepend .active, .input-append .active {
Jacob Thornton's avatar
Jacob Thornton committed
925
926
927
  background: #a9dba9;
  border-color: #46a546;
}
Mark Otto's avatar
Mark Otto committed
928
.input-append input[type=text] {
Jacob Thornton's avatar
Jacob Thornton committed
929
  float: left;
930
  -webkit-border-radius: 3px 0 0 3px;
Jacob Thornton's avatar
Jacob Thornton committed
931
932
933
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
Mark Otto's avatar
Mark Otto committed
934
.input-append .add-on {
935
  -webkit-border-radius: 0 3px 3px 0;
Jacob Thornton's avatar
Jacob Thornton committed
936
937
938
939
940
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
  border-left-width: 0;
}
Mark Otto's avatar
Mark Otto committed
941
.inputs-list {
Jacob Thornton's avatar
Jacob Thornton committed
942
943
944
  margin: 0 0 5px;
  width: 100%;
}
Mark Otto's avatar
Mark Otto committed
945
.inputs-list li {
Jacob Thornton's avatar
Jacob Thornton committed
946
947
948
949
  display: block;
  padding: 0;
  width: 100%;
}
Mark Otto's avatar
Mark Otto committed
950
.inputs-list li label {
Jacob Thornton's avatar
Jacob Thornton committed
951
952
953
954
  display: block;
  float: none;
  width: auto;
  padding: 0;
955
  line-height: 18px;
Jacob Thornton's avatar
Jacob Thornton committed
956
957
958
  text-align: left;
  white-space: normal;
}
Mark Otto's avatar
Mark Otto committed
959
.inputs-list li label strong {
960
  color: #808080;
Jacob Thornton's avatar
Jacob Thornton committed
961
}
Mark Otto's avatar
Mark Otto committed
962
.inputs-list li label small {
Jacob Thornton's avatar
Jacob Thornton committed
963
  font-size: 12px;
964
  font-weight: normal;
Jacob Thornton's avatar
Jacob Thornton committed
965
}
Mark Otto's avatar
Mark Otto committed
966
.inputs-list li ul.inputs-list {
Jacob Thornton's avatar
Jacob Thornton committed
967
968
969
970
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
Mark Otto's avatar
Mark Otto committed
971
.inputs-list li:first-child {
Jacob Thornton's avatar
Jacob Thornton committed
972
973
  padding-top: 5px;
}
Mark Otto's avatar
Mark Otto committed
974
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
Jacob Thornton's avatar
Jacob Thornton committed
975
976
  margin-bottom: 0;
}
977
978
979
form.form-stacked {
  padding-left: 20px;
}
Jacob Thornton's avatar
Jacob Thornton committed
980
form.form-stacked fieldset {
981
  padding-top: 9px;
Jacob Thornton's avatar
Jacob Thornton committed
982
983
984
985
986
987
988
989
990
991
992
993
994
}
form.form-stacked legend {
  margin-left: 0;
}
form.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
Mark Otto's avatar
Mark Otto committed
995
form.form-stacked .clearfix {
996
  margin-bottom: 9px;
Jacob Thornton's avatar
Jacob Thornton committed
997
}
Mark Otto's avatar
Mark Otto committed
998
form.form-stacked .clearfix div.input {
Jacob Thornton's avatar
Jacob Thornton committed
999
1000
  margin-left: 0;
}
For faster browsing, not all history is shown. View entire blame