Created
October 12, 2013 08:02
-
-
Save taclab/6947231 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| a, | |
| a:visited { | |
| text-decoration: underline; | |
| } | |
| a[href]:after { | |
| content: " (" attr(href) ")"; | |
| } | |
| abbr[title]:after { | |
| content: " (" attr(title) ")"; | |
| } | |
| .ir a:after, | |
| a[href^="javascript:"]:after, | |
| a[href^="#"]:after { | |
| content: ""; | |
| } | |
| pre, | |
| blockquote { | |
| border: 1px solid #999; | |
| page-break-inside: avoid; | |
| } | |
| thead { | |
| display: table-header-group; | |
| } | |
| tr, | |
| img { | |
| page-break-inside: avoid; | |
| } | |
| img { | |
| max-width: 100% !important; | |
| } | |
| @page { | |
| margin: 2cm .5cm; | |
| } | |
| p, | |
| h2, | |
| h3 { | |
| orphans: 3; | |
| widows: 3; | |
| } | |
| h2, | |
| h3 { | |
| page-break-after: avoid; | |
| } | |
| .navbar { | |
| display: none; | |
| } | |
| .table td, | |
| .table th { | |
| background-color: #fff !important; | |
| } | |
| .btn > .caret, | |
| .dropup > .btn > .caret { | |
| border-top-color: #000 !important; | |
| } | |
| .label { | |
| border: 1px solid #000; | |
| } | |
| .table { | |
| border-collapse: collapse !important; | |
| } | |
| .table-bordered th, | |
| .table-bordered td { | |
| border: 1px solid #ddd !important; | |
| } | |
| } | |
| fieldset { | |
| padding: 0; | |
| margin: 0; | |
| border: 0; | |
| } | |
| legend { | |
| display: block; | |
| width: 100%; | |
| padding: 0; | |
| margin-bottom: 20px; | |
| font-size: 21px; | |
| line-height: inherit; | |
| color: #333333; | |
| border: 0; | |
| border-bottom: 1px solid #e5e5e5; | |
| } | |
| label { | |
| display: inline-block; | |
| margin-bottom: 5px; | |
| font-weight: bold; | |
| } | |
| input[type="search"] { | |
| -webkit-box-sizing: border-box; | |
| -moz-box-sizing: border-box; | |
| box-sizing: border-box; | |
| } | |
| input[type="radio"], | |
| input[type="checkbox"] { | |
| margin: 4px 0 0; | |
| margin-top: 1px \9; | |
| /* IE8-9 */ | |
| line-height: normal; | |
| } | |
| input[type="file"] { | |
| display: block; | |
| } | |
| select[multiple], | |
| select[size] { | |
| height: auto; | |
| } | |
| select optgroup { | |
| font-size: inherit; | |
| font-style: inherit; | |
| font-family: inherit; | |
| } | |
| input[type="file"]:focus, | |
| input[type="radio"]:focus, | |
| input[type="checkbox"]:focus { | |
| outline: thin dotted #333; | |
| outline: 5px auto -webkit-focus-ring-color; | |
| outline-offset: -2px; | |
| } | |
| input[type="number"]::-webkit-outer-spin-button, | |
| input[type="number"]::-webkit-inner-spin-button { | |
| height: auto; | |
| } | |
| .form-control:-moz-placeholder { | |
| color: #999999; | |
| } | |
| .form-control::-moz-placeholder { | |
| color: #999999; | |
| } | |
| .form-control:-ms-input-placeholder { | |
| color: #999999; | |
| } | |
| .form-control::-webkit-input-placeholder { | |
| color: #999999; | |
| } | |
| .form-control { | |
| display: block; | |
| width: 100%; | |
| height: 34px; | |
| padding: 6px 12px; | |
| font-size: 14px; | |
| line-height: 1.428571429; | |
| color: #555555; | |
| vertical-align: middle; | |
| background-color: #ffffff; | |
| border: 1px solid #cccccc; | |
| border-radius: 4px; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
| -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
| transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
| } | |
| .form-control:focus { | |
| border-color: #66afe9; | |
| outline: 0; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); | |
| box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); | |
| } | |
| .form-control[disabled], | |
| .form-control[readonly], | |
| fieldset[disabled] .form-control { | |
| cursor: not-allowed; | |
| background-color: #eeeeee; | |
| } | |
| textarea.form-control { | |
| height: auto; | |
| } | |
| .form-group { | |
| margin-bottom: 15px; | |
| } | |
| .radio, | |
| .checkbox { | |
| display: block; | |
| min-height: 20px; | |
| margin-top: 10px; | |
| margin-bottom: 10px; | |
| padding-left: 20px; | |
| vertical-align: middle; | |
| } | |
| .radio label, | |
| .checkbox label { | |
| display: inline; | |
| margin-bottom: 0; | |
| font-weight: normal; | |
| cursor: pointer; | |
| } | |
| .radio input[type="radio"], | |
| .radio-inline input[type="radio"], | |
| .checkbox input[type="checkbox"], | |
| .checkbox-inline input[type="checkbox"] { | |
| float: left; | |
| margin-left: -20px; | |
| } | |
| .radio + .radio, | |
| .checkbox + .checkbox { | |
| margin-top: -5px; | |
| } | |
| .radio-inline, | |
| .checkbox-inline { | |
| display: inline-block; | |
| padding-left: 20px; | |
| margin-bottom: 0; | |
| vertical-align: middle; | |
| font-weight: normal; | |
| cursor: pointer; | |
| } | |
| .radio-inline + .radio-inline, | |
| .checkbox-inline + .checkbox-inline { | |
| margin-top: 0; | |
| margin-left: 10px; | |
| } | |
| .input-lg { | |
| height: 45px; | |
| padding: 10px 16px; | |
| font-size: 18px; | |
| line-height: 1.33; | |
| border-radius: 6px; | |
| } | |
| .input-sm { | |
| height: 30px; | |
| padding: 5px 10px; | |
| font-size: 12px; | |
| line-height: 1.5; | |
| border-radius: 3px; | |
| } | |
| select.input-lg { | |
| height: 45px; | |
| line-height: 45px; | |
| } | |
| select.input-sm { | |
| height: 30px; | |
| line-height: 30px; | |
| } | |
| textarea.input-lg, | |
| textarea.input-sm { | |
| height: auto; | |
| } | |
| .has-warning .help-block, | |
| .has-warning .control-label { | |
| color: #c09853; | |
| } | |
| .has-warning .form-control { | |
| border-color: #c09853; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
| } | |
| .has-warning .form-control:focus { | |
| border-color: #a47e3c; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; | |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; | |
| } | |
| .has-warning .input-group-addon { | |
| color: #c09853; | |
| border-color: #c09853; | |
| background-color: #fcf8e3; | |
| } | |
| .has-error .help-block, | |
| .has-error .control-label { | |
| color: #b94a48; | |
| } | |
| .has-error .form-control { | |
| border-color: #b94a48; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
| } | |
| .has-error .form-control:focus { | |
| border-color: #953b39; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; | |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; | |
| } | |
| .has-error .input-group-addon { | |
| color: #b94a48; | |
| border-color: #b94a48; | |
| background-color: #f2dede; | |
| } | |
| .has-success .help-block, | |
| .has-success .control-label { | |
| color: #468847; | |
| } | |
| .has-success .form-control { | |
| border-color: #468847; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
| } | |
| .has-success .form-control:focus { | |
| border-color: #356635; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; | |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; | |
| } | |
| .has-success .input-group-addon { | |
| color: #468847; | |
| border-color: #468847; | |
| background-color: #dff0d8; | |
| } | |
| .form-control-static { | |
| margin-bottom: 0; | |
| padding-top: 6px; | |
| } | |
| .help-block { | |
| display: block; | |
| margin-top: 5px; | |
| margin-bottom: 10px; | |
| color: #737373; | |
| } | |
| .form-inline .form-control, | |
| .form-inline .radio, | |
| .form-inline .checkbox { | |
| display: inline-block; | |
| } | |
| .form-inline .radio, | |
| .form-inline .checkbox { | |
| margin-top: 0; | |
| margin-bottom: 0; | |
| padding-left: 0; | |
| } | |
| .form-inline .radio input[type="radio"], | |
| .form-inline .checkbox input[type="checkbox"] { | |
| float: none; | |
| margin-left: 0; | |
| } | |
| .form-horizontal .control-label, | |
| .form-horizontal .radio-inline, | |
| .form-horizontal .checkbox-inline { | |
| padding-top: 6px; | |
| } | |
| .form-horizontal .form-group:before, | |
| .form-horizontal .form-group:after { | |
| content: " "; | |
| /* 1 */ | |
| display: table; | |
| /* 2 */ | |
| } | |
| .form-horizontal .form-group:after { | |
| clear: both; | |
| } | |
| .form-horizontal .form-group:before, | |
| .form-horizontal .form-group:after { | |
| content: " "; | |
| /* 1 */ | |
| display: table; | |
| /* 2 */ | |
| } | |
| .form-horizontal .form-group:after { | |
| clear: both; | |
| } | |
| @media (min-width: 768px) { | |
| .container .form-horizontal .form-group { | |
| margin-left: -10px; | |
| margin-right: -10px; | |
| } | |
| } | |
| .form-horizontal .form-group .row { | |
| margin-left: -10px; | |
| margin-right: -10px; | |
| } | |
| @media (min-width: 768px) { | |
| .form-horizontal .control-label { | |
| text-align: right; | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .container { | |
| margin-right: auto; | |
| margin-left: auto; | |
| } | |
| .container:before, | |
| .container:after { | |
| content: " "; | |
| /* 1 */ | |
| display: table; | |
| /* 2 */ | |
| } | |
| .container:after { | |
| clear: both; | |
| } | |
| .container:before, | |
| .container:after { | |
| content: " "; | |
| /* 1 */ | |
| display: table; | |
| /* 2 */ | |
| } | |
| .container:after { | |
| clear: both; | |
| } | |
| .row:before, | |
| .row:after { | |
| content: " "; | |
| /* 1 */ | |
| display: table; | |
| /* 2 */ | |
| } | |
| .row:after { | |
| clear: both; | |
| } | |
| .row:before, | |
| .row:after { | |
| content: " "; | |
| /* 1 */ | |
| display: table; | |
| /* 2 */ | |
| } | |
| .row:after { | |
| clear: both; | |
| } | |
| @media (min-width: 768px) { | |
| .container .row { | |
| margin-left: -10px; | |
| margin-right: -10px; | |
| } | |
| } | |
| .row .row { | |
| margin-left: -10px; | |
| margin-right: -10px; | |
| } | |
| .col-1, | |
| .col-2, | |
| .col-3, | |
| .col-4, | |
| .col-5, | |
| .col-6, | |
| .col-7, | |
| .col-8, | |
| .col-9, | |
| .col-10, | |
| .col-11, | |
| .col-12, | |
| .col-sm-1, | |
| .col-sm-2, | |
| .col-sm-3, | |
| .col-sm-4, | |
| .col-sm-5, | |
| .col-sm-6, | |
| .col-sm-7, | |
| .col-sm-8, | |
| .col-sm-9, | |
| .col-sm-10, | |
| .col-sm-11, | |
| .col-sm-12, | |
| .col-lg-1, | |
| .col-lg-2, | |
| .col-lg-3, | |
| .col-lg-4, | |
| .col-lg-5, | |
| .col-lg-6, | |
| .col-lg-7, | |
| .col-lg-8, | |
| .col-lg-9, | |
| .col-lg-10, | |
| .col-lg-11, | |
| .col-lg-12 { | |
| position: relative; | |
| min-height: 1px; | |
| padding-left: 10px; | |
| padding-right: 10px; | |
| } | |
| .col-1, | |
| .col-2, | |
| .col-3, | |
| .col-4, | |
| .col-5, | |
| .col-6, | |
| .col-7, | |
| .col-8, | |
| .col-9, | |
| .col-10, | |
| .col-11, | |
| .col-12 { | |
| float: left; | |
| } | |
| .col-1 { | |
| width: 7.142857142857142%; | |
| } | |
| .col-2 { | |
| width: 14.285714285714285%; | |
| } | |
| .col-3 { | |
| width: 21.428571428571427%; | |
| } | |
| .col-4 { | |
| width: 28.57142857142857%; | |
| } | |
| .col-5 { | |
| width: 35.714285714285715%; | |
| } | |
| .col-6 { | |
| width: 42.857142857142854%; | |
| } | |
| .col-7 { | |
| width: 50%; | |
| } | |
| .col-8 { | |
| width: 57.14285714285714%; | |
| } | |
| .col-9 { | |
| width: 64.28571428571429%; | |
| } | |
| .col-10 { | |
| width: 71.42857142857143%; | |
| } | |
| .col-11 { | |
| width: 78.57142857142857%; | |
| } | |
| .col-12 { | |
| width: 100%; | |
| } | |
| @media (min-width: 768px) and (max-width: 991px) { | |
| .container { | |
| max-width: 728px; | |
| } | |
| .col-sm-1, | |
| .col-sm-2, | |
| .col-sm-3, | |
| .col-sm-4, | |
| .col-sm-5, | |
| .col-sm-6, | |
| .col-sm-7, | |
| .col-sm-8, | |
| .col-sm-9, | |
| .col-sm-10, | |
| .col-sm-11, | |
| .col-sm-12 { | |
| float: left; | |
| } | |
| .col-sm-1 { | |
| width: 7.142857142857142%; | |
| } | |
| .col-sm-2 { | |
| width: 14.285714285714285%; | |
| } | |
| .col-sm-3 { | |
| width: 21.428571428571427%; | |
| } | |
| .col-sm-4 { | |
| width: 28.57142857142857%; | |
| } | |
| .col-sm-5 { | |
| width: 35.714285714285715%; | |
| } | |
| .col-sm-6 { | |
| width: 42.857142857142854%; | |
| } | |
| .col-sm-7 { | |
| width: 50%; | |
| } | |
| .col-sm-8 { | |
| width: 57.14285714285714%; | |
| } | |
| .col-sm-9 { | |
| width: 64.28571428571429%; | |
| } | |
| .col-sm-10 { | |
| width: 71.42857142857143%; | |
| } | |
| .col-sm-11 { | |
| width: 78.57142857142857%; | |
| } | |
| .col-sm-12 { | |
| width: 100%; | |
| } | |
| .col-sm-push-1 { | |
| left: 7.142857142857142%; | |
| } | |
| .col-sm-push-2 { | |
| left: 14.285714285714285%; | |
| } | |
| .col-sm-push-3 { | |
| left: 21.428571428571427%; | |
| } | |
| .col-sm-push-4 { | |
| left: 28.57142857142857%; | |
| } | |
| .col-sm-push-5 { | |
| left: 35.714285714285715%; | |
| } | |
| .col-sm-push-6 { | |
| left: 42.857142857142854%; | |
| } | |
| .col-sm-push-7 { | |
| left: 50%; | |
| } | |
| .col-sm-push-8 { | |
| left: 57.14285714285714%; | |
| } | |
| .col-sm-push-9 { | |
| left: 64.28571428571429%; | |
| } | |
| .col-sm-push-10 { | |
| left: 71.42857142857143%; | |
| } | |
| .col-sm-push-11 { | |
| left: 78.57142857142857%; | |
| } | |
| .col-sm-pull-1 { | |
| right: 7.142857142857142%; | |
| } | |
| .col-sm-pull-2 { | |
| right: 14.285714285714285%; | |
| } | |
| .col-sm-pull-3 { | |
| right: 21.428571428571427%; | |
| } | |
| .col-sm-pull-4 { | |
| right: 28.57142857142857%; | |
| } | |
| .col-sm-pull-5 { | |
| right: 35.714285714285715%; | |
| } | |
| .col-sm-pull-6 { | |
| right: 42.857142857142854%; | |
| } | |
| .col-sm-pull-7 { | |
| right: 50%; | |
| } | |
| .col-sm-pull-8 { | |
| right: 57.14285714285714%; | |
| } | |
| .col-sm-pull-9 { | |
| right: 64.28571428571429%; | |
| } | |
| .col-sm-pull-10 { | |
| right: 71.42857142857143%; | |
| } | |
| .col-sm-pull-11 { | |
| right: 78.57142857142857%; | |
| } | |
| .col-sm-offset-1 { | |
| margin-left: 7.142857142857142%; | |
| } | |
| .col-sm-offset-2 { | |
| margin-left: 14.285714285714285%; | |
| } | |
| .col-sm-offset-3 { | |
| margin-left: 21.428571428571427%; | |
| } | |
| .col-sm-offset-4 { | |
| margin-left: 28.57142857142857%; | |
| } | |
| .col-sm-offset-5 { | |
| margin-left: 35.714285714285715%; | |
| } | |
| .col-sm-offset-6 { | |
| margin-left: 42.857142857142854%; | |
| } | |
| .col-sm-offset-7 { | |
| margin-left: 50%; | |
| } | |
| .col-sm-offset-8 { | |
| margin-left: 57.14285714285714%; | |
| } | |
| .col-sm-offset-9 { | |
| margin-left: 64.28571428571429%; | |
| } | |
| .col-sm-offset-10 { | |
| margin-left: 71.42857142857143%; | |
| } | |
| .col-sm-offset-11 { | |
| margin-left: 78.57142857142857%; | |
| } | |
| } | |
| @media (min-width: 992px) { | |
| .container { | |
| max-width: 940px; | |
| } | |
| .col-lg-1, | |
| .col-lg-2, | |
| .col-lg-3, | |
| .col-lg-4, | |
| .col-lg-5, | |
| .col-lg-6, | |
| .col-lg-7, | |
| .col-lg-8, | |
| .col-lg-9, | |
| .col-lg-10, | |
| .col-lg-11, | |
| .col-lg-12 { | |
| float: left; | |
| } | |
| .col-lg-1 { | |
| width: 7.142857142857142%; | |
| } | |
| .col-lg-2 { | |
| width: 14.285714285714285%; | |
| } | |
| .col-lg-3 { | |
| width: 21.428571428571427%; | |
| } | |
| .col-lg-4 { | |
| width: 28.57142857142857%; | |
| } | |
| .col-lg-5 { | |
| width: 35.714285714285715%; | |
| } | |
| .col-lg-6 { | |
| width: 42.857142857142854%; | |
| } | |
| .col-lg-7 { | |
| width: 50%; | |
| } | |
| .col-lg-8 { | |
| width: 57.14285714285714%; | |
| } | |
| .col-lg-9 { | |
| width: 64.28571428571429%; | |
| } | |
| .col-lg-10 { | |
| width: 71.42857142857143%; | |
| } | |
| .col-lg-11 { | |
| width: 78.57142857142857%; | |
| } | |
| .col-lg-12 { | |
| width: 100%; | |
| } | |
| .col-lg-push-1 { | |
| left: 7.142857142857142%; | |
| } | |
| .col-lg-push-2 { | |
| left: 14.285714285714285%; | |
| } | |
| .col-lg-push-3 { | |
| left: 21.428571428571427%; | |
| } | |
| .col-lg-push-4 { | |
| left: 28.57142857142857%; | |
| } | |
| .col-lg-push-5 { | |
| left: 35.714285714285715%; | |
| } | |
| .col-lg-push-6 { | |
| left: 42.857142857142854%; | |
| } | |
| .col-lg-push-7 { | |
| left: 50%; | |
| } | |
| .col-lg-push-8 { | |
| left: 57.14285714285714%; | |
| } | |
| .col-lg-push-9 { | |
| left: 64.28571428571429%; | |
| } | |
| .col-lg-push-10 { | |
| left: 71.42857142857143%; | |
| } | |
| .col-lg-push-11 { | |
| left: 78.57142857142857%; | |
| } | |
| .col-lg-pull-1 { | |
| right: 7.142857142857142%; | |
| } | |
| .col-lg-pull-2 { | |
| right: 14.285714285714285%; | |
| } | |
| .col-lg-pull-3 { | |
| right: 21.428571428571427%; | |
| } | |
| .col-lg-pull-4 { | |
| right: 28.57142857142857%; | |
| } | |
| .col-lg-pull-5 { | |
| right: 35.714285714285715%; | |
| } | |
| .col-lg-pull-6 { | |
| right: 42.857142857142854%; | |
| } | |
| .col-lg-pull-7 { | |
| right: 50%; | |
| } | |
| .col-lg-pull-8 { | |
| right: 57.14285714285714%; | |
| } | |
| .col-lg-pull-9 { | |
| right: 64.28571428571429%; | |
| } | |
| .col-lg-pull-10 { | |
| right: 71.42857142857143%; | |
| } | |
| .col-lg-pull-11 { | |
| right: 78.57142857142857%; | |
| } | |
| .col-lg-offset-1 { | |
| margin-left: 7.142857142857142%; | |
| } | |
| .col-lg-offset-2 { | |
| margin-left: 14.285714285714285%; | |
| } | |
| .col-lg-offset-3 { | |
| margin-left: 21.428571428571427%; | |
| } | |
| .col-lg-offset-4 { | |
| margin-left: 28.57142857142857%; | |
| } | |
| .col-lg-offset-5 { | |
| margin-left: 35.714285714285715%; | |
| } | |
| .col-lg-offset-6 { | |
| margin-left: 42.857142857142854%; | |
| } | |
| .col-lg-offset-7 { | |
| margin-left: 50%; | |
| } | |
| .col-lg-offset-8 { | |
| margin-left: 57.14285714285714%; | |
| } | |
| .col-lg-offset-9 { | |
| margin-left: 64.28571428571429%; | |
| } | |
| .col-lg-offset-10 { | |
| margin-left: 71.42857142857143%; | |
| } | |
| .col-lg-offset-11 { | |
| margin-left: 78.57142857142857%; | |
| } | |
| } | |
| @media (min-width: 1200px) { | |
| .container { | |
| max-width: 1170px; | |
| } | |
| } | |
| @media print { | |
| * { | |
| text-shadow: none !important; | |
| color: #000 !important; | |
| background: transparent !important; | |
| box-shadow: none !important; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*! | |
| * Bootstrap v3.0.0-rc.2 | |
| * | |
| * Copyright 2013 Twitter, Inc | |
| * Licensed under the Apache License v2.0 | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Designed and built with all the love in the world @twitter by @mdo and @fat. | |
| */ | |
| /*! normalize.css v2.1.0 | MIT License | git.io/normalize */ | |
| article, | |
| aside, | |
| details, | |
| figcaption, | |
| figure, | |
| footer, | |
| header, | |
| hgroup, | |
| main, | |
| nav, | |
| section, | |
| summary { | |
| display: block; | |
| } | |
| audio, | |
| canvas, | |
| video { | |
| display: inline-block; | |
| } | |
| audio:not([controls]) { | |
| display: none; | |
| height: 0; | |
| } | |
| [hidden] { | |
| display: none; | |
| } | |
| html { | |
| font-family: sans-serif; | |
| -webkit-text-size-adjust: 100%; | |
| -ms-text-size-adjust: 100%; | |
| } | |
| body { | |
| margin: 0; | |
| } | |
| a:focus { | |
| outline: thin dotted; | |
| } | |
| a:active, | |
| a:hover { | |
| outline: 0; | |
| } | |
| h1 { | |
| font-size: 2em; | |
| margin: 0.67em 0; | |
| } | |
| abbr[title] { | |
| border-bottom: 1px dotted; | |
| } | |
| b, | |
| strong { | |
| font-weight: bold; | |
| } | |
| dfn { | |
| font-style: italic; | |
| } | |
| hr { | |
| -moz-box-sizing: content-box; | |
| box-sizing: content-box; | |
| height: 0; | |
| } | |
| mark { | |
| background: #ff0; | |
| color: #000; | |
| } | |
| code, | |
| kbd, | |
| pre, | |
| samp { | |
| font-family: monospace, serif; | |
| font-size: 1em; | |
| } | |
| pre { | |
| white-space: pre-wrap; | |
| } | |
| q { | |
| quotes: "\201C" "\201D" "\2018" "\2019"; | |
| } | |
| small { | |
| font-size: 80%; | |
| } | |
| sub, | |
| sup { | |
| font-size: 75%; | |
| line-height: 0; | |
| position: relative; | |
| vertical-align: baseline; | |
| } | |
| sup { | |
| top: -0.5em; | |
| } | |
| sub { | |
| bottom: -0.25em; | |
| } | |
| img { | |
| border: 0; | |
| } | |
| svg:not(:root) { | |
| overflow: hidden; | |
| } | |
| figure { | |
| margin: 0; | |
| } | |
| fieldset { | |
| border: 1px solid #c0c0c0; | |
| margin: 0 2px; | |
| padding: 0.35em 0.625em 0.75em; | |
| } | |
| legend { | |
| border: 0; | |
| padding: 0; | |
| } | |
| button, | |
| input, | |
| select, | |
| textarea { | |
| font-family: inherit; | |
| font-size: 100%; | |
| margin: 0; | |
| } | |
| button, | |
| input { | |
| line-height: normal; | |
| } | |
| button, | |
| select { | |
| text-transform: none; | |
| } | |
| button, | |
| html input[type="button"], | |
| input[type="reset"], | |
| input[type="submit"] { | |
| -webkit-appearance: button; | |
| cursor: pointer; | |
| } | |
| button[disabled], | |
| html input[disabled] { | |
| cursor: default; | |
| } | |
| input[type="checkbox"], | |
| input[type="radio"] { | |
| box-sizing: border-box; | |
| padding: 0; | |
| } | |
| input[type="search"] { | |
| -webkit-appearance: textfield; | |
| -moz-box-sizing: content-box; | |
| -webkit-box-sizing: content-box; | |
| box-sizing: content-box; | |
| } | |
| input[type="search"]::-webkit-search-cancel-button, | |
| input[type="search"]::-webkit-search-decoration { | |
| -webkit-appearance: none; | |
| } | |
| button::-moz-focus-inner, | |
| input::-moz-focus-inner { | |
| border: 0; | |
| padding: 0; | |
| } | |
| textarea { | |
| overflow: auto; | |
| vertical-align: top; | |
| } | |
| table { | |
| border-collapse: collapse; | |
| border-spacing: 0; | |
| } | |
| * { | |
| -webkit-box-sizing: border-box; | |
| -moz-box-sizing: border-box; | |
| box-sizing: border-box; | |
| } | |
| html { | |
| font-size: 62.5%; | |
| -webkit-tap-highlight-color: rgba(0, 0, 0, 0); | |
| } | |
| body { | |
| /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
| font-size: 14px; | |
| line-height: 1.428571429; | |
| color: #333333; | |
| background-color: #ffffff;*/ | |
| } | |
| input, | |
| button, | |
| select, | |
| textarea { | |
| font-family: inherit; | |
| font-size: inherit; | |
| line-height: inherit; | |
| } | |
| a { | |
| color: #428bca; | |
| text-decoration: none; | |
| } | |
| a:hover, | |
| a:focus { | |
| color: #2a6496; | |
| text-decoration: underline; | |
| } | |
| a:focus { | |
| outline: thin dotted #333; | |
| outline: 5px auto -webkit-focus-ring-color; | |
| outline-offset: -2px; | |
| } | |
| img { | |
| vertical-align: middle; | |
| } | |
| .img-responsive { | |
| display: inline-block; | |
| max-width: 100%; | |
| height: auto; | |
| } | |
| .img-rounded { | |
| border-radius: 6px; | |
| } | |
| .img-circle { | |
| border-radius: 500px; | |
| } | |
| hr { | |
| margin-top: 20px; | |
| margin-bottom: 20px; | |
| border: 0; | |
| border-top: 1px solid #eeeeee; | |
| } | |
| .sr-only { | |
| position: absolute; | |
| width: 1px; | |
| height: 1px; | |
| margin: -1px; | |
| padding: 0; | |
| overflow: hidden; | |
| clip: rect(0 0 0 0); | |
| border: 0; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .clearfix:before, | |
| .clearfix:after { | |
| content: " "; | |
| /* 1 */ | |
| display: table; | |
| /* 2 */ | |
| } | |
| .clearfix:after { | |
| clear: both; | |
| } | |
| .pull-right { | |
| float: right !important; | |
| } | |
| .pull-left { | |
| float: left !important; | |
| } | |
| .hide { | |
| display: none !important; | |
| } | |
| .show { | |
| display: block !important; | |
| } | |
| .invisible { | |
| visibility: hidden; | |
| } | |
| .text-hide { | |
| font: 0/0 a; | |
| color: transparent; | |
| text-shadow: none; | |
| background-color: transparent; | |
| border: 0; | |
| } | |
| .affix { | |
| position: fixed; | |
| } | |
| @-ms-viewport { | |
| width: device-width; | |
| } | |
| @media screen and (max-width: 400px) { | |
| @-ms-viewport { | |
| width: 320px; | |
| } | |
| } | |
| .hidden { | |
| display: none !important; | |
| visibility: hidden !important; | |
| } | |
| .visible-sm { | |
| display: block !important; | |
| } | |
| tr.visible-sm { | |
| display: table-row !important; | |
| } | |
| th.visible-sm, | |
| td.visible-sm { | |
| display: table-cell !important; | |
| } | |
| .visible-md { | |
| display: none !important; | |
| } | |
| tr.visible-md { | |
| display: none !important; | |
| } | |
| th.visible-md, | |
| td.visible-md { | |
| display: none !important; | |
| } | |
| .visible-lg { | |
| display: none !important; | |
| } | |
| tr.visible-lg { | |
| display: none !important; | |
| } | |
| th.visible-lg, | |
| td.visible-lg { | |
| display: none !important; | |
| } | |
| .hidden-sm { | |
| display: none !important; | |
| } | |
| tr.hidden-sm { | |
| display: none !important; | |
| } | |
| th.hidden-sm, | |
| td.hidden-sm { | |
| display: none !important; | |
| } | |
| .hidden-md { | |
| display: block !important; | |
| } | |
| tr.hidden-md { | |
| display: table-row !important; | |
| } | |
| th.hidden-md, | |
| td.hidden-md { | |
| display: table-cell !important; | |
| } | |
| .hidden-lg { | |
| display: block !important; | |
| } | |
| tr.hidden-lg { | |
| display: table-row !important; | |
| } | |
| th.hidden-lg, | |
| td.hidden-lg { | |
| display: table-cell !important; | |
| } | |
| @media (min-width: 768px) and (max-width: 991px) { | |
| .visible-sm { | |
| display: none !important; | |
| } | |
| tr.visible-sm { | |
| display: none !important; | |
| } | |
| th.visible-sm, | |
| td.visible-sm { | |
| display: none !important; | |
| } | |
| .visible-md { | |
| display: block !important; | |
| } | |
| tr.visible-md { | |
| display: table-row !important; | |
| } | |
| th.visible-md, | |
| td.visible-md { | |
| display: table-cell !important; | |
| } | |
| .visible-lg { | |
| display: none !important; | |
| } | |
| tr.visible-lg { | |
| display: none !important; | |
| } | |
| th.visible-lg, | |
| td.visible-lg { | |
| display: none !important; | |
| } | |
| .hidden-sm { | |
| display: block !important; | |
| } | |
| tr.hidden-sm { | |
| display: table-row !important; | |
| } | |
| th.hidden-sm, | |
| td.hidden-sm { | |
| display: table-cell !important; | |
| } | |
| .hidden-md { | |
| display: none !important; | |
| } | |
| tr.hidden-md { | |
| display: none !important; | |
| } | |
| th.hidden-md, | |
| td.hidden-md { | |
| display: none !important; | |
| } | |
| .hidden-lg { | |
| display: block !important; | |
| } | |
| tr.hidden-lg { | |
| display: table-row !important; | |
| } | |
| th.hidden-lg, | |
| td.hidden-lg { | |
| display: table-cell !important; | |
| } | |
| } | |
| @media (min-width: 992px) { | |
| .visible-sm { | |
| display: none !important; | |
| } | |
| tr.visible-sm { | |
| display: none !important; | |
| } | |
| th.visible-sm, | |
| td.visible-sm { | |
| display: none !important; | |
| } | |
| .visible-md { | |
| display: none !important; | |
| } | |
| tr.visible-md { | |
| display: none !important; | |
| } | |
| th.visible-md, | |
| td.visible-md { | |
| display: none !important; | |
| } | |
| .visible-lg { | |
| display: block !important; | |
| } | |
| tr.visible-lg { | |
| display: table-row !important; | |
| } | |
| th.visible-lg, | |
| td.visible-lg { | |
| display: table-cell !important; | |
| } | |
| .hidden-sm { | |
| display: block !important; | |
| } | |
| tr.hidden-sm { | |
| display: table-row !important; | |
| } | |
| th.hidden-sm, | |
| td.hidden-sm { | |
| display: table-cell !important; | |
| } | |
| .hidden-md { | |
| display: block !important; | |
| } | |
| tr.hidden-md { | |
| display: table-row !important; | |
| } | |
| th.hidden-md, | |
| td.hidden-md { | |
| display: table-cell !important; | |
| } | |
| .hidden-lg { | |
| display: none !important; | |
| } | |
| tr.hidden-lg { | |
| display: none !important; | |
| } | |
| th.hidden-lg, | |
| td.hidden-lg { | |
| display: none !important; | |
| } | |
| } | |
| .visible-print { | |
| display: none !important; | |
| } | |
| tr.visible-print { | |
| display: none !important; | |
| } | |
| th.visible-print, | |
| td.visible-print { | |
| display: none !important; | |
| } | |
| @media print { | |
| .visible-print { | |
| display: block !important; | |
| } | |
| tr.visible-print { | |
| display: table-row !important; | |
| } | |
| th.visible-print, | |
| td.visible-print { | |
| display: table-cell !important; | |
| } | |
| .hidden-print { | |
| display: none !important; | |
| } | |
| tr.hidden-print { | |
| display: none !important; | |
| } | |
| th.hidden-print, | |
| td.hidden-print { | |
| display: none !important; | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment