MediaWiki: Common.css
Материал из DiForm wiki
Df-admin (обсуждение | вклад) м |
Df-admin (обсуждение | вклад) м |
||
Строка 1: | Строка 1: | ||
#catlinks { display:block } | #catlinks { display:block } | ||
+ | |||
+ | .img-rounded { | ||
+ | -webkit-border-radius: 6px; | ||
+ | -moz-border-radius: 6px; | ||
+ | border-radius: 6px; | ||
+ | } | ||
+ | |||
+ | .img-polaroid { | ||
+ | padding: 4px; | ||
+ | background-color: #fff; | ||
+ | border: 1px solid #ccc; | ||
+ | border: 1px solid rgba(0, 0, 0, 0.2); | ||
+ | -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); | ||
+ | -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); | ||
+ | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); | ||
+ | } | ||
+ | |||
+ | .img-circle { | ||
+ | -webkit-border-radius: 500px; | ||
+ | -moz-border-radius: 500px; | ||
+ | border-radius: 500px; | ||
+ | } | ||
+ | |||
+ | .row { | ||
+ | margin-left: -20px; | ||
+ | *zoom: 1; | ||
+ | } | ||
+ | |||
+ | .row:before, | ||
+ | .row:after { | ||
+ | display: table; | ||
+ | line-height: 0; | ||
+ | content: ""; | ||
+ | } | ||
+ | |||
+ | .row:after { | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | [class*="span"] { | ||
+ | float: left; | ||
+ | min-height: 1px; | ||
+ | margin-left: 20px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .span12 { | ||
+ | width: 940px; | ||
+ | } | ||
+ | |||
+ | .span11 { | ||
+ | width: 860px; | ||
+ | } | ||
+ | |||
+ | .span10 { | ||
+ | width: 780px; | ||
+ | } | ||
+ | |||
+ | .span9 { | ||
+ | width: 700px; | ||
+ | } | ||
+ | |||
+ | .span8 { | ||
+ | width: 620px; | ||
+ | } | ||
+ | |||
+ | .span7 { | ||
+ | width: 540px; | ||
+ | } | ||
+ | |||
+ | .span6 { | ||
+ | width: 460px; | ||
+ | } | ||
+ | |||
+ | .span5 { | ||
+ | width: 380px; | ||
+ | } | ||
+ | |||
+ | .span4 { | ||
+ | width: 300px; | ||
+ | } | ||
+ | |||
+ | .span3 { | ||
+ | width: 220px; | ||
+ | } | ||
+ | |||
+ | .span2 { | ||
+ | width: 140px; | ||
+ | } | ||
+ | |||
+ | .span1 { | ||
+ | width: 60px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .lead { | ||
+ | margin-bottom: 20px; | ||
+ | font-size: 21px; | ||
+ | font-weight: 200; | ||
+ | line-height: 30px; | ||
+ | } | ||
+ | |||
+ | small { | ||
+ | font-size: 85%; | ||
+ | } | ||
+ | |||
+ | strong { | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | em { | ||
+ | font-style: italic; | ||
+ | } | ||
+ | |||
+ | cite { | ||
+ | font-style: normal; | ||
+ | } | ||
+ | |||
+ | .muted { | ||
+ | color: #999999; | ||
+ | } | ||
+ | |||
+ | a.muted:hover { | ||
+ | color: #808080; | ||
+ | } | ||
+ | |||
+ | .text-warning { | ||
+ | color: #c09853; | ||
+ | } | ||
+ | |||
+ | a.text-warning:hover { | ||
+ | color: #a47e3c; | ||
+ | } | ||
+ | |||
+ | .text-error { | ||
+ | color: #b94a48; | ||
+ | } | ||
+ | |||
+ | a.text-error:hover { | ||
+ | color: #953b39; | ||
+ | } | ||
+ | |||
+ | .text-info { | ||
+ | color: #3a87ad; | ||
+ | } | ||
+ | |||
+ | a.text-info:hover { | ||
+ | color: #2d6987; | ||
+ | } | ||
+ | |||
+ | .text-success { | ||
+ | color: #468847; | ||
+ | } | ||
+ | |||
+ | a.text-success:hover { | ||
+ | color: #356635; | ||
+ | } | ||
+ | |||
+ | h1, | ||
+ | h2, | ||
+ | h3, | ||
+ | h4, | ||
+ | h5, | ||
+ | h6 { | ||
+ | margin: 10px 0; | ||
+ | font-family: inherit; | ||
+ | font-weight: bold; | ||
+ | line-height: 20px; | ||
+ | color: inherit; | ||
+ | text-rendering: optimizelegibility; | ||
+ | } | ||
+ | |||
+ | h1 small, | ||
+ | h2 small, | ||
+ | h3 small, | ||
+ | h4 small, | ||
+ | h5 small, | ||
+ | h6 small { | ||
+ | font-weight: normal; | ||
+ | line-height: 1; | ||
+ | color: #999999; | ||
+ | } | ||
+ | |||
+ | h1, | ||
+ | h2, | ||
+ | h3, | ||
+ | h4, | ||
+ | h5, | ||
+ | h6 { | ||
+ | margin: 0; | ||
+ | font-family: inherit; | ||
+ | font-weight: bold; | ||
+ | color: inherit; | ||
+ | text-rendering: optimizelegibility; | ||
+ | } | ||
+ | |||
+ | h1 { | ||
+ | font-size: 24px; | ||
+ | line-height: 36px; | ||
+ | } | ||
+ | h2 { | ||
+ | font-size: 20px; | ||
+ | line-height: 36px; | ||
+ | } | ||
+ | h3 { | ||
+ | font-size: 16px; | ||
+ | line-height: 27px; | ||
+ | } | ||
+ | h4 { | ||
+ | font-size: 14px; | ||
+ | line-height: 18px; | ||
+ | } | ||
+ | h5 { | ||
+ | font-size: 12px; | ||
+ | line-height: 18px; | ||
+ | } | ||
+ | h6 { | ||
+ | font-size: 11px; | ||
+ | line-height: 18px; | ||
+ | color: #999999; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | |||
+ | h1 small { | ||
+ | font-size: 24.5px; | ||
+ | } | ||
+ | |||
+ | h2 small { | ||
+ | font-size: 17.5px; | ||
+ | } | ||
+ | |||
+ | h3 small { | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | |||
+ | h4 small { | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .page-header { | ||
+ | padding-bottom: 9px; | ||
+ | margin: 20px 0 30px; | ||
+ | border-bottom: 1px solid #eeeeee; | ||
+ | } | ||
+ | |||
+ | ul, | ||
+ | ol { | ||
+ | padding: 0; | ||
+ | margin: 0 0 10px 25px; | ||
+ | } | ||
+ | |||
+ | ul ul, | ||
+ | ul ol, | ||
+ | ol ol, | ||
+ | ol ul { | ||
+ | margin-bottom: 0; | ||
+ | } | ||
+ | |||
+ | li { | ||
+ | line-height: 20px; | ||
+ | } | ||
+ | |||
+ | ul.unstyled, | ||
+ | ol.unstyled { | ||
+ | margin-left: 0; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | ul.inline, | ||
+ | ol.inline { | ||
+ | margin-left: 0; | ||
+ | list-style: none; | ||
+ | } | ||
+ | |||
+ | ul.inline > li, | ||
+ | ol.inline > li { | ||
+ | display: inline-block; | ||
+ | padding-right: 5px; | ||
+ | padding-left: 5px; | ||
+ | } | ||
+ | |||
+ | dl { | ||
+ | margin-bottom: 20px; | ||
+ | } | ||
+ | |||
+ | dt, | ||
+ | dd { | ||
+ | line-height: 20px; | ||
+ | } | ||
+ | |||
+ | dt { | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | dd { | ||
+ | margin-left: 10px; | ||
+ | } | ||
+ | |||
+ | .dl-horizontal { | ||
+ | *zoom: 1; | ||
+ | } | ||
+ | |||
+ | .dl-horizontal:before, | ||
+ | .dl-horizontal:after { | ||
+ | display: table; | ||
+ | line-height: 0; | ||
+ | content: ""; | ||
+ | } | ||
+ | |||
+ | .dl-horizontal:after { | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | .dl-horizontal dt { | ||
+ | float: left; | ||
+ | width: 160px; | ||
+ | overflow: hidden; | ||
+ | clear: left; | ||
+ | text-align: right; | ||
+ | text-overflow: ellipsis; | ||
+ | white-space: nowrap; | ||
+ | } | ||
+ | |||
+ | .dl-horizontal dd { | ||
+ | margin-left: 180px; | ||
+ | } | ||
+ | |||
+ | hr { | ||
+ | margin: 20px 0; | ||
+ | border: 0; | ||
+ | border-top: 1px solid #eeeeee; | ||
+ | border-bottom: 1px solid #ffffff; | ||
+ | } | ||
+ | |||
+ | abbr[title], | ||
+ | abbr[data-original-title] { | ||
+ | cursor: help; | ||
+ | border-bottom: 1px dotted #999999; | ||
+ | } | ||
+ | |||
+ | abbr.initialism { | ||
+ | font-size: 90%; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | |||
+ | blockquote { | ||
+ | padding: 0 0 0 15px; | ||
+ | margin: 0 0 20px; | ||
+ | border-left: 5px solid #eeeeee; | ||
+ | } | ||
+ | |||
+ | blockquote p { | ||
+ | margin-bottom: 0; | ||
+ | font-size: 16px; | ||
+ | font-weight: 300; | ||
+ | line-height: 25px; | ||
+ | } | ||
+ | |||
+ | blockquote small { | ||
+ | display: block; | ||
+ | line-height: 20px; | ||
+ | color: #999999; | ||
+ | } | ||
+ | |||
+ | blockquote small:before { | ||
+ | content: '\2014 \00A0'; | ||
+ | } | ||
+ | |||
+ | blockquote.pull-right { | ||
+ | float: right; | ||
+ | padding-right: 15px; | ||
+ | padding-left: 0; | ||
+ | border-right: 5px solid #eeeeee; | ||
+ | border-left: 0; | ||
+ | } | ||
+ | |||
+ | blockquote.pull-right p, | ||
+ | blockquote.pull-right small { | ||
+ | text-align: right; | ||
+ | } | ||
+ | |||
+ | blockquote.pull-right small:before { | ||
+ | content: ''; | ||
+ | } | ||
+ | |||
+ | blockquote.pull-right small:after { | ||
+ | content: '\00A0 \2014'; | ||
+ | } | ||
+ | |||
+ | q:before, | ||
+ | q:after, | ||
+ | blockquote:before, | ||
+ | blockquote:after { | ||
+ | content: ""; | ||
+ | } | ||
+ | |||
+ | address { | ||
+ | display: block; | ||
+ | margin-bottom: 20px; | ||
+ | font-style: normal; | ||
+ | line-height: 20px; | ||
+ | } | ||
+ | |||
+ | code, | ||
+ | pre { | ||
+ | padding: 0 3px 2px; | ||
+ | font-family: Monaco, Menlo, Consolas, "Courier New", monospace; | ||
+ | font-size: 12px; | ||
+ | color: #333333; | ||
+ | -webkit-border-radius: 3px; | ||
+ | -moz-border-radius: 3px; | ||
+ | border-radius: 3px; | ||
+ | } | ||
+ | |||
+ | code { | ||
+ | padding: 2px 4px; | ||
+ | color: #d14; | ||
+ | white-space: nowrap; | ||
+ | background-color: #f7f7f9; | ||
+ | border: 1px solid #e1e1e8; | ||
+ | } | ||
+ | |||
+ | pre { | ||
+ | display: block; | ||
+ | padding: 9.5px; | ||
+ | margin: 0 0 10px; | ||
+ | font-size: 13px; | ||
+ | line-height: 20px; | ||
+ | word-break: break-all; | ||
+ | word-wrap: break-word; | ||
+ | white-space: pre; | ||
+ | white-space: pre-wrap; | ||
+ | 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; | ||
+ | } | ||
+ | |||
+ | pre.prettyprint { | ||
+ | margin-bottom: 20px; | ||
+ | } | ||
+ | |||
+ | pre code { | ||
+ | padding: 0; | ||
+ | color: inherit; | ||
+ | white-space: pre; | ||
+ | white-space: pre-wrap; | ||
+ | background-color: transparent; | ||
+ | border: 0; | ||
+ | } | ||
+ | |||
+ | .pre-scrollable { | ||
+ | max-height: 340px; | ||
+ | overflow-y: scroll; | ||
+ | } | ||
+ | |||
+ | .align-center {text-align:center;} | ||
+ | |||
+ | .text-light { color: #C3C3C3; } | ||
+ | |||
+ | table { | ||
+ | max-width: 100%; | ||
+ | border-collapse: collapse; | ||
+ | border-spacing: 0; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | table { | ||
+ | /*width: 100%;*/ | ||
+ | margin-bottom: 18px; | ||
+ | } | ||
+ | table th, | ||
+ | table td { | ||
+ | padding: 8px; | ||
+ | line-height: 18px; | ||
+ | text-align: left; | ||
+ | vertical-align: top; | ||
+ | border-top: 1px solid #dddddd; | ||
+ | } | ||
+ | table th { | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | table thead th { | ||
+ | vertical-align: bottom; | ||
+ | } | ||
+ | table colgroup + thead tr:first-child th, | ||
+ | table colgroup + thead tr:first-child td, | ||
+ | table thead:first-child tr:first-child th, | ||
+ | table thead:first-child tr:first-child td { | ||
+ | border-top: 0; | ||
+ | } | ||
+ | table tbody + tbody { | ||
+ | border-top: 2px solid #dddddd; | ||
+ | } | ||
+ | table { | ||
+ | border: 1px solid #dddddd; | ||
+ | border-left: 0; | ||
+ | border-collapse: separate; | ||
+ | *border-collapse: collapsed; | ||
+ | -webkit-border-radius: 4px; | ||
+ | -moz-border-radius: 4px; | ||
+ | border-radius: 4px; | ||
+ | } | ||
+ | table th, | ||
+ | table td { | ||
+ | border-left: 1px solid #dddddd; | ||
+ | } | ||
+ | table thead:first-child tr:first-child th, | ||
+ | table tbody:first-child tr:first-child th, | ||
+ | table tbody:first-child tr:first-child td { | ||
+ | border-top: 0; | ||
+ | } | ||
+ | table thead:first-child tr:first-child th:first-child, | ||
+ | table 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; | ||
+ | } | ||
+ | table thead:first-child tr:first-child th:last-child, | ||
+ | table 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; | ||
+ | } | ||
+ | table thead:last-child tr:last-child th:first-child, | ||
+ | table 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; | ||
+ | } | ||
+ | table thead:last-child tr:last-child th:last-child, | ||
+ | table 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; | ||
+ | } | ||
+ | |||
+ | .table-condensed th, | ||
+ | .table-condensed td { | ||
+ | padding: 4px 5px; | ||
+ | } | ||
+ | |||
+ | .table-bordered { | ||
+ | border: 1px solid #dddddd; | ||
+ | border-collapse: separate; | ||
+ | *border-collapse: collapse; | ||
+ | border-left: 0; | ||
+ | -webkit-border-radius: 4px; | ||
+ | -moz-border-radius: 4px; | ||
+ | border-radius: 4px; | ||
+ | } | ||
+ | |||
+ | .table-bordered th, | ||
+ | .table-bordered td { | ||
+ | border-left: 1px solid #dddddd; | ||
+ | } | ||
+ | |||
+ | .table-bordered caption + thead tr:first-child th, | ||
+ | .table-bordered caption + tbody tr:first-child th, | ||
+ | .table-bordered caption + tbody tr:first-child td, | ||
+ | .table-bordered colgroup + thead tr:first-child th, | ||
+ | .table-bordered colgroup + tbody tr:first-child th, | ||
+ | .table-bordered colgroup + tbody tr:first-child td, | ||
+ | .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; | ||
+ | } | ||
+ | |||
+ | .table-bordered thead:first-child tr:first-child > th:first-child, | ||
+ | .table-bordered tbody:first-child tr:first-child > td:first-child { | ||
+ | -webkit-border-top-left-radius: 4px; | ||
+ | border-top-left-radius: 4px; | ||
+ | -moz-border-radius-topleft: 4px; | ||
+ | } | ||
+ | |||
+ | .table-bordered thead:first-child tr:first-child > th:last-child, | ||
+ | .table-bordered tbody:first-child tr:first-child > td:last-child { | ||
+ | -webkit-border-top-right-radius: 4px; | ||
+ | border-top-right-radius: 4px; | ||
+ | -moz-border-radius-topright: 4px; | ||
+ | } | ||
+ | |||
+ | .table-bordered thead:last-child tr:last-child > th:first-child, | ||
+ | .table-bordered tbody:last-child tr:last-child > td:first-child, | ||
+ | .table-bordered tfoot:last-child tr:last-child > td:first-child { | ||
+ | -webkit-border-bottom-left-radius: 4px; | ||
+ | border-bottom-left-radius: 4px; | ||
+ | -moz-border-radius-bottomleft: 4px; | ||
+ | } | ||
+ | |||
+ | .table-bordered thead:last-child tr:last-child > th:last-child, | ||
+ | .table-bordered tbody:last-child tr:last-child > td:last-child, | ||
+ | .table-bordered tfoot:last-child tr:last-child > td:last-child { | ||
+ | -webkit-border-bottom-right-radius: 4px; | ||
+ | border-bottom-right-radius: 4px; | ||
+ | -moz-border-radius-bottomright: 4px; | ||
+ | } | ||
+ | |||
+ | .table-bordered tfoot + tbody:last-child tr:last-child td:first-child { | ||
+ | -webkit-border-bottom-left-radius: 0; | ||
+ | border-bottom-left-radius: 0; | ||
+ | -moz-border-radius-bottomleft: 0; | ||
+ | } | ||
+ | |||
+ | .table-bordered tfoot + tbody:last-child tr:last-child td:last-child { | ||
+ | -webkit-border-bottom-right-radius: 0; | ||
+ | border-bottom-right-radius: 0; | ||
+ | -moz-border-radius-bottomright: 0; | ||
+ | } | ||
+ | |||
+ | .table-bordered caption + thead tr:first-child th:first-child, | ||
+ | .table-bordered caption + tbody tr:first-child td:first-child, | ||
+ | .table-bordered colgroup + thead tr:first-child th:first-child, | ||
+ | .table-bordered colgroup + tbody tr:first-child td:first-child { | ||
+ | -webkit-border-top-left-radius: 4px; | ||
+ | border-top-left-radius: 4px; | ||
+ | -moz-border-radius-topleft: 4px; | ||
+ | } | ||
+ | |||
+ | .table-bordered caption + thead tr:first-child th:last-child, | ||
+ | .table-bordered caption + tbody tr:first-child td:last-child, | ||
+ | .table-bordered colgroup + thead tr:first-child th:last-child, | ||
+ | .table-bordered colgroup + tbody tr:first-child td:last-child { | ||
+ | -webkit-border-top-right-radius: 4px; | ||
+ | border-top-right-radius: 4px; | ||
+ | -moz-border-radius-topright: 4px; | ||
+ | } | ||
+ | |||
+ | .table-striped tbody > tr:nth-child(odd) > td, | ||
+ | .table-striped tbody > tr:nth-child(odd) > th { | ||
+ | background-color: #f9f9f9; | ||
+ | } | ||
+ | |||
+ | .table-hover tbody tr:hover td, | ||
+ | .table-hover tbody tr:hover th { | ||
+ | background-color: #f5f5f5; | ||
+ | } | ||
+ | |||
+ | |||
+ | .well { | ||
+ | min-height: 20px; | ||
+ | padding: 19px; | ||
+ | margin-bottom: 20px; | ||
+ | background-color: #f5f5f5; | ||
+ | border: 1px solid #e3e3e3; | ||
+ | -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); | ||
+ | } | ||
+ | |||
+ | .well blockquote { | ||
+ | border-color: #ddd; | ||
+ | border-color: rgba(0, 0, 0, 0.15); | ||
+ | } | ||
+ | |||
+ | .well-large { | ||
+ | padding: 24px; | ||
+ | -webkit-border-radius: 6px; | ||
+ | -moz-border-radius: 6px; | ||
+ | border-radius: 6px; | ||
+ | } | ||
+ | |||
+ | .well-small { | ||
+ | padding: 9px; | ||
+ | -webkit-border-radius: 3px; | ||
+ | -moz-border-radius: 3px; | ||
+ | border-radius: 3px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .thumbnails { | ||
+ | margin-left: -20px; | ||
+ | list-style: none; | ||
+ | *zoom: 1; | ||
+ | } | ||
+ | |||
+ | .thumbnails:before, | ||
+ | .thumbnails:after { | ||
+ | display: table; | ||
+ | line-height: 0; | ||
+ | content: ""; | ||
+ | } | ||
+ | |||
+ | .thumbnails:after { | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | .row-fluid .thumbnails { | ||
+ | margin-left: 0; | ||
+ | } | ||
+ | |||
+ | .thumbnails > li { | ||
+ | float: left; | ||
+ | margin-bottom: 20px; | ||
+ | margin-left: 20px; | ||
+ | } | ||
+ | |||
+ | .thumbnail { | ||
+ | display: block; | ||
+ | padding: 4px; | ||
+ | line-height: 20px; | ||
+ | border: 1px solid #ddd; | ||
+ | -webkit-border-radius: 4px; | ||
+ | -moz-border-radius: 4px; | ||
+ | border-radius: 4px; | ||
+ | -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); | ||
+ | -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); | ||
+ | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); | ||
+ | -webkit-transition: all 0.2s ease-in-out; | ||
+ | -moz-transition: all 0.2s ease-in-out; | ||
+ | -o-transition: all 0.2s ease-in-out; | ||
+ | transition: all 0.2s ease-in-out; | ||
+ | } | ||
+ | |||
+ | 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); | ||
+ | } | ||
+ | |||
+ | .thumbnail > img { | ||
+ | display: block; | ||
+ | max-width: 100%; | ||
+ | margin-right: auto; | ||
+ | margin-left: auto; | ||
+ | } | ||
+ | |||
+ | .thumbnail .caption { | ||
+ | padding: 9px; | ||
+ | color: #555555; | ||
+ | } | ||
+ | |||
+ | .nav > .disabled > a { | ||
+ | color: #999999; | ||
+ | } | ||
+ | |||
+ | .nav > .disabled > a:hover { | ||
+ | text-decoration: none; | ||
+ | cursor: default; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .navbar { | ||
+ | *position: relative; | ||
+ | *z-index: 2; | ||
+ | margin-bottom: 20px; | ||
+ | overflow: visible; | ||
+ | } | ||
+ | |||
+ | .navbar-inner { | ||
+ | min-height: 40px; | ||
+ | padding-right: 20px; | ||
+ | padding-left: 20px; | ||
+ | background-color: #fafafa; | ||
+ | background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2); | ||
+ | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2)); | ||
+ | background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2); | ||
+ | background-image: -o-linear-gradient(top, #ffffff, #f2f2f2); | ||
+ | background-image: linear-gradient(to bottom, #ffffff, #f2f2f2); | ||
+ | background-repeat: repeat-x; | ||
+ | border: 1px solid #d4d4d4; | ||
+ | -webkit-border-radius: 4px; | ||
+ | -moz-border-radius: 4px; | ||
+ | border-radius: 4px; | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0); | ||
+ | *zoom: 1; | ||
+ | -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); | ||
+ | -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); | ||
+ | box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); | ||
+ | } | ||
+ | |||
+ | .navbar-inner:before, | ||
+ | .navbar-inner:after { | ||
+ | display: table; | ||
+ | line-height: 0; | ||
+ | content: ""; | ||
+ | } | ||
+ | |||
+ | .navbar-inner:after { | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | .navbar .container { | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | .nav-collapse.collapse { | ||
+ | height: auto; | ||
+ | overflow: visible; | ||
+ | } | ||
+ | |||
+ | .navbar .brand { | ||
+ | display: block; | ||
+ | float: left; | ||
+ | padding: 10px 20px 10px; | ||
+ | margin-left: -20px; | ||
+ | font-size: 20px; | ||
+ | font-weight: 200; | ||
+ | color: #777777; | ||
+ | text-shadow: 0 1px 0 #ffffff; | ||
+ | } | ||
+ | |||
+ | .navbar .brand:hover { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .navbar-text { | ||
+ | margin-bottom: 0; | ||
+ | line-height: 40px; | ||
+ | color: #777777; | ||
+ | } | ||
+ | |||
+ | .navbar-link { | ||
+ | color: #777777; | ||
+ | } | ||
+ | |||
+ | .navbar-link:hover { | ||
+ | color: #333333; | ||
+ | } | ||
+ | |||
+ | .navbar .divider-vertical { | ||
+ | height: 40px; | ||
+ | margin: 0 9px; | ||
+ | border-right: 1px solid #ffffff; | ||
+ | border-left: 1px solid #f2f2f2; | ||
+ | } | ||
+ | |||
+ | .navbar .btn, | ||
+ | .navbar .btn-group { | ||
+ | margin-top: 5px; | ||
+ | } | ||
+ | |||
+ | .navbar .btn-group .btn, | ||
+ | .navbar .input-prepend .btn, | ||
+ | .navbar .input-append .btn { | ||
+ | margin-top: 0; | ||
+ | } | ||
+ | |||
+ | .navbar-form { | ||
+ | margin-bottom: 0; | ||
+ | *zoom: 1; | ||
+ | } | ||
+ | |||
+ | .navbar-form:before, | ||
+ | .navbar-form:after { | ||
+ | display: table; | ||
+ | line-height: 0; | ||
+ | content: ""; | ||
+ | } | ||
+ | |||
+ | .navbar-form:after { | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | .navbar-form input, | ||
+ | .navbar-form select, | ||
+ | .navbar-form .radio, | ||
+ | .navbar-form .checkbox { | ||
+ | margin-top: 5px; | ||
+ | } | ||
+ | |||
+ | .navbar-form input, | ||
+ | .navbar-form select, | ||
+ | .navbar-form .btn { | ||
+ | display: inline-block; | ||
+ | margin-bottom: 0; | ||
+ | } | ||
+ | |||
+ | .navbar-form input[type="image"], | ||
+ | .navbar-form input[type="checkbox"], | ||
+ | .navbar-form input[type="radio"] { | ||
+ | margin-top: 3px; | ||
+ | } | ||
+ | |||
+ | .navbar-form .input-append, | ||
+ | .navbar-form .input-prepend { | ||
+ | margin-top: 5px; | ||
+ | white-space: nowrap; | ||
+ | } | ||
+ | |||
+ | .navbar-form .input-append input, | ||
+ | .navbar-form .input-prepend input { | ||
+ | margin-top: 0; | ||
+ | } | ||
+ | |||
+ | .navbar-search { | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | margin-top: 5px; | ||
+ | margin-bottom: 0; | ||
+ | } | ||
+ | |||
+ | .navbar-search .search-query { | ||
+ | padding: 4px 14px; | ||
+ | margin-bottom: 0; | ||
+ | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | ||
+ | font-size: 13px; | ||
+ | font-weight: normal; | ||
+ | line-height: 1; | ||
+ | -webkit-border-radius: 15px; | ||
+ | -moz-border-radius: 15px; | ||
+ | border-radius: 15px; | ||
+ | } | ||
+ | |||
+ | .navbar-static-top { | ||
+ | position: static; | ||
+ | margin-bottom: 0; | ||
+ | } | ||
+ | |||
+ | .navbar-static-top .navbar-inner { | ||
+ | -webkit-border-radius: 0; | ||
+ | -moz-border-radius: 0; | ||
+ | border-radius: 0; | ||
+ | } | ||
+ | |||
+ | .navbar-fixed-top, | ||
+ | .navbar-fixed-bottom { | ||
+ | position: fixed; | ||
+ | right: 0; | ||
+ | left: 0; | ||
+ | z-index: 1030; | ||
+ | margin-bottom: 0; | ||
+ | } | ||
+ | |||
+ | .navbar-fixed-top .navbar-inner, | ||
+ | .navbar-static-top .navbar-inner { | ||
+ | border-width: 0 0 1px; | ||
+ | } | ||
+ | |||
+ | .navbar-fixed-bottom .navbar-inner { | ||
+ | border-width: 1px 0 0; | ||
+ | } | ||
+ | |||
+ | .navbar-fixed-top .navbar-inner, | ||
+ | .navbar-fixed-bottom .navbar-inner { | ||
+ | padding-right: 0; | ||
+ | padding-left: 0; | ||
+ | -webkit-border-radius: 0; | ||
+ | -moz-border-radius: 0; | ||
+ | border-radius: 0; | ||
+ | } | ||
+ | |||
+ | .navbar-static-top .container, | ||
+ | .navbar-fixed-top .container, | ||
+ | .navbar-fixed-bottom .container { | ||
+ | width: 940px; | ||
+ | } | ||
+ | |||
+ | .navbar-fixed-top { | ||
+ | top: 0; | ||
+ | } | ||
+ | |||
+ | .navbar-fixed-top .navbar-inner, | ||
+ | .navbar-static-top .navbar-inner { | ||
+ | -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); | ||
+ | -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); | ||
+ | box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); | ||
+ | } | ||
+ | |||
+ | .navbar-fixed-bottom { | ||
+ | bottom: 0; | ||
+ | } | ||
+ | |||
+ | .navbar-fixed-bottom .navbar-inner { | ||
+ | -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); | ||
+ | -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); | ||
+ | box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); | ||
+ | } | ||
+ | |||
+ | .navbar .nav { | ||
+ | position: relative; | ||
+ | left: 0; | ||
+ | display: block; | ||
+ | float: left; | ||
+ | margin: 0 10px 0 0; | ||
+ | } | ||
+ | |||
+ | .navbar .nav.pull-right { | ||
+ | float: right; | ||
+ | margin-right: 0; | ||
+ | } | ||
+ | |||
+ | .navbar .nav > li { | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | .navbar .nav > li > a { | ||
+ | float: none; | ||
+ | padding: 10px 15px 10px; | ||
+ | color: #777777; | ||
+ | text-decoration: none; | ||
+ | text-shadow: 0 1px 0 #ffffff; | ||
+ | } | ||
+ | |||
+ | .navbar .nav .dropdown-toggle .caret { | ||
+ | margin-top: 8px; | ||
+ | } | ||
+ | |||
+ | .navbar .nav > li > a:focus, | ||
+ | .navbar .nav > li > a:hover { | ||
+ | color: #333333; | ||
+ | text-decoration: none; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .navbar .nav > .active > a, | ||
+ | .navbar .nav > .active > a:hover, | ||
+ | .navbar .nav > .active > a:focus { | ||
+ | color: #555555; | ||
+ | text-decoration: none; | ||
+ | background-color: #e5e5e5; | ||
+ | -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); | ||
+ | -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); | ||
+ | box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); | ||
+ | } | ||
+ | |||
+ | .navbar .btn-navbar { | ||
+ | display: none; | ||
+ | float: right; | ||
+ | padding: 7px 10px; | ||
+ | margin-right: 5px; | ||
+ | margin-left: 5px; | ||
+ | color: #ffffff; | ||
+ | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); | ||
+ | background-color: #ededed; | ||
+ | *background-color: #e5e5e5; | ||
+ | background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5); | ||
+ | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5)); | ||
+ | background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5); | ||
+ | background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5); | ||
+ | background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5); | ||
+ | background-repeat: repeat-x; | ||
+ | border-color: #e5e5e5 #e5e5e5 #bfbfbf; | ||
+ | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0); | ||
+ | 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); | ||
+ | } | ||
+ | |||
+ | .navbar .btn-navbar:hover, | ||
+ | .navbar .btn-navbar:active, | ||
+ | .navbar .btn-navbar.active, | ||
+ | .navbar .btn-navbar.disabled, | ||
+ | .navbar .btn-navbar[disabled] { | ||
+ | color: #ffffff; | ||
+ | background-color: #e5e5e5; | ||
+ | *background-color: #d9d9d9; | ||
+ | } | ||
+ | |||
+ | .navbar .btn-navbar:active, | ||
+ | .navbar .btn-navbar.active { | ||
+ | background-color: #cccccc \9; | ||
+ | } | ||
+ | |||
+ | .navbar .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); | ||
+ | } | ||
+ | |||
+ | .btn-navbar .icon-bar + .icon-bar { | ||
+ | margin-top: 3px; | ||
+ | } | ||
+ | |||
+ | .navbar .nav > li > .dropdown-menu:before { | ||
+ | position: absolute; | ||
+ | top: -7px; | ||
+ | left: 9px; | ||
+ | display: inline-block; | ||
+ | border-right: 7px solid transparent; | ||
+ | border-bottom: 7px solid #ccc; | ||
+ | border-left: 7px solid transparent; | ||
+ | border-bottom-color: rgba(0, 0, 0, 0.2); | ||
+ | content: ''; | ||
+ | } | ||
+ | |||
+ | .navbar .nav > li > .dropdown-menu:after { | ||
+ | position: absolute; | ||
+ | top: -6px; | ||
+ | left: 10px; | ||
+ | display: inline-block; | ||
+ | border-right: 6px solid transparent; | ||
+ | border-bottom: 6px solid #ffffff; | ||
+ | border-left: 6px solid transparent; | ||
+ | content: ''; | ||
+ | } | ||
+ | |||
+ | .navbar-fixed-bottom .nav > li > .dropdown-menu:before { | ||
+ | top: auto; | ||
+ | bottom: -7px; | ||
+ | border-top: 7px solid #ccc; | ||
+ | border-bottom: 0; | ||
+ | border-top-color: rgba(0, 0, 0, 0.2); | ||
+ | } | ||
+ | |||
+ | .navbar-fixed-bottom .nav > li > .dropdown-menu:after { | ||
+ | top: auto; | ||
+ | bottom: -6px; | ||
+ | border-top: 6px solid #ffffff; | ||
+ | border-bottom: 0; | ||
+ | } | ||
+ | |||
+ | .navbar .nav li.dropdown > a:hover .caret { | ||
+ | border-top-color: #555555; | ||
+ | border-bottom-color: #555555; | ||
+ | } | ||
+ | |||
+ | .navbar .nav li.dropdown.open > .dropdown-toggle, | ||
+ | .navbar .nav li.dropdown.active > .dropdown-toggle, | ||
+ | .navbar .nav li.dropdown.open.active > .dropdown-toggle { | ||
+ | color: #555555; | ||
+ | background-color: #e5e5e5; | ||
+ | } | ||
+ | |||
+ | .navbar .nav li.dropdown > .dropdown-toggle .caret { | ||
+ | border-top-color: #777777; | ||
+ | border-bottom-color: #777777; | ||
+ | } | ||
+ | |||
+ | .navbar .nav li.dropdown.open > .dropdown-toggle .caret, | ||
+ | .navbar .nav li.dropdown.active > .dropdown-toggle .caret, | ||
+ | .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret { | ||
+ | border-top-color: #555555; | ||
+ | border-bottom-color: #555555; | ||
+ | } | ||
+ | |||
+ | .navbar .pull-right > li > .dropdown-menu, | ||
+ | .navbar .nav > li > .dropdown-menu.pull-right { | ||
+ | right: 0; | ||
+ | left: auto; | ||
+ | } | ||
+ | |||
+ | .navbar .pull-right > li > .dropdown-menu:before, | ||
+ | .navbar .nav > li > .dropdown-menu.pull-right:before { | ||
+ | right: 12px; | ||
+ | left: auto; | ||
+ | } | ||
+ | |||
+ | .navbar .pull-right > li > .dropdown-menu:after, | ||
+ | .navbar .nav > li > .dropdown-menu.pull-right:after { | ||
+ | right: 13px; | ||
+ | left: auto; | ||
+ | } | ||
+ | |||
+ | .navbar .pull-right > li > .dropdown-menu .dropdown-menu, | ||
+ | .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu { | ||
+ | right: 100%; | ||
+ | left: auto; | ||
+ | margin-right: -1px; | ||
+ | margin-left: 0; | ||
+ | -webkit-border-radius: 6px 0 6px 6px; | ||
+ | -moz-border-radius: 6px 0 6px 6px; | ||
+ | border-radius: 6px 0 6px 6px; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .navbar-inner { | ||
+ | background-color: #1b1b1b; | ||
+ | background-image: -moz-linear-gradient(top, #222222, #111111); | ||
+ | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111)); | ||
+ | background-image: -webkit-linear-gradient(top, #222222, #111111); | ||
+ | background-image: -o-linear-gradient(top, #222222, #111111); | ||
+ | background-image: linear-gradient(to bottom, #222222, #111111); | ||
+ | background-repeat: repeat-x; | ||
+ | border-color: #252525; | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0); | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .brand, | ||
+ | .navbar-inverse .nav > li > a { | ||
+ | color: #999999; | ||
+ | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .brand:hover, | ||
+ | .navbar-inverse .nav > li > a:hover { | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .brand { | ||
+ | color: #999999; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .navbar-text { | ||
+ | color: #999999; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .nav > li > a:focus, | ||
+ | .navbar-inverse .nav > li > a:hover { | ||
+ | color: #ffffff; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .nav .active > a, | ||
+ | .navbar-inverse .nav .active > a:hover, | ||
+ | .navbar-inverse .nav .active > a:focus { | ||
+ | color: #ffffff; | ||
+ | background-color: #111111; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .navbar-link { | ||
+ | color: #999999; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .navbar-link:hover { | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .divider-vertical { | ||
+ | border-right-color: #222222; | ||
+ | border-left-color: #111111; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, | ||
+ | .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, | ||
+ | .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle { | ||
+ | color: #ffffff; | ||
+ | background-color: #111111; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .nav li.dropdown > a:hover .caret { | ||
+ | border-top-color: #ffffff; | ||
+ | border-bottom-color: #ffffff; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret { | ||
+ | border-top-color: #999999; | ||
+ | border-bottom-color: #999999; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, | ||
+ | .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, | ||
+ | .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret { | ||
+ | border-top-color: #ffffff; | ||
+ | border-bottom-color: #ffffff; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .navbar-search .search-query { | ||
+ | color: #ffffff; | ||
+ | background-color: #515151; | ||
+ | border-color: #111111; | ||
+ | -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); | ||
+ | -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); | ||
+ | box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); | ||
+ | -webkit-transition: none; | ||
+ | -moz-transition: none; | ||
+ | -o-transition: none; | ||
+ | transition: none; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .navbar-search .search-query:-moz-placeholder { | ||
+ | color: #cccccc; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .navbar-search .search-query:-ms-input-placeholder { | ||
+ | color: #cccccc; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder { | ||
+ | color: #cccccc; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .navbar-search .search-query:focus, | ||
+ | .navbar-inverse .navbar-search .search-query.focused { | ||
+ | padding: 5px 15px; | ||
+ | color: #333333; | ||
+ | text-shadow: 0 1px 0 #ffffff; | ||
+ | background-color: #ffffff; | ||
+ | border: 0; | ||
+ | outline: 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); | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .btn-navbar { | ||
+ | color: #ffffff; | ||
+ | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); | ||
+ | background-color: #0e0e0e; | ||
+ | *background-color: #040404; | ||
+ | background-image: -moz-linear-gradient(top, #151515, #040404); | ||
+ | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404)); | ||
+ | background-image: -webkit-linear-gradient(top, #151515, #040404); | ||
+ | background-image: -o-linear-gradient(top, #151515, #040404); | ||
+ | background-image: linear-gradient(to bottom, #151515, #040404); | ||
+ | background-repeat: repeat-x; | ||
+ | border-color: #040404 #040404 #000000; | ||
+ | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0); | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .btn-navbar:hover, | ||
+ | .navbar-inverse .btn-navbar:active, | ||
+ | .navbar-inverse .btn-navbar.active, | ||
+ | .navbar-inverse .btn-navbar.disabled, | ||
+ | .navbar-inverse .btn-navbar[disabled] { | ||
+ | color: #ffffff; | ||
+ | background-color: #040404; | ||
+ | *background-color: #000000; | ||
+ | } | ||
+ | |||
+ | .navbar-inverse .btn-navbar:active, | ||
+ | .navbar-inverse .btn-navbar.active { | ||
+ | background-color: #000000 \9; | ||
+ | } |
Версия 14:04, 3 июня 2020
#catlinks { display:block }
.img-rounded {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.img-polaroid {
padding: 4px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
.row {
margin-left: -20px;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
line-height: 0;
content: "";
}
.row:after {
clear: both;
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
.span12 {
width: 940px;
}
.span11 {
width: 860px;
}
.span10 {
width: 780px;
}
.span9 {
width: 700px;
}
.span8 {
width: 620px;
}
.span7 {
width: 540px;
}
.span6 {
width: 460px;
}
.span5 {
width: 380px;
}
.span4 {
width: 300px;
}
.span3 {
width: 220px;
}
.span2 {
width: 140px;
}
.span1 {
width: 60px;
}
.lead {
margin-bottom: 20px;
font-size: 21px;
font-weight: 200;
line-height: 30px;
}
small {
font-size: 85%;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
cite {
font-style: normal;
}
.muted {
color: #999999;
}
a.muted:hover {
color: #808080;
}
.text-warning {
color: #c09853;
}
a.text-warning:hover {
color: #a47e3c;
}
.text-error {
color: #b94a48;
}
a.text-error:hover {
color: #953b39;
}
.text-info {
color: #3a87ad;
}
a.text-info:hover {
color: #2d6987;
}
.text-success {
color: #468847;
}
a.text-success:hover {
color: #356635;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 10px 0;
font-family: inherit;
font-weight: bold;
line-height: 20px;
color: inherit;
text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
font-weight: normal;
line-height: 1;
color: #999999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
font-family: inherit;
font-weight: bold;
color: inherit;
text-rendering: optimizelegibility;
}
h1 {
font-size: 24px;
line-height: 36px;
}
h2 {
font-size: 20px;
line-height: 36px;
}
h3 {
font-size: 16px;
line-height: 27px;
}
h4 {
font-size: 14px;
line-height: 18px;
}
h5 {
font-size: 12px;
line-height: 18px;
}
h6 {
font-size: 11px;
line-height: 18px;
color: #999999;
text-transform: uppercase;
}
h1 small {
font-size: 24.5px;
}
h2 small {
font-size: 17.5px;
}
h3 small {
font-size: 14px;
}
h4 small {
font-size: 14px;
}
.page-header {
padding-bottom: 9px;
margin: 20px 0 30px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
padding: 0;
margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin-bottom: 0;
}
li {
line-height: 20px;
}
ul.unstyled,
ol.unstyled {
margin-left: 0;
list-style: none;
}
ul.inline,
ol.inline {
margin-left: 0;
list-style: none;
}
ul.inline > li,
ol.inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
dl {
margin-bottom: 20px;
}
dt,
dd {
line-height: 20px;
}
dt {
font-weight: bold;
}
dd {
margin-left: 10px;
}
.dl-horizontal {
*zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
display: table;
line-height: 0;
content: "";
}
.dl-horizontal:after {
clear: both;
}
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
hr {
margin: 20px 0;
border: 0;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
abbr.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 0 0 0 15px;
margin: 0 0 20px;
border-left: 5px solid #eeeeee;
}
blockquote p {
margin-bottom: 0;
font-size: 16px;
font-weight: 300;
line-height: 25px;
}
blockquote small {
display: block;
line-height: 20px;
color: #999999;
}
blockquote small:before {
content: '\2014 \00A0';
}
blockquote.pull-right {
float: right;
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
text-align: right;
}
blockquote.pull-right small:before {
content: '';
}
blockquote.pull-right small:after {
content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
}
address {
display: block;
margin-bottom: 20px;
font-style: normal;
line-height: 20px;
}
code,
pre {
padding: 0 3px 2px;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 12px;
color: #333333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
code {
padding: 2px 4px;
color: #d14;
white-space: nowrap;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
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;
}
pre.prettyprint {
margin-bottom: 20px;
}
pre code {
padding: 0;
color: inherit;
white-space: pre;
white-space: pre-wrap;
background-color: transparent;
border: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.align-center {text-align:center;}
.text-light { color: #C3C3C3; }
table {
max-width: 100%;
border-collapse: collapse;
border-spacing: 0;
background-color: transparent;
}
table {
/*width: 100%;*/
margin-bottom: 18px;
}
table th,
table td {
padding: 8px;
line-height: 18px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
table th {
font-weight: bold;
}
table thead th {
vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
border-top: 0;
}
table tbody + tbody {
border-top: 2px solid #dddddd;
}
table {
border: 1px solid #dddddd;
border-left: 0;
border-collapse: separate;
*border-collapse: collapsed;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
table th,
table td {
border-left: 1px solid #dddddd;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
border-top: 0;
}
table thead:first-child tr:first-child th:first-child,
table 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;
}
table thead:first-child tr:first-child th:last-child,
table 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;
}
table thead:last-child tr:last-child th:first-child,
table 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;
}
table thead:last-child tr:last-child th:last-child,
table 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;
}
.table-condensed th,
.table-condensed td {
padding: 4px 5px;
}
.table-bordered {
border: 1px solid #dddddd;
border-collapse: separate;
*border-collapse: collapse;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.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;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
background-color: #f5f5f5;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
-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);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
padding: 24px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.well-small {
padding: 9px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.thumbnails {
margin-left: -20px;
list-style: none;
*zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
display: table;
line-height: 0;
content: "";
}
.thumbnails:after {
clear: both;
}
.row-fluid .thumbnails {
margin-left: 0;
}
.thumbnails > li {
float: left;
margin-bottom: 20px;
margin-left: 20px;
}
.thumbnail {
display: block;
padding: 4px;
line-height: 20px;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
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);
}
.thumbnail > img {
display: block;
max-width: 100%;
margin-right: auto;
margin-left: auto;
}
.thumbnail .caption {
padding: 9px;
color: #555555;
}
.nav > .disabled > a {
color: #999999;
}
.nav > .disabled > a:hover {
text-decoration: none;
cursor: default;
background-color: transparent;
}
.navbar {
*position: relative;
*z-index: 2;
margin-bottom: 20px;
overflow: visible;
}
.navbar-inner {
min-height: 40px;
padding-right: 20px;
padding-left: 20px;
background-color: #fafafa;
background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
background-repeat: repeat-x;
border: 1px solid #d4d4d4;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
*zoom: 1;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.navbar-inner:before,
.navbar-inner:after {
display: table;
line-height: 0;
content: "";
}
.navbar-inner:after {
clear: both;
}
.navbar .container {
width: auto;
}
.nav-collapse.collapse {
height: auto;
overflow: visible;
}
.navbar .brand {
display: block;
float: left;
padding: 10px 20px 10px;
margin-left: -20px;
font-size: 20px;
font-weight: 200;
color: #777777;
text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover {
text-decoration: none;
}
.navbar-text {
margin-bottom: 0;
line-height: 40px;
color: #777777;
}
.navbar-link {
color: #777777;
}
.navbar-link:hover {
color: #333333;
}
.navbar .divider-vertical {
height: 40px;
margin: 0 9px;
border-right: 1px solid #ffffff;
border-left: 1px solid #f2f2f2;
}
.navbar .btn,
.navbar .btn-group {
margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
margin-top: 0;
}
.navbar-form {
margin-bottom: 0;
*zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
display: table;
line-height: 0;
content: "";
}
.navbar-form:after {
clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
display: inline-block;
margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
margin-top: 5px;
white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
margin-top: 0;
}
.navbar-search {
position: relative;
float: left;
margin-top: 5px;
margin-bottom: 0;
}
.navbar-search .search-query {
padding: 4px 14px;
margin-bottom: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 1;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.navbar-static-top {
position: static;
margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
padding-right: 0;
padding-left: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 940px;
}
.navbar-fixed-top {
top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-bottom {
bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
-webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.navbar .nav {
position: relative;
left: 0;
display: block;
float: left;
margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
float: right;
margin-right: 0;
}
.navbar .nav > li {
float: left;
}
.navbar .nav > li > a {
float: none;
padding: 10px 15px 10px;
color: #777777;
text-decoration: none;
text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
color: #333333;
text-decoration: none;
background-color: transparent;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
color: #555555;
text-decoration: none;
background-color: #e5e5e5;
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
display: none;
float: right;
padding: 7px 10px;
margin-right: 5px;
margin-left: 5px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #ededed;
*background-color: #e5e5e5;
background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
background-repeat: repeat-x;
border-color: #e5e5e5 #e5e5e5 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
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);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
color: #ffffff;
background-color: #e5e5e5;
*background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
background-color: #cccccc \9;
}
.navbar .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);
}
.btn-navbar .icon-bar + .icon-bar {
margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
position: absolute;
top: -7px;
left: 9px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-left: 7px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}
.navbar .nav > li > .dropdown-menu:after {
position: absolute;
top: -6px;
left: 10px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
border-left: 6px solid transparent;
content: '';
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
top: auto;
bottom: -7px;
border-top: 7px solid #ccc;
border-bottom: 0;
border-top-color: rgba(0, 0, 0, 0.2);
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
top: auto;
bottom: -6px;
border-top: 6px solid #ffffff;
border-bottom: 0;
}
.navbar .nav li.dropdown > a:hover .caret {
border-top-color: #555555;
border-bottom-color: #555555;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
color: #555555;
background-color: #e5e5e5;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
border-top-color: #777777;
border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
border-top-color: #555555;
border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
right: 0;
left: auto;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
right: 12px;
left: auto;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
right: 13px;
left: auto;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
right: 100%;
left: auto;
margin-right: -1px;
margin-left: 0;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
background-color: #1b1b1b;
background-image: -moz-linear-gradient(top, #222222, #111111);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
background-image: -webkit-linear-gradient(top, #222222, #111111);
background-image: -o-linear-gradient(top, #222222, #111111);
background-image: linear-gradient(to bottom, #222222, #111111);
background-repeat: repeat-x;
border-color: #252525;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
color: #999999;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
color: #ffffff;
}
.navbar-inverse .brand {
color: #999999;
}
.navbar-inverse .navbar-text {
color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
color: #ffffff;
background-color: #111111;
}
.navbar-inverse .navbar-link {
color: #999999;
}
.navbar-inverse .navbar-link:hover {
color: #ffffff;
}
.navbar-inverse .divider-vertical {
border-right-color: #222222;
border-left-color: #111111;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
color: #ffffff;
background-color: #111111;
}
.navbar-inverse .nav li.dropdown > a:hover .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
border-top-color: #999999;
border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
color: #ffffff;
background-color: #515151;
border-color: #111111;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
padding: 5px 15px;
color: #333333;
text-shadow: 0 1px 0 #ffffff;
background-color: #ffffff;
border: 0;
outline: 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);
}
.navbar-inverse .btn-navbar {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #0e0e0e;
*background-color: #040404;
background-image: -moz-linear-gradient(top, #151515, #040404);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
background-image: -webkit-linear-gradient(top, #151515, #040404);
background-image: -o-linear-gradient(top, #151515, #040404);
background-image: linear-gradient(to bottom, #151515, #040404);
background-repeat: repeat-x;
border-color: #040404 #040404 #000000;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
color: #ffffff;
background-color: #040404;
*background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
background-color: #000000 \9;
}