sass-twitter-bootstrap 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +4 -0
- data/Gemfile +3 -0
- data/Gemfile.lock +14 -0
- data/LICENSE +176 -0
- data/Makefile +94 -0
- data/README.md +217 -0
- data/Rakefile +52 -0
- data/bootstrap-2.0.4.css +4661 -0
- data/bootstrap-2.0.4.min.css +9 -0
- data/bootstrap-responsive-2.0.4.css +932 -0
- data/bootstrap-responsive-2.0.4.min.css +9 -0
- data/docs/assets/css/bootstrap-responsive.css +932 -0
- data/docs/assets/css/bootstrap.css +4661 -0
- data/docs/assets/css/docs.css +846 -0
- data/docs/assets/ico/apple-touch-icon-114-precomposed.png +0 -0
- data/docs/assets/ico/apple-touch-icon-144-precomposed.png +0 -0
- data/docs/assets/ico/apple-touch-icon-57-precomposed.png +0 -0
- data/docs/assets/ico/apple-touch-icon-72-precomposed.png +0 -0
- data/docs/assets/ico/favicon.ico +0 -0
- data/docs/assets/img/bird.png +0 -0
- data/docs/assets/img/bootstrap-mdo-sfmoma-01.jpg +0 -0
- data/docs/assets/img/bootstrap-mdo-sfmoma-02.jpg +0 -0
- data/docs/assets/img/bootstrap-mdo-sfmoma-03.jpg +0 -0
- data/docs/assets/img/browsers.png +0 -0
- data/docs/assets/img/example-sites/fleetio.png +0 -0
- data/docs/assets/img/example-sites/jshint.png +0 -0
- data/docs/assets/img/example-sites/kippt.png +0 -0
- data/docs/assets/img/example-sites/soundready.png +0 -0
- data/docs/assets/img/examples/bootstrap-example-fluid.jpg +0 -0
- data/docs/assets/img/examples/bootstrap-example-hero.jpg +0 -0
- data/docs/assets/img/examples/bootstrap-example-starter.jpg +0 -0
- data/docs/assets/img/github-16px.png +0 -0
- data/docs/assets/img/glyphicons-halflings-white.png +0 -0
- data/docs/assets/img/glyphicons-halflings.png +0 -0
- data/docs/assets/img/glyphicons/glyphicons_009_magic.png +0 -0
- data/docs/assets/img/glyphicons/glyphicons_042_group.png +0 -0
- data/docs/assets/img/glyphicons/glyphicons_079_podium.png +0 -0
- data/docs/assets/img/glyphicons/glyphicons_082_roundabout.png +0 -0
- data/docs/assets/img/glyphicons/glyphicons_155_show_thumbnails.png +0 -0
- data/docs/assets/img/glyphicons/glyphicons_163_iphone.png +0 -0
- data/docs/assets/img/glyphicons/glyphicons_214_resize_small.png +0 -0
- data/docs/assets/img/glyphicons/glyphicons_266_book_open.png +0 -0
- data/docs/assets/img/grid-18px-masked.png +0 -0
- data/docs/assets/img/icon-css3.png +0 -0
- data/docs/assets/img/icon-github.png +0 -0
- data/docs/assets/img/icon-html5.png +0 -0
- data/docs/assets/img/icon-twitter.png +0 -0
- data/docs/assets/img/less-logo-large.png +0 -0
- data/docs/assets/img/less-small.png +0 -0
- data/docs/assets/img/responsive-illustrations.png +0 -0
- data/docs/assets/js/README.md +106 -0
- data/docs/assets/js/application.js +184 -0
- data/docs/assets/js/bootstrap-alert.js +90 -0
- data/docs/assets/js/bootstrap-button.js +96 -0
- data/docs/assets/js/bootstrap-carousel.js +169 -0
- data/docs/assets/js/bootstrap-collapse.js +157 -0
- data/docs/assets/js/bootstrap-dropdown.js +100 -0
- data/docs/assets/js/bootstrap-modal.js +218 -0
- data/docs/assets/js/bootstrap-popover.js +98 -0
- data/docs/assets/js/bootstrap-scrollspy.js +151 -0
- data/docs/assets/js/bootstrap-tab.js +135 -0
- data/docs/assets/js/bootstrap-tooltip.js +275 -0
- data/docs/assets/js/bootstrap-transition.js +61 -0
- data/docs/assets/js/bootstrap-typeahead.js +285 -0
- data/docs/assets/js/bootstrap.js +1825 -0
- data/docs/assets/js/bootstrap.min.js +6 -0
- data/docs/assets/js/google-code-prettify/prettify.css +30 -0
- data/docs/assets/js/google-code-prettify/prettify.js +28 -0
- data/docs/assets/js/jquery.js +9252 -0
- data/docs/base-css.html +1710 -0
- data/docs/build/index.js +44 -0
- data/docs/build/node_modules/.bin/hulk +93 -0
- data/docs/build/node_modules/hogan.js/.git_ignore +1 -0
- data/docs/build/node_modules/hogan.js/.gitmodules +3 -0
- data/docs/build/node_modules/hogan.js/LICENSE +177 -0
- data/docs/build/node_modules/hogan.js/Makefile +62 -0
- data/docs/build/node_modules/hogan.js/README.md +93 -0
- data/docs/build/node_modules/hogan.js/bin/hulk +93 -0
- data/docs/build/node_modules/hogan.js/lib/compiler.js +348 -0
- data/docs/build/node_modules/hogan.js/lib/hogan.js +20 -0
- data/docs/build/node_modules/hogan.js/lib/template.js +233 -0
- data/docs/build/node_modules/hogan.js/package.json +20 -0
- data/docs/build/node_modules/hogan.js/test/html/list.html +8 -0
- data/docs/build/node_modules/hogan.js/test/index.html +13 -0
- data/docs/build/node_modules/hogan.js/test/index.js +848 -0
- data/docs/build/node_modules/hogan.js/test/mustache.js +90 -0
- data/docs/build/node_modules/hogan.js/test/spec.js +77 -0
- data/docs/build/node_modules/hogan.js/test/spec/Changes +31 -0
- data/docs/build/node_modules/hogan.js/test/spec/README.md +65 -0
- data/docs/build/node_modules/hogan.js/test/spec/Rakefile +27 -0
- data/docs/build/node_modules/hogan.js/test/spec/TESTING.md +46 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/comments.json +1 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/comments.yml +103 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/delimiters.json +1 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/delimiters.yml +158 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/interpolation.json +1 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/interpolation.yml +230 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/inverted.json +1 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/inverted.yml +193 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/partials.json +1 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/partials.yml +109 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/sections.json +1 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/sections.yml +256 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/~lambdas.json +1 -0
- data/docs/build/node_modules/hogan.js/test/spec/specs/~lambdas.yml +149 -0
- data/docs/build/node_modules/hogan.js/test/templates/list.mustache +8 -0
- data/docs/build/node_modules/hogan.js/tools/release.js +74 -0
- data/docs/build/node_modules/hogan.js/tools/web_templates.js +32 -0
- data/docs/build/node_modules/hogan.js/web/1.0.0/hogan.js +500 -0
- data/docs/build/node_modules/hogan.js/web/1.0.0/hogan.min.js +14 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.0/hogan.js +500 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.0/hogan.min.js +14 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.3/hogan.js +545 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.3/hogan.min.js +5 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.amd.js +576 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.common.js +576 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.js +572 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.min.amd.js +5 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.min.common.js +5 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.min.js +5 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.min.mustache.js +5 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.mustache.js +619 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/template-1.0.5.js +233 -0
- data/docs/build/node_modules/hogan.js/web/builds/1.0.5/template-1.0.5.min.js +5 -0
- data/docs/build/node_modules/hogan.js/web/favicon.ico +0 -0
- data/docs/build/node_modules/hogan.js/web/images/logo.png +0 -0
- data/docs/build/node_modules/hogan.js/web/images/noise.png +0 -0
- data/docs/build/node_modules/hogan.js/web/images/small-hogan-icon.png +0 -0
- data/docs/build/node_modules/hogan.js/web/images/stripes.png +0 -0
- data/docs/build/node_modules/hogan.js/web/index.html.mustache +139 -0
- data/docs/build/node_modules/hogan.js/web/stylesheets/layout.css +206 -0
- data/docs/build/node_modules/hogan.js/web/stylesheets/skeleton.css +236 -0
- data/docs/build/node_modules/hogan.js/wrappers/amd.js.mustache +21 -0
- data/docs/build/node_modules/hogan.js/wrappers/common.js.mustache +21 -0
- data/docs/build/node_modules/hogan.js/wrappers/js.mustache +17 -0
- data/docs/build/node_modules/hogan.js/wrappers/mustache.js.mustache +64 -0
- data/docs/build/package.json +6 -0
- data/docs/components.html +1931 -0
- data/docs/download.html +454 -0
- data/docs/examples.html +147 -0
- data/docs/examples/fluid.html +162 -0
- data/docs/examples/hero.html +109 -0
- data/docs/examples/starter-template.html +79 -0
- data/docs/index.html +259 -0
- data/docs/javascript.html +1520 -0
- data/docs/less.html +1060 -0
- data/docs/scaffolding.html +671 -0
- data/docs/templates/layout.mustache +146 -0
- data/docs/templates/pages/base-css.mustache +1594 -0
- data/docs/templates/pages/components.mustache +1815 -0
- data/docs/templates/pages/download.mustache +338 -0
- data/docs/templates/pages/examples.mustache +31 -0
- data/docs/templates/pages/index.mustache +144 -0
- data/docs/templates/pages/javascript.mustache +1405 -0
- data/docs/templates/pages/less.mustache +944 -0
- data/docs/templates/pages/scaffolding.mustache +555 -0
- data/docs/templates/pages/upgrading.mustache +194 -0
- data/docs/upgrading.html +310 -0
- data/js/tests/index.html +54 -0
- data/js/tests/phantom.js +63 -0
- data/js/tests/server.js +14 -0
- data/js/tests/unit/bootstrap-alert.js +56 -0
- data/js/tests/unit/bootstrap-button.js +77 -0
- data/js/tests/unit/bootstrap-carousel.js +28 -0
- data/js/tests/unit/bootstrap-collapse.js +54 -0
- data/js/tests/unit/bootstrap-dropdown.js +87 -0
- data/js/tests/unit/bootstrap-modal.js +114 -0
- data/js/tests/unit/bootstrap-phantom.js +21 -0
- data/js/tests/unit/bootstrap-popover.js +93 -0
- data/js/tests/unit/bootstrap-scrollspy.js +31 -0
- data/js/tests/unit/bootstrap-tab.js +61 -0
- data/js/tests/unit/bootstrap-tooltip.js +155 -0
- data/js/tests/unit/bootstrap-transition.js +13 -0
- data/js/tests/unit/bootstrap-typeahead.js +148 -0
- data/js/tests/vendor/jquery.js +9252 -0
- data/js/tests/vendor/qunit.css +232 -0
- data/js/tests/vendor/qunit.js +1510 -0
- data/lib/sass-twitter-bootstrap.rb +9 -0
- data/lib/sass/twitter/bootstrap/rails.rb +14 -0
- data/lib/sass/twitter/bootstrap/version.rb +7 -0
- data/package.json +25 -0
- data/sass-twitter-bootstrap.gemspec +19 -0
- data/vendor/assets/images/glyphicons-halflings-white.png +0 -0
- data/vendor/assets/images/glyphicons-halflings.png +0 -0
- data/vendor/assets/javascripts/README.md +112 -0
- data/vendor/assets/javascripts/twitter/bootstrap-alert.js +90 -0
- data/vendor/assets/javascripts/twitter/bootstrap-button.js +96 -0
- data/vendor/assets/javascripts/twitter/bootstrap-carousel.js +169 -0
- data/vendor/assets/javascripts/twitter/bootstrap-collapse.js +157 -0
- data/vendor/assets/javascripts/twitter/bootstrap-dropdown.js +100 -0
- data/vendor/assets/javascripts/twitter/bootstrap-modal.js +218 -0
- data/vendor/assets/javascripts/twitter/bootstrap-popover.js +98 -0
- data/vendor/assets/javascripts/twitter/bootstrap-scrollspy.js +151 -0
- data/vendor/assets/javascripts/twitter/bootstrap-tab.js +135 -0
- data/vendor/assets/javascripts/twitter/bootstrap-tooltip.js +275 -0
- data/vendor/assets/javascripts/twitter/bootstrap-transition.js +61 -0
- data/vendor/assets/javascripts/twitter/bootstrap-typeahead.js +285 -0
- data/vendor/assets/javascripts/twitter/bootstrap.js +12 -0
- data/vendor/assets/stylesheets/tests/css-tests.css +52 -0
- data/vendor/assets/stylesheets/tests/css-tests.html +917 -0
- data/vendor/assets/stylesheets/tests/forms.html +179 -0
- data/vendor/assets/stylesheets/tests/navbar.html +108 -0
- data/vendor/assets/stylesheets/twitter/_accordion.scss +33 -0
- data/vendor/assets/stylesheets/twitter/_alerts.scss +58 -0
- data/vendor/assets/stylesheets/twitter/_breadcrumbs.scss +24 -0
- data/vendor/assets/stylesheets/twitter/_button-groups.scss +191 -0
- data/vendor/assets/stylesheets/twitter/_buttons.scss +191 -0
- data/vendor/assets/stylesheets/twitter/_carousel.scss +121 -0
- data/vendor/assets/stylesheets/twitter/_close.scss +29 -0
- data/vendor/assets/stylesheets/twitter/_code.scss +57 -0
- data/vendor/assets/stylesheets/twitter/_component-animations.scss +20 -0
- data/vendor/assets/stylesheets/twitter/_dropdowns.scss +143 -0
- data/vendor/assets/stylesheets/twitter/_forms.scss +582 -0
- data/vendor/assets/stylesheets/twitter/_grid.scss +5 -0
- data/vendor/assets/stylesheets/twitter/_hero-unit.scss +22 -0
- data/vendor/assets/stylesheets/twitter/_labels-badges.scss +52 -0
- data/vendor/assets/stylesheets/twitter/_layouts.scss +17 -0
- data/vendor/assets/stylesheets/twitter/_mixins.scss +643 -0
- data/vendor/assets/stylesheets/twitter/_modals.scss +90 -0
- data/vendor/assets/stylesheets/twitter/_navbar.scss +358 -0
- data/vendor/assets/stylesheets/twitter/_navs.scss +363 -0
- data/vendor/assets/stylesheets/twitter/_pager.scss +36 -0
- data/vendor/assets/stylesheets/twitter/_pagination.scss +56 -0
- data/vendor/assets/stylesheets/twitter/_popovers.scss +49 -0
- data/vendor/assets/stylesheets/twitter/_progress-bars.scss +117 -0
- data/vendor/assets/stylesheets/twitter/_reset.scss +131 -0
- data/vendor/assets/stylesheets/twitter/_responsive-1200px-min.scss +26 -0
- data/vendor/assets/stylesheets/twitter/_responsive-767px-max.scss +149 -0
- data/vendor/assets/stylesheets/twitter/_responsive-768px-979px.scss +17 -0
- data/vendor/assets/stylesheets/twitter/_responsive-navbar.scss +153 -0
- data/vendor/assets/stylesheets/twitter/_responsive-utilities.scss +41 -0
- data/vendor/assets/stylesheets/twitter/_scaffolding.scss +29 -0
- data/vendor/assets/stylesheets/twitter/_sprites.scss +191 -0
- data/vendor/assets/stylesheets/twitter/_tables.scss +155 -0
- data/vendor/assets/stylesheets/twitter/_thumbnails.scss +47 -0
- data/vendor/assets/stylesheets/twitter/_tooltip.scss +35 -0
- data/vendor/assets/stylesheets/twitter/_type.scss +232 -0
- data/vendor/assets/stylesheets/twitter/_utilities.scss +23 -0
- data/vendor/assets/stylesheets/twitter/_variables.scss +204 -0
- data/vendor/assets/stylesheets/twitter/_wells.scss +27 -0
- data/vendor/assets/stylesheets/twitter/bootstrap.scss +62 -0
- data/vendor/assets/stylesheets/twitter/responsive.scss +48 -0
- metadata +304 -0
@@ -0,0 +1,9 @@
|
|
1
|
+
/*
|
2
|
+
* Bootstrap Responsive v2.0.4
|
3
|
+
*
|
4
|
+
* Copyright 2012 Twitter, Inc
|
5
|
+
* Licensed under the Apache License v2.0
|
6
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
7
|
+
*
|
8
|
+
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
9
|
+
*/.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.hidden{display:none;visibility:hidden}.visible-phone{display:none !important}.visible-tablet{display:none !important}.hidden-desktop{display:none !important}@media (max-width: 767px){.visible-phone{display:inherit !important}.hidden-phone{display:none !important}.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}}@media (min-width: 768px) and (max-width: 979px){.visible-tablet{display:inherit !important}.hidden-tablet{display:none !important}.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}}@media (max-width: 480px){.nav-collapse{-webkit-transform:translate3d(0, 0, 0)}.page-header h1 small{display:block;line-height:18px}input[type="checkbox"],input[type="radio"]{border:1px solid #ccc}.form-horizontal .control-group>label{float:none;width:auto;padding-top:0;text-align:left}.form-horizontal .controls{margin-left:0}.form-horizontal .control-list{padding-top:0}.form-horizontal .form-actions{padding-left:10px;padding-right:10px}.modal{position:absolute;top:10px;left:10px;right:10px;width:auto;margin:0}.modal.fade.in{top:auto}.modal-header .close{padding:10px;margin:-10px}.carousel-caption{position:static}}@media (max-width: 767px){body{padding-left:20px;padding-right:20px}.navbar-fixed-top,.navbar-fixed-bottom{margin-left:-20px;margin-right:-20px}.container-fluid{padding:0}.dl-horizontal dt{float:none;clear:none;width:auto;text-align:left}.dl-horizontal dd{margin-left:0}.container{width:auto}.row-fluid{width:100%}.row,.thumbnails{margin-left:0}[class*="span"],.row-fluid [class*="span"]{float:none;display:block;width:auto;margin-left:0}.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto}}@media (min-width: 768px) and (max-width: 979px){.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;content:""}.row:after{clear:both}[class*="span"]{float:left;margin-left:20px}.container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:724px}.span12{width:724px}.span11{width:662px}.span10{width:600px}.span9{width:538px}.span8{width:476px}.span7{width:414px}.span6{width:352px}.span5{width:290px}.span4{width:228px}.span3{width:166px}.span2{width:104px}.span1{width:42px}.offset12{margin-left:764px}.offset11{margin-left:702px}.offset10{margin-left:640px}.offset9{margin-left:578px}.offset8{margin-left:516px}.offset7{margin-left:454px}.offset6{margin-left:392px}.offset5{margin-left:330px}.offset4{margin-left:268px}.offset3{margin-left:206px}.offset2{margin-left:144px}.offset1{margin-left:82px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.762430939%;*margin-left:2.7092394496%}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .span12{width:99.999999993%;*width:99.9468085036%}.row-fluid .span11{width:91.436464082%;*width:91.3832725926%}.row-fluid .span10{width:82.872928171%;*width:82.8197366816%}.row-fluid .span9{width:74.30939226%;*width:74.2562007706%}.row-fluid .span8{width:65.745856349%;*width:65.6926648596%}.row-fluid .span7{width:57.182320438%;*width:57.1291289486%}.row-fluid .span6{width:48.618784527%;*width:48.5655930376%}.row-fluid .span5{width:40.055248616%;*width:40.0020571266%}.row-fluid .span4{width:31.491712705%;*width:31.4385212156%}.row-fluid .span3{width:22.928176794%;*width:22.8749853046%}.row-fluid .span2{width:14.364640883%;*width:14.3114493936%}.row-fluid .span1{width:5.801104972%;*width:5.7479134826%}input,textarea,.uneditable-input{margin-left:0}input.span12,textarea.span12,.uneditable-input.span12{width:714px}input.span11,textarea.span11,.uneditable-input.span11{width:652px}input.span10,textarea.span10,.uneditable-input.span10{width:590px}input.span9,textarea.span9,.uneditable-input.span9{width:528px}input.span8,textarea.span8,.uneditable-input.span8{width:466px}input.span7,textarea.span7,.uneditable-input.span7{width:404px}input.span6,textarea.span6,.uneditable-input.span6{width:342px}input.span5,textarea.span5,.uneditable-input.span5{width:280px}input.span4,textarea.span4,.uneditable-input.span4{width:218px}input.span3,textarea.span3,.uneditable-input.span3{width:156px}input.span2,textarea.span2,.uneditable-input.span2{width:94px}input.span1,textarea.span1,.uneditable-input.span1{width:32px}}@media (min-width: 1200px){.row{margin-left:-30px;*zoom:1}.row:before,.row:after{display:table;content:""}.row:after{clear:both}[class*="span"]{float:left;margin-left:30px}.container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px}.span12{width:1170px}.span11{width:1070px}.span10{width:970px}.span9{width:870px}.span8{width:770px}.span7{width:670px}.span6{width:570px}.span5{width:470px}.span4{width:370px}.span3{width:270px}.span2{width:170px}.span1{width:70px}.offset12{margin-left:1230px}.offset11{margin-left:1130px}.offset10{margin-left:1030px}.offset9{margin-left:930px}.offset8{margin-left:830px}.offset7{margin-left:730px}.offset6{margin-left:630px}.offset5{margin-left:530px}.offset4{margin-left:430px}.offset3{margin-left:330px}.offset2{margin-left:230px}.offset1{margin-left:130px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.564102564%;*margin-left:2.5109110746%}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .span12{width:100%;*width:99.9468085106%}.row-fluid .span11{width:91.452991453%;*width:91.3997999636%}.row-fluid .span10{width:82.905982906%;*width:82.8527914166%}.row-fluid .span9{width:74.358974359%;*width:74.3057828696%}.row-fluid .span8{width:65.811965812%;*width:65.7587743226%}.row-fluid .span7{width:57.264957265%;*width:57.2117657756%}.row-fluid .span6{width:48.717948718%;*width:48.6647572286%}.row-fluid .span5{width:40.170940171%;*width:40.1177486816%}.row-fluid .span4{width:31.623931624%;*width:31.5707401346%}.row-fluid .span3{width:23.076923077%;*width:23.0237315876%}.row-fluid .span2{width:14.52991453%;*width:14.4767230406%}.row-fluid .span1{width:5.982905983%;*width:5.9297144936%}input,textarea,.uneditable-input{margin-left:0}input.span12,textarea.span12,.uneditable-input.span12{width:1160px}input.span11,textarea.span11,.uneditable-input.span11{width:1060px}input.span10,textarea.span10,.uneditable-input.span10{width:960px}input.span9,textarea.span9,.uneditable-input.span9{width:860px}input.span8,textarea.span8,.uneditable-input.span8{width:760px}input.span7,textarea.span7,.uneditable-input.span7{width:660px}input.span6,textarea.span6,.uneditable-input.span6{width:560px}input.span5,textarea.span5,.uneditable-input.span5{width:460px}input.span4,textarea.span4,.uneditable-input.span4{width:360px}input.span3,textarea.span3,.uneditable-input.span3{width:260px}input.span2,textarea.span2,.uneditable-input.span2{width:160px}input.span1,textarea.span1,.uneditable-input.span1{width:60px}.thumbnails{margin-left:-30px}.thumbnails>li{margin-left:30px}.row-fluid .thumbnails{margin-left:0}}@media (max-width: 979px){body{padding-top:0}.navbar-fixed-top,.navbar-fixed-bottom{position:static}.navbar-fixed-top{margin-bottom:18px}.navbar-fixed-bottom{margin-top:18px}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px}.navbar .container{width:auto;padding:0}.navbar .brand{padding-left:10px;padding-right:10px;margin:0 0 0 -5px}.nav-collapse{clear:both}.nav-collapse .nav{float:none;margin:0 0 9px}.nav-collapse .nav>li{float:none}.nav-collapse .nav>li>a{margin-bottom:2px}.nav-collapse .nav>.divider-vertical{display:none}.nav-collapse .nav .nav-header{color:#999;text-shadow:none}.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:6px 15px;font-weight:bold;color:#999;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.nav-collapse .dropdown-menu li+li a{margin-bottom:2px}.nav-collapse .nav>li>a:hover,.nav-collapse .dropdown-menu a:hover{background-color:#222}.nav-collapse.in .btn-group{margin-top:5px;padding:0}.nav-collapse .dropdown-menu{position:static;top:auto;left:auto;float:none;display:block;max-width:none;margin:0 15px;padding:0;background-color:transparent;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none}.nav-collapse .dropdown-menu .divider{display:none}.nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:9px 15px;margin:9px 0;border-top:1px solid #222;border-bottom:1px solid #222;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}.navbar .nav-collapse .nav.pull-right{float:none;margin-left:0}.nav-collapse,.nav-collapse.collapse{overflow:hidden;height:0}.navbar .btn-navbar{display:block}.navbar-static .navbar-inner{padding-left:10px;padding-right:10px}}@media (min-width: 980px){.nav-collapse.collapse{height:auto !important;overflow:visible !important}}
|
@@ -0,0 +1,932 @@
|
|
1
|
+
/*
|
2
|
+
* Bootstrap Responsive v2.0.4
|
3
|
+
*
|
4
|
+
* Copyright 2012 Twitter, Inc
|
5
|
+
* Licensed under the Apache License v2.0
|
6
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
7
|
+
*
|
8
|
+
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
9
|
+
*/
|
10
|
+
.clearfix {
|
11
|
+
*zoom: 1;
|
12
|
+
}
|
13
|
+
.clearfix:before, .clearfix:after {
|
14
|
+
display: table;
|
15
|
+
content: "";
|
16
|
+
}
|
17
|
+
.clearfix:after {
|
18
|
+
clear: both;
|
19
|
+
}
|
20
|
+
|
21
|
+
.hide-text {
|
22
|
+
font: 0/0 a;
|
23
|
+
color: transparent;
|
24
|
+
text-shadow: none;
|
25
|
+
background-color: transparent;
|
26
|
+
border: 0;
|
27
|
+
}
|
28
|
+
|
29
|
+
.input-block-level {
|
30
|
+
display: block;
|
31
|
+
width: 100%;
|
32
|
+
min-height: 28px;
|
33
|
+
-webkit-box-sizing: border-box;
|
34
|
+
-moz-box-sizing: border-box;
|
35
|
+
-ms-box-sizing: border-box;
|
36
|
+
box-sizing: border-box;
|
37
|
+
}
|
38
|
+
|
39
|
+
.hidden {
|
40
|
+
display: none;
|
41
|
+
visibility: hidden;
|
42
|
+
}
|
43
|
+
|
44
|
+
.visible-phone {
|
45
|
+
display: none !important;
|
46
|
+
}
|
47
|
+
|
48
|
+
.visible-tablet {
|
49
|
+
display: none !important;
|
50
|
+
}
|
51
|
+
|
52
|
+
.hidden-desktop {
|
53
|
+
display: none !important;
|
54
|
+
}
|
55
|
+
|
56
|
+
@media (max-width: 767px) {
|
57
|
+
.visible-phone {
|
58
|
+
display: inherit !important;
|
59
|
+
}
|
60
|
+
|
61
|
+
.hidden-phone {
|
62
|
+
display: none !important;
|
63
|
+
}
|
64
|
+
|
65
|
+
.hidden-desktop {
|
66
|
+
display: inherit !important;
|
67
|
+
}
|
68
|
+
|
69
|
+
.visible-desktop {
|
70
|
+
display: none !important;
|
71
|
+
}
|
72
|
+
}
|
73
|
+
@media (min-width: 768px) and (max-width: 979px) {
|
74
|
+
.visible-tablet {
|
75
|
+
display: inherit !important;
|
76
|
+
}
|
77
|
+
|
78
|
+
.hidden-tablet {
|
79
|
+
display: none !important;
|
80
|
+
}
|
81
|
+
|
82
|
+
.hidden-desktop {
|
83
|
+
display: inherit !important;
|
84
|
+
}
|
85
|
+
|
86
|
+
.visible-desktop {
|
87
|
+
display: none !important;
|
88
|
+
}
|
89
|
+
}
|
90
|
+
@media (max-width: 480px) {
|
91
|
+
.nav-collapse {
|
92
|
+
-webkit-transform: translate3d(0, 0, 0);
|
93
|
+
}
|
94
|
+
|
95
|
+
.page-header h1 small {
|
96
|
+
display: block;
|
97
|
+
line-height: 18px;
|
98
|
+
}
|
99
|
+
|
100
|
+
input[type="checkbox"],
|
101
|
+
input[type="radio"] {
|
102
|
+
border: 1px solid #ccc;
|
103
|
+
}
|
104
|
+
|
105
|
+
.form-horizontal .control-group > label {
|
106
|
+
float: none;
|
107
|
+
width: auto;
|
108
|
+
padding-top: 0;
|
109
|
+
text-align: left;
|
110
|
+
}
|
111
|
+
|
112
|
+
.form-horizontal .controls {
|
113
|
+
margin-left: 0;
|
114
|
+
}
|
115
|
+
|
116
|
+
.form-horizontal .control-list {
|
117
|
+
padding-top: 0;
|
118
|
+
}
|
119
|
+
|
120
|
+
.form-horizontal .form-actions {
|
121
|
+
padding-left: 10px;
|
122
|
+
padding-right: 10px;
|
123
|
+
}
|
124
|
+
|
125
|
+
.modal {
|
126
|
+
position: absolute;
|
127
|
+
top: 10px;
|
128
|
+
left: 10px;
|
129
|
+
right: 10px;
|
130
|
+
width: auto;
|
131
|
+
margin: 0;
|
132
|
+
}
|
133
|
+
.modal.fade.in {
|
134
|
+
top: auto;
|
135
|
+
}
|
136
|
+
|
137
|
+
.modal-header .close {
|
138
|
+
padding: 10px;
|
139
|
+
margin: -10px;
|
140
|
+
}
|
141
|
+
|
142
|
+
.carousel-caption {
|
143
|
+
position: static;
|
144
|
+
}
|
145
|
+
}
|
146
|
+
@media (max-width: 767px) {
|
147
|
+
body {
|
148
|
+
padding-left: 20px;
|
149
|
+
padding-right: 20px;
|
150
|
+
}
|
151
|
+
|
152
|
+
.navbar-fixed-top,
|
153
|
+
.navbar-fixed-bottom {
|
154
|
+
margin-left: -20px;
|
155
|
+
margin-right: -20px;
|
156
|
+
}
|
157
|
+
|
158
|
+
.container-fluid {
|
159
|
+
padding: 0;
|
160
|
+
}
|
161
|
+
|
162
|
+
.dl-horizontal dt {
|
163
|
+
float: none;
|
164
|
+
clear: none;
|
165
|
+
width: auto;
|
166
|
+
text-align: left;
|
167
|
+
}
|
168
|
+
.dl-horizontal dd {
|
169
|
+
margin-left: 0;
|
170
|
+
}
|
171
|
+
|
172
|
+
.container {
|
173
|
+
width: auto;
|
174
|
+
}
|
175
|
+
|
176
|
+
.row-fluid {
|
177
|
+
width: 100%;
|
178
|
+
}
|
179
|
+
|
180
|
+
.row,
|
181
|
+
.thumbnails {
|
182
|
+
margin-left: 0;
|
183
|
+
}
|
184
|
+
|
185
|
+
[class*="span"],
|
186
|
+
.row-fluid [class*="span"] {
|
187
|
+
float: none;
|
188
|
+
display: block;
|
189
|
+
width: auto;
|
190
|
+
margin-left: 0;
|
191
|
+
}
|
192
|
+
|
193
|
+
.input-large,
|
194
|
+
.input-xlarge,
|
195
|
+
.input-xxlarge,
|
196
|
+
input[class*="span"],
|
197
|
+
select[class*="span"],
|
198
|
+
textarea[class*="span"],
|
199
|
+
.uneditable-input {
|
200
|
+
display: block;
|
201
|
+
width: 100%;
|
202
|
+
min-height: 28px;
|
203
|
+
-webkit-box-sizing: border-box;
|
204
|
+
-moz-box-sizing: border-box;
|
205
|
+
-ms-box-sizing: border-box;
|
206
|
+
box-sizing: border-box;
|
207
|
+
}
|
208
|
+
|
209
|
+
.input-prepend input,
|
210
|
+
.input-append input,
|
211
|
+
.input-prepend input[class*="span"],
|
212
|
+
.input-append input[class*="span"] {
|
213
|
+
display: inline-block;
|
214
|
+
width: auto;
|
215
|
+
}
|
216
|
+
}
|
217
|
+
@media (min-width: 768px) and (max-width: 979px) {
|
218
|
+
.row {
|
219
|
+
margin-left: -20px;
|
220
|
+
*zoom: 1;
|
221
|
+
}
|
222
|
+
.row:before, .row:after {
|
223
|
+
display: table;
|
224
|
+
content: "";
|
225
|
+
}
|
226
|
+
.row:after {
|
227
|
+
clear: both;
|
228
|
+
}
|
229
|
+
|
230
|
+
[class*="span"] {
|
231
|
+
float: left;
|
232
|
+
margin-left: 20px;
|
233
|
+
}
|
234
|
+
|
235
|
+
.container,
|
236
|
+
.navbar-fixed-top .container,
|
237
|
+
.navbar-fixed-bottom .container {
|
238
|
+
width: 724px;
|
239
|
+
}
|
240
|
+
|
241
|
+
.span12 {
|
242
|
+
width: 724px;
|
243
|
+
}
|
244
|
+
|
245
|
+
.span11 {
|
246
|
+
width: 662px;
|
247
|
+
}
|
248
|
+
|
249
|
+
.span10 {
|
250
|
+
width: 600px;
|
251
|
+
}
|
252
|
+
|
253
|
+
.span9 {
|
254
|
+
width: 538px;
|
255
|
+
}
|
256
|
+
|
257
|
+
.span8 {
|
258
|
+
width: 476px;
|
259
|
+
}
|
260
|
+
|
261
|
+
.span7 {
|
262
|
+
width: 414px;
|
263
|
+
}
|
264
|
+
|
265
|
+
.span6 {
|
266
|
+
width: 352px;
|
267
|
+
}
|
268
|
+
|
269
|
+
.span5 {
|
270
|
+
width: 290px;
|
271
|
+
}
|
272
|
+
|
273
|
+
.span4 {
|
274
|
+
width: 228px;
|
275
|
+
}
|
276
|
+
|
277
|
+
.span3 {
|
278
|
+
width: 166px;
|
279
|
+
}
|
280
|
+
|
281
|
+
.span2 {
|
282
|
+
width: 104px;
|
283
|
+
}
|
284
|
+
|
285
|
+
.span1 {
|
286
|
+
width: 42px;
|
287
|
+
}
|
288
|
+
|
289
|
+
.offset12 {
|
290
|
+
margin-left: 764px;
|
291
|
+
}
|
292
|
+
|
293
|
+
.offset11 {
|
294
|
+
margin-left: 702px;
|
295
|
+
}
|
296
|
+
|
297
|
+
.offset10 {
|
298
|
+
margin-left: 640px;
|
299
|
+
}
|
300
|
+
|
301
|
+
.offset9 {
|
302
|
+
margin-left: 578px;
|
303
|
+
}
|
304
|
+
|
305
|
+
.offset8 {
|
306
|
+
margin-left: 516px;
|
307
|
+
}
|
308
|
+
|
309
|
+
.offset7 {
|
310
|
+
margin-left: 454px;
|
311
|
+
}
|
312
|
+
|
313
|
+
.offset6 {
|
314
|
+
margin-left: 392px;
|
315
|
+
}
|
316
|
+
|
317
|
+
.offset5 {
|
318
|
+
margin-left: 330px;
|
319
|
+
}
|
320
|
+
|
321
|
+
.offset4 {
|
322
|
+
margin-left: 268px;
|
323
|
+
}
|
324
|
+
|
325
|
+
.offset3 {
|
326
|
+
margin-left: 206px;
|
327
|
+
}
|
328
|
+
|
329
|
+
.offset2 {
|
330
|
+
margin-left: 144px;
|
331
|
+
}
|
332
|
+
|
333
|
+
.offset1 {
|
334
|
+
margin-left: 82px;
|
335
|
+
}
|
336
|
+
|
337
|
+
.row-fluid {
|
338
|
+
width: 100%;
|
339
|
+
*zoom: 1;
|
340
|
+
}
|
341
|
+
.row-fluid:before, .row-fluid:after {
|
342
|
+
display: table;
|
343
|
+
content: "";
|
344
|
+
}
|
345
|
+
.row-fluid:after {
|
346
|
+
clear: both;
|
347
|
+
}
|
348
|
+
.row-fluid [class*="span"] {
|
349
|
+
display: block;
|
350
|
+
width: 100%;
|
351
|
+
min-height: 28px;
|
352
|
+
-webkit-box-sizing: border-box;
|
353
|
+
-moz-box-sizing: border-box;
|
354
|
+
-ms-box-sizing: border-box;
|
355
|
+
box-sizing: border-box;
|
356
|
+
float: left;
|
357
|
+
margin-left: 2.762430939%;
|
358
|
+
*margin-left: 2.7092394496%;
|
359
|
+
}
|
360
|
+
.row-fluid [class*="span"]:first-child {
|
361
|
+
margin-left: 0;
|
362
|
+
}
|
363
|
+
.row-fluid .span12 {
|
364
|
+
width: 99.999999993%;
|
365
|
+
*width: 99.9468085036%;
|
366
|
+
}
|
367
|
+
.row-fluid .span11 {
|
368
|
+
width: 91.436464082%;
|
369
|
+
*width: 91.3832725926%;
|
370
|
+
}
|
371
|
+
.row-fluid .span10 {
|
372
|
+
width: 82.872928171%;
|
373
|
+
*width: 82.8197366816%;
|
374
|
+
}
|
375
|
+
.row-fluid .span9 {
|
376
|
+
width: 74.30939226%;
|
377
|
+
*width: 74.2562007706%;
|
378
|
+
}
|
379
|
+
.row-fluid .span8 {
|
380
|
+
width: 65.745856349%;
|
381
|
+
*width: 65.6926648596%;
|
382
|
+
}
|
383
|
+
.row-fluid .span7 {
|
384
|
+
width: 57.182320438%;
|
385
|
+
*width: 57.1291289486%;
|
386
|
+
}
|
387
|
+
.row-fluid .span6 {
|
388
|
+
width: 48.618784527%;
|
389
|
+
*width: 48.5655930376%;
|
390
|
+
}
|
391
|
+
.row-fluid .span5 {
|
392
|
+
width: 40.055248616%;
|
393
|
+
*width: 40.0020571266%;
|
394
|
+
}
|
395
|
+
.row-fluid .span4 {
|
396
|
+
width: 31.491712705%;
|
397
|
+
*width: 31.4385212156%;
|
398
|
+
}
|
399
|
+
.row-fluid .span3 {
|
400
|
+
width: 22.928176794%;
|
401
|
+
*width: 22.8749853046%;
|
402
|
+
}
|
403
|
+
.row-fluid .span2 {
|
404
|
+
width: 14.364640883%;
|
405
|
+
*width: 14.3114493936%;
|
406
|
+
}
|
407
|
+
.row-fluid .span1 {
|
408
|
+
width: 5.801104972%;
|
409
|
+
*width: 5.7479134826%;
|
410
|
+
}
|
411
|
+
|
412
|
+
input,
|
413
|
+
textarea,
|
414
|
+
.uneditable-input {
|
415
|
+
margin-left: 0;
|
416
|
+
}
|
417
|
+
|
418
|
+
input.span12,
|
419
|
+
textarea.span12,
|
420
|
+
.uneditable-input.span12 {
|
421
|
+
width: 714px;
|
422
|
+
}
|
423
|
+
|
424
|
+
input.span11,
|
425
|
+
textarea.span11,
|
426
|
+
.uneditable-input.span11 {
|
427
|
+
width: 652px;
|
428
|
+
}
|
429
|
+
|
430
|
+
input.span10,
|
431
|
+
textarea.span10,
|
432
|
+
.uneditable-input.span10 {
|
433
|
+
width: 590px;
|
434
|
+
}
|
435
|
+
|
436
|
+
input.span9,
|
437
|
+
textarea.span9,
|
438
|
+
.uneditable-input.span9 {
|
439
|
+
width: 528px;
|
440
|
+
}
|
441
|
+
|
442
|
+
input.span8,
|
443
|
+
textarea.span8,
|
444
|
+
.uneditable-input.span8 {
|
445
|
+
width: 466px;
|
446
|
+
}
|
447
|
+
|
448
|
+
input.span7,
|
449
|
+
textarea.span7,
|
450
|
+
.uneditable-input.span7 {
|
451
|
+
width: 404px;
|
452
|
+
}
|
453
|
+
|
454
|
+
input.span6,
|
455
|
+
textarea.span6,
|
456
|
+
.uneditable-input.span6 {
|
457
|
+
width: 342px;
|
458
|
+
}
|
459
|
+
|
460
|
+
input.span5,
|
461
|
+
textarea.span5,
|
462
|
+
.uneditable-input.span5 {
|
463
|
+
width: 280px;
|
464
|
+
}
|
465
|
+
|
466
|
+
input.span4,
|
467
|
+
textarea.span4,
|
468
|
+
.uneditable-input.span4 {
|
469
|
+
width: 218px;
|
470
|
+
}
|
471
|
+
|
472
|
+
input.span3,
|
473
|
+
textarea.span3,
|
474
|
+
.uneditable-input.span3 {
|
475
|
+
width: 156px;
|
476
|
+
}
|
477
|
+
|
478
|
+
input.span2,
|
479
|
+
textarea.span2,
|
480
|
+
.uneditable-input.span2 {
|
481
|
+
width: 94px;
|
482
|
+
}
|
483
|
+
|
484
|
+
input.span1,
|
485
|
+
textarea.span1,
|
486
|
+
.uneditable-input.span1 {
|
487
|
+
width: 32px;
|
488
|
+
}
|
489
|
+
}
|
490
|
+
@media (min-width: 1200px) {
|
491
|
+
.row {
|
492
|
+
margin-left: -30px;
|
493
|
+
*zoom: 1;
|
494
|
+
}
|
495
|
+
.row:before, .row:after {
|
496
|
+
display: table;
|
497
|
+
content: "";
|
498
|
+
}
|
499
|
+
.row:after {
|
500
|
+
clear: both;
|
501
|
+
}
|
502
|
+
|
503
|
+
[class*="span"] {
|
504
|
+
float: left;
|
505
|
+
margin-left: 30px;
|
506
|
+
}
|
507
|
+
|
508
|
+
.container,
|
509
|
+
.navbar-fixed-top .container,
|
510
|
+
.navbar-fixed-bottom .container {
|
511
|
+
width: 1170px;
|
512
|
+
}
|
513
|
+
|
514
|
+
.span12 {
|
515
|
+
width: 1170px;
|
516
|
+
}
|
517
|
+
|
518
|
+
.span11 {
|
519
|
+
width: 1070px;
|
520
|
+
}
|
521
|
+
|
522
|
+
.span10 {
|
523
|
+
width: 970px;
|
524
|
+
}
|
525
|
+
|
526
|
+
.span9 {
|
527
|
+
width: 870px;
|
528
|
+
}
|
529
|
+
|
530
|
+
.span8 {
|
531
|
+
width: 770px;
|
532
|
+
}
|
533
|
+
|
534
|
+
.span7 {
|
535
|
+
width: 670px;
|
536
|
+
}
|
537
|
+
|
538
|
+
.span6 {
|
539
|
+
width: 570px;
|
540
|
+
}
|
541
|
+
|
542
|
+
.span5 {
|
543
|
+
width: 470px;
|
544
|
+
}
|
545
|
+
|
546
|
+
.span4 {
|
547
|
+
width: 370px;
|
548
|
+
}
|
549
|
+
|
550
|
+
.span3 {
|
551
|
+
width: 270px;
|
552
|
+
}
|
553
|
+
|
554
|
+
.span2 {
|
555
|
+
width: 170px;
|
556
|
+
}
|
557
|
+
|
558
|
+
.span1 {
|
559
|
+
width: 70px;
|
560
|
+
}
|
561
|
+
|
562
|
+
.offset12 {
|
563
|
+
margin-left: 1230px;
|
564
|
+
}
|
565
|
+
|
566
|
+
.offset11 {
|
567
|
+
margin-left: 1130px;
|
568
|
+
}
|
569
|
+
|
570
|
+
.offset10 {
|
571
|
+
margin-left: 1030px;
|
572
|
+
}
|
573
|
+
|
574
|
+
.offset9 {
|
575
|
+
margin-left: 930px;
|
576
|
+
}
|
577
|
+
|
578
|
+
.offset8 {
|
579
|
+
margin-left: 830px;
|
580
|
+
}
|
581
|
+
|
582
|
+
.offset7 {
|
583
|
+
margin-left: 730px;
|
584
|
+
}
|
585
|
+
|
586
|
+
.offset6 {
|
587
|
+
margin-left: 630px;
|
588
|
+
}
|
589
|
+
|
590
|
+
.offset5 {
|
591
|
+
margin-left: 530px;
|
592
|
+
}
|
593
|
+
|
594
|
+
.offset4 {
|
595
|
+
margin-left: 430px;
|
596
|
+
}
|
597
|
+
|
598
|
+
.offset3 {
|
599
|
+
margin-left: 330px;
|
600
|
+
}
|
601
|
+
|
602
|
+
.offset2 {
|
603
|
+
margin-left: 230px;
|
604
|
+
}
|
605
|
+
|
606
|
+
.offset1 {
|
607
|
+
margin-left: 130px;
|
608
|
+
}
|
609
|
+
|
610
|
+
.row-fluid {
|
611
|
+
width: 100%;
|
612
|
+
*zoom: 1;
|
613
|
+
}
|
614
|
+
.row-fluid:before, .row-fluid:after {
|
615
|
+
display: table;
|
616
|
+
content: "";
|
617
|
+
}
|
618
|
+
.row-fluid:after {
|
619
|
+
clear: both;
|
620
|
+
}
|
621
|
+
.row-fluid [class*="span"] {
|
622
|
+
display: block;
|
623
|
+
width: 100%;
|
624
|
+
min-height: 28px;
|
625
|
+
-webkit-box-sizing: border-box;
|
626
|
+
-moz-box-sizing: border-box;
|
627
|
+
-ms-box-sizing: border-box;
|
628
|
+
box-sizing: border-box;
|
629
|
+
float: left;
|
630
|
+
margin-left: 2.564102564%;
|
631
|
+
*margin-left: 2.5109110746%;
|
632
|
+
}
|
633
|
+
.row-fluid [class*="span"]:first-child {
|
634
|
+
margin-left: 0;
|
635
|
+
}
|
636
|
+
.row-fluid .span12 {
|
637
|
+
width: 100%;
|
638
|
+
*width: 99.9468085106%;
|
639
|
+
}
|
640
|
+
.row-fluid .span11 {
|
641
|
+
width: 91.452991453%;
|
642
|
+
*width: 91.3997999636%;
|
643
|
+
}
|
644
|
+
.row-fluid .span10 {
|
645
|
+
width: 82.905982906%;
|
646
|
+
*width: 82.8527914166%;
|
647
|
+
}
|
648
|
+
.row-fluid .span9 {
|
649
|
+
width: 74.358974359%;
|
650
|
+
*width: 74.3057828696%;
|
651
|
+
}
|
652
|
+
.row-fluid .span8 {
|
653
|
+
width: 65.811965812%;
|
654
|
+
*width: 65.7587743226%;
|
655
|
+
}
|
656
|
+
.row-fluid .span7 {
|
657
|
+
width: 57.264957265%;
|
658
|
+
*width: 57.2117657756%;
|
659
|
+
}
|
660
|
+
.row-fluid .span6 {
|
661
|
+
width: 48.717948718%;
|
662
|
+
*width: 48.6647572286%;
|
663
|
+
}
|
664
|
+
.row-fluid .span5 {
|
665
|
+
width: 40.170940171%;
|
666
|
+
*width: 40.1177486816%;
|
667
|
+
}
|
668
|
+
.row-fluid .span4 {
|
669
|
+
width: 31.623931624%;
|
670
|
+
*width: 31.5707401346%;
|
671
|
+
}
|
672
|
+
.row-fluid .span3 {
|
673
|
+
width: 23.076923077%;
|
674
|
+
*width: 23.0237315876%;
|
675
|
+
}
|
676
|
+
.row-fluid .span2 {
|
677
|
+
width: 14.52991453%;
|
678
|
+
*width: 14.4767230406%;
|
679
|
+
}
|
680
|
+
.row-fluid .span1 {
|
681
|
+
width: 5.982905983%;
|
682
|
+
*width: 5.9297144936%;
|
683
|
+
}
|
684
|
+
|
685
|
+
input,
|
686
|
+
textarea,
|
687
|
+
.uneditable-input {
|
688
|
+
margin-left: 0;
|
689
|
+
}
|
690
|
+
|
691
|
+
input.span12,
|
692
|
+
textarea.span12,
|
693
|
+
.uneditable-input.span12 {
|
694
|
+
width: 1160px;
|
695
|
+
}
|
696
|
+
|
697
|
+
input.span11,
|
698
|
+
textarea.span11,
|
699
|
+
.uneditable-input.span11 {
|
700
|
+
width: 1060px;
|
701
|
+
}
|
702
|
+
|
703
|
+
input.span10,
|
704
|
+
textarea.span10,
|
705
|
+
.uneditable-input.span10 {
|
706
|
+
width: 960px;
|
707
|
+
}
|
708
|
+
|
709
|
+
input.span9,
|
710
|
+
textarea.span9,
|
711
|
+
.uneditable-input.span9 {
|
712
|
+
width: 860px;
|
713
|
+
}
|
714
|
+
|
715
|
+
input.span8,
|
716
|
+
textarea.span8,
|
717
|
+
.uneditable-input.span8 {
|
718
|
+
width: 760px;
|
719
|
+
}
|
720
|
+
|
721
|
+
input.span7,
|
722
|
+
textarea.span7,
|
723
|
+
.uneditable-input.span7 {
|
724
|
+
width: 660px;
|
725
|
+
}
|
726
|
+
|
727
|
+
input.span6,
|
728
|
+
textarea.span6,
|
729
|
+
.uneditable-input.span6 {
|
730
|
+
width: 560px;
|
731
|
+
}
|
732
|
+
|
733
|
+
input.span5,
|
734
|
+
textarea.span5,
|
735
|
+
.uneditable-input.span5 {
|
736
|
+
width: 460px;
|
737
|
+
}
|
738
|
+
|
739
|
+
input.span4,
|
740
|
+
textarea.span4,
|
741
|
+
.uneditable-input.span4 {
|
742
|
+
width: 360px;
|
743
|
+
}
|
744
|
+
|
745
|
+
input.span3,
|
746
|
+
textarea.span3,
|
747
|
+
.uneditable-input.span3 {
|
748
|
+
width: 260px;
|
749
|
+
}
|
750
|
+
|
751
|
+
input.span2,
|
752
|
+
textarea.span2,
|
753
|
+
.uneditable-input.span2 {
|
754
|
+
width: 160px;
|
755
|
+
}
|
756
|
+
|
757
|
+
input.span1,
|
758
|
+
textarea.span1,
|
759
|
+
.uneditable-input.span1 {
|
760
|
+
width: 60px;
|
761
|
+
}
|
762
|
+
|
763
|
+
.thumbnails {
|
764
|
+
margin-left: -30px;
|
765
|
+
}
|
766
|
+
|
767
|
+
.thumbnails > li {
|
768
|
+
margin-left: 30px;
|
769
|
+
}
|
770
|
+
|
771
|
+
.row-fluid .thumbnails {
|
772
|
+
margin-left: 0;
|
773
|
+
}
|
774
|
+
}
|
775
|
+
@media (max-width: 979px) {
|
776
|
+
body {
|
777
|
+
padding-top: 0;
|
778
|
+
}
|
779
|
+
|
780
|
+
.navbar-fixed-top,
|
781
|
+
.navbar-fixed-bottom {
|
782
|
+
position: static;
|
783
|
+
}
|
784
|
+
|
785
|
+
.navbar-fixed-top {
|
786
|
+
margin-bottom: 18px;
|
787
|
+
}
|
788
|
+
|
789
|
+
.navbar-fixed-bottom {
|
790
|
+
margin-top: 18px;
|
791
|
+
}
|
792
|
+
|
793
|
+
.navbar-fixed-top .navbar-inner,
|
794
|
+
.navbar-fixed-bottom .navbar-inner {
|
795
|
+
padding: 5px;
|
796
|
+
}
|
797
|
+
|
798
|
+
.navbar .container {
|
799
|
+
width: auto;
|
800
|
+
padding: 0;
|
801
|
+
}
|
802
|
+
|
803
|
+
.navbar .brand {
|
804
|
+
padding-left: 10px;
|
805
|
+
padding-right: 10px;
|
806
|
+
margin: 0 0 0 -5px;
|
807
|
+
}
|
808
|
+
|
809
|
+
.nav-collapse {
|
810
|
+
clear: both;
|
811
|
+
}
|
812
|
+
|
813
|
+
.nav-collapse .nav {
|
814
|
+
float: none;
|
815
|
+
margin: 0 0 9px;
|
816
|
+
}
|
817
|
+
|
818
|
+
.nav-collapse .nav > li {
|
819
|
+
float: none;
|
820
|
+
}
|
821
|
+
|
822
|
+
.nav-collapse .nav > li > a {
|
823
|
+
margin-bottom: 2px;
|
824
|
+
}
|
825
|
+
|
826
|
+
.nav-collapse .nav > .divider-vertical {
|
827
|
+
display: none;
|
828
|
+
}
|
829
|
+
|
830
|
+
.nav-collapse .nav .nav-header {
|
831
|
+
color: #999999;
|
832
|
+
text-shadow: none;
|
833
|
+
}
|
834
|
+
|
835
|
+
.nav-collapse .nav > li > a,
|
836
|
+
.nav-collapse .dropdown-menu a {
|
837
|
+
padding: 6px 15px;
|
838
|
+
font-weight: bold;
|
839
|
+
color: #999999;
|
840
|
+
-webkit-border-radius: 3px;
|
841
|
+
-moz-border-radius: 3px;
|
842
|
+
border-radius: 3px;
|
843
|
+
}
|
844
|
+
|
845
|
+
.nav-collapse .btn {
|
846
|
+
padding: 4px 10px 4px;
|
847
|
+
font-weight: normal;
|
848
|
+
-webkit-border-radius: 4px;
|
849
|
+
-moz-border-radius: 4px;
|
850
|
+
border-radius: 4px;
|
851
|
+
}
|
852
|
+
|
853
|
+
.nav-collapse .dropdown-menu li + li a {
|
854
|
+
margin-bottom: 2px;
|
855
|
+
}
|
856
|
+
|
857
|
+
.nav-collapse .nav > li > a:hover,
|
858
|
+
.nav-collapse .dropdown-menu a:hover {
|
859
|
+
background-color: #222222;
|
860
|
+
}
|
861
|
+
|
862
|
+
.nav-collapse.in .btn-group {
|
863
|
+
margin-top: 5px;
|
864
|
+
padding: 0;
|
865
|
+
}
|
866
|
+
|
867
|
+
.nav-collapse .dropdown-menu {
|
868
|
+
position: static;
|
869
|
+
top: auto;
|
870
|
+
left: auto;
|
871
|
+
float: none;
|
872
|
+
display: block;
|
873
|
+
max-width: none;
|
874
|
+
margin: 0 15px;
|
875
|
+
padding: 0;
|
876
|
+
background-color: transparent;
|
877
|
+
border: none;
|
878
|
+
-webkit-border-radius: 0;
|
879
|
+
-moz-border-radius: 0;
|
880
|
+
border-radius: 0;
|
881
|
+
-webkit-box-shadow: none;
|
882
|
+
-moz-box-shadow: none;
|
883
|
+
box-shadow: none;
|
884
|
+
}
|
885
|
+
|
886
|
+
.nav-collapse .dropdown-menu:before,
|
887
|
+
.nav-collapse .dropdown-menu:after {
|
888
|
+
display: none;
|
889
|
+
}
|
890
|
+
|
891
|
+
.nav-collapse .dropdown-menu .divider {
|
892
|
+
display: none;
|
893
|
+
}
|
894
|
+
|
895
|
+
.nav-collapse .navbar-form,
|
896
|
+
.nav-collapse .navbar-search {
|
897
|
+
float: none;
|
898
|
+
padding: 9px 15px;
|
899
|
+
margin: 9px 0;
|
900
|
+
border-top: 1px solid #222222;
|
901
|
+
border-bottom: 1px solid #222222;
|
902
|
+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
903
|
+
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
904
|
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
905
|
+
}
|
906
|
+
|
907
|
+
.navbar .nav-collapse .nav.pull-right {
|
908
|
+
float: none;
|
909
|
+
margin-left: 0;
|
910
|
+
}
|
911
|
+
|
912
|
+
.nav-collapse,
|
913
|
+
.nav-collapse.collapse {
|
914
|
+
overflow: hidden;
|
915
|
+
height: 0;
|
916
|
+
}
|
917
|
+
|
918
|
+
.navbar .btn-navbar {
|
919
|
+
display: block;
|
920
|
+
}
|
921
|
+
|
922
|
+
.navbar-static .navbar-inner {
|
923
|
+
padding-left: 10px;
|
924
|
+
padding-right: 10px;
|
925
|
+
}
|
926
|
+
}
|
927
|
+
@media (min-width: 980px) {
|
928
|
+
.nav-collapse.collapse {
|
929
|
+
height: auto !important;
|
930
|
+
overflow: visible !important;
|
931
|
+
}
|
932
|
+
}
|