Created
March 1, 2012 07:08
-
-
Save steveluscher/1947954 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
| <!doctype html> | |
| <!--[if lt IE 7]> <html class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> | |
| <!--[if IE 7]> <html class="no-js lt-ie10 lt-ie9 lt-ie8" lang="en"> <![endif]--> | |
| <!--[if IE 8]> <html class="no-js lt-ie10 lt-ie9" lang="en"> <![endif]--> | |
| <!--[if IE 9]> <html class="no-js lt-ie10" lang="en"> <![endif]--> | |
| <!--[if gt IE 9]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title> | |
| https://github.com/twitter/bootstrap/issues/2338 | |
| </title> | |
| <style> | |
| /* | |
| * Bootstrap 2.0.1 | |
| * | |
| * Copyright 2012 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. | |
| * Converted to SASS by Thomas McDonald | |
| */ | |
| /* line 23, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .clearfix { | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .clearfix:before, .clearfix:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .clearfix:after { | |
| clear: both; | |
| } | |
| /* line 8, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_reset.scss */ | |
| article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { | |
| display: block; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_reset.scss */ | |
| audio, canvas, video { | |
| display: inline-block; | |
| *display: inline; | |
| *zoom: 1; | |
| } | |
| /* line 24, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_reset.scss */ | |
| audio:not([controls]) { | |
| display: none; | |
| } | |
| /* line 31, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_reset.scss */ | |
| html { | |
| font-size: 100%; | |
| -webkit-text-size-adjust: 100%; | |
| -ms-text-size-adjust: 100%; | |
| } | |
| /* line 37, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_reset.scss */ | |
| a:focus { | |
| outline: thin dotted #333; | |
| outline: 5px auto -webkit-focus-ring-color; | |
| outline-offset: -2px; | |
| } | |
| /* line 41, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_reset.scss */ | |
| a:hover, a:active { | |
| outline: 0; | |
| } | |
| /* line 48, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_reset.scss */ | |
| sub, sup { | |
| position: relative; | |
| font-size: 75%; | |
| line-height: 0; | |
| vertical-align: baseline; | |
| } | |
| /* line 54, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_reset.scss */ | |
| sup { | |
| top: -0.5em; | |
| } | |
| /* line 57, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_reset.scss */ | |
| sub { | |
| bottom: -0.25em; | |
| } | |
| /* line 64, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_reset.scss */ | |
| img { | |
| max-width: 100%; | |
| height: auto; | |
| border: 0; | |
| -ms-interpolation-mode: bicubic; | |
| } | |
| /* line 75, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_reset.scss */ | |
| button, input, select, textarea { | |
| margin: 0; | |
| font-size: 100%; | |
| vertical-align: middle; | |
| } | |
| /* line 80, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_reset.scss */ | |
| button, input { | |
| *overflow: visible; | |
| line-height: normal; | |
| } | |
| /* line 84, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_reset.scss */ | |
| button::-moz-focus-inner, input::-moz-focus-inner { | |
| padding: 0; | |
| border: 0; | |
| } | |
| /* line 88, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_reset.scss */ | |
| button, input[type="button"], input[type="reset"], input[type="submit"] { | |
| cursor: pointer; | |
| -webkit-appearance: button; | |
| } | |
| /* line 92, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_reset.scss */ | |
| input[type="search"] { | |
| -webkit-appearance: textfield; | |
| -webkit-box-sizing: content-box; | |
| -moz-box-sizing: content-box; | |
| box-sizing: content-box; | |
| } | |
| /* line 99, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_reset.scss */ | |
| input[type="search"]::-webkit-search-decoration, | |
| input[type="search"]::-webkit-search-cancel-button { | |
| -webkit-appearance: none; | |
| } | |
| /* line 102, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_reset.scss */ | |
| textarea { | |
| overflow: auto; | |
| vertical-align: top; | |
| } | |
| /* line 9, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */ | |
| body { | |
| margin: 0; | |
| font-family: "ff-meta-web-pro-n4", "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif; | |
| font-size: 16px; | |
| line-height: 23px; | |
| color: #333333; | |
| background-color: white; | |
| } | |
| /* line 22, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */ | |
| a { | |
| color: #0088cc; | |
| text-decoration: none; | |
| } | |
| /* line 26, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */ | |
| a:hover { | |
| color: #005580; | |
| text-decoration: underline; | |
| } | |
| /* line 162, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row { | |
| margin-left: -20px; | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row:before, .row:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row:after { | |
| clear: both; | |
| } | |
| /* line 167, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| [class*="span"] { | |
| float: left; | |
| margin-left: 20px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span1 { | |
| width: 60px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span2 { | |
| width: 140px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span3 { | |
| width: 220px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span4 { | |
| width: 300px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span5 { | |
| width: 380px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span6 { | |
| width: 460px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span7 { | |
| width: 540px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span8 { | |
| width: 620px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span9 { | |
| width: 700px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span10 { | |
| width: 780px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span11 { | |
| width: 860px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span12 { | |
| width: 940px; | |
| } | |
| /* line 174, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .container { | |
| width: 940px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset1 { | |
| margin-left: 100px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset2 { | |
| margin-left: 180px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset3 { | |
| margin-left: 260px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset4 { | |
| margin-left: 340px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset5 { | |
| margin-left: 420px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset6 { | |
| margin-left: 500px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset7 { | |
| margin-left: 580px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset8 { | |
| margin-left: 660px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset9 { | |
| margin-left: 740px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset10 { | |
| margin-left: 820px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset11 { | |
| margin-left: 900px; | |
| } | |
| /* line 194, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid { | |
| width: 100%; | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid:before, .row-fluid:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid:after { | |
| clear: both; | |
| } | |
| /* line 199, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > [class*="span"] { | |
| float: left; | |
| margin-left: 2.128%; | |
| } | |
| /* line 202, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > [class*="span"]:first-child { | |
| margin-left: 0; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span1 { | |
| width: 6.383%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span2 { | |
| width: 14.894%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span3 { | |
| width: 23.404%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span4 { | |
| width: 31.915%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span5 { | |
| width: 40.426%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span6 { | |
| width: 48.936%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span7 { | |
| width: 57.447%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span8 { | |
| width: 65.957%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span9 { | |
| width: 74.468%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span10 { | |
| width: 82.979%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span11 { | |
| width: 91.489%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span12 { | |
| width: 100.0%; | |
| } | |
| /* line 8, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_layouts.scss */ | |
| .container { | |
| width: 940px; | |
| margin-left: auto; | |
| margin-right: auto; | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .container:before, .container:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .container:after { | |
| clear: both; | |
| } | |
| /* line 13, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_layouts.scss */ | |
| .container-fluid { | |
| padding-left: 20px; | |
| padding-right: 20px; | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .container-fluid:before, .container-fluid:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .container-fluid:after { | |
| clear: both; | |
| } | |
| /* line 9, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| p { | |
| margin: 0 0 11.5px; | |
| font-family: "ff-meta-web-pro-n4", "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif; | |
| font-size: 16px; | |
| line-height: 23px; | |
| } | |
| /* line 14, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| p small { | |
| font-size: 14px; | |
| color: #999999; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| .lead { | |
| margin-bottom: 23px; | |
| font-size: 20px; | |
| font-weight: 200; | |
| line-height: 34.5px; | |
| } | |
| /* line 29, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| h1, h2, h3, h4, h5, h6 { | |
| margin: 0; | |
| font-weight: bold; | |
| color: #333333; | |
| text-rendering: optimizelegibility; | |
| } | |
| /* line 34, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { | |
| font-weight: normal; | |
| color: #999999; | |
| } | |
| /* line 39, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| h1 { | |
| font-size: 30px; | |
| line-height: 46px; | |
| } | |
| /* line 42, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| h1 small { | |
| font-size: 18px; | |
| } | |
| /* line 46, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| h2 { | |
| font-size: 24px; | |
| line-height: 46px; | |
| } | |
| /* line 49, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| h2 small { | |
| font-size: 18px; | |
| } | |
| /* line 53, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| h3 { | |
| line-height: 34.5px; | |
| font-size: 18px; | |
| } | |
| /* line 56, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| h3 small { | |
| font-size: 14px; | |
| } | |
| /* line 60, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| h4, h5, h6 { | |
| line-height: 23px; | |
| } | |
| /* line 63, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| h4 { | |
| font-size: 14px; | |
| } | |
| /* line 65, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| h4 small { | |
| font-size: 12px; | |
| } | |
| /* line 69, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| h5 { | |
| font-size: 12px; | |
| } | |
| /* line 72, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| h6 { | |
| font-size: 11px; | |
| color: #999999; | |
| text-transform: uppercase; | |
| } | |
| /* line 79, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| .page-header { | |
| padding-bottom: 22px; | |
| margin: 23px 0; | |
| border-bottom: 1px solid #eeeeee; | |
| } | |
| /* line 84, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| .page-header h1 { | |
| line-height: 1; | |
| } | |
| /* line 94, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| ul, ol { | |
| padding: 0; | |
| margin: 0 0 11.5px 25px; | |
| } | |
| /* line 98, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| ul ul, ul ol, ol ol, ol ul { | |
| margin-bottom: 0; | |
| } | |
| /* line 101, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| ul { | |
| list-style: disc; | |
| } | |
| /* line 104, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| ol { | |
| list-style: decimal; | |
| } | |
| /* line 107, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| li { | |
| line-height: 23px; | |
| } | |
| /* line 110, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| ul.unstyled, ol.unstyled { | |
| margin-left: 0; | |
| list-style: none; | |
| } | |
| /* line 116, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| dl { | |
| margin-bottom: 23px; | |
| } | |
| /* line 119, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| dt, dd { | |
| line-height: 23px; | |
| } | |
| /* line 122, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| dt { | |
| font-weight: bold; | |
| } | |
| /* line 125, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| dd { | |
| margin-left: 11.5px; | |
| } | |
| /* line 133, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| hr { | |
| margin: 23px 0; | |
| border: 0; | |
| border-top: 1px solid #eeeeee; | |
| border-bottom: 1px solid white; | |
| } | |
| /* line 141, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| strong { | |
| font-weight: bold; | |
| } | |
| /* line 144, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| em { | |
| font-style: italic; | |
| } | |
| /* line 147, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| .muted { | |
| color: #999999; | |
| } | |
| /* line 152, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| abbr { | |
| font-size: 90%; | |
| text-transform: uppercase; | |
| border-bottom: 1px dotted #ddd; | |
| cursor: help; | |
| } | |
| /* line 160, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| blockquote { | |
| padding: 0 0 0 15px; | |
| margin: 0 0 23px; | |
| border-left: 5px solid #eeeeee; | |
| } | |
| /* line 164, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| blockquote p { | |
| margin-bottom: 0; | |
| font-size: 16px; | |
| font-weight: 300; | |
| line-height: 28.75px; | |
| } | |
| /* line 168, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| blockquote small { | |
| display: block; | |
| line-height: 23px; | |
| color: #999999; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| blockquote small:before { | |
| content: '\2014 \00A0'; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| blockquote.pull-right { | |
| float: right; | |
| padding-left: 0; | |
| padding-right: 15px; | |
| border-left: 0; | |
| border-right: 5px solid #eeeeee; | |
| } | |
| /* line 184, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| blockquote.pull-right p, blockquote.pull-right small { | |
| text-align: right; | |
| } | |
| /* line 191, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| q:before, q:after, blockquote:before, blockquote:after { | |
| content: ""; | |
| } | |
| /* line 196, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| address { | |
| display: block; | |
| margin-bottom: 23px; | |
| line-height: 23px; | |
| font-style: normal; | |
| } | |
| /* line 204, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| small { | |
| font-size: 100%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_type.scss */ | |
| cite { | |
| font-style: normal; | |
| } | |
| /* line 6, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_code.scss */ | |
| code, pre { | |
| padding: 0 3px 2px; | |
| font-family: Menlo, Monaco, "Courier New", monospace; | |
| font-size: 15px; | |
| color: #333333; | |
| -webkit-border-radius: 3px; | |
| -moz-border-radius: 3px; | |
| border-radius: 3px; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_code.scss */ | |
| code { | |
| padding: 3px 4px; | |
| color: #d14; | |
| background-color: #f7f7f9; | |
| border: 1px solid #e1e1e8; | |
| } | |
| /* line 23, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_code.scss */ | |
| pre { | |
| display: block; | |
| padding: 11px; | |
| margin: 0 0 11.5px; | |
| font-size: 12px; | |
| line-height: 23px; | |
| background-color: #f5f5f5; | |
| border: 1px solid #ccc; | |
| border: 1px solid rgba(0, 0, 0, 0.15); | |
| -webkit-border-radius: 4px; | |
| -moz-border-radius: 4px; | |
| border-radius: 4px; | |
| white-space: pre; | |
| white-space: pre-wrap; | |
| word-break: break-all; | |
| word-wrap: break-word; | |
| } | |
| /* line 39, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_code.scss */ | |
| pre.prettyprint { | |
| margin-bottom: 23px; | |
| } | |
| /* line 44, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_code.scss */ | |
| pre code { | |
| padding: 0; | |
| color: inherit; | |
| background-color: transparent; | |
| border: 0; | |
| } | |
| /* line 53, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_code.scss */ | |
| .pre-scrollable { | |
| max-height: 340px; | |
| overflow-y: scroll; | |
| } | |
| /* line 10, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| form { | |
| margin: 0 0 23px; | |
| } | |
| /* line 14, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| fieldset { | |
| padding: 0; | |
| margin: 0; | |
| border: 0; | |
| } | |
| /* line 21, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| legend { | |
| display: block; | |
| width: 100%; | |
| padding: 0; | |
| margin-bottom: 34.5px; | |
| font-size: 24px; | |
| line-height: 46px; | |
| color: #333333; | |
| border: 0; | |
| border-bottom: 1px solid #eee; | |
| } | |
| /* line 33, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| legend small { | |
| font-size: 17.25px; | |
| color: #999999; | |
| } | |
| /* line 40, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| label, input, button, select, textarea { | |
| font-size: 16px; | |
| font-weight: normal; | |
| line-height: 23px; | |
| } | |
| /* line 44, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| input, button, select, textarea { | |
| font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
| } | |
| /* line 49, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| label { | |
| display: block; | |
| margin-bottom: 5px; | |
| color: #333333; | |
| } | |
| /* line 56, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| input, textarea, select, .uneditable-input { | |
| display: inline-block; | |
| width: 210px; | |
| height: 23px; | |
| padding: 4px; | |
| margin-bottom: 9px; | |
| font-size: 16px; | |
| line-height: 23px; | |
| color: #555555; | |
| border: 1px solid #ccc; | |
| -webkit-border-radius: 3px; | |
| -moz-border-radius: 3px; | |
| border-radius: 3px; | |
| } | |
| /* line 68, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .uneditable-textarea { | |
| width: auto; | |
| height: auto; | |
| } | |
| /* line 74, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| label input, label textarea, label select { | |
| display: block; | |
| } | |
| /* line 79, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| input[type="image"], input[type="checkbox"], input[type="radio"] { | |
| width: auto; | |
| height: auto; | |
| padding: 0; | |
| margin: 3px 0; | |
| *margin-top: 0; | |
| /* IE7 */ | |
| line-height: normal; | |
| cursor: pointer; | |
| -webkit-border-radius: 0; | |
| -moz-border-radius: 0; | |
| border-radius: 0; | |
| border: 0 \9; | |
| /* IE9 and down */ | |
| } | |
| /* line 90, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| input[type="image"] { | |
| border: 0; | |
| } | |
| /* line 95, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| input[type="file"] { | |
| width: auto; | |
| padding: initial; | |
| line-height: initial; | |
| border: initial; | |
| background-color: white; | |
| background-color: initial; | |
| -webkit-box-shadow: none; | |
| -moz-box-shadow: none; | |
| box-shadow: none; | |
| } | |
| /* line 106, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| input[type="button"], input[type="reset"], input[type="submit"] { | |
| width: auto; | |
| height: auto; | |
| } | |
| /* line 112, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| select, input[type="file"] { | |
| height: 28px; | |
| /* In IE7, the height of the select element cannot be changed by height, only font-size */ | |
| *margin-top: 4px; | |
| /* For IE7, add top margin to align select with labels */ | |
| line-height: 28px; | |
| } | |
| /* line 119, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| input[type="file"] { | |
| line-height: 18px \9; | |
| } | |
| /* line 124, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| select { | |
| width: 220px; | |
| background-color: white; | |
| } | |
| /* line 130, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| select[multiple], select[size] { | |
| height: auto; | |
| } | |
| /* line 135, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| input[type="image"] { | |
| -webkit-box-shadow: none; | |
| -moz-box-shadow: none; | |
| box-shadow: none; | |
| } | |
| /* line 140, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| textarea { | |
| height: auto; | |
| } | |
| /* line 145, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| input[type="hidden"] { | |
| display: none; | |
| } | |
| /* line 155, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .radio, .checkbox { | |
| padding-left: 18px; | |
| } | |
| /* line 158, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .radio input[type="radio"], .checkbox input[type="checkbox"] { | |
| float: left; | |
| margin-left: -18px; | |
| } | |
| /* line 164, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .controls > .radio:first-child, .controls > .checkbox:first-child { | |
| padding-top: 5px; | |
| } | |
| /* line 170, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .radio.inline, .checkbox.inline { | |
| display: inline-block; | |
| padding-top: 5px; | |
| margin-bottom: 0; | |
| vertical-align: middle; | |
| } | |
| /* line 176, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline { | |
| margin-left: 10px; | |
| } | |
| /* line 185, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| input, textarea { | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
| -moz-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 linear 0.2s, box-shadow linear 0.2s; | |
| -moz-transition: border linear 0.2s, box-shadow linear 0.2s; | |
| -ms-transition: border linear 0.2s, box-shadow linear 0.2s; | |
| -o-transition: border linear 0.2s, box-shadow linear 0.2s; | |
| transition: border linear 0.2s, box-shadow linear 0.2s; | |
| } | |
| /* line 190, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| input:focus, textarea:focus { | |
| border-color: rgba(82, 168, 236, 0.8); | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); | |
| -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); | |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); | |
| outline: 0; | |
| outline: thin dotted \9; | |
| /* IE6-9 */ | |
| } | |
| /* line 197, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus { | |
| -webkit-box-shadow: none; | |
| -moz-box-shadow: none; | |
| box-shadow: none; | |
| outline: thin dotted #333; | |
| outline: 5px auto -webkit-focus-ring-color; | |
| outline-offset: -2px; | |
| } | |
| /* line 208, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-mini { | |
| width: 60px; | |
| } | |
| /* line 209, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-small { | |
| width: 90px; | |
| } | |
| /* line 210, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-medium { | |
| width: 150px; | |
| } | |
| /* line 211, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-large { | |
| width: 210px; | |
| } | |
| /* line 212, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-xlarge { | |
| width: 270px; | |
| } | |
| /* line 213, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-xxlarge { | |
| width: 530px; | |
| } | |
| /* line 216, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input { | |
| float: none; | |
| margin-left: 0; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span1, textarea.span1, .uneditable-input.span1 { | |
| width: 50px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span2, textarea.span2, .uneditable-input.span2 { | |
| width: 130px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span3, textarea.span3, .uneditable-input.span3 { | |
| width: 210px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span4, textarea.span4, .uneditable-input.span4 { | |
| width: 290px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span5, textarea.span5, .uneditable-input.span5 { | |
| width: 370px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span6, textarea.span6, .uneditable-input.span6 { | |
| width: 450px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span7, textarea.span7, .uneditable-input.span7 { | |
| width: 530px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span8, textarea.span8, .uneditable-input.span8 { | |
| width: 610px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span9, textarea.span9, .uneditable-input.span9 { | |
| width: 690px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span10, textarea.span10, .uneditable-input.span10 { | |
| width: 770px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span11, textarea.span11, .uneditable-input.span11 { | |
| width: 850px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span12, textarea.span12, .uneditable-input.span12 { | |
| width: 930px; | |
| } | |
| /* line 235, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { | |
| background-color: #f5f5f5; | |
| border-color: #ddd; | |
| cursor: not-allowed; | |
| } | |
| /* line 245, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline { | |
| color: #c09853; | |
| } | |
| /* line 249, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .control-group.warning input, .control-group.warning select, .control-group.warning textarea { | |
| color: #c09853; | |
| border-color: #c09853; | |
| } | |
| /* line 252, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus { | |
| border-color: #a47e3c; | |
| -webkit-box-shadow: 0 0 6px #dbc59e; | |
| -moz-box-shadow: 0 0 6px #dbc59e; | |
| box-shadow: 0 0 6px #dbc59e; | |
| } | |
| /* line 258, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on { | |
| color: #c09853; | |
| background-color: #fcf8e3; | |
| border-color: #c09853; | |
| } | |
| /* line 245, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline { | |
| color: #b94a48; | |
| } | |
| /* line 249, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .control-group.error input, .control-group.error select, .control-group.error textarea { | |
| color: #b94a48; | |
| border-color: #b94a48; | |
| } | |
| /* line 252, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus { | |
| border-color: #953b39; | |
| -webkit-box-shadow: 0 0 6px #d59392; | |
| -moz-box-shadow: 0 0 6px #d59392; | |
| box-shadow: 0 0 6px #d59392; | |
| } | |
| /* line 258, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on { | |
| color: #b94a48; | |
| background-color: #f2dede; | |
| border-color: #b94a48; | |
| } | |
| /* line 245, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline { | |
| color: #468847; | |
| } | |
| /* line 249, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .control-group.success input, .control-group.success select, .control-group.success textarea { | |
| color: #468847; | |
| border-color: #468847; | |
| } | |
| /* line 252, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus { | |
| border-color: #356635; | |
| -webkit-box-shadow: 0 0 6px #7aba7b; | |
| -moz-box-shadow: 0 0 6px #7aba7b; | |
| box-shadow: 0 0 6px #7aba7b; | |
| } | |
| /* line 258, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on { | |
| color: #468847; | |
| background-color: #dff0d8; | |
| border-color: #468847; | |
| } | |
| /* line 262, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid { | |
| color: #b94a48; | |
| border-color: #ee5f5b; | |
| } | |
| /* line 265, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus { | |
| border-color: #e9322d; | |
| -webkit-box-shadow: 0 0 6px #f8b9b7; | |
| -moz-box-shadow: 0 0 6px #f8b9b7; | |
| box-shadow: 0 0 6px #f8b9b7; | |
| } | |
| /* line 276, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .form-actions { | |
| padding: 22px 20px 23px; | |
| margin-top: 23px; | |
| margin-bottom: 23px; | |
| background-color: #f5f5f5; | |
| border-top: 1px solid #ddd; | |
| } | |
| /* line 285, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .uneditable-input { | |
| display: block; | |
| background-color: white; | |
| border-color: #eee; | |
| -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); | |
| -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); | |
| box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); | |
| cursor: not-allowed; | |
| } | |
| /* line 85, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| :-moz-placeholder { | |
| color: #999999; | |
| } | |
| /* line 88, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| ::-webkit-input-placeholder { | |
| color: #999999; | |
| } | |
| /* line 301, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .help-block { | |
| display: block; | |
| margin-top: 5px; | |
| margin-bottom: 0; | |
| color: #999999; | |
| } | |
| /* line 308, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .help-inline { | |
| display: inline-block; | |
| *display: inline; | |
| /* IE7 inline-block hack */ | |
| *zoom: 1; | |
| margin-bottom: 9px; | |
| vertical-align: middle; | |
| padding-left: 5px; | |
| } | |
| /* line 322, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-prepend, .input-append { | |
| margin-bottom: 5px; | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .input-prepend:before, .input-prepend:after, .input-append:before, .input-append:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .input-prepend:after, .input-append:after { | |
| clear: both; | |
| } | |
| /* line 325, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-prepend input, .input-prepend .uneditable-input, .input-append input, .input-append .uneditable-input { | |
| -webkit-border-radius: 0 3px 3px 0; | |
| -moz-border-radius: 0 3px 3px 0; | |
| border-radius: 0 3px 3px 0; | |
| } | |
| /* line 327, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-prepend input:focus, .input-prepend .uneditable-input:focus, .input-append input:focus, .input-append .uneditable-input:focus { | |
| position: relative; | |
| z-index: 2; | |
| } | |
| /* line 332, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-prepend .uneditable-input, .input-append .uneditable-input { | |
| border-left-color: #eee; | |
| border-right-color: #ccc; | |
| } | |
| /* line 336, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-prepend .add-on, .input-append .add-on { | |
| float: left; | |
| display: block; | |
| width: auto; | |
| min-width: 16px; | |
| height: 23px; | |
| margin-right: -1px; | |
| padding: 4px 5px; | |
| font-weight: normal; | |
| line-height: 23px; | |
| color: #999999; | |
| text-align: center; | |
| text-shadow: 0 1px 0 white; | |
| background-color: #f5f5f5; | |
| border: 1px solid #ccc; | |
| -webkit-border-radius: 3px 0 0 3px; | |
| -moz-border-radius: 3px 0 0 3px; | |
| border-radius: 3px 0 0 3px; | |
| } | |
| /* line 353, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-prepend .active, .input-append .active { | |
| background-color: #a9dba9; | |
| border-color: #46a546; | |
| } | |
| /* line 359, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-prepend .add-on { | |
| *margin-top: 1px; | |
| /* IE6-7 */ | |
| } | |
| /* line 364, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-append input, .input-append .uneditable-input { | |
| float: left; | |
| -webkit-border-radius: 3px 0 0 3px; | |
| -moz-border-radius: 3px 0 0 3px; | |
| border-radius: 3px 0 0 3px; | |
| } | |
| /* line 368, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-append .uneditable-input { | |
| border-right-color: #ccc; | |
| } | |
| /* line 371, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-append .add-on { | |
| margin-right: 0; | |
| margin-left: -1px; | |
| -webkit-border-radius: 0 3px 3px 0; | |
| -moz-border-radius: 0 3px 3px 0; | |
| border-radius: 0 3px 3px 0; | |
| } | |
| /* line 376, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-append input:first-child { | |
| *margin-left: -160px; | |
| } | |
| /* line 381, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .input-append input:first-child + .add-on { | |
| *margin-left: -21px; | |
| } | |
| /* line 392, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .search-query { | |
| padding-left: 14px; | |
| padding-right: 14px; | |
| margin-bottom: 0; | |
| -webkit-border-radius: 14px; | |
| -moz-border-radius: 14px; | |
| border-radius: 14px; | |
| } | |
| /* line 408, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .form-search input, .form-search textarea, .form-search select, .form-search .help-inline, .form-search .uneditable-input, .form-inline input, .form-inline textarea, .form-inline select, .form-inline .help-inline, .form-inline .uneditable-input, .form-horizontal input, .form-horizontal textarea, .form-horizontal select, .form-horizontal .help-inline, .form-horizontal .uneditable-input { | |
| display: inline-block; | |
| margin-bottom: 0; | |
| } | |
| /* line 413, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .form-search .hide, .form-inline .hide, .form-horizontal .hide { | |
| display: none; | |
| } | |
| /* line 415, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .form-search label, .form-inline label, .form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend { | |
| display: inline-block; | |
| } | |
| /* line 419, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .form-search .input-append .add-on, .form-inline .input-prepend .add-on, .form-search .input-append .add-on, .form-inline .input-prepend .add-on { | |
| vertical-align: middle; | |
| } | |
| /* line 423, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .form-search .radio, .form-inline .radio, .form-search .checkbox, .form-inline .checkbox { | |
| margin-bottom: 0; | |
| vertical-align: middle; | |
| } | |
| /* line 429, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .control-group { | |
| margin-bottom: 11.5px; | |
| } | |
| /* line 434, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| legend + .control-group { | |
| margin-top: 23px; | |
| -webkit-margin-top-collapse: separate; | |
| } | |
| /* line 444, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .form-horizontal .control-group { | |
| margin-bottom: 23px; | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .form-horizontal .control-group:before, .form-horizontal .control-group:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .form-horizontal .control-group:after { | |
| clear: both; | |
| } | |
| /* line 449, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .form-horizontal .control-label { | |
| float: left; | |
| width: 140px; | |
| padding-top: 5px; | |
| text-align: right; | |
| } | |
| /* line 456, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .form-horizontal .controls { | |
| margin-left: 160px; | |
| } | |
| /* line 460, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_forms.scss */ | |
| .form-horizontal .form-actions { | |
| padding-left: 160px; | |
| } | |
| /* line 10, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| table { | |
| max-width: 100%; | |
| border-collapse: collapse; | |
| border-spacing: 0; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| .table { | |
| width: 100%; | |
| margin-bottom: 23px; | |
| } | |
| /* line 23, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| .table th, .table td { | |
| padding: 8px; | |
| line-height: 23px; | |
| text-align: left; | |
| vertical-align: top; | |
| border-top: 1px solid #ddd; | |
| } | |
| /* line 30, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| .table th { | |
| font-weight: bold; | |
| } | |
| /* line 34, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| .table thead th { | |
| vertical-align: bottom; | |
| } | |
| /* line 38, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| .table thead:first-child tr th, .table thead:first-child tr td { | |
| border-top: 0; | |
| } | |
| /* line 42, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| .table tbody + tbody { | |
| border-top: 2px solid #ddd; | |
| } | |
| /* line 53, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| .table-condensed th, .table-condensed td { | |
| padding: 4px 5px; | |
| } | |
| /* line 62, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| .table-bordered { | |
| border: 1px solid #ddd; | |
| border-collapse: separate; | |
| *border-collapse: collapsed; | |
| -webkit-border-radius: 4px; | |
| -moz-border-radius: 4px; | |
| border-radius: 4px; | |
| } | |
| /* line 67, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| .table-bordered th + th, .table-bordered td + td, .table-bordered th + td, .table-bordered td + th { | |
| border-left: 1px solid #ddd; | |
| } | |
| /* line 71, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { | |
| border-top: 0; | |
| } | |
| /* line 75, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| .table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child { | |
| -webkit-border-radius: 4px 0 0 0; | |
| -moz-border-radius: 4px 0 0 0; | |
| border-radius: 4px 0 0 0; | |
| } | |
| /* line 78, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child { | |
| -webkit-border-radius: 0 4px 0 0; | |
| -moz-border-radius: 0 4px 0 0; | |
| border-radius: 0 4px 0 0; | |
| } | |
| /* line 82, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| .table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child { | |
| -webkit-border-radius: 0 0 0 4px; | |
| -moz-border-radius: 0 0 0 4px; | |
| border-radius: 0 0 0 4px; | |
| } | |
| /* line 85, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| .table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child { | |
| -webkit-border-radius: 0 0 4px 0; | |
| -moz-border-radius: 0 0 4px 0; | |
| border-radius: 0 0 4px 0; | |
| } | |
| /* line 97, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| .table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th { | |
| background-color: #f9f9f9; | |
| } | |
| /* line 108, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| .table tbody tr:hover td, .table tbody tr:hover th { | |
| background-color: #f5f5f5; | |
| } | |
| /* line 124, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| table .span1 { | |
| float: none; | |
| width: 44px; | |
| margin-left: 0; | |
| } | |
| /* line 124, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| table .span2 { | |
| float: none; | |
| width: 124px; | |
| margin-left: 0; | |
| } | |
| /* line 124, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| table .span3 { | |
| float: none; | |
| width: 204px; | |
| margin-left: 0; | |
| } | |
| /* line 124, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| table .span4 { | |
| float: none; | |
| width: 284px; | |
| margin-left: 0; | |
| } | |
| /* line 124, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| table .span5 { | |
| float: none; | |
| width: 364px; | |
| margin-left: 0; | |
| } | |
| /* line 124, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| table .span6 { | |
| float: none; | |
| width: 444px; | |
| margin-left: 0; | |
| } | |
| /* line 124, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| table .span7 { | |
| float: none; | |
| width: 524px; | |
| margin-left: 0; | |
| } | |
| /* line 124, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| table .span8 { | |
| float: none; | |
| width: 604px; | |
| margin-left: 0; | |
| } | |
| /* line 124, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| table .span9 { | |
| float: none; | |
| width: 684px; | |
| margin-left: 0; | |
| } | |
| /* line 124, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| table .span10 { | |
| float: none; | |
| width: 764px; | |
| margin-left: 0; | |
| } | |
| /* line 124, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| table .span11 { | |
| float: none; | |
| width: 844px; | |
| margin-left: 0; | |
| } | |
| /* line 124, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tables.scss */ | |
| table .span12 { | |
| float: none; | |
| width: 924px; | |
| margin-left: 0; | |
| } | |
| /* line 17, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| [class^="icon-"], [class*=" icon-"] { | |
| display: inline-block; | |
| width: 14px; | |
| height: 14px; | |
| line-height: 14px; | |
| vertical-align: text-top; | |
| background-image: url(/assets/glyphicons-halflings.png); | |
| background-position: 14px 14px; | |
| background-repeat: no-repeat; | |
| *margin-right: .3em; | |
| } | |
| /* line 67, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| [class^="icon-"]:last-child, [class*=" icon-"]:last-child { | |
| *margin-left: 0; | |
| } | |
| /* line 29, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-white { | |
| background-image: url(/assets/glyphicons-halflings-white.png); | |
| } | |
| /* line 33, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-glass { | |
| background-position: 0 0; | |
| } | |
| /* line 34, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-music { | |
| background-position: -24px 0; | |
| } | |
| /* line 35, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-search { | |
| background-position: -48px 0; | |
| } | |
| /* line 36, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-envelope { | |
| background-position: -72px 0; | |
| } | |
| /* line 37, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-heart { | |
| background-position: -96px 0; | |
| } | |
| /* line 38, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-star { | |
| background-position: -120px 0; | |
| } | |
| /* line 39, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-star-empty { | |
| background-position: -144px 0; | |
| } | |
| /* line 40, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-user { | |
| background-position: -168px 0; | |
| } | |
| /* line 41, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-film { | |
| background-position: -192px 0; | |
| } | |
| /* line 42, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-th-large { | |
| background-position: -216px 0; | |
| } | |
| /* line 43, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-th { | |
| background-position: -240px 0; | |
| } | |
| /* line 44, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-th-list { | |
| background-position: -264px 0; | |
| } | |
| /* line 45, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-ok { | |
| background-position: -288px 0; | |
| } | |
| /* line 46, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-remove { | |
| background-position: -312px 0; | |
| } | |
| /* line 47, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-zoom-in { | |
| background-position: -336px 0; | |
| } | |
| /* line 48, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-zoom-out { | |
| background-position: -360px 0; | |
| } | |
| /* line 49, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-off { | |
| background-position: -384px 0; | |
| } | |
| /* line 50, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-signal { | |
| background-position: -408px 0; | |
| } | |
| /* line 51, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-cog { | |
| background-position: -432px 0; | |
| } | |
| /* line 52, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-trash { | |
| background-position: -456px 0; | |
| } | |
| /* line 54, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-home { | |
| background-position: 0 -24px; | |
| } | |
| /* line 55, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-file { | |
| background-position: -24px -24px; | |
| } | |
| /* line 56, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-time { | |
| background-position: -48px -24px; | |
| } | |
| /* line 57, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-road { | |
| background-position: -72px -24px; | |
| } | |
| /* line 58, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-download-alt { | |
| background-position: -96px -24px; | |
| } | |
| /* line 59, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-download { | |
| background-position: -120px -24px; | |
| } | |
| /* line 60, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-upload { | |
| background-position: -144px -24px; | |
| } | |
| /* line 61, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-inbox { | |
| background-position: -168px -24px; | |
| } | |
| /* line 62, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-play-circle { | |
| background-position: -192px -24px; | |
| } | |
| /* line 63, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-repeat { | |
| background-position: -216px -24px; | |
| } | |
| /* line 64, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-refresh { | |
| background-position: -240px -24px; | |
| } | |
| /* line 65, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-list-alt { | |
| background-position: -264px -24px; | |
| } | |
| /* line 66, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-lock { | |
| background-position: -287px -24px; | |
| } | |
| /* line 67, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-flag { | |
| background-position: -312px -24px; | |
| } | |
| /* line 68, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-headphones { | |
| background-position: -336px -24px; | |
| } | |
| /* line 69, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-volume-off { | |
| background-position: -360px -24px; | |
| } | |
| /* line 70, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-volume-down { | |
| background-position: -384px -24px; | |
| } | |
| /* line 71, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-volume-up { | |
| background-position: -408px -24px; | |
| } | |
| /* line 72, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-qrcode { | |
| background-position: -432px -24px; | |
| } | |
| /* line 73, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-barcode { | |
| background-position: -456px -24px; | |
| } | |
| /* line 75, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-tag { | |
| background-position: 0 -48px; | |
| } | |
| /* line 76, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-tags { | |
| background-position: -25px -48px; | |
| } | |
| /* line 77, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-book { | |
| background-position: -48px -48px; | |
| } | |
| /* line 78, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-bookmark { | |
| background-position: -72px -48px; | |
| } | |
| /* line 79, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-print { | |
| background-position: -96px -48px; | |
| } | |
| /* line 80, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-camera { | |
| background-position: -120px -48px; | |
| } | |
| /* line 81, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-font { | |
| background-position: -144px -48px; | |
| } | |
| /* line 82, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-bold { | |
| background-position: -167px -48px; | |
| } | |
| /* line 83, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-italic { | |
| background-position: -192px -48px; | |
| } | |
| /* line 84, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-text-height { | |
| background-position: -216px -48px; | |
| } | |
| /* line 85, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-text-width { | |
| background-position: -240px -48px; | |
| } | |
| /* line 86, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-align-left { | |
| background-position: -264px -48px; | |
| } | |
| /* line 87, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-align-center { | |
| background-position: -288px -48px; | |
| } | |
| /* line 88, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-align-right { | |
| background-position: -312px -48px; | |
| } | |
| /* line 89, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-align-justify { | |
| background-position: -336px -48px; | |
| } | |
| /* line 90, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-list { | |
| background-position: -360px -48px; | |
| } | |
| /* line 91, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-indent-left { | |
| background-position: -384px -48px; | |
| } | |
| /* line 92, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-indent-right { | |
| background-position: -408px -48px; | |
| } | |
| /* line 93, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-facetime-video { | |
| background-position: -432px -48px; | |
| } | |
| /* line 94, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-picture { | |
| background-position: -456px -48px; | |
| } | |
| /* line 96, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-pencil { | |
| background-position: 0 -72px; | |
| } | |
| /* line 97, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-map-marker { | |
| background-position: -24px -72px; | |
| } | |
| /* line 98, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-adjust { | |
| background-position: -48px -72px; | |
| } | |
| /* line 99, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-tint { | |
| background-position: -72px -72px; | |
| } | |
| /* line 100, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-edit { | |
| background-position: -96px -72px; | |
| } | |
| /* line 101, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-share { | |
| background-position: -120px -72px; | |
| } | |
| /* line 102, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-check { | |
| background-position: -144px -72px; | |
| } | |
| /* line 103, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-move { | |
| background-position: -168px -72px; | |
| } | |
| /* line 104, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-step-backward { | |
| background-position: -192px -72px; | |
| } | |
| /* line 105, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-fast-backward { | |
| background-position: -216px -72px; | |
| } | |
| /* line 106, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-backward { | |
| background-position: -240px -72px; | |
| } | |
| /* line 107, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-play { | |
| background-position: -264px -72px; | |
| } | |
| /* line 108, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-pause { | |
| background-position: -288px -72px; | |
| } | |
| /* line 109, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-stop { | |
| background-position: -312px -72px; | |
| } | |
| /* line 110, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-forward { | |
| background-position: -336px -72px; | |
| } | |
| /* line 111, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-fast-forward { | |
| background-position: -360px -72px; | |
| } | |
| /* line 112, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-step-forward { | |
| background-position: -384px -72px; | |
| } | |
| /* line 113, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-eject { | |
| background-position: -408px -72px; | |
| } | |
| /* line 114, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-chevron-left { | |
| background-position: -432px -72px; | |
| } | |
| /* line 115, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-chevron-right { | |
| background-position: -456px -72px; | |
| } | |
| /* line 117, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-plus-sign { | |
| background-position: 0 -96px; | |
| } | |
| /* line 118, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-minus-sign { | |
| background-position: -24px -96px; | |
| } | |
| /* line 119, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-remove-sign { | |
| background-position: -48px -96px; | |
| } | |
| /* line 120, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-ok-sign { | |
| background-position: -72px -96px; | |
| } | |
| /* line 121, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-question-sign { | |
| background-position: -96px -96px; | |
| } | |
| /* line 122, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-info-sign { | |
| background-position: -120px -96px; | |
| } | |
| /* line 123, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-screenshot { | |
| background-position: -144px -96px; | |
| } | |
| /* line 124, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-remove-circle { | |
| background-position: -168px -96px; | |
| } | |
| /* line 125, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-ok-circle { | |
| background-position: -192px -96px; | |
| } | |
| /* line 126, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-ban-circle { | |
| background-position: -216px -96px; | |
| } | |
| /* line 127, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-arrow-left { | |
| background-position: -240px -96px; | |
| } | |
| /* line 128, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-arrow-right { | |
| background-position: -264px -96px; | |
| } | |
| /* line 129, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-arrow-up { | |
| background-position: -289px -96px; | |
| } | |
| /* line 130, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-arrow-down { | |
| background-position: -312px -96px; | |
| } | |
| /* line 131, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-share-alt { | |
| background-position: -336px -96px; | |
| } | |
| /* line 132, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-resize-full { | |
| background-position: -360px -96px; | |
| } | |
| /* line 133, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-resize-small { | |
| background-position: -384px -96px; | |
| } | |
| /* line 134, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-plus { | |
| background-position: -408px -96px; | |
| } | |
| /* line 135, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-minus { | |
| background-position: -433px -96px; | |
| } | |
| /* line 136, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-asterisk { | |
| background-position: -456px -96px; | |
| } | |
| /* line 138, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-exclamation-sign { | |
| background-position: 0 -120px; | |
| } | |
| /* line 139, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-gift { | |
| background-position: -24px -120px; | |
| } | |
| /* line 140, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-leaf { | |
| background-position: -48px -120px; | |
| } | |
| /* line 141, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-fire { | |
| background-position: -72px -120px; | |
| } | |
| /* line 142, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-eye-open { | |
| background-position: -96px -120px; | |
| } | |
| /* line 143, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-eye-close { | |
| background-position: -120px -120px; | |
| } | |
| /* line 144, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-warning-sign { | |
| background-position: -144px -120px; | |
| } | |
| /* line 145, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-plane { | |
| background-position: -168px -120px; | |
| } | |
| /* line 146, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-calendar { | |
| background-position: -192px -120px; | |
| } | |
| /* line 147, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-random { | |
| background-position: -216px -120px; | |
| } | |
| /* line 148, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-comment { | |
| background-position: -240px -120px; | |
| } | |
| /* line 149, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-magnet { | |
| background-position: -264px -120px; | |
| } | |
| /* line 150, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-chevron-up { | |
| background-position: -288px -120px; | |
| } | |
| /* line 151, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-chevron-down { | |
| background-position: -313px -119px; | |
| } | |
| /* line 152, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-retweet { | |
| background-position: -336px -120px; | |
| } | |
| /* line 153, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-shopping-cart { | |
| background-position: -360px -120px; | |
| } | |
| /* line 154, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-folder-close { | |
| background-position: -384px -120px; | |
| } | |
| /* line 155, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-folder-open { | |
| background-position: -408px -120px; | |
| } | |
| /* line 156, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-resize-vertical { | |
| background-position: -432px -119px; | |
| } | |
| /* line 157, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_sprites.scss */ | |
| .icon-resize-horizontal { | |
| background-position: -456px -118px; | |
| } | |
| /* line 5, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ | |
| .dropdown { | |
| position: relative; | |
| } | |
| /* line 8, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ | |
| .dropdown-toggle { | |
| *margin-bottom: -3px; | |
| } | |
| /* line 12, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ | |
| .dropdown-toggle:active, .open .dropdown-toggle { | |
| outline: 0; | |
| } | |
| /* line 16, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ | |
| .caret { | |
| display: inline-block; | |
| width: 0; | |
| height: 0; | |
| text-indent: -99999px; | |
| *text-indent: 0; | |
| vertical-align: top; | |
| border-left: 4px solid transparent; | |
| border-right: 4px solid transparent; | |
| border-top: 4px solid black; | |
| opacity: 0.3; | |
| filter: alpha(opacity=30); | |
| content: "\2193"; | |
| } | |
| /* line 31, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ | |
| .dropdown .caret { | |
| margin-top: 8px; | |
| margin-left: 2px; | |
| } | |
| /* line 35, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ | |
| .dropdown:hover .caret, .open.dropdown .caret { | |
| opacity: 1; | |
| filter: alpha(opacity=100); | |
| } | |
| /* line 39, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ | |
| .dropdown-menu { | |
| position: absolute; | |
| top: 100%; | |
| left: 0; | |
| z-index: 1000; | |
| float: left; | |
| display: none; | |
| min-width: 160px; | |
| _width: 160px; | |
| padding: 4px 0; | |
| margin: 0; | |
| list-style: none; | |
| background-color: white; | |
| border-color: #ccc; | |
| border-color: rgba(0, 0, 0, 0.2); | |
| border-style: solid; | |
| border-width: 1px; | |
| -webkit-border-radius: 0 0 5px 5px; | |
| -moz-border-radius: 0 0 5px 5px; | |
| border-radius: 0 0 5px 5px; | |
| -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | |
| -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | |
| box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | |
| -webkit-background-clip: padding-box; | |
| -moz-background-clip: padding; | |
| background-clip: padding-box; | |
| *border-right-width: 2px; | |
| *border-bottom-width: 2px; | |
| } | |
| /* line 65, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ | |
| .dropdown-menu.bottom-up { | |
| top: auto; | |
| bottom: 100%; | |
| margin-bottom: 2px; | |
| } | |
| /* line 72, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ | |
| .dropdown-menu .divider { | |
| height: 1px; | |
| margin: 5px 1px; | |
| overflow: hidden; | |
| background-color: #e5e5e5; | |
| border-bottom: 1px solid white; | |
| *width: 100%; | |
| *margin: -5px 0 5px; | |
| } | |
| /* line 88, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ | |
| .dropdown-menu a { | |
| display: block; | |
| padding: 3px 15px; | |
| clear: both; | |
| font-weight: normal; | |
| line-height: 23px; | |
| color: #555555; | |
| white-space: nowrap; | |
| } | |
| /* line 100, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ | |
| .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { | |
| color: white; | |
| text-decoration: none; | |
| background-color: #0088cc; | |
| } | |
| /* line 107, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ | |
| .dropdown.open { | |
| *z-index: 1000; | |
| } | |
| /* line 112, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ | |
| .dropdown.open .dropdown-toggle { | |
| color: white; | |
| background: #ccc; | |
| background: rgba(0, 0, 0, 0.3); | |
| } | |
| /* line 117, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ | |
| .dropdown.open .dropdown-menu { | |
| display: block; | |
| } | |
| /* line 123, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */ | |
| .typeahead { | |
| margin-top: 2px; | |
| -webkit-border-radius: 4px; | |
| -moz-border-radius: 4px; | |
| border-radius: 4px; | |
| } | |
| /* line 4, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_wells.scss */ | |
| .well { | |
| min-height: 20px; | |
| padding: 19px; | |
| margin-bottom: 20px; | |
| background-color: #f5f5f5; | |
| border: 1px solid #eee; | |
| border: 1px solid rgba(0, 0, 0, 0.05); | |
| -webkit-border-radius: 4px; | |
| -moz-border-radius: 4px; | |
| border-radius: 4px; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | |
| -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | |
| } | |
| /* line 13, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_wells.scss */ | |
| .well blockquote { | |
| border-color: #ddd; | |
| border-color: rgba(0, 0, 0, 0.15); | |
| } | |
| /* line 4, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_component-animations.scss */ | |
| .fade { | |
| -webkit-transition: opacity 0.15s linear; | |
| -moz-transition: opacity 0.15s linear; | |
| -ms-transition: opacity 0.15s linear; | |
| -o-transition: opacity 0.15s linear; | |
| transition: opacity 0.15s linear; | |
| opacity: 0; | |
| } | |
| /* line 7, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_component-animations.scss */ | |
| .fade.in { | |
| opacity: 1; | |
| } | |
| /* line 12, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_component-animations.scss */ | |
| .collapse { | |
| -webkit-transition: height 0.35s ease; | |
| -moz-transition: height 0.35s ease; | |
| -ms-transition: height 0.35s ease; | |
| -o-transition: height 0.35s ease; | |
| transition: height 0.35s ease; | |
| position: relative; | |
| overflow: hidden; | |
| height: 0; | |
| } | |
| /* line 17, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_component-animations.scss */ | |
| .collapse.in { | |
| height: auto; | |
| } | |
| /* line 4, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_close.scss */ | |
| .close { | |
| float: right; | |
| font-size: 20px; | |
| font-weight: bold; | |
| line-height: 23px; | |
| color: black; | |
| text-shadow: 0 1px 0 white; | |
| opacity: 0.2; | |
| filter: alpha(opacity=20); | |
| } | |
| /* line 12, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_close.scss */ | |
| .close:hover { | |
| color: black; | |
| text-decoration: none; | |
| opacity: 0.4; | |
| filter: alpha(opacity=40); | |
| cursor: pointer; | |
| } | |
| /* line 9, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn { | |
| display: inline-block; | |
| padding: 4px 10px 4px; | |
| margin-bottom: 0; | |
| font-size: 16px; | |
| line-height: 23px; | |
| color: #333333; | |
| text-align: center; | |
| text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); | |
| vertical-align: middle; | |
| background-color: #f5f5f5; | |
| background-image: -moz-linear-gradient(top, white, #e6e6e6); | |
| background-image: -ms-linear-gradient(top, white, #e6e6e6); | |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6)); | |
| background-image: -webkit-linear-gradient(top, white, #e6e6e6); | |
| background-image: -o-linear-gradient(top, white, #e6e6e6); | |
| background-image: linear-gradient(top, #ffffff, #e6e6e6); | |
| background-repeat: repeat-x; | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0); | |
| border-color: #e6e6e6 #e6e6e6 #bfbfbf; | |
| border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
| border: 1px solid #ccc; | |
| border-bottom-color: #bbb; | |
| -webkit-border-radius: 4px; | |
| -moz-border-radius: 4px; | |
| border-radius: 4px; | |
| -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); | |
| cursor: pointer; | |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
| *margin-left: .3em; | |
| } | |
| /* line 482, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { | |
| background-color: #e6e6e6; | |
| } | |
| /* line 487, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn:active, .btn.active { | |
| background-color: #cccccc \9; | |
| } | |
| /* line 59, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn:first-child { | |
| *margin-left: 0; | |
| } | |
| /* line 33, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn:hover { | |
| color: #333333; | |
| text-decoration: none; | |
| background-color: #e6e6e6; | |
| background-position: 0 -15px; | |
| -webkit-transition: background-position 0.1s linear; | |
| -moz-transition: background-position 0.1s linear; | |
| -ms-transition: background-position 0.1s linear; | |
| -o-transition: background-position 0.1s linear; | |
| transition: background-position 0.1s linear; | |
| } | |
| /* line 45, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn:focus { | |
| outline: thin dotted #333; | |
| outline: 5px auto -webkit-focus-ring-color; | |
| outline-offset: -2px; | |
| } | |
| /* line 50, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn.active, .btn:active { | |
| background-image: none; | |
| -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); | |
| -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); | |
| box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); | |
| background-color: #e6e6e6; | |
| background-color: #d9d9d9 \9; | |
| outline: 0; | |
| } | |
| /* line 60, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn.disabled, .btn[disabled] { | |
| cursor: default; | |
| background-image: none; | |
| background-color: #e6e6e6; | |
| opacity: 0.65; | |
| filter: alpha(opacity=65); | |
| -webkit-box-shadow: none; | |
| -moz-box-shadow: none; | |
| box-shadow: none; | |
| } | |
| /* line 73, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn-large { | |
| padding: 9px 14px; | |
| font-size: 18px; | |
| line-height: normal; | |
| -webkit-border-radius: 5px; | |
| -moz-border-radius: 5px; | |
| border-radius: 5px; | |
| } | |
| /* line 79, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn-large [class^="icon-"] { | |
| margin-top: 1px; | |
| } | |
| /* line 84, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn-small { | |
| padding: 5px 9px; | |
| font-size: 14px; | |
| line-height: 21px; | |
| } | |
| /* line 89, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn-small [class^="icon-"] { | |
| margin-top: -1px; | |
| } | |
| /* line 94, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn-mini { | |
| padding: 2px 6px; | |
| font-size: 14px; | |
| line-height: 19px; | |
| } | |
| /* line 106, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover { | |
| text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); | |
| color: white; | |
| } | |
| /* line 111, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active { | |
| color: rgba(255, 255, 255, 0.75); | |
| } | |
| /* line 117, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn-primary { | |
| background-color: #006ccc; | |
| background-image: -moz-linear-gradient(top, #0088cc, #0044cc); | |
| background-image: -ms-linear-gradient(top, #0088cc, #0044cc); | |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); | |
| background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); | |
| background-image: -o-linear-gradient(top, #0088cc, #0044cc); | |
| background-image: linear-gradient(top, #0088cc, #0044cc); | |
| background-repeat: repeat-x; | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0); | |
| border-color: #0044cc #0044cc #002a80; | |
| border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
| } | |
| /* line 482, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { | |
| background-color: #0044cc; | |
| } | |
| /* line 487, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn-primary:active, .btn-primary.active { | |
| background-color: #003399 \9; | |
| } | |
| /* line 121, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn-warning { | |
| background-color: #f9a732; | |
| background-image: -moz-linear-gradient(top, #fbb450, #f89406); | |
| background-image: -ms-linear-gradient(top, #fbb450, #f89406); | |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); | |
| background-image: -webkit-linear-gradient(top, #fbb450, #f89406); | |
| background-image: -o-linear-gradient(top, #fbb450, #f89406); | |
| background-image: linear-gradient(top, #fbb450, #f89406); | |
| background-repeat: repeat-x; | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0); | |
| border-color: #f89406 #f89406 #ad6704; | |
| border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
| } | |
| /* line 482, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] { | |
| background-color: #f89406; | |
| } | |
| /* line 487, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn-warning:active, .btn-warning.active { | |
| background-color: #c67605 \9; | |
| } | |
| /* line 125, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn-danger { | |
| background-color: #da4e49; | |
| background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); | |
| background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f); | |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); | |
| background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); | |
| background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); | |
| background-image: linear-gradient(top, #ee5f5b, #bd362f); | |
| background-repeat: repeat-x; | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0); | |
| border-color: #bd362f #bd362f #802420; | |
| border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
| } | |
| /* line 482, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { | |
| background-color: #bd362f; | |
| } | |
| /* line 487, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn-danger:active, .btn-danger.active { | |
| background-color: #942a25 \9; | |
| } | |
| /* line 129, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn-success { | |
| background-color: #5bb65b; | |
| background-image: -moz-linear-gradient(top, #62c462, #51a351); | |
| background-image: -ms-linear-gradient(top, #62c462, #51a351); | |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); | |
| background-image: -webkit-linear-gradient(top, #62c462, #51a351); | |
| background-image: -o-linear-gradient(top, #62c462, #51a351); | |
| background-image: linear-gradient(top, #62c462, #51a351); | |
| background-repeat: repeat-x; | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0); | |
| border-color: #51a351 #51a351 #387038; | |
| border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
| } | |
| /* line 482, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { | |
| background-color: #51a351; | |
| } | |
| /* line 487, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn-success:active, .btn-success.active { | |
| background-color: #408140 \9; | |
| } | |
| /* line 133, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn-info { | |
| background-color: #49afcd; | |
| background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); | |
| background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4); | |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); | |
| background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); | |
| background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); | |
| background-image: linear-gradient(top, #5bc0de, #2f96b4); | |
| background-repeat: repeat-x; | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0); | |
| border-color: #2f96b4 #2f96b4 #1f6377; | |
| border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
| } | |
| /* line 482, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] { | |
| background-color: #2f96b4; | |
| } | |
| /* line 487, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn-info:active, .btn-info.active { | |
| background-color: #24748c \9; | |
| } | |
| /* line 136, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| .btn-inverse { | |
| background-color: #383838; | |
| background-image: -moz-linear-gradient(top, #454545, #262626); | |
| background-image: -ms-linear-gradient(top, #454545, #262626); | |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#262626)); | |
| background-image: -webkit-linear-gradient(top, #454545, #262626); | |
| background-image: -o-linear-gradient(top, #454545, #262626); | |
| background-image: linear-gradient(top, #454545, #262626); | |
| background-repeat: repeat-x; | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF454545', endColorstr='#FF262626', GradientType=0); | |
| border-color: #262626 #262626 black; | |
| border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
| } | |
| /* line 482, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] { | |
| background-color: #262626; | |
| } | |
| /* line 487, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn-inverse:active, .btn-inverse.active { | |
| background-color: #0d0d0d \9; | |
| } | |
| /* line 144, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| button.btn, input[type="submit"].btn { | |
| *padding-top: 2px; | |
| *padding-bottom: 2px; | |
| } | |
| /* line 147, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner { | |
| padding: 0; | |
| border: 0; | |
| } | |
| /* line 155, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| button.btn.large, input[type="submit"].btn.large { | |
| *padding-top: 7px; | |
| *padding-bottom: 7px; | |
| } | |
| /* line 159, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_buttons.scss */ | |
| button.btn.small, input[type="submit"].btn.small { | |
| *padding-top: 3px; | |
| *padding-bottom: 3px; | |
| } | |
| /* line 6, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn-group { | |
| position: relative; | |
| *zoom: 1; | |
| *margin-left: .3em; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn-group:before, .btn-group:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn-group:after { | |
| clear: both; | |
| } | |
| /* line 59, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn-group:first-child { | |
| *margin-left: 0; | |
| } | |
| /* line 13, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn-group + .btn-group { | |
| margin-left: 5px; | |
| } | |
| /* line 18, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn-toolbar { | |
| margin-top: 11.5px; | |
| margin-bottom: 11.5px; | |
| } | |
| /* line 21, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn-toolbar .btn-group { | |
| display: inline-block; | |
| *display: inline; | |
| /* IE7 inline-block hack */ | |
| *zoom: 1; | |
| } | |
| /* line 28, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn-group .btn { | |
| position: relative; | |
| float: left; | |
| margin-left: -1px; | |
| -webkit-border-radius: 0; | |
| -moz-border-radius: 0; | |
| border-radius: 0; | |
| } | |
| /* line 35, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn-group .btn:first-child { | |
| margin-left: 0; | |
| -webkit-border-top-left-radius: 4px; | |
| -moz-border-radius-topleft: 4px; | |
| border-top-left-radius: 4px; | |
| -webkit-border-bottom-left-radius: 4px; | |
| -moz-border-radius-bottomleft: 4px; | |
| border-bottom-left-radius: 4px; | |
| } | |
| /* line 44, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn-group .btn:last-child, .btn-group .dropdown-toggle { | |
| -webkit-border-top-right-radius: 4px; | |
| -moz-border-radius-topright: 4px; | |
| border-top-right-radius: 4px; | |
| -webkit-border-bottom-right-radius: 4px; | |
| -moz-border-radius-bottomright: 4px; | |
| border-bottom-right-radius: 4px; | |
| } | |
| /* line 53, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn-group .btn.large:first-child { | |
| margin-left: 0; | |
| -webkit-border-top-left-radius: 6px; | |
| -moz-border-radius-topleft: 6px; | |
| border-top-left-radius: 6px; | |
| -webkit-border-bottom-left-radius: 6px; | |
| -moz-border-radius-bottomleft: 6px; | |
| border-bottom-left-radius: 6px; | |
| } | |
| /* line 62, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle { | |
| -webkit-border-top-right-radius: 6px; | |
| -moz-border-radius-topright: 6px; | |
| border-top-right-radius: 6px; | |
| -webkit-border-bottom-right-radius: 6px; | |
| -moz-border-radius-bottomright: 6px; | |
| border-bottom-right-radius: 6px; | |
| } | |
| /* line 72, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active, .btn-group .btn.active { | |
| z-index: 2; | |
| } | |
| /* line 77, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { | |
| outline: 0; | |
| } | |
| /* line 87, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn-group .dropdown-toggle { | |
| padding-left: 8px; | |
| padding-right: 8px; | |
| -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); | |
| -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); | |
| box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); | |
| *padding-top: 5px; | |
| *padding-bottom: 5px; | |
| } | |
| /* line 96, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn-group.open { | |
| *z-index: 1000; | |
| } | |
| /* line 102, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn-group.open .dropdown-menu { | |
| display: block; | |
| margin-top: 1px; | |
| -webkit-border-radius: 5px; | |
| -moz-border-radius: 5px; | |
| border-radius: 5px; | |
| } | |
| /* line 108, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn-group.open .dropdown-toggle { | |
| background-image: none; | |
| -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); | |
| -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); | |
| box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); | |
| } | |
| /* line 116, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn .caret { | |
| margin-top: 7px; | |
| margin-left: 0; | |
| } | |
| /* line 120, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn:hover .caret, .open.btn-group .caret { | |
| opacity: 1; | |
| filter: alpha(opacity=100); | |
| } | |
| /* line 127, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn-primary .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret { | |
| border-top-color: white; | |
| opacity: 0.75; | |
| filter: alpha(opacity=75); | |
| } | |
| /* line 134, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_button-groups.scss */ | |
| .btn-small .caret { | |
| margin-top: 4px; | |
| } | |
| /* line 5, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */ | |
| .alert { | |
| padding: 8px 35px 8px 14px; | |
| margin-bottom: 23px; | |
| text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); | |
| background-color: #fcf8e3; | |
| border: 1px solid #fbeed5; | |
| -webkit-border-radius: 4px; | |
| -moz-border-radius: 4px; | |
| border-radius: 4px; | |
| } | |
| /* line 13, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */ | |
| .alert, .alert-heading { | |
| color: #c09853; | |
| } | |
| /* line 18, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */ | |
| .alert .close { | |
| position: relative; | |
| top: -2px; | |
| right: -21px; | |
| line-height: 18px; | |
| } | |
| /* line 28, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */ | |
| .alert-success { | |
| background-color: #dff0d8; | |
| border-color: #d6e9c6; | |
| } | |
| /* line 32, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */ | |
| .alert-success, .alert-success .alert-heading { | |
| color: #468847; | |
| } | |
| /* line 35, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */ | |
| .alert-danger, .alert-error { | |
| background-color: #f2dede; | |
| border-color: #eed3d7; | |
| } | |
| /* line 39, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */ | |
| .alert-danger, .alert-error, .alert-danger .alert-heading, .alert-error .alert-heading { | |
| color: #b94a48; | |
| } | |
| /* line 42, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */ | |
| .alert-info { | |
| background-color: #d9edf7; | |
| border-color: #bce8f1; | |
| } | |
| /* line 46, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */ | |
| .alert-info, .alert-info .alert-heading { | |
| color: #3a87ad; | |
| } | |
| /* line 53, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */ | |
| .alert-block { | |
| padding-top: 14px; | |
| padding-bottom: 14px; | |
| } | |
| /* line 57, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */ | |
| .alert-block > p, .alert-block > ul { | |
| margin-bottom: 0; | |
| } | |
| /* line 60, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_alerts.scss */ | |
| .alert-block p + p { | |
| margin-top: 5px; | |
| } | |
| /* line 9, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav { | |
| margin-left: 0; | |
| margin-bottom: 23px; | |
| list-style: none; | |
| } | |
| /* line 16, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav > li > a { | |
| display: block; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav > li > a:hover { | |
| text-decoration: none; | |
| background-color: #eeeeee; | |
| } | |
| /* line 25, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav .nav-header { | |
| display: block; | |
| padding: 3px 15px; | |
| font-size: 11px; | |
| font-weight: bold; | |
| line-height: 23px; | |
| color: #999999; | |
| text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); | |
| text-transform: uppercase; | |
| } | |
| /* line 36, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav li + .nav-header { | |
| margin-top: 9px; | |
| } | |
| /* line 44, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-list { | |
| padding-left: 14px; | |
| padding-right: 14px; | |
| margin-bottom: 0; | |
| } | |
| /* line 49, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-list > li > a, .nav-list .nav-header { | |
| margin-left: -15px; | |
| margin-right: -15px; | |
| text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); | |
| } | |
| /* line 54, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-list > li > a { | |
| padding: 3px 15px; | |
| } | |
| /* line 57, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-list .active > a, .nav-list .active > a:hover { | |
| color: white; | |
| text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); | |
| background-color: #0088cc; | |
| } | |
| /* line 62, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-list [class^="icon-"] { | |
| margin-right: 2px; | |
| } | |
| /* line 72, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs, .nav-pills { | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .nav-tabs:before, .nav-tabs:after, .nav-pills:before, .nav-pills:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .nav-tabs:after, .nav-pills:after { | |
| clear: both; | |
| } | |
| /* line 75, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs > li, .nav-pills > li { | |
| float: left; | |
| } | |
| /* line 78, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs > li > a, .nav-pills > li > a { | |
| padding-right: 12px; | |
| padding-left: 12px; | |
| margin-right: 2px; | |
| line-height: 14px; | |
| } | |
| /* line 89, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs { | |
| border-bottom: 1px solid #ddd; | |
| } | |
| /* line 94, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs > li { | |
| margin-bottom: -1px; | |
| } | |
| /* line 99, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs > li > a { | |
| padding-top: 9px; | |
| padding-bottom: 9px; | |
| border: 1px solid transparent; | |
| -webkit-border-radius: 4px 4px 0 0; | |
| -moz-border-radius: 4px 4px 0 0; | |
| border-radius: 4px 4px 0 0; | |
| } | |
| /* line 104, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs > li > a:hover { | |
| border-color: #eeeeee #eeeeee #dddddd; | |
| } | |
| /* line 109, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs > .active > a, .nav-tabs > .active > a:hover { | |
| color: #555555; | |
| background-color: white; | |
| border: 1px solid #ddd; | |
| border-bottom-color: transparent; | |
| cursor: default; | |
| } | |
| /* line 121, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-pills > li > a { | |
| padding-top: 8px; | |
| padding-bottom: 8px; | |
| margin-top: 2px; | |
| margin-bottom: 2px; | |
| -webkit-border-radius: 5px; | |
| -moz-border-radius: 5px; | |
| border-radius: 5px; | |
| } | |
| /* line 130, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-pills .active > a, .nav-pills .active > a:hover { | |
| color: white; | |
| background-color: #0088cc; | |
| } | |
| /* line 141, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-stacked > li { | |
| float: none; | |
| } | |
| /* line 144, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-stacked > li > a { | |
| margin-right: 0; | |
| } | |
| /* line 149, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs.nav-stacked { | |
| border-bottom: 0; | |
| } | |
| /* line 152, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs.nav-stacked > li > a { | |
| border: 1px solid #ddd; | |
| -webkit-border-radius: 0; | |
| -moz-border-radius: 0; | |
| border-radius: 0; | |
| } | |
| /* line 156, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs.nav-stacked > li:first-child > a { | |
| -webkit-border-radius: 4px 4px 0 0; | |
| -moz-border-radius: 4px 4px 0 0; | |
| border-radius: 4px 4px 0 0; | |
| } | |
| /* line 159, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs.nav-stacked > li:last-child > a { | |
| -webkit-border-radius: 0 0 4px 4px; | |
| -moz-border-radius: 0 0 4px 4px; | |
| border-radius: 0 0 4px 4px; | |
| } | |
| /* line 162, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs.nav-stacked > li > a:hover { | |
| border-color: #ddd; | |
| z-index: 2; | |
| } | |
| /* line 168, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-pills.nav-stacked > li > a { | |
| margin-bottom: 3px; | |
| } | |
| /* line 171, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-pills.nav-stacked > li:last-child > a { | |
| margin-bottom: 1px; | |
| } | |
| /* line 181, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu { | |
| margin-top: 1px; | |
| border-width: 1px; | |
| } | |
| /* line 185, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-pills .dropdown-menu { | |
| -webkit-border-radius: 4px; | |
| -moz-border-radius: 4px; | |
| border-radius: 4px; | |
| } | |
| /* line 192, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret { | |
| border-top-color: #0088cc; | |
| margin-top: 6px; | |
| } | |
| /* line 196, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret { | |
| border-top-color: #005580; | |
| } | |
| /* line 202, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret { | |
| border-top-color: #333333; | |
| } | |
| /* line 208, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav > .dropdown.active > a:hover { | |
| color: black; | |
| cursor: pointer; | |
| } | |
| /* line 215, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover { | |
| color: white; | |
| background-color: #999999; | |
| border-color: #999999; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret { | |
| border-top-color: white; | |
| opacity: 1; | |
| filter: alpha(opacity=100); | |
| } | |
| /* line 226, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabs-stacked .open > a:hover { | |
| border-color: #999999; | |
| } | |
| /* line 240, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabbable { | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .tabbable:before, .tabbable:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .tabbable:after { | |
| clear: both; | |
| } | |
| /* line 243, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tab-content { | |
| overflow: hidden; | |
| } | |
| /* line 248, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs { | |
| border-bottom: 0; | |
| } | |
| /* line 253, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tab-content > .tab-pane, .pill-content > .pill-pane { | |
| display: none; | |
| } | |
| /* line 256, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tab-content > .active, .pill-content > .active { | |
| display: block; | |
| } | |
| /* line 264, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabs-below .nav-tabs { | |
| border-top: 1px solid #ddd; | |
| } | |
| /* line 267, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabs-below .nav-tabs > li { | |
| margin-top: -1px; | |
| margin-bottom: 0; | |
| } | |
| /* line 271, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabs-below .nav-tabs > li > a { | |
| -webkit-border-radius: 0 0 4px 4px; | |
| -moz-border-radius: 0 0 4px 4px; | |
| border-radius: 0 0 4px 4px; | |
| } | |
| /* line 273, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabs-below .nav-tabs > li > a:hover { | |
| border-bottom-color: transparent; | |
| border-top-color: #ddd; | |
| } | |
| /* line 278, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabs-below .nav-tabs .active > a, .tabs-below .nav-tabs .active > a:hover { | |
| border-color: transparent #ddd #ddd #ddd; | |
| } | |
| /* line 286, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li { | |
| float: none; | |
| } | |
| /* line 289, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a { | |
| min-width: 74px; | |
| margin-right: 0; | |
| margin-bottom: 3px; | |
| } | |
| /* line 296, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabs-left .nav-tabs { | |
| float: left; | |
| margin-right: 19px; | |
| border-right: 1px solid #ddd; | |
| } | |
| /* line 301, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabs-left .nav-tabs > li > a { | |
| margin-right: -1px; | |
| -webkit-border-radius: 4px 0 0 4px; | |
| -moz-border-radius: 4px 0 0 4px; | |
| border-radius: 4px 0 0 4px; | |
| } | |
| /* line 305, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabs-left .nav-tabs > li > a:hover { | |
| border-color: #eeeeee #dddddd #eeeeee #eeeeee; | |
| } | |
| /* line 308, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover { | |
| border-color: #ddd transparent #ddd #ddd; | |
| *border-right-color: white; | |
| } | |
| /* line 314, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabs-right .nav-tabs { | |
| float: right; | |
| margin-left: 19px; | |
| border-left: 1px solid #ddd; | |
| } | |
| /* line 319, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabs-right .nav-tabs > li > a { | |
| margin-left: -1px; | |
| -webkit-border-radius: 0 4px 4px 0; | |
| -moz-border-radius: 0 4px 4px 0; | |
| border-radius: 0 4px 4px 0; | |
| } | |
| /* line 323, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabs-right .nav-tabs > li > a:hover { | |
| border-color: #eeeeee #eeeeee #eeeeee #dddddd; | |
| } | |
| /* line 326, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navs.scss */ | |
| .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active > a:hover { | |
| border-color: #ddd #ddd #ddd transparent; | |
| *border-left-color: white; | |
| } | |
| /* line 8, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar { | |
| overflow: visible; | |
| margin-bottom: 23px; | |
| } | |
| /* line 14, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar-inner { | |
| padding-left: 20px; | |
| padding-right: 20px; | |
| background-color: #f8f8f8; | |
| background-image: -moz-linear-gradient(top, white, #eeeeee); | |
| background-image: -ms-linear-gradient(top, white, #eeeeee); | |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#eeeeee)); | |
| background-image: -webkit-linear-gradient(top, white, #eeeeee); | |
| background-image: -o-linear-gradient(top, white, #eeeeee); | |
| background-image: linear-gradient(top, #ffffff, #eeeeee); | |
| background-repeat: repeat-x; | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); | |
| -webkit-border-radius: 4px; | |
| -moz-border-radius: 4px; | |
| border-radius: 4px; | |
| -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); | |
| -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); | |
| box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); | |
| } | |
| /* line 24, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .btn-navbar { | |
| display: none; | |
| float: right; | |
| padding: 7px 10px; | |
| margin-left: 5px; | |
| margin-right: 5px; | |
| background-color: #f8f8f8; | |
| background-image: -moz-linear-gradient(top, white, #eeeeee); | |
| background-image: -ms-linear-gradient(top, white, #eeeeee); | |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#eeeeee)); | |
| background-image: -webkit-linear-gradient(top, white, #eeeeee); | |
| background-image: -o-linear-gradient(top, white, #eeeeee); | |
| background-image: linear-gradient(top, #ffffff, #eeeeee); | |
| background-repeat: repeat-x; | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); | |
| border-color: #eeeeee #eeeeee #c8c8c8; | |
| border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
| -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); | |
| -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); | |
| box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); | |
| } | |
| /* line 482, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn-navbar:hover, .btn-navbar:active, .btn-navbar.active, .btn-navbar.disabled, .btn-navbar[disabled] { | |
| background-color: #eeeeee; | |
| } | |
| /* line 487, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .btn-navbar:active, .btn-navbar.active { | |
| background-color: #d4d4d4 \9; | |
| } | |
| /* line 34, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .btn-navbar .icon-bar { | |
| display: block; | |
| width: 18px; | |
| height: 2px; | |
| background-color: #f5f5f5; | |
| -webkit-border-radius: 1px; | |
| -moz-border-radius: 1px; | |
| border-radius: 1px; | |
| -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); | |
| -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); | |
| box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); | |
| } | |
| /* line 42, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .btn-navbar .icon-bar + .icon-bar { | |
| margin-top: 3px; | |
| } | |
| /* line 46, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .nav-collapse.collapse { | |
| height: auto; | |
| } | |
| /* line 54, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .brand:hover { | |
| text-decoration: none; | |
| } | |
| /* line 58, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .brand { | |
| float: left; | |
| display: block; | |
| padding: 8px 20px 12px; | |
| margin-left: -20px; | |
| font-size: 20px; | |
| font-weight: 200; | |
| line-height: 1; | |
| color: white; | |
| } | |
| /* line 69, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .navbar-text { | |
| margin-bottom: 0; | |
| line-height: 40px; | |
| color: #555555; | |
| } | |
| /* line 73, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .navbar-text a:hover { | |
| color: white; | |
| background-color: transparent; | |
| } | |
| /* line 79, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .btn, .navbar .btn-group { | |
| margin-top: 5px; | |
| } | |
| /* line 82, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .btn-group .btn { | |
| margin-top: 0; | |
| } | |
| /* line 88, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar-form { | |
| margin-bottom: 0; | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .navbar-form:before, .navbar-form:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .navbar-form:after { | |
| clear: both; | |
| } | |
| /* line 91, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar-form input, .navbar-form select { | |
| display: inline-block; | |
| margin-top: 5px; | |
| margin-bottom: 0; | |
| } | |
| /* line 96, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar-form .radio, .navbar-form .checkbox { | |
| margin-top: 5px; | |
| } | |
| /* line 99, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] { | |
| margin-top: 3px; | |
| } | |
| /* line 102, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar-form .input-append, .navbar-form .input-prepend { | |
| margin-top: 6px; | |
| white-space: nowrap; | |
| } | |
| /* line 105, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar-form .input-append input, .navbar-form .input-prepend input { | |
| margin-top: 0; | |
| } | |
| /* line 112, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar-search { | |
| position: relative; | |
| float: left; | |
| margin-top: 6px; | |
| margin-bottom: 0; | |
| } | |
| /* line 117, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar-search .search-query { | |
| padding: 4px 9px; | |
| font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
| font-size: 13px; | |
| font-weight: normal; | |
| line-height: 1; | |
| color: white; | |
| color: rgba(255, 255, 255, 0.75); | |
| background: #666; | |
| background: rgba(255, 255, 255, 0.3); | |
| border: 1px solid #111; | |
| -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); | |
| -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); | |
| box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15); | |
| -webkit-transition: none; | |
| -moz-transition: none; | |
| -ms-transition: none; | |
| -o-transition: none; | |
| transition: none; | |
| } | |
| /* line 85, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .navbar-search .search-query :-moz-placeholder { | |
| color: #eeeeee; | |
| } | |
| /* line 88, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .navbar-search .search-query ::-webkit-input-placeholder { | |
| color: #eeeeee; | |
| } | |
| /* line 133, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar-search .search-query:hover { | |
| color: white; | |
| background-color: #999999; | |
| background-color: rgba(255, 255, 255, 0.5); | |
| } | |
| /* line 139, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar-search .search-query:focus, .navbar-search .search-query.focused { | |
| padding: 5px 10px; | |
| color: #333333; | |
| text-shadow: 0 1px 0 white; | |
| background-color: white; | |
| border: 0; | |
| -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); | |
| -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); | |
| box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); | |
| outline: 0; | |
| } | |
| /* line 155, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar-fixed-top { | |
| position: fixed; | |
| top: 0; | |
| right: 0; | |
| left: 0; | |
| z-index: 1030; | |
| } | |
| /* line 162, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar-fixed-top .navbar-inner { | |
| padding-left: 0; | |
| padding-right: 0; | |
| -webkit-border-radius: 0; | |
| -moz-border-radius: 0; | |
| border-radius: 0; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .nav { | |
| position: relative; | |
| left: 0; | |
| display: block; | |
| float: left; | |
| margin: 0 10px 0 0; | |
| } | |
| /* line 179, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .nav.pull-right { | |
| float: right; | |
| } | |
| /* line 182, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .nav > li { | |
| display: block; | |
| float: left; | |
| } | |
| /* line 188, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .nav > li > a { | |
| float: none; | |
| padding: 10px 10px 11px; | |
| line-height: 19px; | |
| color: #555555; | |
| text-decoration: none; | |
| text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); | |
| } | |
| /* line 197, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .nav > li > a:hover { | |
| background-color: transparent; | |
| color: black; | |
| text-decoration: none; | |
| } | |
| /* line 204, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .nav .active > a, .navbar .nav .active > a:hover { | |
| color: black; | |
| text-decoration: none; | |
| background-color: #eeeeee; | |
| } | |
| /* line 211, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .divider-vertical { | |
| height: 40px; | |
| width: 1px; | |
| margin: 0 9px; | |
| overflow: hidden; | |
| background-color: #eeeeee; | |
| border-right: 1px solid white; | |
| } | |
| /* line 221, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .nav.pull-right { | |
| margin-left: 10px; | |
| margin-right: 0; | |
| } | |
| /* line 232, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .dropdown-menu { | |
| margin-top: 1px; | |
| -webkit-border-radius: 4px; | |
| -moz-border-radius: 4px; | |
| border-radius: 4px; | |
| } | |
| /* line 235, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .dropdown-menu:before { | |
| content: ''; | |
| display: inline-block; | |
| border-left: 7px solid transparent; | |
| border-right: 7px solid transparent; | |
| border-bottom: 7px solid #ccc; | |
| border-bottom-color: rgba(0, 0, 0, 0.2); | |
| position: absolute; | |
| top: -7px; | |
| left: 9px; | |
| } | |
| /* line 246, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .dropdown-menu:after { | |
| content: ''; | |
| display: inline-block; | |
| border-left: 6px solid transparent; | |
| border-right: 6px solid transparent; | |
| border-bottom: 6px solid white; | |
| position: absolute; | |
| top: -6px; | |
| left: 10px; | |
| } | |
| /* line 259, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret { | |
| border-top-color: white; | |
| } | |
| /* line 262, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .nav .active .caret { | |
| opacity: 1; | |
| filter: alpha(opacity=100); | |
| } | |
| /* line 267, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle { | |
| background-color: transparent; | |
| } | |
| /* line 272, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .nav .active > .dropdown-toggle:hover { | |
| color: white; | |
| } | |
| /* line 277, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .nav.pull-right .dropdown-menu { | |
| left: auto; | |
| right: 0; | |
| } | |
| /* line 280, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .nav.pull-right .dropdown-menu:before { | |
| left: auto; | |
| right: 12px; | |
| } | |
| /* line 284, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_navbar.scss */ | |
| .navbar .nav.pull-right .dropdown-menu:after { | |
| left: auto; | |
| right: 13px; | |
| } | |
| /* line 4, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */ | |
| .breadcrumb { | |
| padding: 7px 14px; | |
| margin: 0 0 23px; | |
| background-color: #fbfbfb; | |
| background-image: -moz-linear-gradient(top, white, #f5f5f5); | |
| background-image: -ms-linear-gradient(top, white, #f5f5f5); | |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f5f5f5)); | |
| background-image: -webkit-linear-gradient(top, white, #f5f5f5); | |
| background-image: -o-linear-gradient(top, white, #f5f5f5); | |
| background-image: linear-gradient(top, #ffffff, #f5f5f5); | |
| background-repeat: repeat-x; | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF5F5F5', GradientType=0); | |
| border: 1px solid #ddd; | |
| -webkit-border-radius: 3px; | |
| -moz-border-radius: 3px; | |
| border-radius: 3px; | |
| -webkit-box-shadow: inset 0 1px 0 white; | |
| -moz-box-shadow: inset 0 1px 0 white; | |
| box-shadow: inset 0 1px 0 white; | |
| } | |
| /* line 11, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */ | |
| .breadcrumb li { | |
| display: inline-block; | |
| text-shadow: 0 1px 0 white; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */ | |
| .breadcrumb .divider { | |
| padding: 0 5px; | |
| color: #999999; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */ | |
| .breadcrumb .active a { | |
| color: #333333; | |
| } | |
| /* line 4, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */ | |
| .pagination { | |
| height: 46px; | |
| margin: 23px 0; | |
| } | |
| /* line 8, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */ | |
| .pagination ul { | |
| display: inline-block; | |
| *display: inline; | |
| /* IE7 inline-block hack */ | |
| *zoom: 1; | |
| margin-left: 0; | |
| margin-bottom: 0; | |
| -webkit-border-radius: 3px; | |
| -moz-border-radius: 3px; | |
| border-radius: 3px; | |
| -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); | |
| -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); | |
| box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); | |
| } | |
| /* line 16, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */ | |
| .pagination li { | |
| display: inline; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */ | |
| .pagination a { | |
| float: left; | |
| padding: 0 14px; | |
| line-height: 44px; | |
| text-decoration: none; | |
| border: 1px solid #ddd; | |
| border-left-width: 0; | |
| } | |
| /* line 27, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */ | |
| .pagination a:hover, .pagination .active a { | |
| background-color: #f5f5f5; | |
| } | |
| /* line 30, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */ | |
| .pagination .active a { | |
| color: #999999; | |
| cursor: default; | |
| } | |
| /* line 34, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */ | |
| .pagination .disabled a, .pagination .disabled a:hover { | |
| color: #999999; | |
| background-color: transparent; | |
| cursor: default; | |
| } | |
| /* line 39, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */ | |
| .pagination li:first-child a { | |
| border-left-width: 1px; | |
| -webkit-border-radius: 3px 0 0 3px; | |
| -moz-border-radius: 3px 0 0 3px; | |
| border-radius: 3px 0 0 3px; | |
| } | |
| /* line 43, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */ | |
| .pagination li:last-child a { | |
| -webkit-border-radius: 0 3px 3px 0; | |
| -moz-border-radius: 0 3px 3px 0; | |
| border-radius: 0 3px 3px 0; | |
| } | |
| /* line 48, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */ | |
| .pagination-centered { | |
| text-align: center; | |
| } | |
| /* line 51, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_pagination.scss */ | |
| .pagination-right { | |
| text-align: right; | |
| } | |
| /* line 4, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_pager.scss */ | |
| .pager { | |
| margin-left: 0; | |
| margin-bottom: 23px; | |
| list-style: none; | |
| text-align: center; | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .pager:before, .pager:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .pager:after { | |
| clear: both; | |
| } | |
| /* line 11, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_pager.scss */ | |
| .pager li { | |
| display: inline; | |
| } | |
| /* line 14, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_pager.scss */ | |
| .pager a { | |
| display: inline-block; | |
| padding: 5px 14px; | |
| background-color: #fff; | |
| border: 1px solid #ddd; | |
| -webkit-border-radius: 15px; | |
| -moz-border-radius: 15px; | |
| border-radius: 15px; | |
| } | |
| /* line 21, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_pager.scss */ | |
| .pager a:hover { | |
| text-decoration: none; | |
| background-color: #f5f5f5; | |
| } | |
| /* line 25, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_pager.scss */ | |
| .pager .next a { | |
| float: right; | |
| } | |
| /* line 28, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_pager.scss */ | |
| .pager .previous a { | |
| float: left; | |
| } | |
| /* line 6, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_modals.scss */ | |
| .modal-open .dropdown-menu { | |
| z-index: 2050; | |
| } | |
| /* line 7, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_modals.scss */ | |
| .modal-open .dropdown.open { | |
| *z-index: 2050; | |
| } | |
| /* line 8, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_modals.scss */ | |
| .modal-open .popover { | |
| z-index: 2060; | |
| } | |
| /* line 9, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_modals.scss */ | |
| .modal-open .tooltip { | |
| z-index: 2070; | |
| } | |
| /* line 13, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_modals.scss */ | |
| .modal-backdrop { | |
| position: fixed; | |
| top: 0; | |
| right: 0; | |
| bottom: 0; | |
| left: 0; | |
| z-index: 1040; | |
| background-color: black; | |
| } | |
| /* line 22, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_modals.scss */ | |
| .modal-backdrop.fade { | |
| opacity: 0; | |
| } | |
| /* line 25, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_modals.scss */ | |
| .modal-backdrop, .modal-backdrop.fade.in { | |
| opacity: 0.8; | |
| filter: alpha(opacity=80); | |
| } | |
| /* line 30, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_modals.scss */ | |
| .modal { | |
| position: fixed; | |
| top: 50%; | |
| left: 50%; | |
| z-index: 1050; | |
| max-height: 500px; | |
| overflow: auto; | |
| width: 560px; | |
| margin: -250px 0 0 -280px; | |
| background-color: white; | |
| border: 1px solid #999; | |
| border: 1px solid rgba(0, 0, 0, 0.3); | |
| *border: 1px solid #999; | |
| /* IE6-7 */ | |
| -webkit-border-radius: 6px; | |
| -moz-border-radius: 6px; | |
| border-radius: 6px; | |
| -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); | |
| -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); | |
| box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); | |
| -webkit-background-clip: padding-box; | |
| -moz-background-clip: padding-box; | |
| background-clip: padding-box; | |
| } | |
| /* line 46, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_modals.scss */ | |
| .modal.fade { | |
| -webkit-transition: opacity 0.3s linear, top 0.3s ease-out; | |
| -moz-transition: opacity 0.3s linear, top 0.3s ease-out; | |
| -ms-transition: opacity 0.3s linear, top 0.3s ease-out; | |
| -o-transition: opacity 0.3s linear, top 0.3s ease-out; | |
| transition: opacity 0.3s linear, top 0.3s ease-out; | |
| top: -25%; | |
| } | |
| /* line 51, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_modals.scss */ | |
| .modal.fade.in { | |
| top: 50%; | |
| } | |
| /* line 53, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_modals.scss */ | |
| .modal-header { | |
| padding: 9px 15px; | |
| border-bottom: 1px solid #eee; | |
| } | |
| /* line 57, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_modals.scss */ | |
| .modal-header .close { | |
| margin-top: 2px; | |
| } | |
| /* line 61, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_modals.scss */ | |
| .modal-body { | |
| padding: 15px; | |
| } | |
| /* line 65, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_modals.scss */ | |
| .modal-body .modal-form { | |
| margin-bottom: 0; | |
| } | |
| /* line 70, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_modals.scss */ | |
| .modal-footer { | |
| padding: 14px 15px 15px; | |
| margin-bottom: 0; | |
| background-color: #f5f5f5; | |
| border-top: 1px solid #ddd; | |
| -webkit-border-radius: 0 0 6px 6px; | |
| -moz-border-radius: 0 0 6px 6px; | |
| border-radius: 0 0 6px 6px; | |
| -webkit-box-shadow: inset 0 1px 0 white; | |
| -moz-box-shadow: inset 0 1px 0 white; | |
| box-shadow: inset 0 1px 0 white; | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .modal-footer:before, .modal-footer:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .modal-footer:after { | |
| clear: both; | |
| } | |
| /* line 78, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_modals.scss */ | |
| .modal-footer .btn { | |
| float: right; | |
| margin-left: 5px; | |
| margin-bottom: 0; | |
| } | |
| /* line 4, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ | |
| .tooltip { | |
| position: absolute; | |
| z-index: 1020; | |
| display: block; | |
| visibility: visible; | |
| padding: 5px; | |
| font-size: 11px; | |
| opacity: 0; | |
| filter: alpha(opacity=0); | |
| } | |
| /* line 12, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ | |
| .tooltip.in { | |
| opacity: 0.8; | |
| filter: alpha(opacity=80); | |
| } | |
| /* line 13, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ | |
| .tooltip.top { | |
| margin-top: -2px; | |
| } | |
| /* line 14, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ | |
| .tooltip.right { | |
| margin-left: 2px; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ | |
| .tooltip.bottom { | |
| margin-top: 2px; | |
| } | |
| /* line 16, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ | |
| .tooltip.left { | |
| margin-left: -2px; | |
| } | |
| /* line 17, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ | |
| .tooltip.top .tooltip-arrow { | |
| bottom: 0; | |
| left: 50%; | |
| margin-left: -5px; | |
| border-left: 5px solid transparent; | |
| border-right: 5px solid transparent; | |
| border-top: 5px solid black; | |
| } | |
| /* line 18, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ | |
| .tooltip.left .tooltip-arrow { | |
| top: 50%; | |
| right: 0; | |
| margin-top: -5px; | |
| border-top: 5px solid transparent; | |
| border-bottom: 5px solid transparent; | |
| border-left: 5px solid black; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ | |
| .tooltip.bottom .tooltip-arrow { | |
| top: 0; | |
| left: 50%; | |
| margin-left: -5px; | |
| border-left: 5px solid transparent; | |
| border-right: 5px solid transparent; | |
| border-bottom: 5px solid black; | |
| } | |
| /* line 20, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ | |
| .tooltip.right .tooltip-arrow { | |
| top: 50%; | |
| left: 0; | |
| margin-top: -5px; | |
| border-top: 5px solid transparent; | |
| border-bottom: 5px solid transparent; | |
| border-right: 5px solid black; | |
| } | |
| /* line 22, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ | |
| .tooltip-inner { | |
| max-width: 200px; | |
| padding: 3px 8px; | |
| color: white; | |
| text-align: center; | |
| text-decoration: none; | |
| background-color: black; | |
| -webkit-border-radius: 4px; | |
| -moz-border-radius: 4px; | |
| border-radius: 4px; | |
| } | |
| /* line 31, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_tooltip.scss */ | |
| .tooltip-arrow { | |
| position: absolute; | |
| width: 0; | |
| height: 0; | |
| } | |
| /* line 4, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */ | |
| .popover { | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| z-index: 1010; | |
| display: none; | |
| padding: 5px; | |
| } | |
| /* line 11, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */ | |
| .popover.top { | |
| margin-top: -5px; | |
| } | |
| /* line 12, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */ | |
| .popover.right { | |
| margin-left: 5px; | |
| } | |
| /* line 13, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */ | |
| .popover.bottom { | |
| margin-top: 5px; | |
| } | |
| /* line 14, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */ | |
| .popover.left { | |
| margin-left: -5px; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */ | |
| .popover.top .arrow { | |
| bottom: 0; | |
| left: 50%; | |
| margin-left: -5px; | |
| border-left: 5px solid transparent; | |
| border-right: 5px solid transparent; | |
| border-top: 5px solid black; | |
| } | |
| /* line 16, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */ | |
| .popover.right .arrow { | |
| top: 50%; | |
| left: 0; | |
| margin-top: -5px; | |
| border-top: 5px solid transparent; | |
| border-bottom: 5px solid transparent; | |
| border-right: 5px solid black; | |
| } | |
| /* line 17, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */ | |
| .popover.bottom .arrow { | |
| top: 0; | |
| left: 50%; | |
| margin-left: -5px; | |
| border-left: 5px solid transparent; | |
| border-right: 5px solid transparent; | |
| border-bottom: 5px solid black; | |
| } | |
| /* line 18, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */ | |
| .popover.left .arrow { | |
| top: 50%; | |
| right: 0; | |
| margin-top: -5px; | |
| border-top: 5px solid transparent; | |
| border-bottom: 5px solid transparent; | |
| border-left: 5px solid black; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */ | |
| .popover .arrow { | |
| position: absolute; | |
| width: 0; | |
| height: 0; | |
| } | |
| /* line 25, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */ | |
| .popover-inner { | |
| padding: 3px; | |
| width: 280px; | |
| overflow: hidden; | |
| background: black; | |
| background: rgba(0, 0, 0, 0.8); | |
| -webkit-border-radius: 6px; | |
| -moz-border-radius: 6px; | |
| border-radius: 6px; | |
| -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); | |
| -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); | |
| box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); | |
| } | |
| /* line 34, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */ | |
| .popover-title { | |
| padding: 9px 15px; | |
| line-height: 1; | |
| background-color: #f5f5f5; | |
| border-bottom: 1px solid #eee; | |
| -webkit-border-radius: 3px 3px 0 0; | |
| -moz-border-radius: 3px 3px 0 0; | |
| border-radius: 3px 3px 0 0; | |
| } | |
| /* line 41, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */ | |
| .popover-content { | |
| padding: 14px; | |
| background-color: white; | |
| -webkit-border-radius: 0 0 3px 3px; | |
| -moz-border-radius: 0 0 3px 3px; | |
| border-radius: 0 0 3px 3px; | |
| -webkit-background-clip: padding-box; | |
| -moz-background-clip: padding-box; | |
| background-clip: padding-box; | |
| } | |
| /* line 46, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_popovers.scss */ | |
| .popover-content p, .popover-content ul, .popover-content ol { | |
| margin-bottom: 0; | |
| } | |
| /* line 4, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */ | |
| .thumbnails { | |
| margin-left: -20px; | |
| list-style: none; | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .thumbnails:before, .thumbnails:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .thumbnails:after { | |
| clear: both; | |
| } | |
| /* line 9, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */ | |
| .thumbnails > li { | |
| float: left; | |
| margin: 0 0 23px 20px; | |
| } | |
| /* line 13, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */ | |
| .thumbnail { | |
| display: block; | |
| padding: 4px; | |
| line-height: 1; | |
| border: 1px solid #ddd; | |
| -webkit-border-radius: 4px; | |
| -moz-border-radius: 4px; | |
| border-radius: 4px; | |
| -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); | |
| -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); | |
| box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); | |
| } | |
| /* line 22, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */ | |
| a.thumbnail:hover { | |
| border-color: #0088cc; | |
| -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); | |
| -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); | |
| box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); | |
| } | |
| /* line 27, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */ | |
| .thumbnail > img { | |
| display: block; | |
| max-width: 100%; | |
| margin-left: auto; | |
| margin-right: auto; | |
| } | |
| /* line 33, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */ | |
| .thumbnail .caption { | |
| padding: 9px; | |
| } | |
| /* line 5, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_labels.scss */ | |
| .label { | |
| padding: 2px 4px 3px; | |
| font-size: 13.6px; | |
| font-weight: bold; | |
| color: white; | |
| text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); | |
| background-color: #999999; | |
| -webkit-border-radius: 3px; | |
| -moz-border-radius: 3px; | |
| border-radius: 3px; | |
| } | |
| /* line 16, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_labels.scss */ | |
| .label:hover { | |
| color: white; | |
| text-decoration: none; | |
| } | |
| /* line 22, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_labels.scss */ | |
| .label-important { | |
| background-color: #b94a48; | |
| } | |
| /* line 23, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_labels.scss */ | |
| .label-important:hover { | |
| background-color: #953b39; | |
| } | |
| /* line 25, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_labels.scss */ | |
| .label-warning { | |
| background-color: #f89406; | |
| } | |
| /* line 26, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_labels.scss */ | |
| .label-warning:hover { | |
| background-color: #c67605; | |
| } | |
| /* line 28, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_labels.scss */ | |
| .label-success { | |
| background-color: #468847; | |
| } | |
| /* line 29, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_labels.scss */ | |
| .label-success:hover { | |
| background-color: #356635; | |
| } | |
| /* line 31, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_labels.scss */ | |
| .label-info { | |
| background-color: #3a87ad; | |
| } | |
| /* line 32, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_labels.scss */ | |
| .label-info:hover { | |
| background-color: #2d6987; | |
| } | |
| @-webkit-keyframes progress-bar-stripes { | |
| /* line 10, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ | |
| from { | |
| background-position: 0 0; | |
| } | |
| /* line 11, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ | |
| to { | |
| background-position: 40px 0; | |
| } | |
| } | |
| @-moz-keyframes progress-bar-stripes { | |
| /* line 16, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ | |
| from { | |
| background-position: 0 0; | |
| } | |
| /* line 17, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ | |
| to { | |
| background-position: 40px 0; | |
| } | |
| } | |
| @keyframes progress-bar-stripes { | |
| /* line 22, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ | |
| from { | |
| background-position: 0 0; | |
| } | |
| /* line 23, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ | |
| to { | |
| background-position: 40px 0; | |
| } | |
| } | |
| /* line 32, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ | |
| .progress { | |
| overflow: hidden; | |
| height: 18px; | |
| margin-bottom: 18px; | |
| background-color: #f6f6f6; | |
| background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9); | |
| background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9); | |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9)); | |
| background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9); | |
| background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9); | |
| background-image: linear-gradient(top, #f5f5f5, #f9f9f9); | |
| background-repeat: repeat-x; | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0); | |
| -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); | |
| -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); | |
| box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); | |
| -webkit-border-radius: 4px; | |
| -moz-border-radius: 4px; | |
| border-radius: 4px; | |
| } | |
| /* line 42, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ | |
| .progress .bar { | |
| width: 0%; | |
| height: 18px; | |
| color: white; | |
| font-size: 12px; | |
| text-align: center; | |
| text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); | |
| background-color: #0d90d1; | |
| background-image: -moz-linear-gradient(top, #149bdf, #0480be); | |
| background-image: -ms-linear-gradient(top, #149bdf, #0480be); | |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be)); | |
| background-image: -webkit-linear-gradient(top, #149bdf, #0480be); | |
| background-image: -o-linear-gradient(top, #149bdf, #0480be); | |
| background-image: linear-gradient(top, #149bdf, #0480be); | |
| background-repeat: repeat-x; | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0); | |
| -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); | |
| -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); | |
| box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); | |
| -webkit-box-sizing: border-box; | |
| -moz-box-sizing: border-box; | |
| box-sizing: border-box; | |
| -webkit-transition: width 0.6s ease; | |
| -moz-transition: width 0.6s ease; | |
| -ms-transition: width 0.6s ease; | |
| -o-transition: width 0.6s ease; | |
| transition: width 0.6s ease; | |
| } | |
| /* line 56, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ | |
| .progress-striped .bar { | |
| background-color: #62c462; | |
| background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); | |
| background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
| background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
| background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
| background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
| background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0)); | |
| -webkit-background-size: 40px 40px; | |
| -moz-background-size: 40px 40px; | |
| -o-background-size: 40px 40px; | |
| background-size: 40px 40px; | |
| } | |
| /* line 62, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ | |
| .progress.active .bar { | |
| -webkit-animation: progress-bar-stripes 2s linear infinite; | |
| -moz-animation: progress-bar-stripes 2s linear infinite; | |
| animation: progress-bar-stripes 2s linear infinite; | |
| } | |
| /* line 74, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ | |
| .progress-danger .bar { | |
| background-color: #dd514b; | |
| background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); | |
| background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); | |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35)); | |
| background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); | |
| background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); | |
| background-image: linear-gradient(top, #ee5f5b, #c43c35); | |
| background-repeat: repeat-x; | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0); | |
| } | |
| /* line 77, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ | |
| .progress-danger.progress-striped .bar { | |
| background-color: #ee5f5b; | |
| background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); | |
| background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
| background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
| background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
| background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
| background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0)); | |
| } | |
| /* line 82, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ | |
| .progress-success .bar { | |
| background-color: #5db95d; | |
| background-image: -moz-linear-gradient(top, #62c462, #57a957); | |
| background-image: -ms-linear-gradient(top, #62c462, #57a957); | |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957)); | |
| background-image: -webkit-linear-gradient(top, #62c462, #57a957); | |
| background-image: -o-linear-gradient(top, #62c462, #57a957); | |
| background-image: linear-gradient(top, #62c462, #57a957); | |
| background-repeat: repeat-x; | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0); | |
| } | |
| /* line 85, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ | |
| .progress-success.progress-striped .bar { | |
| background-color: #62c462; | |
| background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); | |
| background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
| background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
| background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
| background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
| background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0)); | |
| } | |
| /* line 90, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ | |
| .progress-info .bar { | |
| background-color: #4bb1cf; | |
| background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); | |
| background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); | |
| background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9)); | |
| background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); | |
| background-image: -o-linear-gradient(top, #5bc0de, #339bb9); | |
| background-image: linear-gradient(top, #5bc0de, #339bb9); | |
| background-repeat: repeat-x; | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0); | |
| } | |
| /* line 93, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */ | |
| .progress-info.progress-striped .bar { | |
| background-color: #5bc0de; | |
| background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); | |
| background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
| background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
| background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
| background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
| background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0)); | |
| } | |
| /* line 6, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_accordion.scss */ | |
| .accordion { | |
| margin-bottom: 23px; | |
| } | |
| /* line 11, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_accordion.scss */ | |
| .accordion-group { | |
| margin-bottom: 2px; | |
| border: 1px solid #e5e5e5; | |
| -webkit-border-radius: 4px; | |
| -moz-border-radius: 4px; | |
| border-radius: 4px; | |
| } | |
| /* line 16, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_accordion.scss */ | |
| .accordion-heading { | |
| border-bottom: 0; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_accordion.scss */ | |
| .accordion-heading .accordion-toggle { | |
| display: block; | |
| padding: 8px 15px; | |
| } | |
| /* line 25, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_accordion.scss */ | |
| .accordion-inner { | |
| padding: 9px 15px; | |
| border-top: 1px solid #e5e5e5; | |
| } | |
| /* line 4, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */ | |
| .carousel { | |
| position: relative; | |
| margin-bottom: 23px; | |
| line-height: 1; | |
| } | |
| /* line 10, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */ | |
| .carousel-inner { | |
| overflow: hidden; | |
| width: 100%; | |
| position: relative; | |
| } | |
| /* line 18, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */ | |
| .carousel .item { | |
| display: none; | |
| position: relative; | |
| -webkit-transition: 0.6s ease-in-out left; | |
| -moz-transition: 0.6s ease-in-out left; | |
| -ms-transition: 0.6s ease-in-out left; | |
| -o-transition: 0.6s ease-in-out left; | |
| transition: 0.6s ease-in-out left; | |
| } | |
| /* line 25, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */ | |
| .carousel .item > img { | |
| display: block; | |
| line-height: 1; | |
| } | |
| /* line 30, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */ | |
| .carousel .active, .carousel .next, .carousel .prev { | |
| display: block; | |
| } | |
| /* line 32, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */ | |
| .carousel .active { | |
| left: 0; | |
| } | |
| /* line 36, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */ | |
| .carousel .next, .carousel .prev { | |
| position: absolute; | |
| top: 0; | |
| width: 100%; | |
| } | |
| /* line 42, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */ | |
| .carousel .next { | |
| left: 100%; | |
| } | |
| /* line 45, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */ | |
| .carousel .prev { | |
| left: -100%; | |
| } | |
| /* line 48, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */ | |
| .carousel .next.left, .carousel .prev.right { | |
| left: 0; | |
| } | |
| /* line 52, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */ | |
| .carousel .active.left { | |
| left: -100%; | |
| } | |
| /* line 55, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */ | |
| .carousel .active.right { | |
| left: 100%; | |
| } | |
| /* line 64, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */ | |
| .carousel-control { | |
| position: absolute; | |
| top: 40%; | |
| left: 15px; | |
| width: 40px; | |
| height: 40px; | |
| margin-top: -20px; | |
| font-size: 60px; | |
| font-weight: 100; | |
| line-height: 30px; | |
| color: white; | |
| text-align: center; | |
| background: #222222; | |
| border: 3px solid white; | |
| -webkit-border-radius: 23px; | |
| -moz-border-radius: 23px; | |
| border-radius: 23px; | |
| opacity: 0.5; | |
| filter: alpha(opacity=50); | |
| } | |
| /* line 89, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */ | |
| .carousel-control.right { | |
| left: auto; | |
| right: 15px; | |
| } | |
| /* line 95, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */ | |
| .carousel-control:hover { | |
| color: white; | |
| text-decoration: none; | |
| opacity: 0.9; | |
| filter: alpha(opacity=90); | |
| } | |
| /* line 105, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */ | |
| .carousel-caption { | |
| position: absolute; | |
| left: 0; | |
| right: 0; | |
| bottom: 0; | |
| padding: 10px 15px 5px; | |
| background: #333333; | |
| background: rgba(0, 0, 0, 0.75); | |
| } | |
| /* line 114, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_carousel.scss */ | |
| .carousel-caption h4, .carousel-caption p { | |
| color: white; | |
| } | |
| /* line 4, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */ | |
| .hero-unit { | |
| padding: 60px; | |
| margin-bottom: 30px; | |
| background-color: #f5f5f5; | |
| -webkit-border-radius: 6px; | |
| -moz-border-radius: 6px; | |
| border-radius: 6px; | |
| } | |
| /* line 9, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */ | |
| .hero-unit h1 { | |
| margin-bottom: 0; | |
| font-size: 60px; | |
| line-height: 1; | |
| letter-spacing: -1px; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */ | |
| .hero-unit p { | |
| font-size: 18px; | |
| font-weight: 200; | |
| line-height: 34.5px; | |
| } | |
| /* line 5, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_utilities.scss */ | |
| .pull-right { | |
| float: right; | |
| } | |
| /* line 8, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_utilities.scss */ | |
| .pull-left { | |
| float: left; | |
| } | |
| /* line 13, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_utilities.scss */ | |
| .hide { | |
| display: none; | |
| } | |
| /* line 16, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_utilities.scss */ | |
| .show { | |
| display: block; | |
| } | |
| /* line 21, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_utilities.scss */ | |
| .invisible { | |
| visibility: hidden; | |
| } | |
| /* | |
| * Bootstrap Responsive v2.0.1 | |
| * | |
| * Copyright 2012 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. | |
| * Converted to SASS by Thomas McDonald | |
| */ | |
| /* line 23, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .clearfix { | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .clearfix:before, .clearfix:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .clearfix:after { | |
| clear: both; | |
| } | |
| /* line 30, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .hidden { | |
| display: none; | |
| visibility: hidden; | |
| } | |
| @media (max-width: 480px) { | |
| /* line 43, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .nav-collapse { | |
| -webkit-transform: translate3d(0, 0, 0); | |
| } | |
| /* line 48, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .page-header h1 small { | |
| display: block; | |
| line-height: 23px; | |
| } | |
| /* line 54, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input { | |
| display: block; | |
| width: 100%; | |
| min-height: 28px; | |
| /* Make inputs at least the height of their button counterpart */ | |
| /* Makes inputs behave like true block-level elements */ | |
| -webkit-box-sizing: border-box; | |
| /* Older Webkit */ | |
| -moz-box-sizing: border-box; | |
| /* Older FF */ | |
| -ms-box-sizing: border-box; | |
| /* IE8 */ | |
| box-sizing: border-box; | |
| /* CSS3 spec*/ | |
| } | |
| /* line 65, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .input-prepend input[class*="span"], .input-append input[class*="span"] { | |
| width: auto; | |
| } | |
| /* line 70, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| input[type="checkbox"], input[type="radio"] { | |
| border: 1px solid #ccc; | |
| } | |
| /* line 75, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .form-horizontal .control-group > label { | |
| float: none; | |
| width: auto; | |
| padding-top: 0; | |
| text-align: left; | |
| } | |
| /* line 82, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .form-horizontal .controls { | |
| margin-left: 0; | |
| } | |
| /* line 86, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .form-horizontal .control-list { | |
| padding-top: 0; | |
| } | |
| /* line 90, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .form-horizontal .form-actions { | |
| padding-left: 10px; | |
| padding-right: 10px; | |
| } | |
| /* line 96, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .modal { | |
| position: absolute; | |
| top: 10px; | |
| left: 10px; | |
| right: 10px; | |
| width: auto; | |
| margin: 0; | |
| } | |
| /* line 103, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .modal.fade.in { | |
| top: auto; | |
| } | |
| /* line 105, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .modal-header .close { | |
| padding: 10px; | |
| margin: -10px; | |
| } | |
| /* line 111, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .carousel-caption { | |
| position: static; | |
| } | |
| } | |
| @media (max-width: 767px) { | |
| /* line 126, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .container { | |
| width: auto; | |
| padding: 0 20px; | |
| } | |
| /* line 131, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .row-fluid { | |
| width: 100%; | |
| } | |
| /* line 135, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .row { | |
| margin-left: 0; | |
| } | |
| /* line 139, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .row > [class*="span"], .row-fluid > [class*="span"] { | |
| float: none; | |
| display: block; | |
| width: auto; | |
| margin: 0; | |
| } | |
| } | |
| @media (min-width: 768px) and (max-width: 979px) { | |
| /* line 162, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row { | |
| margin-left: -20px; | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row:before, .row:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row:after { | |
| clear: both; | |
| } | |
| /* line 167, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| [class*="span"] { | |
| float: left; | |
| margin-left: 20px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span1 { | |
| width: 42px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span2 { | |
| width: 104px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span3 { | |
| width: 166px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span4 { | |
| width: 228px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span5 { | |
| width: 290px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span6 { | |
| width: 352px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span7 { | |
| width: 414px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span8 { | |
| width: 476px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span9 { | |
| width: 538px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span10 { | |
| width: 600px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span11 { | |
| width: 662px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span12 { | |
| width: 724px; | |
| } | |
| /* line 174, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .container { | |
| width: 724px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset1 { | |
| margin-left: 82px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset2 { | |
| margin-left: 144px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset3 { | |
| margin-left: 206px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset4 { | |
| margin-left: 268px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset5 { | |
| margin-left: 330px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset6 { | |
| margin-left: 392px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset7 { | |
| margin-left: 454px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset8 { | |
| margin-left: 516px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset9 { | |
| margin-left: 578px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset10 { | |
| margin-left: 640px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset11 { | |
| margin-left: 702px; | |
| } | |
| /* line 194, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid { | |
| width: 100%; | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid:before, .row-fluid:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid:after { | |
| clear: both; | |
| } | |
| /* line 199, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > [class*="span"] { | |
| float: left; | |
| margin-left: 2.762%; | |
| } | |
| /* line 202, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > [class*="span"]:first-child { | |
| margin-left: 0; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span1 { | |
| width: 5.801%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span2 { | |
| width: 14.365%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span3 { | |
| width: 22.928%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span4 { | |
| width: 31.492%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span5 { | |
| width: 40.055%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span6 { | |
| width: 48.619%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span7 { | |
| width: 57.182%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span8 { | |
| width: 65.746%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span9 { | |
| width: 74.309%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span10 { | |
| width: 82.873%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span11 { | |
| width: 91.436%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span12 { | |
| width: 100.0%; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span1, textarea.span1, .uneditable-input.span1 { | |
| width: 32px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span2, textarea.span2, .uneditable-input.span2 { | |
| width: 94px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span3, textarea.span3, .uneditable-input.span3 { | |
| width: 156px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span4, textarea.span4, .uneditable-input.span4 { | |
| width: 218px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span5, textarea.span5, .uneditable-input.span5 { | |
| width: 280px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span6, textarea.span6, .uneditable-input.span6 { | |
| width: 342px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span7, textarea.span7, .uneditable-input.span7 { | |
| width: 404px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span8, textarea.span8, .uneditable-input.span8 { | |
| width: 466px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span9, textarea.span9, .uneditable-input.span9 { | |
| width: 528px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span10, textarea.span10, .uneditable-input.span10 { | |
| width: 590px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span11, textarea.span11, .uneditable-input.span11 { | |
| width: 652px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span12, textarea.span12, .uneditable-input.span12 { | |
| width: 714px; | |
| } | |
| } | |
| @media (max-width: 979px) { | |
| /* line 174, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| body { | |
| padding-top: 0; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar-fixed-top { | |
| position: static; | |
| margin-bottom: 23px; | |
| } | |
| /* line 182, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar-fixed-top .navbar-inner { | |
| padding: 5px; | |
| } | |
| /* line 185, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar .container { | |
| width: auto; | |
| padding: 0; | |
| } | |
| /* line 190, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar .brand { | |
| padding-left: 10px; | |
| padding-right: 10px; | |
| margin: 0 0 0 -5px; | |
| } | |
| /* line 196, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar .nav-collapse { | |
| clear: left; | |
| } | |
| /* line 200, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar .nav { | |
| float: none; | |
| margin: 0 0 11.5px; | |
| } | |
| /* line 204, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar .nav > li { | |
| float: none; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar .nav > li > a { | |
| margin-bottom: 2px; | |
| } | |
| /* line 210, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar .nav > .divider-vertical { | |
| display: none; | |
| } | |
| /* line 213, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar .nav .nav-header { | |
| color: #555555; | |
| text-shadow: none; | |
| } | |
| /* line 218, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar .nav > li > a, .navbar .dropdown-menu a { | |
| padding: 6px 15px; | |
| font-weight: bold; | |
| color: #555555; | |
| -webkit-border-radius: 3px; | |
| -moz-border-radius: 3px; | |
| border-radius: 3px; | |
| } | |
| /* line 224, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar .dropdown-menu li + li a { | |
| margin-bottom: 2px; | |
| } | |
| /* line 227, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar .nav > li > a:hover, .navbar .dropdown-menu a:hover { | |
| background-color: #eeeeee; | |
| } | |
| /* line 231, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar .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; | |
| } | |
| /* line 245, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar .dropdown-menu:before, .navbar .dropdown-menu:after { | |
| display: none; | |
| } | |
| /* line 248, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar .dropdown-menu .divider { | |
| display: none; | |
| } | |
| /* line 252, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar-form, .navbar-search { | |
| float: none; | |
| padding: 11.5px 15px; | |
| margin: 11.5px 0; | |
| border-top: 1px solid #eeeeee; | |
| border-bottom: 1px solid #eeeeee; | |
| -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); | |
| } | |
| /* line 262, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar .nav.pull-right { | |
| float: none; | |
| margin-left: 0; | |
| } | |
| /* line 267, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .navbar-static .navbar-inner { | |
| padding-left: 10px; | |
| padding-right: 10px; | |
| } | |
| /* line 272, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .btn-navbar { | |
| display: block; | |
| } | |
| /* line 277, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .nav-collapse { | |
| overflow: hidden; | |
| height: 0; | |
| } | |
| } | |
| @media (min-width: 980px) { | |
| /* line 289, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .nav-collapse.collapse { | |
| height: auto !important; | |
| } | |
| } | |
| @media (min-width: 1200px) { | |
| /* line 162, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row { | |
| margin-left: -30px; | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row:before, .row:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row:after { | |
| clear: both; | |
| } | |
| /* line 167, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| [class*="span"] { | |
| float: left; | |
| margin-left: 30px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span1 { | |
| width: 70px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span2 { | |
| width: 170px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span3 { | |
| width: 270px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span4 { | |
| width: 370px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span5 { | |
| width: 470px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span6 { | |
| width: 570px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span7 { | |
| width: 670px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span8 { | |
| width: 770px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span9 { | |
| width: 870px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span10 { | |
| width: 970px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span11 { | |
| width: 1070px; | |
| } | |
| /* line 172, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .span12 { | |
| width: 1170px; | |
| } | |
| /* line 174, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .container { | |
| width: 1170px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset1 { | |
| margin-left: 130px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset2 { | |
| margin-left: 230px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset3 { | |
| margin-left: 330px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset4 { | |
| margin-left: 430px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset5 { | |
| margin-left: 530px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset6 { | |
| margin-left: 630px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset7 { | |
| margin-left: 730px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset8 { | |
| margin-left: 830px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset9 { | |
| margin-left: 930px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset10 { | |
| margin-left: 1030px; | |
| } | |
| /* line 178, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .offset11 { | |
| margin-left: 1130px; | |
| } | |
| /* line 194, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid { | |
| width: 100%; | |
| *zoom: 1; | |
| } | |
| /* line 15, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid:before, .row-fluid:after { | |
| display: table; | |
| content: ""; | |
| } | |
| /* line 19, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid:after { | |
| clear: both; | |
| } | |
| /* line 199, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > [class*="span"] { | |
| float: left; | |
| margin-left: 2.564%; | |
| } | |
| /* line 202, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > [class*="span"]:first-child { | |
| margin-left: 0; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span1 { | |
| width: 5.983%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span2 { | |
| width: 14.53%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span3 { | |
| width: 23.077%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span4 { | |
| width: 31.624%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span5 { | |
| width: 40.171%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span6 { | |
| width: 48.718%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span7 { | |
| width: 57.265%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span8 { | |
| width: 65.812%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span9 { | |
| width: 74.359%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span10 { | |
| width: 82.906%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span11 { | |
| width: 91.453%; | |
| } | |
| /* line 207, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| .row-fluid > .span12 { | |
| width: 100%; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span1, textarea.span1, .uneditable-input.span1 { | |
| width: 60px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span2, textarea.span2, .uneditable-input.span2 { | |
| width: 160px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span3, textarea.span3, .uneditable-input.span3 { | |
| width: 260px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span4, textarea.span4, .uneditable-input.span4 { | |
| width: 360px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span5, textarea.span5, .uneditable-input.span5 { | |
| width: 460px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span6, textarea.span6, .uneditable-input.span6 { | |
| width: 560px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span7, textarea.span7, .uneditable-input.span7 { | |
| width: 660px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span8, textarea.span8, .uneditable-input.span8 { | |
| width: 760px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span9, textarea.span9, .uneditable-input.span9 { | |
| width: 860px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span10, textarea.span10, .uneditable-input.span10 { | |
| width: 960px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span11, textarea.span11, .uneditable-input.span11 { | |
| width: 1060px; | |
| } | |
| /* line 220, bootstrap-sass-2.0.1/vendor/assets/stylesheets/bootstrap/_mixins.scss */ | |
| input.span12, textarea.span12, .uneditable-input.span12 { | |
| width: 1160px; | |
| } | |
| /* line 311, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .thumbnails { | |
| margin-left: -30px; | |
| } | |
| /* line 314, bootstrap-sass-2.0.1/vendor/assets/stylesheets/_bootstrap-responsive.scss */ | |
| .thumbnails > li { | |
| margin-left: 30px; | |
| } | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <a class="thumbnail" href="#" style="float:left"> | |
| <img src="https://a248.e.akamai.net/assets.github.com/images/modules/header/[email protected]?1324325373"> | |
| </a> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment