2011-09-02 00:29:54 -07:00
/ * !
2012-11-05 09:32:48 -08:00
* Bootstrap v2 . 2 . 2
2011-09-02 00:29:54 -07:00
*
2012-01-14 23:28:48 -08:00
* Copyright 2012 Twitter , Inc
2011-09-02 00:29:54 -07:00
* 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 .
* /
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
article ,
aside ,
details ,
figcaption ,
figure ,
footer ,
header ,
hgroup ,
nav ,
section {
display : block ;
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
audio ,
canvas ,
video {
2011-09-02 00:29:54 -07:00
display : inline-block ;
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
audio : not ( [ controls ] ) {
display : none ;
}
2012-04-18 16:16:42 -07:00
2012-01-20 21:16:40 +00:00
html {
font-size : 100 % ;
-webkit-text-size-adjust : 100 % ;
2012-04-18 16:16:42 -07:00
-ms-text-size-adjust : 100 % ;
2012-01-20 21:16:40 +00:00
}
2012-04-18 16:16:42 -07:00
2012-01-20 21:16:40 +00:00
a : focus {
2012-02-16 21:25:40 -08:00
outline : thin dotted # 333 ;
2012-01-27 18:33:25 -08:00
outline : 5px auto -webkit-focus-ring-color ;
outline-offset : -2px ;
2012-01-20 21:16:40 +00:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
a : hover ,
a : active {
2012-01-20 21:16:40 +00:00
outline : 0 ;
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
sub ,
sup {
2011-11-29 22:35:03 -08:00
position : relative ;
2011-09-02 00:29:54 -07:00
font-size : 75 % ;
line-height : 0 ;
vertical-align : baseline ;
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
sup {
top : -0 . 5em ;
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
sub {
bottom : -0 . 25em ;
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
img {
2012-09-03 01:13:42 -07:00
width : auto \ 9 ;
2012-07-23 23:01:38 -07:00
height : auto ;
2012-03-22 22:06:23 -07:00
max-width : 100 % ;
2012-04-16 15:09:05 -07:00
vertical-align : middle ;
2011-09-02 00:29:54 -07:00
border : 0 ;
-ms-interpolation-mode : bicubic ;
}
2012-04-18 16:16:42 -07:00
2012-10-01 10:48:57 -07:00
# map_canvas img ,
. google-maps img {
2012-05-24 20:18:52 -07:00
max-width : none ;
}
2011-09-02 00:29:54 -07:00
button ,
input ,
select ,
textarea {
margin : 0 ;
2011-11-29 22:35:03 -08:00
font-size : 100 % ;
2012-01-26 16:15:09 -05:00
vertical-align : middle ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
button ,
input {
2011-11-29 22:35:03 -08:00
line-height : normal ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
button ,
2012-09-18 11:23:16 -07:00
html input [ type = "button" ] ,
2011-09-02 00:29:54 -07:00
input [ type = "reset" ] ,
input [ type = "submit" ] {
cursor : pointer ;
-webkit-appearance : button ;
}
2012-04-18 16:16:42 -07:00
2012-11-01 09:44:51 -07:00
label ,
select ,
button ,
input [ type = "button" ] ,
input [ type = "reset" ] ,
input [ type = "submit" ] ,
input [ type = "radio" ] ,
input [ type = "checkbox" ] {
cursor : pointer ;
}
2011-09-02 00:29:54 -07:00
input [ type = "search" ] {
-webkit-box-sizing : content-box ;
2012-04-18 16:16:42 -07:00
-moz-box-sizing : content-box ;
box-sizing : content-box ;
2012-04-16 15:09:05 -07:00
-webkit-appearance : textfield ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
input [ type = "search" ] :: -webkit-search-decoration ,
input [ type = "search" ] :: -webkit-search-cancel-button {
2011-09-02 00:29:54 -07:00
-webkit-appearance : none ;
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
textarea {
overflow : auto ;
vertical-align : top ;
}
2012-04-18 16:16:42 -07:00
2012-11-03 13:42:08 -07:00
@ media print {
* {
color : # 000 ! important ;
text-shadow : none ! important ;
background : transparent ! important ;
box-shadow : none ! important ;
}
a ,
a : visited {
text-decoration : underline ;
}
a [ href ] : after {
content : " (" attr ( href ) ")" ;
}
abbr [ title ] : after {
content : " (" attr ( title ) ")" ;
}
. ir a : after ,
a [ href ^ = "javascript:" ] : after ,
a [ href ^ = "#" ] : after {
content : "" ;
}
pre ,
blockquote {
border : 1px solid # 999 ;
page-break-inside : avoid ;
}
thead {
display : table-header-group ;
}
tr ,
img {
page-break-inside : avoid ;
}
img {
max-width : 100 % ! important ;
}
@ page {
margin : 0 . 5cm ;
}
p ,
h2 ,
h3 {
orphans : 3 ;
widows : 3 ;
}
h2 ,
h3 {
page-break-after : avoid ;
}
}
2011-09-10 21:05:23 -07:00
body {
margin : 0 ;
2012-11-30 00:24:17 -08:00
color : # 333333 ;
background-color : # ffffff ;
}
body ,
input ,
button ,
select ,
textarea {
2011-09-10 21:05:23 -07:00
font-family : "Helvetica Neue" , Helvetica , Arial , sans-serif ;
2012-07-05 15:11:54 -07:00
font-size : 14px ;
line-height : 20px ;
2011-09-10 21:05:23 -07:00
}
2012-04-18 16:16:42 -07:00
2011-09-10 21:05:23 -07:00
a {
2012-01-05 10:01:42 -08:00
color : # 0088cc ;
2011-09-10 21:05:23 -07:00
text-decoration : none ;
}
2012-04-18 16:16:42 -07:00
2011-09-10 21:05:23 -07:00
a : hover {
2012-03-10 16:01:06 -08:00
color : # 005580 ;
2011-09-10 21:05:23 -07:00
text-decoration : underline ;
}
2012-04-18 16:16:42 -07:00
2012-07-27 00:06:43 -07:00
. img-rounded {
2012-09-30 23:11:54 -07:00
border-radius : 6px ;
2012-07-27 00:06:43 -07:00
}
. 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 ) ;
box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 1 ) ;
}
. img-circle {
2012-09-30 23:11:54 -07:00
border-radius : 500px ;
2012-07-27 00:06:43 -07:00
}
2012-11-30 12:42:37 -08:00
. container {
max-width : 940px ;
2012-08-28 13:33:06 -07:00
}
2011-09-02 00:29:54 -07:00
. row {
2012-08-28 13:33:06 -07:00
margin-right : -10px ;
margin-left : -10px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. row : before ,
. row : after {
2011-09-02 00:29:54 -07:00
display : table ;
2012-07-06 10:35:08 -07:00
line-height : 0 ;
2011-09-02 00:29:54 -07:00
content : "" ;
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
. row : after {
clear : both ;
}
2012-04-18 16:16:42 -07:00
2011-09-11 18:44:25 -07:00
[ class * = "span" ] {
2011-09-02 00:29:54 -07:00
float : left ;
2012-08-27 15:12:22 -07:00
min-height : 1px ;
2012-08-28 13:33:06 -07:00
padding-right : 10px ;
padding-left : 10px ;
-webkit-box-sizing : border-box ;
-moz-box-sizing : border-box ;
box-sizing : border-box ;
2012-02-21 15:21:18 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. span12 {
2012-08-28 13:33:06 -07:00
width : 100 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. span11 {
2012-08-28 13:33:06 -07:00
width : 91 . 66666666666666 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. span10 {
2012-08-28 13:33:06 -07:00
width : 83 . 33333333333334 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. span9 {
2012-08-28 13:33:06 -07:00
width : 75 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. span8 {
2012-08-28 13:33:06 -07:00
width : 66 . 66666666666666 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2011-09-11 18:44:25 -07:00
. span7 {
2012-08-28 13:33:06 -07:00
width : 58 . 333333333333336 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. span6 {
2012-08-28 13:33:06 -07:00
width : 50 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. span5 {
2012-08-28 13:33:06 -07:00
width : 41 . 66666666666667 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. span4 {
2012-08-28 13:33:06 -07:00
width : 33 . 33333333333333 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. span3 {
2012-08-28 13:33:06 -07:00
width : 25 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. span2 {
2012-08-28 13:33:06 -07:00
width : 16 . 666666666666664 % ;
2012-02-19 21:49:17 +01:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. span1 {
2012-08-28 13:33:06 -07:00
width : 8 . 333333333333332 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. offset12 {
2012-08-28 13:33:06 -07:00
margin-left : 100 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. offset11 {
2012-08-28 13:33:06 -07:00
margin-left : 91 . 66666666666666 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. offset10 {
2012-08-28 13:33:06 -07:00
margin-left : 83 . 33333333333334 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. offset9 {
2012-08-28 13:33:06 -07:00
margin-left : 75 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. offset8 {
2012-08-28 13:33:06 -07:00
margin-left : 66 . 66666666666666 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2011-09-11 18:44:25 -07:00
. offset7 {
2012-08-28 13:33:06 -07:00
margin-left : 58 . 333333333333336 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. offset6 {
2012-08-28 13:33:06 -07:00
margin-left : 50 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. offset5 {
2012-08-28 13:33:06 -07:00
margin-left : 41 . 66666666666667 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. offset4 {
2012-08-28 13:33:06 -07:00
margin-left : 33 . 33333333333333 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. offset3 {
2012-08-28 13:33:06 -07:00
margin-left : 25 % ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. offset2 {
2012-08-28 13:33:06 -07:00
margin-left : 16 . 666666666666664 % ;
2012-03-04 14:06:30 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-04 14:06:30 -08:00
. offset1 {
2012-08-28 13:33:06 -07:00
margin-left : 8 . 333333333333332 % ;
2012-06-20 20:26:50 -07:00
}
2012-09-25 22:20:24 -07:00
[ class * = "span" ] . hide {
2012-07-29 16:51:24 -07:00
display : none ;
}
2012-09-25 22:20:24 -07:00
[ class * = "span" ] . pull-right {
2012-07-29 16:51:24 -07:00
float : right ;
}
2012-01-26 14:50:55 -08:00
. container {
margin-right : auto ;
2012-04-16 16:34:08 -07:00
margin-left : auto ;
2012-01-26 14:50:55 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. container : before ,
. container : after {
2012-01-26 14:50:55 -08:00
display : table ;
2012-07-06 10:35:08 -07:00
line-height : 0 ;
2012-01-26 14:50:55 -08:00
content : "" ;
}
2012-04-18 16:16:42 -07:00
2012-01-26 14:50:55 -08:00
. container : after {
clear : both ;
}
2012-04-18 16:16:42 -07:00
2012-01-29 13:06:57 -08:00
. container-fluid {
2012-01-26 14:50:55 -08:00
padding-right : 20px ;
2012-04-16 16:34:08 -07:00
padding-left : 20px ;
2012-01-26 14:50:55 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. container-fluid : before ,
. container-fluid : after {
2012-01-26 14:50:55 -08:00
display : table ;
2012-07-06 10:35:08 -07:00
line-height : 0 ;
2012-01-26 14:50:55 -08:00
content : "" ;
}
2012-04-18 16:16:42 -07:00
2012-01-29 13:06:57 -08:00
. container-fluid : after {
2012-01-26 14:50:55 -08:00
clear : both ;
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
p {
2012-07-05 15:11:54 -07:00
margin : 0 0 10px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-24 23:35:34 -08:00
. lead {
2012-07-05 15:11:54 -07:00
margin-bottom : 20px ;
2012-09-02 13:25:03 -07:00
font-size : 21px ;
2012-01-24 23:35:34 -08:00
font-weight : 200 ;
2012-07-05 15:11:54 -07:00
line-height : 30px ;
2012-01-24 23:35:34 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-19 13:12:19 -07:00
small {
font-size : 85 % ;
}
strong {
font-weight : bold ;
}
em {
font-style : italic ;
}
cite {
font-style : normal ;
}
. muted {
color : # 999999 ;
}
2012-10-31 10:46:04 -07:00
a . muted : hover {
color : # 808080 ;
}
2012-09-03 00:47:48 -07:00
. text-warning {
color : # c09853 ;
}
2012-09-20 09:06:43 -07:00
a . text-warning : hover {
2012-09-17 23:19:52 -07:00
color : # a47e3c ;
}
2012-09-03 00:47:48 -07:00
. text-error {
color : # b94a48 ;
}
2012-09-20 09:06:43 -07:00
a . text-error : hover {
2012-09-17 23:19:52 -07:00
color : # 953b39 ;
}
2012-09-03 00:47:48 -07:00
. text-info {
color : # 3a87ad ;
}
2012-09-20 09:06:43 -07:00
a . text-info : hover {
2012-09-17 23:19:52 -07:00
color : # 2d6987 ;
}
2012-09-03 00:47:48 -07:00
. text-success {
color : # 468847 ;
}
2012-09-20 09:06:43 -07:00
a . text-success : hover {
2012-09-17 23:19:52 -07:00
color : # 356635 ;
}
2011-09-02 00:29:54 -07:00
h1 ,
h2 ,
h3 ,
h4 ,
h5 ,
h6 {
2012-07-05 15:11:54 -07:00
margin : 10px 0 ;
2012-03-10 11:27:07 -08:00
font-family : inherit ;
2012-03-10 11:29:57 -08:00
font-weight : bold ;
2012-09-22 22:16:12 -07:00
line-height : 20px ;
2011-10-17 14:17:29 -07:00
text-rendering : optimizelegibility ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
h1 small ,
h2 small ,
h3 small ,
h4 small ,
h5 small ,
h6 small {
2012-01-20 21:16:40 +00:00
font-weight : normal ;
2012-07-06 10:35:08 -07:00
line-height : 1 ;
2012-01-05 10:01:42 -08:00
color : # 999999 ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-09-22 22:16:12 -07:00
h1 ,
h2 ,
h3 {
2012-07-05 15:11:54 -07:00
line-height : 40px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-09-22 22:16:12 -07:00
h1 {
font-size : 38 . 5px ;
}
2011-09-02 00:29:54 -07:00
h2 {
2012-09-22 22:16:12 -07:00
font-size : 31 . 5px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-07-05 15:11:54 -07:00
h3 {
2012-09-22 22:16:12 -07:00
font-size : 24 . 5px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-07-05 15:11:54 -07:00
h4 {
2012-09-22 22:16:12 -07:00
font-size : 17 . 5px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-07-05 15:11:54 -07:00
h5 {
2011-09-02 00:29:54 -07:00
font-size : 14px ;
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
h6 {
2012-09-22 22:16:12 -07:00
font-size : 11 . 9px ;
2012-01-06 23:59:22 -08:00
}
2012-04-18 16:16:42 -07:00
2012-07-05 15:11:54 -07:00
h1 small {
2012-09-22 22:16:12 -07:00
font-size : 24 . 5px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-07-05 15:11:54 -07:00
h2 small {
2012-09-22 22:16:12 -07:00
font-size : 17 . 5px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-07-05 15:11:54 -07:00
h3 small {
font-size : 14px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-07-05 15:11:54 -07:00
h4 small {
font-size : 14px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-27 15:28:09 -08:00
. page-header {
2012-07-08 01:47:36 -07:00
padding-bottom : 9px ;
margin : 20px 0 30px ;
2012-01-27 15:28:09 -08:00
border-bottom : 1px solid # eeeeee ;
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
ul ,
ol {
2012-01-20 21:16:40 +00:00
padding : 0 ;
2012-07-05 15:11:54 -07:00
margin : 0 0 10px 25px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
ul ul ,
ul ol ,
ol ol ,
ol ul {
margin-bottom : 0 ;
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
li {
2012-07-05 15:11:54 -07:00
line-height : 20px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-04 12:42:00 -08:00
. list-unstyled ,
2012-11-04 12:38:35 -08:00
. list-inline {
2012-11-04 12:39:27 -08:00
margin-left : 0 ;
2012-11-04 12:36:37 -08:00
list-style : none ;
2012-10-26 09:47:55 +02:00
}
2012-11-04 12:38:35 -08:00
. list-inline > li {
2012-11-04 12:36:37 -08:00
display : inline-block ;
padding-right : 5px ;
padding-left : 5px ;
2012-10-26 09:47:55 +02:00
}
2011-09-02 00:29:54 -07:00
dl {
2012-07-05 15:11:54 -07:00
margin-bottom : 20px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
dt ,
dd {
2012-07-05 15:11:54 -07:00
line-height : 20px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-15 13:12:29 -08:00
dt {
2011-09-02 00:29:54 -07:00
font-weight : bold ;
}
2012-04-18 16:16:42 -07:00
2012-01-15 13:12:29 -08:00
dd {
2012-07-05 15:11:54 -07:00
margin-left : 10px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-08-26 23:06:56 -07:00
. dl-horizontal : before ,
. dl-horizontal : after {
display : table ;
line-height : 0 ;
content : "" ;
}
. dl-horizontal : after {
clear : both ;
}
2012-03-05 00:42:37 -08:00
. dl-horizontal dt {
float : left ;
2012-08-28 10:12:04 -07:00
width : 160px ;
2012-04-18 16:16:42 -07:00
overflow : hidden ;
2012-04-16 16:34:08 -07:00
clear : left ;
2012-03-05 00:42:37 -08:00
text-align : right ;
2012-04-16 16:34:08 -07:00
text-overflow : ellipsis ;
white-space : nowrap ;
2012-03-05 00:42:37 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-05 00:42:37 -08:00
. dl-horizontal dd {
2012-08-28 10:12:04 -07:00
margin-left : 180px ;
2012-03-05 00:42:37 -08:00
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
hr {
2012-07-05 15:11:54 -07:00
margin : 20px 0 ;
2011-09-02 00:29:54 -07:00
border : 0 ;
2012-02-10 23:59:00 -08:00
border-top : 1px solid # eeeeee ;
2012-11-30 15:05:23 -08:00
border-bottom : 1px solid # fff ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-10-03 09:36:45 -07:00
abbr [ title ] ,
abbr [ data-original-title ] {
2011-10-17 14:17:29 -07:00
cursor : help ;
2012-05-13 17:43:04 -07:00
border-bottom : 1px dotted # 999999 ;
2011-10-17 14:17:29 -07:00
}
2012-04-18 16:16:42 -07:00
2012-02-19 21:24:06 +01:00
abbr . initialism {
font-size : 90 % ;
text-transform : uppercase ;
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
blockquote {
2012-01-20 21:16:40 +00:00
padding : 0 0 0 15px ;
2012-07-05 15:11:54 -07:00
margin : 0 0 20px ;
2012-01-22 20:07:17 -08:00
border-left : 5px solid # eeeeee ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
blockquote p {
2011-11-29 22:35:03 -08:00
margin-bottom : 0 ;
2012-01-12 10:19:07 -08:00
font-size : 16px ;
font-weight : 300 ;
2012-07-05 15:11:54 -07:00
line-height : 25px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
blockquote small {
display : block ;
2012-07-05 15:11:54 -07:00
line-height : 20px ;
2012-01-05 10:01:42 -08:00
color : # 999999 ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
blockquote small : before {
content : '\2014 \00A0' ;
}
2012-04-18 16:16:42 -07:00
2011-10-30 20:14:27 -07:00
blockquote . pull-right {
float : right ;
2012-01-08 01:57:05 -08:00
padding-right : 15px ;
2012-04-16 16:34:08 -07:00
padding-left : 0 ;
2012-01-22 20:07:17 -08:00
border-right : 5px solid # eeeeee ;
2012-04-16 16:34:08 -07:00
border-left : 0 ;
2011-10-30 20:14:27 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
blockquote . pull-right p ,
blockquote . pull-right small {
2011-10-30 20:14:27 -07:00
text-align : right ;
}
2012-04-18 16:16:42 -07:00
2012-07-15 16:13:25 -07:00
blockquote . pull-right small : before {
content : '' ;
}
blockquote . pull-right small : after {
content : '\00A0 \2014' ;
}
2012-01-20 21:16:40 +00:00
q : before ,
q : after ,
blockquote : before ,
blockquote : after {
content : "" ;
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
address {
display : block ;
2012-07-05 15:11:54 -07:00
margin-bottom : 20px ;
2012-01-20 21:16:40 +00:00
font-style : normal ;
2012-07-05 15:11:54 -07:00
line-height : 20px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
code ,
pre {
2011-09-02 00:29:54 -07:00
padding : 0 3px 2px ;
2012-07-05 15:15:57 -07:00
font-family : Monaco , Menlo , Consolas , "Courier New" , monospace ;
2012-07-07 23:16:07 -07:00
font-size : 12px ;
2012-01-05 10:01:42 -08:00
color : # 333333 ;
2012-09-30 23:49:26 -07:00
border-radius : 4px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
code {
2012-02-19 16:28:46 -08:00
padding : 2px 4px ;
2012-01-24 16:07:30 -08:00
color : # d14 ;
2012-11-04 13:30:36 -08:00
white-space : nowrap ;
2012-01-24 16:07:30 -08:00
background-color : # f7f7f9 ;
border : 1px solid # e1e1e8 ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
pre {
display : block ;
2012-07-05 15:11:54 -07:00
padding : 9 . 5px ;
margin : 0 0 10px ;
2012-08-19 23:01:24 -07:00
font-size : 13px ;
2012-07-05 15:11:54 -07:00
line-height : 20px ;
2012-04-16 16:34:08 -07:00
word-break : break-all ;
word-wrap : break-word ;
white-space : pre ;
white-space : pre-wrap ;
2011-11-29 22:35:03 -08:00
background-color : # f5f5f5 ;
2011-09-02 00:29:54 -07:00
border : 1px solid # ccc ;
border : 1px solid rgba ( 0 , 0 , 0 , 0 . 15 ) ;
2012-11-02 09:36:51 -07:00
border-radius : 4px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2011-11-29 23:48:27 -08:00
pre . prettyprint {
2012-07-05 15:11:54 -07:00
margin-bottom : 20px ;
2011-11-29 23:48:27 -08:00
}
2012-04-18 16:16:42 -07:00
2011-11-17 00:52:11 -08:00
pre code {
padding : 0 ;
2012-02-04 22:23:20 -08:00
color : inherit ;
2011-11-17 00:52:11 -08:00
background-color : transparent ;
2012-02-04 22:23:20 -08:00
border : 0 ;
2011-11-17 00:52:11 -08:00
}
2012-04-18 16:16:42 -07:00
2012-02-10 23:07:32 -08:00
. pre-scrollable {
max-height : 340px ;
overflow-y : scroll ;
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
form {
2012-07-05 15:11:54 -07:00
margin : 0 0 20px ;
2012-01-20 21:16:40 +00:00
}
2012-04-18 16:16:42 -07:00
2012-01-20 21:16:40 +00:00
fieldset {
padding : 0 ;
margin : 0 ;
border : 0 ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2011-09-29 01:40:27 -07:00
legend {
2011-09-02 00:29:54 -07:00
display : block ;
2011-09-29 01:40:27 -07:00
width : 100 % ;
2012-01-20 21:16:40 +00:00
padding : 0 ;
2012-07-10 00:32:04 -07:00
margin-bottom : 20px ;
2012-07-05 15:11:54 -07:00
font-size : 21px ;
line-height : 40px ;
2012-01-05 10:01:42 -08:00
color : # 333333 ;
2012-01-20 21:16:40 +00:00
border : 0 ;
2012-05-13 17:43:04 -07:00
border-bottom : 1px solid # e5e5e5 ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2011-09-29 01:40:27 -07:00
label {
2012-11-30 13:35:20 -08:00
display : inline-block ;
2011-09-29 01:40:27 -07:00
margin-bottom : 5px ;
2012-11-30 13:35:20 -08:00
font-weight : bold ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
select ,
2012-05-14 23:40:06 -07:00
textarea ,
input [ type = "text" ] ,
input [ type = "password" ] ,
input [ type = "datetime" ] ,
input [ type = "datetime-local" ] ,
input [ type = "date" ] ,
input [ type = "month" ] ,
input [ type = "time" ] ,
input [ type = "week" ] ,
input [ type = "number" ] ,
input [ type = "email" ] ,
input [ type = "url" ] ,
input [ type = "search" ] ,
input [ type = "tel" ] ,
2012-05-15 09:07:19 -07:00
input [ type = "color" ] ,
. uneditable-input {
2012-01-25 11:26:45 -08:00
display : inline-block ;
2012-10-01 00:19:29 -07:00
min-height : 34px ;
padding : 6px 9px ;
margin-bottom : 10px ;
2012-07-05 15:11:54 -07:00
font-size : 14px ;
line-height : 20px ;
2012-01-05 10:01:42 -08:00
color : # 555555 ;
2012-09-23 16:06:28 -07:00
vertical-align : middle ;
2012-10-01 00:19:29 -07:00
background-color : # ffffff ;
2012-11-30 13:35:20 -08:00
border : 1px solid # cccccc ;
2012-09-30 23:11:54 -07:00
border-radius : 4px ;
2012-11-30 13:35:20 -08:00
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
2012-10-01 00:19:29 -07:00
-webkit-box-sizing : border-box ;
-moz-box-sizing : border-box ;
box-sizing : border-box ;
2012-11-30 13:35:20 -08:00
-webkit-transition : border linear 0 . 2s , box-shadow linear 0 . 2s ;
-moz-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 ;
2012-05-14 23:40:06 -07:00
}
2012-05-15 00:17:02 -07:00
input ,
2012-11-30 00:53:07 -08:00
select ,
2012-08-27 12:07:28 -07:00
textarea ,
. uneditable-input {
2012-11-30 00:53:07 -08:00
width : 100 % ;
2012-05-15 00:17:02 -07:00
}
2012-11-30 13:35:20 -08:00
input [ type = "file" ] ,
input [ type = "image" ] ,
input [ type = "submit" ] ,
input [ type = "reset" ] ,
input [ type = "button" ] ,
input [ type = "radio" ] ,
input [ type = "checkbox" ] {
width : auto ;
2012-05-17 22:00:49 -07:00
}
2012-11-30 13:35:20 -08:00
textarea {
height : auto ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-05-15 09:07:55 -07:00
textarea : focus ,
input [ type = "text" ] : focus ,
input [ type = "password" ] : focus ,
input [ type = "datetime" ] : focus ,
input [ type = "datetime-local" ] : focus ,
input [ type = "date" ] : focus ,
input [ type = "month" ] : focus ,
input [ type = "time" ] : focus ,
input [ type = "week" ] : focus ,
input [ type = "number" ] : focus ,
input [ type = "email" ] : focus ,
input [ type = "url" ] : focus ,
input [ type = "search" ] : focus ,
input [ type = "tel" ] : focus ,
input [ type = "color" ] : focus ,
. uneditable-input : focus {
border-color : rgba ( 82 , 168 , 236 , 0 . 8 ) ;
outline : 0 ;
outline : thin dotted \ 9 ;
/* IE6-9 */
-webkit-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 ) ;
}
2012-05-15 00:17:02 -07:00
input [ type = "radio" ] ,
input [ type = "checkbox" ] {
2012-08-14 15:34:10 -07:00
margin : 4px 0 0 ;
2012-08-14 15:29:47 -07:00
margin-top : 1px \ 9 ;
2012-09-25 22:07:53 -07:00
/* IE8-9 */
2012-05-15 00:17:02 -07:00
line-height : normal ;
}
2012-03-08 11:09:33 -08:00
select ,
input [ type = "file" ] {
2012-10-01 00:19:29 -07:00
height : 34px ;
2012-09-25 22:07:53 -07:00
/* In IE7, the height of the select element cannot be changed by height, only font-size. TODO: Check if this is still needed when dropping IE7 support */
2011-09-11 18:09:01 -07:00
2012-10-01 00:19:29 -07:00
line-height : 34px ;
2011-09-02 00:29:54 -07:00
}
2012-05-15 00:17:02 -07:00
select {
2012-09-04 11:00:25 -07:00
border : 1px solid # cccccc ;
2012-05-15 00:17:02 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
select [ multiple ] ,
select [ size ] {
2012-01-25 11:51:13 -08:00
height : auto ;
2011-09-14 08:58:20 -07:00
}
2012-04-18 16:16:42 -07:00
2012-05-15 09:07:55 -07:00
select : focus ,
input [ type = "file" ] : focus ,
input [ type = "radio" ] : focus ,
input [ type = "checkbox" ] : focus {
outline : thin dotted # 333 ;
outline : 5px auto -webkit-focus-ring-color ;
outline-offset : -2px ;
}
2012-07-07 12:52:05 -07:00
. uneditable-input ,
. uneditable-textarea {
color : # 999999 ;
cursor : not-allowed ;
background-color : # fcfcfc ;
border-color : # cccccc ;
-webkit-box-shadow : inset 0 1px 2px rgba ( 0 , 0 , 0 , 0 . 025 ) ;
box-shadow : inset 0 1px 2px rgba ( 0 , 0 , 0 , 0 . 025 ) ;
}
. uneditable-input {
overflow : hidden ;
white-space : nowrap ;
}
. uneditable-textarea {
width : auto ;
height : auto ;
}
input : -moz-placeholder ,
textarea : -moz-placeholder {
color : # 999999 ;
}
input : -ms-input-placeholder ,
textarea : -ms-input-placeholder {
color : # 999999 ;
}
input :: -webkit-input-placeholder ,
textarea :: -webkit-input-placeholder {
color : # 999999 ;
}
2012-03-08 11:09:33 -08:00
. radio ,
. checkbox {
2012-11-30 13:35:20 -08:00
display : block ;
2012-09-20 11:45:59 -07:00
min-height : 20px ;
padding-left : 20px ;
2012-01-05 14:11:41 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-30 13:35:20 -08:00
. radio label ,
. checkbox label {
font-weight : normal ;
}
2012-03-08 11:09:33 -08:00
. radio input [ type = "radio" ] ,
. checkbox input [ type = "checkbox" ] {
2012-01-05 14:11:41 -08:00
float : left ;
2012-09-20 11:45:59 -07:00
margin-left : -20px ;
2012-01-05 14:11:41 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. controls > . radio : first-child ,
. controls > . checkbox : first-child {
2012-01-26 16:15:09 -05:00
padding-top : 5px ;
2012-01-05 14:11:41 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. radio . inline ,
. checkbox . inline {
2012-01-06 23:59:22 -08:00
display : inline-block ;
2012-02-05 02:16:46 -08:00
padding-top : 5px ;
2012-01-07 00:26:58 -08:00
margin-bottom : 0 ;
2012-01-28 14:50:56 -08:00
vertical-align : middle ;
2012-01-06 23:59:22 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. radio . inline + . radio . inline ,
. checkbox . inline + . checkbox . inline {
2012-01-06 23:59:22 -08:00
margin-left : 10px ;
}
2012-04-18 16:16:42 -07:00
2012-09-25 22:16:47 -07:00
select . input-large ,
textarea . input-large ,
input [ type = "text" ] . input-large ,
input [ type = "password" ] . input-large ,
input [ type = "datetime" ] . input-large ,
input [ type = "datetime-local" ] . input-large ,
input [ type = "date" ] . input-large ,
input [ type = "month" ] . input-large ,
input [ type = "time" ] . input-large ,
input [ type = "week" ] . input-large ,
input [ type = "number" ] . input-large ,
input [ type = "email" ] . input-large ,
input [ type = "url" ] . input-large ,
input [ type = "search" ] . input-large ,
input [ type = "tel" ] . input-large ,
input [ type = "color" ] . input-large ,
. uneditable-input . input-large {
padding : 11px 19px ;
padding-right : 14px ;
padding-left : 14px ;
font-size : 17 . 5px ;
2012-11-02 09:36:51 -07:00
border-radius : 6px ;
2012-09-25 22:16:47 -07:00
}
select . input-small ,
textarea . input-small ,
input [ type = "text" ] . input-small ,
input [ type = "password" ] . input-small ,
input [ type = "datetime" ] . input-small ,
input [ type = "datetime-local" ] . input-small ,
input [ type = "date" ] . input-small ,
input [ type = "month" ] . input-small ,
input [ type = "time" ] . input-small ,
input [ type = "week" ] . input-small ,
input [ type = "number" ] . input-small ,
input [ type = "email" ] . input-small ,
input [ type = "url" ] . input-small ,
input [ type = "search" ] . input-small ,
input [ type = "tel" ] . input-small ,
input [ type = "color" ] . input-small ,
. uneditable-input . input-small {
padding : 2px 10px ;
font-size : 11 . 9px ;
2012-09-30 23:11:54 -07:00
border-radius : 3px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-09-25 22:16:47 -07:00
select . input-mini ,
textarea . input-mini ,
input [ type = "text" ] . input-mini ,
input [ type = "password" ] . input-mini ,
input [ type = "datetime" ] . input-mini ,
input [ type = "datetime-local" ] . input-mini ,
input [ type = "date" ] . input-mini ,
input [ type = "month" ] . input-mini ,
input [ type = "time" ] . input-mini ,
input [ type = "week" ] . input-mini ,
input [ type = "number" ] . input-mini ,
input [ type = "email" ] . input-mini ,
input [ type = "url" ] . input-mini ,
input [ type = "search" ] . input-mini ,
input [ type = "tel" ] . input-mini ,
input [ type = "color" ] . input-mini ,
. uneditable-input . input-mini {
2012-11-03 16:15:54 -07:00
padding : 0 6px ;
2012-09-25 22:16:47 -07:00
font-size : 10 . 5px ;
2012-09-30 23:11:54 -07:00
border-radius : 3px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-07 00:47:53 -08:00
input [ class * = "span" ] ,
select [ class * = "span" ] ,
textarea [ class * = "span" ] ,
2012-09-25 15:01:03 -07:00
. uneditable-input [ class * = "span" ] {
float : none ;
2012-09-08 12:50:37 -07:00
margin-right : 0 ;
2012-09-25 15:01:03 -07:00
margin-left : 0 ;
2012-09-08 12:50:37 -07:00
}
2012-09-25 15:01:03 -07:00
. controls-row input . offset12 ,
textarea . offset12 ,
select . offset12 ,
uneditable-input . offset12 {
margin-left : 101 . 06382978723404 % ;
}
. controls-row input . offset11 ,
textarea . offset11 ,
select . offset11 ,
uneditable-input . offset11 {
margin-left : 92 . 7304964539007 % ;
}
. controls-row input . offset10 ,
textarea . offset10 ,
select . offset10 ,
uneditable-input . offset10 {
margin-left : 84 . 39716312056738 % ;
}
. controls-row input . offset9 ,
textarea . offset9 ,
select . offset9 ,
uneditable-input . offset9 {
margin-left : 76 . 06382978723404 % ;
}
. controls-row input . offset8 ,
textarea . offset8 ,
select . offset8 ,
uneditable-input . offset8 {
margin-left : 67 . 7304964539007 % ;
}
. controls-row input . offset7 ,
textarea . offset7 ,
select . offset7 ,
uneditable-input . offset7 {
margin-left : 59 . 39716312056738 % ;
}
. controls-row input . offset6 ,
textarea . offset6 ,
select . offset6 ,
uneditable-input . offset6 {
margin-left : 51 . 06382978723404 % ;
}
. controls-row input . offset5 ,
textarea . offset5 ,
select . offset5 ,
uneditable-input . offset5 {
margin-left : 42 . 73049645390071 % ;
}
. controls-row input . offset4 ,
textarea . offset4 ,
select . offset4 ,
uneditable-input . offset4 {
margin-left : 34 . 39716312056737 % ;
}
. controls-row input . offset3 ,
textarea . offset3 ,
select . offset3 ,
uneditable-input . offset3 {
margin-left : 26 . 06382978723404 % ;
}
. controls-row input . offset2 ,
textarea . offset2 ,
select . offset2 ,
uneditable-input . offset2 {
margin-left : 17 . 730496453900706 % ;
}
. controls-row input . offset1 ,
textarea . offset1 ,
select . offset1 ,
uneditable-input . offset1 {
margin-left : 9 . 397163120567374 % ;
}
. input-append input [ class * = "span" ] ,
. input-append . uneditable-input [ class * = "span" ] ,
. input-prepend input [ class * = "span" ] ,
. input-prepend . uneditable-input [ class * = "span" ] {
display : inline-block ;
}
2012-08-28 13:33:06 -07:00
input [ class * = "span" ] ,
select [ class * = "span" ] ,
textarea [ class * = "span" ] ,
. uneditable-input [ class * = "span" ] {
height : 30px ;
2011-09-11 18:44:25 -07:00
}
2012-04-18 16:16:42 -07:00
2012-07-09 20:49:17 -07:00
. controls-row : before ,
. controls-row : after {
display : table ;
line-height : 0 ;
content : "" ;
}
. controls-row : after {
clear : both ;
}
2012-09-25 22:20:24 -07:00
. controls-row [ class * = "span" ] {
2012-07-09 20:49:17 -07:00
float : left ;
}
2012-10-01 11:53:52 -07:00
. controls-row . checkbox [ class * = "span" ] ,
. controls-row . radio [ class * = "span" ] {
padding-top : 5px ;
}
2011-09-02 21:54:11 -07:00
input [ disabled ] ,
select [ disabled ] ,
textarea [ disabled ] ,
input [ readonly ] ,
select [ readonly ] ,
textarea [ readonly ] {
2012-04-16 16:34:08 -07:00
cursor : not-allowed ;
2012-03-05 00:29:16 -08:00
background-color : # eeeeee ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-04-23 03:05:10 -07:00
input [ type = "radio" ] [ disabled ] ,
input [ type = "checkbox" ] [ disabled ] ,
input [ type = "radio" ] [ readonly ] ,
input [ type = "checkbox" ] [ readonly ] {
background-color : transparent ;
}
2012-11-16 01:16:27 -08:00
. control-group . warning . control-label ,
2012-03-08 11:09:33 -08:00
. control-group . warning . help-block ,
. control-group . warning . help-inline {
2011-11-12 00:46:02 -08:00
color : # c09853 ;
}
2012-04-18 16:16:42 -07:00
2012-05-23 00:04:54 -07:00
. control-group . warning . checkbox ,
. control-group . warning . radio ,
2012-08-01 23:16:49 -07:00
. control-group . warning input ,
2012-03-08 11:09:33 -08:00
. control-group . warning select ,
. control-group . warning textarea {
2011-11-12 00:46:02 -08:00
color : # c09853 ;
2012-08-21 14:22:26 -07:00
}
. control-group . warning input ,
. control-group . warning select ,
. control-group . warning textarea {
2012-01-24 23:35:34 -08:00
border-color : # c09853 ;
2012-08-01 23:15:51 -07:00
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
2011-11-12 00:46:02 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-01 23:16:49 -07:00
. control-group . warning input : focus ,
2012-03-08 11:09:33 -08:00
. control-group . warning select : focus ,
. control-group . warning textarea : focus {
2012-01-24 23:35:34 -08:00
border-color : # a47e3c ;
2012-08-01 23:15:51 -07:00
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # dbc59e ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # dbc59e ;
2011-09-29 01:40:27 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. control-group . warning . input-prepend . add-on ,
. control-group . warning . input-append . add-on {
2011-11-12 00:46:02 -08:00
color : # c09853 ;
2012-01-24 16:54:35 -08:00
background-color : # fcf8e3 ;
2011-11-12 00:46:02 -08:00
border-color : # c09853 ;
2011-09-29 01:40:27 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-16 01:16:27 -08:00
. control-group . error . control-label ,
2012-03-08 11:09:33 -08:00
. control-group . error . help-block ,
. control-group . error . help-inline {
2012-01-24 16:54:35 -08:00
color : # b94a48 ;
}
2012-04-18 16:16:42 -07:00
2012-05-23 00:04:54 -07:00
. control-group . error . checkbox ,
. control-group . error . radio ,
2012-08-01 23:16:49 -07:00
. control-group . error input ,
2012-03-08 11:09:33 -08:00
. control-group . error select ,
. control-group . error textarea {
2012-01-24 16:54:35 -08:00
color : # b94a48 ;
2012-08-21 14:22:26 -07:00
}
. control-group . error input ,
. control-group . error select ,
. control-group . error textarea {
2012-01-24 23:35:34 -08:00
border-color : # b94a48 ;
2012-08-01 23:15:51 -07:00
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
2012-01-24 16:54:35 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-01 23:16:49 -07:00
. control-group . error input : focus ,
2012-03-08 11:09:33 -08:00
. control-group . error select : focus ,
. control-group . error textarea : focus {
2012-01-24 23:35:34 -08:00
border-color : # 953b39 ;
2012-08-01 23:15:51 -07:00
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # d59392 ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # d59392 ;
2012-01-24 16:54:35 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. control-group . error . input-prepend . add-on ,
. control-group . error . input-append . add-on {
2012-01-24 16:54:35 -08:00
color : # b94a48 ;
background-color : # f2dede ;
border-color : # b94a48 ;
}
2012-04-18 16:16:42 -07:00
2012-11-16 01:16:27 -08:00
. control-group . success . control-label ,
2012-03-08 11:09:33 -08:00
. control-group . success . help-block ,
. control-group . success . help-inline {
2011-11-12 00:46:02 -08:00
color : # 468847 ;
2011-09-29 01:40:27 -07:00
}
2012-04-18 16:16:42 -07:00
2012-05-23 00:04:54 -07:00
. control-group . success . checkbox ,
. control-group . success . radio ,
2012-08-01 23:16:49 -07:00
. control-group . success input ,
2012-03-08 11:09:33 -08:00
. control-group . success select ,
. control-group . success textarea {
2011-11-12 00:46:02 -08:00
color : # 468847 ;
2012-08-21 14:22:26 -07:00
}
. control-group . success input ,
. control-group . success select ,
. control-group . success textarea {
2012-01-24 23:35:34 -08:00
border-color : # 468847 ;
2012-08-01 23:15:51 -07:00
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
2011-11-12 00:46:02 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-01 23:16:49 -07:00
. control-group . success input : focus ,
2012-03-08 11:09:33 -08:00
. control-group . success select : focus ,
. control-group . success textarea : focus {
2012-01-24 23:35:34 -08:00
border-color : # 356635 ;
2012-08-01 23:15:51 -07:00
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # 7aba7b ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # 7aba7b ;
2011-11-12 00:46:02 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. control-group . success . input-prepend . add-on ,
. control-group . success . input-append . add-on {
2011-11-12 00:46:02 -08:00
color : # 468847 ;
2012-01-24 16:54:35 -08:00
background-color : # dff0d8 ;
2011-11-12 00:46:02 -08:00
border-color : # 468847 ;
2011-09-29 01:40:27 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-16 01:16:27 -08:00
. control-group . info . control-label ,
2012-08-22 11:24:02 +02:00
. control-group . info . help-block ,
. control-group . info . help-inline {
color : # 3a87ad ;
}
. control-group . info . checkbox ,
. control-group . info . radio ,
. control-group . info input ,
. control-group . info select ,
. control-group . info textarea {
color : # 3a87ad ;
}
. control-group . info input ,
. control-group . info select ,
. control-group . info textarea {
border-color : # 3a87ad ;
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
}
. control-group . info input : focus ,
. control-group . info select : focus ,
. control-group . info textarea : focus {
border-color : # 2d6987 ;
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # 7ab5d3 ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # 7ab5d3 ;
}
. control-group . info . input-prepend . add-on ,
. control-group . info . input-append . add-on {
color : # 3a87ad ;
background-color : # d9edf7 ;
border-color : # 3a87ad ;
}
2012-11-04 19:53:13 -08:00
input : focus : invalid ,
textarea : focus : invalid ,
select : focus : invalid {
2012-01-07 04:28:30 -08:00
color : # b94a48 ;
border-color : # ee5f5b ;
}
2012-04-18 16:16:42 -07:00
2012-11-04 19:53:13 -08:00
input : focus : invalid : focus ,
textarea : focus : invalid : focus ,
select : focus : invalid : focus {
2012-01-07 04:28:30 -08:00
border-color : # e9322d ;
-webkit-box-shadow : 0 0 6px # f8b9b7 ;
2012-04-18 16:16:42 -07:00
box-shadow : 0 0 6px # f8b9b7 ;
2012-01-07 04:28:30 -08:00
}
2012-04-18 16:16:42 -07:00
2011-09-29 01:40:27 -07:00
. form-actions {
2012-07-05 15:11:54 -07:00
padding : 19px 20px 20px ;
margin-top : 20px ;
margin-bottom : 20px ;
2012-03-22 21:08:41 -07:00
background-color : # f5f5f5 ;
2012-05-13 17:43:04 -07:00
border-top : 1px solid # e5e5e5 ;
2012-02-22 11:16:32 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. form-actions : before ,
. form-actions : after {
2012-02-22 11:16:32 -08:00
display : table ;
2012-07-06 10:35:08 -07:00
line-height : 0 ;
2012-02-22 11:16:32 -08:00
content : "" ;
}
2012-04-18 16:16:42 -07:00
2012-02-22 11:16:32 -08:00
. form-actions : after {
clear : both ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. help-block ,
. help-inline {
2012-11-30 13:35:20 -08:00
color : # 737373 ;
2012-02-21 13:43:13 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-05 21:43:28 -08:00
. help-block {
2012-02-12 22:49:06 -08:00
display : block ;
2012-07-05 15:11:54 -07:00
margin-bottom : 10px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2011-09-02 00:29:54 -07:00
. help-inline {
2012-01-26 16:15:09 -05:00
display : inline-block ;
2011-11-29 22:35:03 -08:00
padding-left : 5px ;
2012-04-18 16:16:42 -07:00
vertical-align : middle ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-07-10 00:32:04 -07:00
. input-append ,
. input-prepend {
2012-01-05 21:43:28 -08:00
margin-bottom : 5px ;
2012-06-14 11:56:46 -07:00
font-size : 0 ;
2012-07-07 12:34:47 -07:00
white-space : nowrap ;
2011-12-27 17:04:55 -06:00
}
2012-04-18 16:16:42 -07:00
2012-09-17 23:11:49 -07:00
. input-append input ,
. input-prepend input ,
. input-append select ,
. input-prepend select ,
. input-append . uneditable-input ,
. input-prepend . uneditable-input ,
. input-append . dropdown-menu ,
. input-prepend . dropdown-menu {
font-size : 14px ;
}
2012-01-07 01:22:52 -08:00
. input-append input ,
2012-07-10 00:32:04 -07:00
. input-prepend input ,
2012-02-21 09:05:04 -08:00
. input-append select ,
2012-07-10 00:32:04 -07:00
. input-prepend select ,
. input-append . uneditable-input ,
. input-prepend . uneditable-input {
2012-03-28 18:18:41 -07:00
position : relative ;
2012-09-25 15:01:03 -07:00
float : none ;
margin : 0 ;
2012-07-05 15:11:54 -07:00
font-size : 14px ;
2012-08-17 16:28:45 -07:00
vertical-align : top ;
2012-09-30 23:11:54 -07:00
border-radius : 0 4px 4px 0 ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-27 23:53:56 -08:00
. input-append input : focus ,
2012-07-10 00:32:04 -07:00
. input-prepend input : focus ,
2012-02-21 09:05:04 -08:00
. input-append select : focus ,
2012-07-10 00:32:04 -07:00
. input-prepend select : focus ,
. input-append . uneditable-input : focus ,
. input-prepend . uneditable-input : focus {
2012-01-27 23:53:56 -08:00
z-index : 2 ;
}
2012-04-18 16:16:42 -07:00
2012-09-25 15:01:03 -07:00
. input-append input [ class * = "span" ] ,
. input-prepend input [ class * = "span" ] ,
. input-append select [ class * = "span" ] ,
. input-prepend select [ class * = "span" ] ,
. input-append . uneditable-input [ class * = "span" ] ,
. input-prepend . uneditable-input [ class * = "span" ] {
margin : 0 ;
}
2012-07-10 00:32:04 -07:00
. input-append . add-on ,
. input-prepend . add-on {
2012-03-11 22:58:14 -07:00
display : inline-block ;
2011-09-02 00:29:54 -07:00
width : auto ;
2012-07-05 15:11:54 -07:00
height : 20px ;
2012-04-16 16:34:08 -07:00
min-width : 16px ;
2012-10-01 00:19:29 -07:00
padding : 6px ;
2012-07-05 15:11:54 -07:00
font-size : 14px ;
2011-09-02 00:29:54 -07:00
font-weight : normal ;
2012-07-05 15:11:54 -07:00
line-height : 20px ;
2011-09-02 00:29:54 -07:00
text-align : center ;
2012-11-30 15:05:23 -08:00
text-shadow : 0 1px 0 # fff ;
2012-03-05 23:06:27 -08:00
background-color : # eeeeee ;
2011-11-29 22:35:03 -08:00
border : 1px solid # ccc ;
2012-03-11 23:43:19 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-11 23:43:19 -07:00
. input-append . add-on ,
2012-07-10 00:32:04 -07:00
. input-prepend . add-on ,
. input-append . btn ,
2012-11-04 19:08:02 -08:00
. input-prepend . btn ,
. input-append . btn-group > . dropdown-toggle ,
. input-prepend . btn-group > . dropdown-toggle {
2012-08-17 16:28:45 -07:00
vertical-align : top ;
2012-09-30 23:11:54 -07:00
border-radius : 0 ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-07-10 00:32:04 -07:00
. input-append . active ,
. input-prepend . active {
2012-11-30 15:18:49 -08:00
background-color : # dff0d8 ;
border-color : # 468847 ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-11 23:43:19 -07:00
. input-prepend . add-on ,
. input-prepend . btn {
2012-03-11 23:21:38 -07:00
margin-right : -1px ;
}
2012-04-18 16:16:42 -07:00
2012-04-07 16:44:03 -07:00
. input-prepend . add-on : first-child ,
. input-prepend . btn : first-child {
2012-09-30 23:11:54 -07:00
border-radius : 4px 0 0 4px ;
2012-04-07 16:44:03 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. input-append input ,
2012-03-23 09:47:57 -07:00
. input-append select ,
. input-append . uneditable-input {
2012-09-30 23:11:54 -07:00
border-radius : 4px 0 0 4px ;
2012-09-12 16:18:52 -07:00
}
2012-09-20 11:37:34 -07:00
. input-append input + . btn-group . btn ,
. input-append select + . btn-group . btn ,
2012-11-04 19:59:07 -08:00
. input-append . uneditable-input + . btn-group . btn ,
2012-11-04 19:08:02 -08:00
. input-append input + . btn-group . btn : last-child ,
. input-append select + . btn-group . btn : last-child ,
. input-append . uneditable-input + . btn-group . btn : last-child {
2012-09-30 23:11:54 -07:00
border-radius : 0 4px 4px 0 ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-08-22 20:32:47 -07:00
. input-append . add-on ,
2012-09-20 11:37:34 -07:00
. input-append . btn ,
. input-append . btn-group {
2012-08-22 20:32:47 -07:00
margin-left : -1px ;
}
2012-04-07 16:44:03 -07:00
. input-append . add-on : last-child ,
2012-11-04 19:08:02 -08:00
. input-append . btn : last-child ,
. input-append . btn-group : last-child > . dropdown-toggle {
2012-09-30 23:11:54 -07:00
border-radius : 0 4px 4px 0 ;
2012-03-11 23:21:38 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-11 23:21:38 -07:00
. input-prepend . input-append input ,
. input-prepend . input-append select ,
. input-prepend . input-append . uneditable-input {
2012-09-30 23:11:54 -07:00
border-radius : 0 ;
2012-03-11 23:21:38 -07:00
}
2012-04-18 16:16:42 -07:00
2012-09-20 11:37:34 -07:00
. input-prepend . input-append input + . btn-group . btn ,
. input-prepend . input-append select + . btn-group . btn ,
. input-prepend . input-append . uneditable-input + . btn-group . btn {
2012-09-30 23:11:54 -07:00
border-radius : 0 4px 4px 0 ;
2012-09-20 11:37:34 -07:00
}
2012-03-11 23:43:19 -07:00
. input-prepend . input-append . add-on : first-child ,
. input-prepend . input-append . btn : first-child {
2012-03-11 23:21:38 -07:00
margin-right : -1px ;
2012-09-30 23:11:54 -07:00
border-radius : 4px 0 0 4px ;
2012-03-11 23:21:38 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-11 23:43:19 -07:00
. input-prepend . input-append . add-on : last-child ,
. input-prepend . input-append . btn : last-child {
2011-11-29 22:35:03 -08:00
margin-left : -1px ;
2012-09-30 23:11:54 -07:00
border-radius : 0 4px 4px 0 ;
2012-09-12 16:18:52 -07:00
}
2012-09-20 11:37:34 -07:00
. input-prepend . input-append . btn-group : first-child {
margin-left : 0 ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-08-17 12:59:32 -07:00
input . search-query {
2012-01-05 21:43:28 -08:00
padding-right : 14px ;
2012-04-16 16:34:08 -07:00
padding-right : 4px \ 9 ;
padding-left : 14px ;
2012-03-25 14:31:04 -07:00
padding-left : 4px \ 9 ;
2012-09-30 23:11:54 -07:00
/* IE8 doesn't have border radius, so don't indent the padding */
2012-03-25 14:31:04 -07:00
2012-01-05 23:24:19 -08:00
margin-bottom : 0 ;
2012-10-01 00:19:29 -07:00
border-radius : 20px ;
2011-09-29 01:47:55 -07:00
}
2012-04-18 16:16:42 -07:00
2012-07-10 00:32:04 -07:00
/* Allow for input prepend/append in search forms */
. form-search . input-append . search-query ,
. form-search . input-prepend . search-query {
2012-09-30 23:11:54 -07:00
border-radius : 0 ;
2012-07-10 00:32:04 -07:00
}
. form-search . input-append . search-query {
2012-10-01 00:19:29 -07:00
border-radius : 20px 0 0 20px ;
2012-07-10 00:32:04 -07:00
}
. form-search . input-append . btn {
2012-10-01 00:19:29 -07:00
border-radius : 0 20px 20px 0 ;
2012-07-10 00:32:04 -07:00
}
. form-search . input-prepend . search-query {
2012-10-01 00:19:29 -07:00
border-radius : 0 20px 20px 0 ;
2012-07-10 00:32:04 -07:00
}
. form-search . input-prepend . btn {
2012-10-01 00:19:29 -07:00
border-radius : 20px 0 0 20px ;
2012-07-10 00:32:04 -07:00
}
2012-01-14 21:28:47 -08:00
. form-search input ,
. form-inline input ,
. form-horizontal input ,
. form-search textarea ,
. form-inline textarea ,
. form-horizontal textarea ,
. form-search select ,
. form-inline select ,
. form-horizontal select ,
2012-01-26 16:15:09 -05:00
. form-search . help-inline ,
. form-inline . help-inline ,
. form-horizontal . help-inline ,
2012-01-14 21:28:47 -08:00
. form-search . uneditable-input ,
. form-inline . uneditable-input ,
2012-03-11 23:14:36 -07:00
. form-horizontal . uneditable-input ,
. form-search . input-prepend ,
. form-inline . input-prepend ,
. form-horizontal . input-prepend ,
. form-search . input-append ,
. form-inline . input-append ,
. form-horizontal . input-append {
2012-01-05 21:43:28 -08:00
display : inline-block ;
margin-bottom : 0 ;
2012-07-06 10:59:46 -07:00
vertical-align : middle ;
2012-01-05 21:43:28 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. form-search . hide ,
. form-inline . hide ,
. form-horizontal . hide {
2012-02-04 18:26:04 -08:00
display : none ;
}
2012-04-18 16:16:42 -07:00
2012-01-29 00:07:01 -08:00
. form-search label ,
2012-08-17 16:00:36 -07:00
. form-inline label ,
. form-search . btn-group ,
. form-inline . btn-group {
2012-01-14 16:38:40 -08:00
display : inline-block ;
}
2012-04-18 16:16:42 -07:00
2012-03-11 23:12:45 -07:00
. form-search . input-append ,
. form-inline . input-append ,
. form-search . input-prepend ,
. form-inline . input-prepend {
margin-bottom : 0 ;
2012-01-29 00:07:01 -08:00
}
2012-04-18 16:16:42 -07:00
2012-02-11 00:24:06 -08:00
. form-search . radio ,
. form-search . checkbox ,
2012-02-17 20:40:56 -08:00
. form-inline . radio ,
2012-02-11 00:24:06 -08:00
. form-inline . checkbox {
2012-11-30 13:35:20 -08:00
display : inline-block ;
2012-02-20 18:56:05 -08:00
padding-left : 0 ;
2012-11-30 13:35:20 -08:00
}
. form-search . radio label ,
. form-search . checkbox label ,
. form-inline . radio label ,
. form-inline . checkbox label {
2012-02-11 00:24:06 -08:00
margin-bottom : 0 ;
vertical-align : middle ;
}
2012-04-18 16:16:42 -07:00
2012-02-20 18:56:05 -08:00
. form-search . radio input [ type = "radio" ] ,
. form-search . checkbox input [ type = "checkbox" ] ,
. form-inline . radio input [ type = "radio" ] ,
. form-inline . checkbox input [ type = "checkbox" ] {
float : left ;
margin-right : 3px ;
2012-04-16 16:34:08 -07:00
margin-left : 0 ;
2012-02-20 18:56:05 -08:00
}
2012-04-18 16:16:42 -07:00
2011-09-29 01:40:27 -07:00
. control-group {
2012-07-05 15:11:54 -07:00
margin-bottom : 10px ;
2012-01-23 12:21:00 -08:00
}
2012-04-18 16:16:42 -07:00
2012-02-11 00:11:34 -08:00
legend + . control-group {
2012-07-05 15:11:54 -07:00
margin-top : 20px ;
2012-01-26 15:39:37 -08:00
-webkit-margin-top-collapse : separate ;
2012-01-25 21:28:24 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-23 12:21:00 -08:00
. form-horizontal . control-group {
2012-07-05 15:11:54 -07:00
margin-bottom : 20px ;
2012-01-27 21:20:58 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. form-horizontal . control-group : before ,
. form-horizontal . control-group : after {
2012-01-27 21:20:58 -08:00
display : table ;
2012-07-06 10:35:08 -07:00
line-height : 0 ;
2012-01-27 21:20:58 -08:00
content : "" ;
}
2012-04-18 16:16:42 -07:00
2012-01-27 21:20:58 -08:00
. form-horizontal . control-group : after {
clear : both ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-02-04 22:55:47 -08:00
. form-horizontal . control-label {
2011-09-29 01:40:27 -07:00
float : left ;
2012-08-28 10:12:04 -07:00
width : 160px ;
2011-09-29 01:40:27 -07:00
padding-top : 5px ;
text-align : right ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-14 21:28:47 -08:00
. form-horizontal . controls {
2012-08-28 10:12:04 -07:00
margin-left : 180px ;
2012-03-25 14:46:47 -07:00
}
2012-04-18 16:16:42 -07:00
2012-02-21 13:43:13 -08:00
. form-horizontal . help-block {
margin-bottom : 0 ;
}
2012-04-18 16:16:42 -07:00
2012-08-27 22:42:12 -07:00
. form-horizontal input + . help-block ,
. form-horizontal select + . help-block ,
2012-11-29 17:40:23 +08:00
. form-horizontal textarea + . help-block ,
2012-11-29 23:39:33 -08:00
. form-horizontal . uneditable-input + . help-block ,
. form-horizontal . input-prepend + . help-block ,
. form-horizontal . input-append + . help-block {
2012-08-27 22:42:12 -07:00
margin-top : 10px ;
}
2012-01-14 21:28:47 -08:00
. form-horizontal . form-actions {
2012-08-28 10:12:04 -07:00
padding-left : 180px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-20 21:16:40 +00:00
table {
max-width : 100 % ;
2012-04-16 16:34:08 -07:00
background-color : transparent ;
2012-01-20 21:16:40 +00:00
border-collapse : collapse ;
border-spacing : 0 ;
}
2012-04-18 16:16:42 -07:00
2012-01-17 23:39:18 -08:00
. table {
2011-09-02 00:29:54 -07:00
width : 100 % ;
2012-07-05 15:11:54 -07:00
margin-bottom : 20px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. table th ,
. table td {
2011-11-29 22:35:03 -08:00
padding : 8px ;
2012-07-05 15:11:54 -07:00
line-height : 20px ;
2011-09-02 00:29:54 -07:00
text-align : left ;
2012-02-10 23:07:32 -08:00
vertical-align : top ;
2012-03-05 22:47:39 -08:00
border-top : 1px solid # dddddd ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-17 23:39:18 -08:00
. table th {
2011-09-02 00:29:54 -07:00
font-weight : bold ;
}
2012-04-18 16:16:42 -07:00
2012-02-10 23:07:32 -08:00
. table thead th {
vertical-align : bottom ;
2011-09-08 10:47:05 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-22 21:08:41 -07:00
. table caption + thead tr : first-child th ,
. table caption + thead tr : first-child td ,
2012-03-11 18:18:18 -07:00
. 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 {
2012-01-11 09:43:13 -08:00
border-top : 0 ;
}
2012-04-18 16:16:42 -07:00
2012-01-17 23:39:18 -08:00
. table tbody + tbody {
2012-03-05 22:47:39 -08:00
border-top : 2px solid # dddddd ;
2012-01-10 21:54:11 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. table-condensed th ,
. table-condensed td {
2011-11-29 22:35:03 -08:00
padding : 4px 5px ;
2011-09-08 23:01:28 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-14 21:28:47 -08:00
. table-bordered {
2012-03-05 22:47:39 -08:00
border : 1px solid # dddddd ;
2011-10-31 19:37:10 -07:00
border-collapse : separate ;
2012-04-16 16:34:08 -07:00
border-left : 0 ;
2012-09-30 23:11:54 -07:00
border-radius : 4px ;
2011-10-31 19:37:10 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. table-bordered th ,
. table-bordered td {
2012-03-05 22:47:39 -08:00
border-left : 1px solid # dddddd ;
2011-10-31 19:37:10 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-23 01:28:04 -07:00
. 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 ,
2012-03-11 20:03:55 -07:00
. 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 ;
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. table-bordered thead : first-child tr : first-child th : first-child ,
. table-bordered tbody : first-child tr : first-child td : first-child {
2012-04-14 13:31:48 -07:00
-webkit-border-top-left-radius : 4px ;
2012-04-18 16:16:42 -07:00
border-top-left-radius : 4px ;
2012-04-16 16:34:08 -07:00
-moz-border-radius-topleft : 4px ;
2011-09-08 23:01:28 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. table-bordered thead : first-child tr : first-child th : last-child ,
. table-bordered tbody : first-child tr : first-child td : last-child {
2012-04-14 13:31:48 -07:00
-webkit-border-top-right-radius : 4px ;
2012-04-18 16:16:42 -07:00
border-top-right-radius : 4px ;
2012-04-16 16:34:08 -07:00
-moz-border-radius-topright : 4px ;
2011-09-08 23:01:28 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. table-bordered thead : last-child tr : last-child th : first-child ,
2012-07-19 21:25:24 -07:00
. table-bordered tbody : last-child tr : last-child td : first-child ,
. table-bordered tfoot : last-child tr : last-child td : first-child {
2012-04-14 13:31:48 -07:00
-webkit-border-bottom-left-radius : 4px ;
2012-04-18 16:16:42 -07:00
border-bottom-left-radius : 4px ;
2012-04-16 16:34:08 -07:00
-moz-border-radius-bottomleft : 4px ;
2011-09-08 23:01:28 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. table-bordered thead : last-child tr : last-child th : last-child ,
2012-07-19 21:25:24 -07:00
. table-bordered tbody : last-child tr : last-child td : last-child ,
. table-bordered tfoot : last-child tr : last-child td : last-child {
2012-04-14 13:31:48 -07:00
-webkit-border-bottom-right-radius : 4px ;
2012-04-18 16:16:42 -07:00
border-bottom-right-radius : 4px ;
2012-04-16 16:34:08 -07:00
-moz-border-radius-bottomright : 4px ;
2011-09-08 23:01:28 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-14 15:19:16 -08:00
. 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 ;
}
2012-07-19 21:06:42 -07:00
. 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 ;
2012-09-05 10:05:54 -07:00
-moz-border-radius-topright : 4px ;
2012-07-19 21:06:42 -07:00
}
2012-03-08 11:09:33 -08:00
. table-striped tbody tr : nth-child ( odd ) td ,
. table-striped tbody tr : nth-child ( odd ) th {
2011-09-02 00:29:54 -07:00
background-color : # f9f9f9 ;
}
2012-04-18 16:16:42 -07:00
2012-08-14 14:51:33 -07:00
. table-hover tbody tr : hover td ,
. table-hover tbody tr : hover th {
2012-02-05 02:28:42 -08:00
background-color : # f5f5f5 ;
}
2012-04-18 16:16:42 -07:00
2012-10-03 09:43:14 -07:00
table td [ class * = "span" ] ,
table th [ class * = "span" ] ,
. row-fluid table td [ class * = "span" ] ,
. row-fluid table th [ class * = "span" ] {
2012-06-25 14:37:35 -07:00
display : table-cell ;
float : none ;
margin-left : 0 ;
}
2012-08-07 23:07:53 -07:00
. table tbody tr . success td {
2012-08-07 22:50:49 -07:00
background-color : # dff0d8 ;
}
2012-08-07 23:07:53 -07:00
. table tbody tr . error td {
2012-08-07 22:50:49 -07:00
background-color : # f2dede ;
}
2012-08-22 11:20:31 +02:00
. table tbody tr . warning td {
background-color : # fcf8e3 ;
}
2012-08-07 23:07:53 -07:00
. table tbody tr . info td {
2012-08-07 22:50:49 -07:00
background-color : # d9edf7 ;
}
2012-08-27 21:06:21 -07:00
. table-hover tbody tr . success : hover td {
background-color : # d0e9c6 ;
}
. table-hover tbody tr . error : hover td {
background-color : # ebcccc ;
}
. table-hover tbody tr . warning : hover td {
background-color : # faf2cc ;
}
. table-hover tbody tr . info : hover td {
background-color : # c4e3f3 ;
}
2012-11-02 01:20:06 -07:00
@ font-face {
font-family : 'Glyphicons Halflings' ;
font-style : normal ;
font-weight : normal ;
src : url ( '../fonts/glyphiconshalflings-regular.eot' ) ;
src : url ( '../fonts/glyphiconshalflings-regular.eot?#iefix' ) format ( 'embedded-opentype' ) , url ( '../fonts/glyphiconshalflings-regular.woff' ) format ( 'woff' ) , url ( '../fonts/glyphiconshalflings-regular.ttf' ) format ( 'truetype' ) , url ( '../fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular' ) format ( 'svg' ) ;
}
[ class ^ = "glyphicon-" ] : before {
2012-11-02 01:39:40 -07:00
font-family : 'Glyphicons Halflings' ;
font-style : normal ;
line-height : 1 ;
2012-11-02 01:20:06 -07:00
}
. glyphicon-glass : before {
content : "\e001" ;
}
. glyphicon-music : before {
content : "\e002" ;
}
. glyphicon-search : before {
content : "\e003" ;
}
. glyphicon-envelope : before {
content : "\2709" ;
}
. glyphicon-heart : before {
content : "\e005" ;
}
. glyphicon-star : before {
content : "\e006" ;
}
. glyphicon-star-empty : before {
content : "\e007" ;
}
. glyphicon-user : before {
content : "\e008" ;
2012-09-12 16:18:52 -07:00
}
2012-11-02 01:20:06 -07:00
. glyphicon-film : before {
content : "\e009" ;
}
. glyphicon-th-large : before {
content : "\e010" ;
2012-01-27 16:39:38 -05:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-th : before {
content : "\e011" ;
}
. glyphicon-th-list : before {
content : "\e012" ;
}
2012-09-12 16:18:52 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-ok : before {
content : "\e013" ;
2012-09-12 16:18:52 -07:00
}
2012-11-02 01:20:06 -07:00
. glyphicon-remove : before {
content : "\e014" ;
2012-09-12 16:18:52 -07:00
}
2012-08-08 11:26:22 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-zoom-in : before {
content : "\e015" ;
2012-01-26 16:27:37 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-zoom-out : before {
content : "\e016" ;
2011-10-11 09:44:51 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-off : before {
content : "\e017" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-signal : before {
content : "\e018" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-cog : before {
content : "\e019" ;
2011-09-02 23:01:38 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-trash : before {
content : "\e020" ;
2011-09-02 23:09:59 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-home : before {
content : "\e021" ;
2011-12-27 12:39:39 -06:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-file : before {
content : "\e022" ;
2011-09-08 09:43:37 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-time : before {
content : "\e023" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-road : before {
content : "\e024" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-download-alt : before {
content : "\e025" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-download : before {
content : "\e026" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-upload : before {
content : "\e027" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-inbox : before {
content : "\e028" ;
2011-10-09 21:13:26 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-play-circle : before {
content : "\e029" ;
2011-10-11 09:44:51 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-repeat : before {
content : "\e030" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-refresh : before {
content : "\e031" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-list-alt : before {
content : "\e032" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-lock : before {
content : "\e033" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-flag : before {
content : "\e034" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-headphones : before {
content : "\e035" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-volume-off : before {
content : "\e036" ;
2011-12-02 11:37:39 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-volume-down : before {
content : "\e037" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-volume-up : before {
content : "\e038" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-qrcode : before {
content : "\e039" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-barcode : before {
content : "\e040" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-tag : before {
content : "\e041" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-tags : before {
content : "\e042" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-book : before {
content : "\e043" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-bookmark : before {
content : "\e044" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-print : before {
content : "\e045" ;
2011-09-06 21:54:00 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-camera : before {
content : "\e046" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-font : before {
content : "\e047" ;
2011-09-02 00:50:05 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-bold : before {
content : "\e048" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-italic : before {
content : "\e049" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-text-height : before {
content : "\e050" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-text-width : before {
content : "\e051" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-align-left : before {
content : "\e052" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-align-center : before {
content : "\e053" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-align-right : before {
content : "\e054" ;
2011-09-12 20:07:26 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-align-justify : before {
content : "\e055" ;
2011-09-12 20:07:26 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-list : before {
content : "\e056" ;
2011-09-12 20:07:26 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-indent-left : before {
content : "\e057" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-indent-right : before {
content : "\e058" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-facetime-video : before {
content : "\e059" ;
2011-09-09 00:02:47 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-picture : before {
content : "\e060" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-pencil : before {
content : "\270f" ;
2011-09-02 00:56:03 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-map-marker : before {
content : "\e062" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-adjust : before {
content : "\e063" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-tint : before {
content : "\e064" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-edit : before {
content : "\e065" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-share : before {
content : "\e066" ;
2011-09-02 12:35:41 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-check : before {
content : "\e067" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-move : before {
content : "\e068" ;
2011-09-29 02:21:02 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-step-backward : before {
content : "\e069" ;
2011-09-29 02:21:02 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-fast-backward : before {
content : "\e070" ;
2011-09-29 02:21:02 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-backward : before {
content : "\e071" ;
2011-09-29 02:21:02 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-play : before {
content : "\e072" ;
2011-09-29 02:21:02 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-pause : before {
content : "\e073" ;
2011-09-29 02:21:02 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-stop : before {
content : "\e074" ;
2011-09-29 02:21:02 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-forward : before {
content : "\e075" ;
2011-09-29 02:21:02 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-fast-forward : before {
content : "\e076" ;
2011-09-29 02:21:02 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-step-forward : before {
content : "\e077" ;
2011-09-29 02:21:02 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-eject : before {
content : "\e078" ;
2011-12-27 17:39:34 -06:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-chevron-left : before {
content : "\e079" ;
2011-12-27 17:39:34 -06:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-chevron-right : before {
content : "\e080" ;
2011-09-29 02:21:02 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-plus-sign : before {
content : "\e081" ;
2011-09-08 23:01:28 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-minus-sign : before {
content : "\e082" ;
2011-09-08 23:01:28 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-remove-sign : before {
content : "\e083" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-ok-sign : before {
content : "\e084" ;
2011-09-16 10:51:44 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-question-sign : before {
content : "\e085" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-info-sign : before {
content : "\e086" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-screenshot : before {
content : "\e087" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-remove-circle : before {
content : "\e088" ;
2011-12-21 16:00:50 -06:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-ok-circle : before {
content : "\e089" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-ban-circle : before {
content : "\e090" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-arrow-left : before {
content : "\e091" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-arrow-right : before {
content : "\e092" ;
2011-09-02 23:28:01 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-arrow-up : before {
content : "\e093" ;
2011-09-02 23:28:01 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-arrow-down : before {
content : "\e094" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-share-alt : before {
content : "\e095" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-resize-full : before {
content : "\e096" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-resize-small : before {
content : "\e097" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-plus : before {
content : "\002b" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-minus : before {
content : "\2212" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-asterisk : before {
content : "\002a" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-exclamation-sign : before {
content : "\e101" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-gift : before {
content : "\e102" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-leaf : before {
content : "\e103" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-fire : before {
content : "\e104" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-eye-open : before {
content : "\e105" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-eye-close : before {
content : "\e106" ;
2012-01-27 13:56:50 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-warning-sign : before {
content : "\e107" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-plane : before {
content : "\e108" ;
2012-01-05 10:01:42 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-calendar : before {
content : "\e109" ;
2012-01-05 10:01:42 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-random : before {
content : "\e110" ;
2012-01-05 10:01:42 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-comment : before {
content : "\e111" ;
2012-01-05 10:01:42 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-magnet : before {
content : "\e112" ;
2012-01-05 10:01:42 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-chevron-up : before {
content : "\e113" ;
2012-01-05 10:01:42 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-chevron-down : before {
content : "\e114" ;
2012-01-05 10:01:42 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-retweet : before {
content : "\e115" ;
2012-01-05 10:01:42 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-shopping-cart : before {
content : "\e116" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-folder-close : before {
content : "\e117" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-folder-open : before {
content : "\e118" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-resize-vertical : before {
content : "\e119" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-resize-horizontal : before {
content : "\e120" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-hdd : before {
content : "\e121" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-bullhorn : before {
content : "\e122" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-bell : before {
content : "\e123" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-certificate : before {
content : "\e124" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-thumbs-up : before {
content : "\e125" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-thumbs-down : before {
content : "\e126" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-hand-right : before {
content : "\e127" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-hand-left : before {
content : "\e128" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-hand-up : before {
content : "\e129" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-hand-down : before {
content : "\e130" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-circle-arrow-right : before {
content : "\e131" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-circle-arrow-left : before {
content : "\e132" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-circle-arrow-up : before {
content : "\e133" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-circle-arrow-down : before {
content : "\e134" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-globe : before {
content : "\e135" ;
2012-01-27 16:33:18 +02:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-wrench : before {
content : "\e136" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-tasks : before {
content : "\e137" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-filter : before {
content : "\e138" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-briefcase : before {
content : "\e139" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-fullscreen : before {
content : "\e140" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-dashboard : before {
content : "\e141" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-paperclip : before {
content : "\e142" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-heart-empty : before {
content : "\e143" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-link : before {
content : "\e144" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-phone : before {
content : "\e145" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-pushpin : before {
content : "\e146" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-euro : before {
content : "\20ac" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-usd : before {
content : "\e148" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-gbp : before {
content : "\e149" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-sort : before {
content : "\e150" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-sort-by-alphabet : before {
content : "\e151" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-sort-by-alphabet-alt : before {
content : "\e152" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-sort-by-order : before {
content : "\e153" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-sort-by-order-alt : before {
content : "\e154" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:20:06 -07:00
. glyphicon-sort-by-attributes : before {
content : "\e155" ;
}
. glyphicon-sort-by-attributes-alt : before {
content : "\e156" ;
}
. glyphicon-unchecked : before {
content : "\e157" ;
}
. glyphicon-expand : before {
content : "\e158" ;
}
. glyphicon-collapse : before {
content : "\e159" ;
}
. glyphicon-collapse-top : before {
content : "\e160" ;
2012-04-14 17:15:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-25 22:28:43 -07:00
. dropup ,
2012-01-05 10:01:42 -08:00
. dropdown {
position : relative ;
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. dropdown-toggle : active ,
. open . dropdown-toggle {
2012-01-28 11:21:39 -08:00
outline : 0 ;
}
2012-04-18 16:16:42 -07:00
2012-01-07 03:45:24 -08:00
. caret {
2012-01-05 10:01:42 -08:00
display : inline-block ;
width : 0 ;
2012-07-09 00:31:54 -07:00
height : 0 ;
vertical-align : top ;
2012-01-22 20:07:17 -08:00
border-top : 4px solid # 000000 ;
2012-04-16 16:34:08 -07:00
border-right : 4px solid transparent ;
border-left : 4px solid transparent ;
content : "" ;
2012-01-05 10:01:42 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-07 03:45:24 -08:00
. dropdown . caret {
2012-07-09 00:31:54 -07:00
margin-top : 8px ;
2012-01-07 03:45:24 -08:00
margin-left : 2px ;
}
2012-04-18 16:16:42 -07:00
2012-01-05 10:01:42 -08:00
. dropdown-menu {
position : absolute ;
2012-01-22 20:47:24 -08:00
top : 100 % ;
2012-01-27 16:39:38 -05:00
left : 0 ;
2012-01-07 04:01:09 -08:00
z-index : 1000 ;
2012-01-05 10:01:42 -08:00
display : none ;
2012-04-16 16:34:08 -07:00
float : left ;
2012-01-05 10:01:42 -08:00
min-width : 160px ;
2012-06-24 20:42:31 -07:00
padding : 5px 0 ;
2012-07-29 00:30:15 -07:00
margin : 2px 0 0 ;
2012-01-07 03:45:24 -08:00
list-style : none ;
2012-01-05 10:01:42 -08:00
background-color : # ffffff ;
2012-03-22 23:09:31 -07:00
border : 1px solid # ccc ;
border : 1px solid rgba ( 0 , 0 , 0 , 0 . 2 ) ;
2012-11-02 09:36:51 -07:00
border-radius : 4px ;
2012-01-07 03:45:24 -08:00
-webkit-box-shadow : 0 5px 10px rgba ( 0 , 0 , 0 , 0 . 2 ) ;
2012-04-18 16:16:42 -07:00
box-shadow : 0 5px 10px rgba ( 0 , 0 , 0 , 0 . 2 ) ;
2012-01-05 10:01:42 -08:00
-webkit-background-clip : padding-box ;
2012-09-30 23:11:54 -07:00
-moz-background-clip : padding-box ;
2012-04-18 16:16:42 -07:00
background-clip : padding-box ;
2012-01-05 10:01:42 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-30 00:50:47 +02:00
. dropdown-menu . pull-right {
right : 0 ;
left : auto ;
2012-01-24 10:45:29 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-05 10:01:42 -08:00
. dropdown-menu . divider {
height : 1px ;
2012-07-05 15:11:54 -07:00
margin : 9px 1px ;
2012-01-05 10:01:42 -08:00
overflow : hidden ;
2012-01-07 03:45:24 -08:00
background-color : # e5e5e5 ;
2012-01-05 10:01:42 -08:00
border-bottom : 1px solid # ffffff ;
}
2012-04-18 16:16:42 -07:00
2012-10-05 11:13:21 -07:00
. dropdown-menu li > a {
2012-01-05 10:01:42 -08:00
display : block ;
2012-07-17 22:26:53 -07:00
padding : 3px 20px ;
2012-01-05 10:01:42 -08:00
clear : both ;
font-weight : normal ;
2012-07-05 15:11:54 -07:00
line-height : 20px ;
2012-03-05 00:32:02 -08:00
color : # 333333 ;
2012-01-12 15:29:16 -08:00
white-space : nowrap ;
2012-01-05 10:01:42 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. dropdown-menu li > a : hover ,
2012-07-27 10:06:54 -07:00
. dropdown-menu li > a : focus ,
. dropdown-submenu : hover > a {
2012-07-17 22:26:53 -07:00
color : # ffffff ;
2012-06-19 19:17:42 -07:00
text-decoration : none ;
2012-07-17 22:26:53 -07:00
background-color : # 0081c2 ;
background-image : -moz-linear-gradient ( top , # 0088cc , # 0077b3 ) ;
background-image : -webkit-gradient ( linear , 0 0 , 0 100 % , from ( # 0088cc ) , to ( # 0077b3 ) ) ;
background-image : -webkit-linear-gradient ( top , # 0088cc , # 0077b3 ) ;
background-image : -o-linear-gradient ( top , # 0088cc , # 0077b3 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # 0088cc , # 0077b3 ) ;
2012-07-17 22:26:53 -07:00
background-repeat : repeat-x ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ff0088cc' , endColorstr = '#ff0077b3' , GradientType = 0 ) ;
2012-06-19 19:17:42 -07:00
}
2012-03-08 11:09:33 -08:00
. dropdown-menu . active > a ,
. dropdown-menu . active > a : hover {
2012-01-22 20:07:17 -08:00
color : # ffffff ;
2012-01-05 10:01:42 -08:00
text-decoration : none ;
2012-07-17 22:26:53 -07:00
background-color : # 0081c2 ;
background-image : -moz-linear-gradient ( top , # 0088cc , # 0077b3 ) ;
background-image : -webkit-gradient ( linear , 0 0 , 0 100 % , from ( # 0088cc ) , to ( # 0077b3 ) ) ;
background-image : -webkit-linear-gradient ( top , # 0088cc , # 0077b3 ) ;
background-image : -o-linear-gradient ( top , # 0088cc , # 0077b3 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # 0088cc , # 0077b3 ) ;
2012-07-17 22:26:53 -07:00
background-repeat : repeat-x ;
2012-05-17 00:39:14 -07:00
outline : 0 ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ff0088cc' , endColorstr = '#ff0077b3' , GradientType = 0 ) ;
2012-01-05 10:01:42 -08:00
}
2012-04-18 16:16:42 -07:00
2012-06-19 13:52:07 -07:00
. dropdown-menu . disabled > a ,
. dropdown-menu . disabled > a : hover {
color : # 999999 ;
}
. dropdown-menu . disabled > a : hover {
text-decoration : none ;
cursor : default ;
background-color : transparent ;
2012-10-07 21:45:16 -07:00
background-image : none ;
2012-11-28 02:22:37 -08:00
filter : progid : DXImageTransform . Microsoft . gradient ( enabled = false ) ;
2012-06-19 13:52:07 -07:00
}
2012-05-13 21:52:18 -07:00
. open > . dropdown-menu {
2012-01-05 10:01:42 -08:00
display : block ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-05-28 01:13:24 -07:00
. pull-right > . dropdown-menu {
2012-02-18 20:06:38 -08:00
right : 0 ;
2012-04-16 16:34:08 -07:00
left : auto ;
2012-02-18 20:06:38 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. dropup . caret ,
. navbar-fixed-bottom . dropdown . caret {
2012-02-21 22:01:39 -08:00
border-top : 0 ;
border-bottom : 4px solid # 000000 ;
2012-08-21 13:02:02 -07:00
content : "" ;
2012-02-21 22:01:39 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. dropup . dropdown-menu ,
. navbar-fixed-bottom . dropdown . dropdown-menu {
2012-02-21 22:01:39 -08:00
top : auto ;
bottom : 100 % ;
margin-bottom : 1px ;
}
2012-04-18 16:16:42 -07:00
2012-07-27 10:06:54 -07:00
. dropdown-submenu {
position : relative ;
}
. dropdown-submenu > . dropdown-menu {
top : 0 ;
left : 100 % ;
2012-07-27 10:35:15 -07:00
margin-top : -6px ;
2012-07-27 10:06:54 -07:00
margin-left : -1px ;
2012-11-02 09:36:51 -07:00
border-radius : 0 4px 4px 4px ;
2012-07-27 10:06:54 -07:00
}
2012-08-21 14:15:50 -07:00
. dropdown-submenu : hover > . dropdown-menu {
2012-07-27 10:06:54 -07:00
display : block ;
}
2012-09-07 11:34:05 -07:00
. dropup . dropdown-submenu > . dropdown-menu {
top : auto ;
bottom : 0 ;
margin-top : 0 ;
margin-bottom : -2px ;
2012-11-02 09:36:51 -07:00
border-radius : 4px 4px 4px 0 ;
2012-09-07 11:34:05 -07:00
}
2012-07-27 10:35:15 -07:00
. dropdown-submenu > a : after {
display : block ;
float : right ;
width : 0 ;
height : 0 ;
margin-top : 5px ;
margin-right : -10px ;
border-color : transparent ;
border-left-color : # cccccc ;
border-style : solid ;
border-width : 5px 0 5px 5px ;
content : " " ;
}
. dropdown-submenu : hover > a : after {
border-left-color : # ffffff ;
}
2012-10-01 16:41:13 -07:00
. dropdown-submenu . pull-left {
float : none ;
}
. dropdown-submenu . pull-left > . dropdown-menu {
left : -100 % ;
margin-left : 10px ;
2012-11-02 09:36:51 -07:00
border-radius : 4px 0 4px 4px ;
2012-10-01 16:41:13 -07:00
}
2012-07-27 10:06:54 -07:00
. dropdown . dropdown-menu . nav-header {
padding-right : 20px ;
padding-left : 20px ;
}
2012-01-08 01:50:12 -08:00
. typeahead {
2012-11-04 13:01:31 -08:00
z-index : 1051 ;
2012-01-08 01:50:12 -08:00
margin-top : 2px ;
}
2012-04-18 16:16:42 -07:00
2011-11-16 23:58:36 -08:00
. well {
min-height : 20px ;
2011-11-29 22:35:03 -08:00
padding : 19px ;
margin-bottom : 20px ;
background-color : # f5f5f5 ;
2012-06-28 10:03:46 -07:00
border : 1px solid # e3e3e3 ;
2012-09-30 23:11:54 -07:00
border-radius : 4px ;
2011-11-16 23:58:36 -08:00
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 05 ) ;
2012-04-18 16:16:42 -07:00
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 05 ) ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2011-11-16 23:58:36 -08:00
. well blockquote {
border-color : # ddd ;
border-color : rgba ( 0 , 0 , 0 , 0 . 15 ) ;
}
2012-04-18 16:16:42 -07:00
2012-03-06 21:12:43 -08:00
. well-large {
padding : 24px ;
2012-09-30 23:11:54 -07:00
border-radius : 6px ;
2012-03-06 21:12:43 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-06 21:12:43 -08:00
. well-small {
padding : 9px ;
2012-09-30 23:11:54 -07:00
border-radius : 3px ;
2012-03-06 21:12:43 -08:00
}
2012-04-18 16:16:42 -07:00
2011-11-16 23:58:36 -08:00
. fade {
2012-04-16 16:34:08 -07:00
opacity : 0 ;
2011-11-16 23:58:36 -08:00
-webkit-transition : opacity 0 . 15s linear ;
2012-04-18 16:16:42 -07:00
-moz-transition : opacity 0 . 15s linear ;
-o-transition : opacity 0 . 15s linear ;
transition : opacity 0 . 15s linear ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2011-11-16 23:58:36 -08:00
. fade . in {
opacity : 1 ;
}
2012-04-18 16:16:42 -07:00
2011-11-25 17:23:14 -08:00
. collapse {
2012-04-16 16:34:08 -07:00
position : relative ;
height : 0 ;
overflow : hidden ;
2011-11-25 17:23:14 -08:00
-webkit-transition : height 0 . 35s ease ;
2012-04-18 16:16:42 -07:00
-moz-transition : height 0 . 35s ease ;
-o-transition : height 0 . 35s ease ;
transition : height 0 . 35s ease ;
2011-11-25 17:23:14 -08:00
}
2012-04-18 16:16:42 -07:00
2011-11-25 21:34:55 -08:00
. collapse . in {
2011-11-25 17:23:14 -08:00
height : auto ;
}
2012-04-18 16:16:42 -07:00
2012-01-05 10:01:42 -08:00
. close {
float : right ;
font-size : 20px ;
2011-11-16 23:58:36 -08:00
font-weight : bold ;
2012-07-05 15:11:54 -07:00
line-height : 20px ;
2012-01-05 10:01:42 -08:00
color : # 000000 ;
text-shadow : 0 1px 0 # ffffff ;
opacity : 0 . 2 ;
2012-01-25 20:32:19 -08:00
filter : alpha ( opacity = 20 ) ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-05 10:01:42 -08:00
. close : hover {
color : # 000000 ;
text-decoration : none ;
2012-04-16 16:34:08 -07:00
cursor : pointer ;
2012-01-05 10:01:42 -08:00
opacity : 0 . 4 ;
2012-01-25 20:32:19 -08:00
filter : alpha ( opacity = 40 ) ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-25 20:41:59 -07:00
button . close {
padding : 0 ;
cursor : pointer ;
2012-04-24 06:45:21 -07:00
background : transparent ;
2012-03-25 20:41:59 -07:00
border : 0 ;
-webkit-appearance : none ;
}
2012-04-18 16:16:42 -07:00
2012-01-30 20:50:51 -08:00
. btn {
display : inline-block ;
2012-10-01 00:19:29 -07:00
padding : 6px 12px ;
2012-02-06 23:34:03 -08:00
margin-bottom : 0 ;
2012-07-30 12:52:44 -07:00
font-size : 14px ;
2012-07-05 15:11:54 -07:00
line-height : 20px ;
2012-01-30 20:50:51 -08:00
color : # 333333 ;
text-align : center ;
text-shadow : 0 1px 1px rgba ( 255 , 255 , 255 , 0 . 75 ) ;
2012-02-06 23:34:03 -08:00
vertical-align : middle ;
2012-04-16 16:34:08 -07:00
cursor : pointer ;
2012-02-12 11:14:13 -08:00
background-color : # f5f5f5 ;
2012-09-25 22:07:53 -07:00
background-image : -moz-linear-gradient ( top , # ffffff , # e6e6e6 ) ;
2012-02-12 11:14:13 -08:00
background-image : -webkit-gradient ( linear , 0 0 , 0 100 % , from ( # ffffff ) , to ( # e6e6e6 ) ) ;
background-image : -webkit-linear-gradient ( top , # ffffff , # e6e6e6 ) ;
background-image : -o-linear-gradient ( top , # ffffff , # e6e6e6 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # ffffff , # e6e6e6 ) ;
2012-02-12 11:14:13 -08:00
background-repeat : repeat-x ;
2012-07-30 12:52:44 -07:00
border : 1px solid # bbbbbb ;
2012-04-18 16:16:42 -07:00
border-color : # e6e6e6 # e6e6e6 # bfbfbf ;
2012-09-25 22:07:53 -07:00
border-color : rgba ( 0 , 0 , 0 , 0 . 1 ) rgba ( 0 , 0 , 0 , 0 . 1 ) rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-07-30 12:52:44 -07:00
border-bottom-color : # a2a2a2 ;
2012-09-30 23:11:54 -07:00
border-radius : 4px ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ffffffff' , endColorstr = '#ffe6e6e6' , GradientType = 0 ) ;
filter : progid : DXImageTransform . Microsoft . gradient ( enabled = false ) ;
2012-07-09 00:42:38 -07:00
-webkit-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 ) ;
2012-01-30 20:50:51 -08:00
}
2012-04-18 16:16:42 -07:00
2012-02-12 11:14:13 -08:00
. btn : hover ,
. btn : active ,
. btn . active ,
. btn . disabled ,
. btn [ disabled ] {
2012-07-10 00:45:44 -07:00
color : # 333333 ;
2012-02-12 11:14:13 -08:00
background-color : # e6e6e6 ;
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. btn : active ,
. btn . active {
2012-02-12 11:14:13 -08:00
background-color : # cccccc \ 9 ;
}
2012-04-18 16:16:42 -07:00
2012-01-30 20:50:51 -08:00
. btn : hover {
color : # 333333 ;
text-decoration : none ;
background-position : 0 -15px ;
-webkit-transition : background-position 0 . 1s linear ;
2012-04-18 16:16:42 -07:00
-moz-transition : background-position 0 . 1s linear ;
-o-transition : background-position 0 . 1s linear ;
transition : background-position 0 . 1s linear ;
2012-01-30 20:50:51 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-30 20:50:51 -08:00
. btn : focus {
2012-02-16 21:25:40 -08:00
outline : thin dotted # 333 ;
2012-01-30 20:50:51 -08:00
outline : 5px auto -webkit-focus-ring-color ;
outline-offset : -2px ;
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. btn . active ,
. btn : active {
2012-01-30 20:50:51 -08:00
background-image : none ;
2012-04-16 16:34:08 -07:00
outline : 0 ;
2012-07-09 00:42:38 -07:00
-webkit-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 ) ;
2012-01-30 20:50:51 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. btn . disabled ,
. btn [ disabled ] {
2012-01-30 20:50:51 -08:00
cursor : default ;
2012-04-16 16:34:08 -07:00
background-image : none ;
2012-01-30 20:50:51 -08:00
opacity : 0 . 65 ;
filter : alpha ( opacity = 65 ) ;
-webkit-box-shadow : none ;
2012-04-18 16:16:42 -07:00
box-shadow : none ;
2012-01-30 20:50:51 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-30 21:15:57 -08:00
. btn-large {
2012-09-18 21:16:08 -07:00
padding : 11px 19px ;
2012-09-18 20:56:20 -07:00
font-size : 17 . 5px ;
2012-11-02 09:36:51 -07:00
border-radius : 6px ;
2012-01-30 20:50:51 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-30 21:15:57 -08:00
. btn-small {
2012-09-18 21:16:08 -07:00
padding : 2px 10px ;
2012-09-18 20:56:20 -07:00
font-size : 11 . 9px ;
2012-09-30 23:11:54 -07:00
border-radius : 3px ;
2012-01-30 20:50:51 -08:00
}
2012-04-18 16:16:42 -07:00
2012-02-16 21:28:16 -08:00
. btn-mini {
2012-11-02 01:20:06 -07:00
padding : 0 6px ;
2012-09-18 20:56:20 -07:00
font-size : 10 . 5px ;
2012-09-30 23:11:54 -07:00
border-radius : 3px ;
2012-02-16 21:28:16 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-02 01:39:40 -07:00
. btn [ class ^ = "glyphicon-" ] :: before {
vertical-align : -2px ;
2012-11-02 01:20:06 -07:00
}
2012-11-02 01:39:40 -07:00
. btn-small [ class ^ = "glyphicon-" ] :: before ,
2012-11-02 01:20:06 -07:00
. btn-mini [ class ^ = "glyphicon-" ] :: before {
2012-11-02 01:39:40 -07:00
vertical-align : -1px ;
2012-11-02 01:20:06 -07:00
}
2012-07-27 15:42:58 -07:00
. btn-block {
display : block ;
width : 100 % ;
padding-right : 0 ;
padding-left : 0 ;
-webkit-box-sizing : border-box ;
-moz-box-sizing : border-box ;
box-sizing : border-box ;
}
2012-07-29 00:30:15 -07:00
. btn-block + . btn-block {
margin-top : 5px ;
}
2012-08-27 15:39:55 -07:00
input [ type = "submit" ] . btn-block ,
input [ type = "reset" ] . btn-block ,
input [ type = "button" ] . btn-block {
width : 100 % ;
}
2012-01-30 21:15:57 -08:00
. btn-primary . active ,
. btn-warning . active ,
. btn-danger . active ,
. btn-success . active ,
2012-02-12 15:18:20 -08:00
. btn-info . active ,
2012-02-17 20:25:49 -08:00
. btn-inverse . active {
2012-01-28 15:09:23 -08:00
color : rgba ( 255 , 255 , 255 , 0 . 75 ) ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-04-23 10:06:35 -07:00
. btn {
2012-08-01 17:01:29 -07:00
border-color : # c5c5c5 ;
border-color : rgba ( 0 , 0 , 0 , 0 . 15 ) rgba ( 0 , 0 , 0 , 0 . 15 ) rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-04-23 10:06:35 -07:00
}
2012-01-30 21:15:57 -08:00
. btn-primary {
2012-07-10 00:45:44 -07:00
color : # ffffff ;
text-shadow : 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-07-04 23:31:30 -07:00
background-color : # 006dcc ;
2012-09-25 22:07:53 -07:00
background-image : -moz-linear-gradient ( top , # 0088cc , # 0044cc ) ;
2012-07-04 23:31:30 -07:00
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 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # 0088cc , # 0044cc ) ;
2012-01-28 15:09:23 -08:00
background-repeat : repeat-x ;
2012-07-04 23:31:30 -07:00
border-color : # 0044cc # 0044cc # 002a80 ;
2012-01-28 15:09:23 -08:00
border-color : rgba ( 0 , 0 , 0 , 0 . 1 ) rgba ( 0 , 0 , 0 , 0 . 1 ) rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ff0088cc' , endColorstr = '#ff0044cc' , GradientType = 0 ) ;
filter : progid : DXImageTransform . Microsoft . gradient ( enabled = false ) ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-30 21:15:57 -08:00
. btn-primary : hover ,
. btn-primary : active ,
. btn-primary . active ,
. btn-primary . disabled ,
. btn-primary [ disabled ] {
2012-07-10 00:45:44 -07:00
color : # ffffff ;
2012-07-04 23:31:30 -07:00
background-color : # 0044cc ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. btn-primary : active ,
. btn-primary . active {
2012-07-04 23:31:30 -07:00
background-color : # 003399 \ 9 ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-30 21:15:57 -08:00
. btn-warning {
2012-07-10 00:45:44 -07:00
color : # ffffff ;
text-shadow : 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-01-30 08:15:28 -08:00
background-color : # faa732 ;
2012-09-25 22:07:53 -07:00
background-image : -moz-linear-gradient ( top , # fbb450 , # f89406 ) ;
2012-01-30 08:15:28 -08:00
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 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # fbb450 , # f89406 ) ;
2012-01-30 08:15:28 -08:00
background-repeat : repeat-x ;
border-color : # f89406 # f89406 # ad6704 ;
border-color : rgba ( 0 , 0 , 0 , 0 . 1 ) rgba ( 0 , 0 , 0 , 0 . 1 ) rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#fffbb450' , endColorstr = '#fff89406' , GradientType = 0 ) ;
filter : progid : DXImageTransform . Microsoft . gradient ( enabled = false ) ;
2012-01-30 08:15:28 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-30 21:15:57 -08:00
. btn-warning : hover ,
. btn-warning : active ,
. btn-warning . active ,
. btn-warning . disabled ,
. btn-warning [ disabled ] {
2012-07-10 00:45:44 -07:00
color : # ffffff ;
2012-01-30 08:15:28 -08:00
background-color : # f89406 ;
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. btn-warning : active ,
. btn-warning . active {
2012-01-30 08:15:28 -08:00
background-color : # c67605 \ 9 ;
}
2012-04-18 16:16:42 -07:00
2012-01-30 21:15:57 -08:00
. btn-danger {
2012-07-10 00:45:44 -07:00
color : # ffffff ;
text-shadow : 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-01-28 15:09:23 -08:00
background-color : # da4f49 ;
2012-09-25 22:07:53 -07:00
background-image : -moz-linear-gradient ( top , # ee5f5b , # bd362f ) ;
2012-01-28 15:09:23 -08:00
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 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # ee5f5b , # bd362f ) ;
2012-01-28 15:09:23 -08:00
background-repeat : repeat-x ;
border-color : # bd362f # bd362f # 802420 ;
border-color : rgba ( 0 , 0 , 0 , 0 . 1 ) rgba ( 0 , 0 , 0 , 0 . 1 ) rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ffee5f5b' , endColorstr = '#ffbd362f' , GradientType = 0 ) ;
filter : progid : DXImageTransform . Microsoft . gradient ( enabled = false ) ;
2012-01-07 20:40:28 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-30 21:15:57 -08:00
. btn-danger : hover ,
. btn-danger : active ,
. btn-danger . active ,
. btn-danger . disabled ,
. btn-danger [ disabled ] {
2012-07-10 00:45:44 -07:00
color : # ffffff ;
2012-01-28 15:09:23 -08:00
background-color : # bd362f ;
2012-01-07 20:40:28 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. btn-danger : active ,
. btn-danger . active {
2012-01-28 15:09:23 -08:00
background-color : # 942a25 \ 9 ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-30 21:15:57 -08:00
. btn-success {
2012-07-10 00:45:44 -07:00
color : # ffffff ;
text-shadow : 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-01-28 15:09:23 -08:00
background-color : # 5bb75b ;
2012-09-25 22:07:53 -07:00
background-image : -moz-linear-gradient ( top , # 62c462 , # 51a351 ) ;
2012-01-28 15:09:23 -08:00
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 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # 62c462 , # 51a351 ) ;
2012-01-28 15:09:23 -08:00
background-repeat : repeat-x ;
border-color : # 51a351 # 51a351 # 387038 ;
border-color : rgba ( 0 , 0 , 0 , 0 . 1 ) rgba ( 0 , 0 , 0 , 0 . 1 ) rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ff62c462' , endColorstr = '#ff51a351' , GradientType = 0 ) ;
filter : progid : DXImageTransform . Microsoft . gradient ( enabled = false ) ;
2012-01-27 19:57:53 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-30 21:15:57 -08:00
. btn-success : hover ,
. btn-success : active ,
. btn-success . active ,
. btn-success . disabled ,
. btn-success [ disabled ] {
2012-07-10 00:45:44 -07:00
color : # ffffff ;
2012-01-28 15:09:23 -08:00
background-color : # 51a351 ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. btn-success : active ,
. btn-success . active {
2012-01-28 15:09:23 -08:00
background-color : # 408140 \ 9 ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-30 21:15:57 -08:00
. btn-info {
2012-07-10 00:45:44 -07:00
color : # ffffff ;
text-shadow : 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-01-28 15:09:23 -08:00
background-color : # 49afcd ;
2012-09-25 22:07:53 -07:00
background-image : -moz-linear-gradient ( top , # 5bc0de , # 2f96b4 ) ;
2012-01-28 15:09:23 -08:00
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 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # 5bc0de , # 2f96b4 ) ;
2012-01-28 15:09:23 -08:00
background-repeat : repeat-x ;
border-color : # 2f96b4 # 2f96b4 # 1f6377 ;
border-color : rgba ( 0 , 0 , 0 , 0 . 1 ) rgba ( 0 , 0 , 0 , 0 . 1 ) rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ff5bc0de' , endColorstr = '#ff2f96b4' , GradientType = 0 ) ;
filter : progid : DXImageTransform . Microsoft . gradient ( enabled = false ) ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-30 21:15:57 -08:00
. btn-info : hover ,
. btn-info : active ,
. btn-info . active ,
. btn-info . disabled ,
. btn-info [ disabled ] {
2012-07-10 00:45:44 -07:00
color : # ffffff ;
2012-01-28 15:09:23 -08:00
background-color : # 2f96b4 ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. btn-info : active ,
. btn-info . active {
2012-01-28 15:09:23 -08:00
background-color : # 24748c \ 9 ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-02-12 15:18:20 -08:00
. btn-inverse {
2012-07-10 00:45:44 -07:00
color : # ffffff ;
text-shadow : 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-07-01 08:42:09 -07:00
background-color : # 363636 ;
2012-09-25 22:07:53 -07:00
background-image : -moz-linear-gradient ( top , # 444444 , # 222222 ) ;
2012-07-01 08:42:09 -07:00
background-image : -webkit-gradient ( linear , 0 0 , 0 100 % , from ( # 444444 ) , to ( # 222222 ) ) ;
background-image : -webkit-linear-gradient ( top , # 444444 , # 222222 ) ;
background-image : -o-linear-gradient ( top , # 444444 , # 222222 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # 444444 , # 222222 ) ;
2012-02-12 15:18:20 -08:00
background-repeat : repeat-x ;
2012-02-13 09:41:28 +01:00
border-color : # 222222 # 222222 # 000000 ;
2012-02-12 15:18:20 -08:00
border-color : rgba ( 0 , 0 , 0 , 0 . 1 ) rgba ( 0 , 0 , 0 , 0 . 1 ) rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ff444444' , endColorstr = '#ff222222' , GradientType = 0 ) ;
filter : progid : DXImageTransform . Microsoft . gradient ( enabled = false ) ;
2012-02-12 15:18:20 -08:00
}
2012-04-18 16:16:42 -07:00
2012-02-12 15:18:20 -08:00
. btn-inverse : hover ,
. btn-inverse : active ,
. btn-inverse . active ,
. btn-inverse . disabled ,
. btn-inverse [ disabled ] {
2012-07-10 00:45:44 -07:00
color : # ffffff ;
2012-02-13 09:41:28 +01:00
background-color : # 222222 ;
2012-02-12 15:18:20 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. btn-inverse : active ,
. btn-inverse . active {
2012-02-13 09:41:28 +01:00
background-color : # 080808 \ 9 ;
2012-02-12 15:18:20 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-18 16:30:47 -07:00
. btn-link ,
2012-08-31 14:02:18 -07:00
. btn-link : active ,
. btn-link [ disabled ] {
2012-08-18 16:30:47 -07:00
background-color : transparent ;
background-image : none ;
-webkit-box-shadow : none ;
box-shadow : none ;
}
2012-07-17 23:32:52 -07:00
. btn-link {
color : # 0088cc ;
cursor : pointer ;
border-color : transparent ;
2012-09-30 23:11:54 -07:00
border-radius : 0 ;
2012-07-17 23:32:52 -07:00
}
. btn-link : hover {
color : # 005580 ;
text-decoration : underline ;
background-color : transparent ;
}
2012-08-31 14:02:18 -07:00
. btn-link [ disabled ] : hover {
color : # 333333 ;
text-decoration : none ;
}
2012-01-28 15:09:23 -08:00
. btn-group {
position : relative ;
2012-09-12 16:37:41 -07:00
display : inline-block ;
2012-06-25 15:46:46 -07:00
font-size : 0 ;
white-space : nowrap ;
2012-08-27 12:05:15 -07:00
vertical-align : middle ;
2012-01-07 20:40:28 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. btn-group + . btn-group {
margin-left : 5px ;
2012-01-07 20:40:28 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. btn-toolbar {
2012-07-05 15:11:54 -07:00
margin-top : 10px ;
margin-bottom : 10px ;
2012-08-18 16:50:26 -07:00
font-size : 0 ;
2012-01-08 02:15:47 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-28 01:51:04 -08:00
. btn-toolbar > . btn + . btn ,
. btn-toolbar > . btn-group + . btn ,
. btn-toolbar > . btn + . btn-group {
2012-08-18 16:50:26 -07:00
margin-left : 5px ;
}
2012-04-02 22:37:58 -07:00
. btn-group > . btn {
2012-01-28 15:09:23 -08:00
position : relative ;
2012-09-30 23:11:54 -07:00
border-radius : 0 ;
2012-01-08 15:33:44 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-19 17:07:41 -07:00
. btn-group > . btn + . btn {
margin-left : -1px ;
}
2012-06-25 20:57:04 -07:00
. btn-group > . btn ,
2012-11-28 02:10:23 -08:00
. btn-group > . dropdown-menu ,
. btn-group > . popover {
2012-07-30 12:52:44 -07:00
font-size : 14px ;
}
. btn-group > . btn-mini {
2012-11-28 00:31:52 -08:00
font-size : 10 . 5px ;
2012-06-25 20:57:04 -07:00
}
2012-06-25 15:46:46 -07:00
. btn-group > . btn-small {
2012-11-28 00:31:52 -08:00
font-size : 11 . 9px ;
2012-06-25 15:46:46 -07:00
}
. btn-group > . btn-large {
2012-11-28 00:31:52 -08:00
font-size : 17 . 5px ;
2012-06-25 15:46:46 -07:00
}
2012-04-02 22:37:58 -07:00
. btn-group > . btn : first-child {
2012-01-28 15:09:23 -08:00
margin-left : 0 ;
-webkit-border-bottom-left-radius : 4px ;
2012-04-18 16:16:42 -07:00
border-bottom-left-radius : 4px ;
-webkit-border-top-left-radius : 4px ;
border-top-left-radius : 4px ;
2012-01-28 15:09:23 -08:00
-moz-border-radius-bottomleft : 4px ;
2012-04-18 16:16:42 -07:00
-moz-border-radius-topleft : 4px ;
2012-01-07 20:40:28 -08:00
}
2012-04-18 16:16:42 -07:00
2012-04-02 22:37:58 -07:00
. btn-group > . btn : last-child ,
. btn-group > . dropdown-toggle {
2012-01-28 15:09:23 -08:00
-webkit-border-top-right-radius : 4px ;
2012-04-18 16:16:42 -07:00
border-top-right-radius : 4px ;
2012-01-28 15:09:23 -08:00
-webkit-border-bottom-right-radius : 4px ;
2012-04-18 16:16:42 -07:00
border-bottom-right-radius : 4px ;
-moz-border-radius-topright : 4px ;
2012-01-28 15:09:23 -08:00
-moz-border-radius-bottomright : 4px ;
2012-01-07 20:40:28 -08:00
}
2012-04-18 16:16:42 -07:00
2012-04-02 22:37:58 -07:00
. btn-group > . btn . large : first-child {
2012-01-28 15:09:23 -08:00
margin-left : 0 ;
-webkit-border-bottom-left-radius : 6px ;
2012-04-18 16:16:42 -07:00
border-bottom-left-radius : 6px ;
-webkit-border-top-left-radius : 6px ;
border-top-left-radius : 6px ;
2012-01-28 15:09:23 -08:00
-moz-border-radius-bottomleft : 6px ;
2012-04-18 16:16:42 -07:00
-moz-border-radius-topleft : 6px ;
2012-01-08 02:15:47 -08:00
}
2012-04-18 16:16:42 -07:00
2012-04-02 22:37:58 -07:00
. btn-group > . btn . large : last-child ,
. btn-group > . large . dropdown-toggle {
2012-01-28 15:09:23 -08:00
-webkit-border-top-right-radius : 6px ;
2012-04-18 16:16:42 -07:00
border-top-right-radius : 6px ;
2012-01-28 15:09:23 -08:00
-webkit-border-bottom-right-radius : 6px ;
2012-04-18 16:16:42 -07:00
border-bottom-right-radius : 6px ;
-moz-border-radius-topright : 6px ;
2012-01-28 15:09:23 -08:00
-moz-border-radius-bottomright : 6px ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-04-02 22:37:58 -07:00
. btn-group > . btn : hover ,
. btn-group > . btn : focus ,
. btn-group > . btn : active ,
. btn-group > . btn . active {
2012-01-28 15:09:23 -08:00
z-index : 2 ;
2012-01-07 22:06:44 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. btn-group . dropdown-toggle : active ,
. btn-group . open . dropdown-toggle {
2012-01-28 15:09:23 -08:00
outline : 0 ;
2012-01-07 22:06:44 -08:00
}
2012-04-18 16:16:42 -07:00
2012-07-30 12:52:44 -07:00
. btn-group > . btn + . dropdown-toggle {
2012-07-09 00:31:54 -07:00
padding-right : 8px ;
padding-left : 8px ;
2012-04-18 16:16:42 -07:00
-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 ) ;
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 ) ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-07-30 12:52:44 -07:00
. btn-group > . btn-mini + . dropdown-toggle {
2012-07-09 00:31:54 -07:00
padding-right : 5px ;
padding-left : 5px ;
2012-03-12 12:44:47 -07:00
}
2012-04-18 16:16:42 -07:00
2012-07-30 12:52:44 -07:00
. btn-group > . btn-large + . dropdown-toggle {
2012-07-09 00:31:54 -07:00
padding-right : 12px ;
padding-left : 12px ;
2012-03-10 13:40:58 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. btn-group . open . dropdown-toggle {
background-image : none ;
2012-04-18 16:16:42 -07:00
-webkit-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 ) ;
2012-03-22 23:09:31 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-22 23:09:31 -07:00
. btn-group . open . btn . dropdown-toggle {
background-color : # e6e6e6 ;
}
2012-04-18 16:16:42 -07:00
2012-03-22 23:09:31 -07:00
. btn-group . open . btn-primary . dropdown-toggle {
2012-07-04 23:31:30 -07:00
background-color : # 0044cc ;
2012-03-22 23:09:31 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-22 23:09:31 -07:00
. btn-group . open . btn-warning . dropdown-toggle {
background-color : # f89406 ;
}
2012-04-18 16:16:42 -07:00
2012-03-22 23:09:31 -07:00
. btn-group . open . btn-danger . dropdown-toggle {
background-color : # bd362f ;
}
2012-04-18 16:16:42 -07:00
2012-03-22 23:09:31 -07:00
. btn-group . open . btn-success . dropdown-toggle {
background-color : # 51a351 ;
}
2012-04-18 16:16:42 -07:00
2012-03-22 23:09:31 -07:00
. btn-group . open . btn-info . dropdown-toggle {
background-color : # 2f96b4 ;
}
2012-04-18 16:16:42 -07:00
2012-03-22 23:09:31 -07:00
. btn-group . open . btn-inverse . dropdown-toggle {
background-color : # 222222 ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. btn . caret {
2012-07-30 12:52:44 -07:00
margin-top : 8px ;
2012-01-28 15:09:23 -08:00
margin-left : 0 ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-07-30 12:52:44 -07:00
. btn-mini . caret ,
. btn-small . caret ,
. btn-large . caret {
2012-07-09 00:31:54 -07:00
margin-top : 6px ;
}
2012-03-10 13:40:58 -08:00
. btn-large . caret {
2012-03-23 00:37:15 -07:00
border-top-width : 5px ;
2012-04-18 16:16:42 -07:00
border-right-width : 5px ;
border-left-width : 5px ;
2012-03-23 00:37:15 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-23 00:37:15 -07:00
. dropup . btn-large . caret {
2012-09-18 12:00:57 -07:00
border-bottom-width : 5px ;
2012-03-10 13:40:58 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-30 21:15:57 -08:00
. btn-primary . caret ,
2012-03-05 00:47:13 -08:00
. btn-warning . caret ,
2012-01-30 21:15:57 -08:00
. btn-danger . caret ,
. btn-info . caret ,
2012-02-12 15:18:20 -08:00
. btn-success . caret ,
. btn-inverse . caret {
2012-11-30 15:05:23 -08:00
border-top-color : # fff ;
border-bottom-color : # fff ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-06-19 14:42:46 -07:00
. btn-group-vertical {
display : inline-block ;
}
2012-11-28 02:21:34 -08:00
. btn-group-vertical > . btn {
2012-06-19 14:42:46 -07:00
display : block ;
float : none ;
2012-11-28 02:21:34 -08:00
max-width : 100 % ;
2012-09-30 23:11:54 -07:00
border-radius : 0 ;
2012-06-19 14:42:46 -07:00
}
2012-11-28 02:21:34 -08:00
. btn-group-vertical > . btn + . btn {
2012-06-19 14:42:46 -07:00
margin-top : -1px ;
2012-08-19 17:07:41 -07:00
margin-left : 0 ;
2012-06-19 14:42:46 -07:00
}
. btn-group-vertical . btn : first-child {
2012-09-30 23:11:54 -07:00
border-radius : 4px 4px 0 0 ;
2012-06-19 14:42:46 -07:00
}
. btn-group-vertical . btn : last-child {
2012-09-30 23:11:54 -07:00
border-radius : 0 0 4px 4px ;
2012-06-19 14:42:46 -07:00
}
. btn-group-vertical . btn-large : first-child {
2012-09-30 23:11:54 -07:00
border-radius : 6px 6px 0 0 ;
2012-06-19 14:42:46 -07:00
}
. btn-group-vertical . btn-large : last-child {
2012-09-30 23:11:54 -07:00
border-radius : 0 0 6px 6px ;
2012-06-19 14:42:46 -07:00
}
2012-01-28 15:09:23 -08:00
. alert {
padding : 8px 35px 8px 14px ;
2012-07-05 15:11:54 -07:00
margin-bottom : 20px ;
2012-01-28 15:09:23 -08:00
text-shadow : 0 1px 0 rgba ( 255 , 255 , 255 , 0 . 5 ) ;
background-color : # fcf8e3 ;
border : 1px solid # fbeed5 ;
2012-09-30 23:11:54 -07:00
border-radius : 4px ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-28 01:48:34 -08:00
. alert ,
. alert h4 {
color : # c09853 ;
}
2012-08-13 10:05:19 -07:00
. alert h4 {
margin : 0 ;
}
2012-01-28 15:09:23 -08:00
. alert . close {
position : relative ;
2012-01-28 18:46:41 -08:00
top : -2px ;
2012-01-28 15:09:23 -08:00
right : -21px ;
2012-07-05 15:11:54 -07:00
line-height : 20px ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. alert-success {
2012-04-18 16:16:42 -07:00
color : # 468847 ;
2012-01-28 15:09:23 -08:00
background-color : # dff0d8 ;
border-color : # d6e9c6 ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. alert-danger ,
. alert-error {
2012-04-18 16:16:42 -07:00
color : # b94a48 ;
2012-01-28 15:09:23 -08:00
background-color : # f2dede ;
border-color : # eed3d7 ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. alert-info {
2012-04-18 16:16:42 -07:00
color : # 3a87ad ;
2012-01-28 15:09:23 -08:00
background-color : # d9edf7 ;
border-color : # bce8f1 ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. alert-block {
padding-top : 14px ;
padding-bottom : 14px ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. alert-block > p ,
. alert-block > ul {
2012-01-28 15:09:23 -08:00
margin-bottom : 0 ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. alert-block p + p {
margin-top : 5px ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. nav {
2012-07-05 15:11:54 -07:00
margin-bottom : 20px ;
2012-04-18 16:16:42 -07:00
margin-left : 0 ;
2012-01-28 15:09:23 -08:00
list-style : none ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-03 16:14:44 -07:00
. nav : before ,
. nav : after {
display : table ;
line-height : 0 ;
content : "" ;
}
. nav : after {
clear : both ;
}
. nav > li {
float : left ;
}
2012-01-28 15:09:23 -08:00
. nav > li > a {
2012-01-18 00:24:10 -08:00
display : block ;
2012-11-03 16:14:44 -07:00
padding : 8px 12px ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. nav > li > a : hover {
text-decoration : none ;
background-color : # eeeeee ;
}
2012-04-18 16:16:42 -07:00
2012-11-29 23:27:20 -08:00
. nav > li > a > img {
max-width : none ;
}
2012-03-28 17:02:13 -07:00
. nav > . pull-right {
float : right ;
}
2012-04-18 16:16:42 -07:00
2012-07-17 22:40:38 -07:00
. nav-header {
2012-02-12 14:09:13 -08:00
display : block ;
padding : 3px 15px ;
font-size : 11px ;
font-weight : bold ;
2012-07-05 15:11:54 -07:00
line-height : 20px ;
2012-02-12 14:09:13 -08:00
color : # 999999 ;
text-shadow : 0 1px 0 rgba ( 255 , 255 , 255 , 0 . 5 ) ;
text-transform : uppercase ;
}
2012-04-18 16:16:42 -07:00
2012-02-12 14:09:13 -08:00
. nav li + . nav-header {
margin-top : 9px ;
}
2012-04-18 16:16:42 -07:00
2012-10-01 00:06:44 -07:00
. nav . divider {
2012-02-20 12:38:49 -08:00
height : 1px ;
2012-07-05 15:11:54 -07:00
margin : 9px 1px ;
2012-02-20 12:38:49 -08:00
overflow : hidden ;
background-color : # e5e5e5 ;
border-bottom : 1px solid # ffffff ;
}
2012-04-18 16:16:42 -07:00
2012-01-30 21:29:50 -08:00
. nav-tabs {
2012-01-28 15:09:23 -08:00
border-bottom : 1px solid # ddd ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-30 21:29:50 -08:00
. nav-tabs > li {
2012-01-28 15:09:23 -08:00
margin-bottom : -1px ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-30 21:29:50 -08:00
. nav-tabs > li > a {
2012-11-03 16:14:44 -07:00
margin-right : 2px ;
2012-07-05 15:11:54 -07:00
line-height : 20px ;
2012-01-28 15:09:23 -08:00
border : 1px solid transparent ;
2012-09-30 23:11:54 -07:00
border-radius : 4px 4px 0 0 ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-30 21:29:50 -08:00
. nav-tabs > li > a : hover {
2012-01-28 15:09:23 -08:00
border-color : # eeeeee # eeeeee # dddddd ;
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. nav-tabs > . active > a ,
. nav-tabs > . active > a : hover {
2012-01-28 15:09:23 -08:00
color : # 555555 ;
2012-04-18 16:16:42 -07:00
cursor : default ;
2012-01-18 00:24:10 -08:00
background-color : # ffffff ;
2012-01-28 15:09:23 -08:00
border : 1px solid # ddd ;
border-bottom-color : transparent ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-04 00:52:10 -07:00
. nav-pills > li > a {
border-radius : 5px ;
}
. nav-pills > li + li > a {
margin-left : 2px ;
}
. nav-pills > . active > a ,
. nav-pills > . active > a : hover {
2012-11-30 15:05:23 -08:00
color : # fff ;
2012-11-04 00:52:10 -07:00
background-color : # 0088cc ;
}
. nav-stacked > li {
float : none ;
}
. nav-stacked > li + li > a {
margin-top : 2px ;
margin-left : 0 ;
}
. nav-justified {
max-height : 37px ;
}
. nav-justified > li {
display : table-cell ;
float : none ;
width : 1 % ;
text-align : center ;
}
2012-11-03 16:14:44 -07:00
. nav-list {
background-color : # fff ;
border-radius : 6px ;
-webkit-box-shadow : 0 1px 4px rgba ( 0 , 0 , 0 , 0 . 065 ) ;
box-shadow : 0 1px 4px rgba ( 0 , 0 , 0 , 0 . 065 ) ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-03 16:14:44 -07:00
. nav-list > li {
float : none ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-03 16:14:44 -07:00
. nav-list > li > a {
margin-bottom : -1px ;
border : 1px solid # e5e5e5 ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-03 16:14:44 -07:00
. nav-list > li > a : hover {
background-color : # f5f5f5 ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-03 16:14:44 -07:00
. nav-list > li : first-child > a {
border-radius : 6px 6px 0 0 ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-03 16:14:44 -07:00
. nav-list > li : last-child > a {
border-radius : 0 0 6px 6px ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-03 16:14:44 -07:00
. nav-list > . active > a ,
. nav-list > . active > a : hover {
position : relative ;
z-index : 2 ;
padding : 9px 15px ;
color : # fff ;
text-shadow : 0 1px 0 rgba ( 0 , 0 , 0 , 0 . 15 ) ;
background-color : # 0088cc ;
border-width : 0 ;
-webkit-box-shadow : inset 1px 0 0 rgba ( 0 , 0 , 0 , 0 . 1 ) , inset -1px 0 0 rgba ( 0 , 0 , 0 , 0 . 1 ) ;
box-shadow : inset 1px 0 0 rgba ( 0 , 0 , 0 , 0 . 1 ) , inset -1px 0 0 rgba ( 0 , 0 , 0 , 0 . 1 ) ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-03 16:14:44 -07:00
. nav-tabs . dropdown-menu {
-webkit-border-top-right-radius : 0 ;
border-top-right-radius : 0 ;
-webkit-border-top-left-radius : 0 ;
border-top-left-radius : 0 ;
-moz-border-radius-topright : 0 ;
-moz-border-radius-topleft : 0 ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-06-24 20:42:31 -07:00
. nav . dropdown-toggle . caret {
2012-11-03 16:14:44 -07:00
margin-top : 8px ;
2012-01-28 15:09:23 -08:00
border-top-color : # 0088cc ;
2012-01-30 01:13:21 +02:00
border-bottom-color : # 0088cc ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-06-24 20:42:31 -07:00
. nav . dropdown-toggle : hover . caret {
2012-03-10 16:01:06 -08:00
border-top-color : # 005580 ;
border-bottom-color : # 005580 ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-06-24 20:42:31 -07:00
. nav . active . dropdown-toggle . caret {
border-top-color : # fff ;
border-bottom-color : # fff ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-07-17 22:26:53 -07:00
. nav-tabs . active . dropdown-toggle . caret {
border-top-color : # 555555 ;
border-bottom-color : # 555555 ;
}
2012-01-28 15:09:23 -08:00
. nav > . dropdown . active > a : hover {
cursor : pointer ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. nav-tabs . open . dropdown-toggle ,
. nav-pills . open . dropdown-toggle ,
2012-04-05 13:48:17 -06:00
. nav > li . dropdown . open . active > a : hover {
2012-11-30 15:05:23 -08:00
color : # fff ;
2012-01-28 15:09:23 -08:00
background-color : # 999999 ;
border-color : # 999999 ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-04-05 13:48:17 -06:00
. nav li . dropdown . open . caret ,
. nav li . dropdown . open . active . caret ,
. nav li . dropdown . open a : hover . caret {
2012-11-30 15:05:23 -08:00
border-top-color : # fff ;
border-bottom-color : # fff ;
2012-01-18 00:24:10 -08:00
opacity : 1 ;
2012-01-25 20:32:19 -08:00
filter : alpha ( opacity = 100 ) ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-30 21:29:50 -08:00
. tabs-stacked . open > a : hover {
2012-01-28 15:09:23 -08:00
border-color : # 999999 ;
2012-01-18 00:24:10 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. tabbable : before ,
. tabbable : after {
2012-01-28 15:09:23 -08:00
display : table ;
2012-07-06 10:35:08 -07:00
line-height : 0 ;
2012-01-28 15:09:23 -08:00
content : "" ;
2011-12-21 16:22:20 -06:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. tabbable : after {
clear : both ;
2011-12-21 16:22:20 -06:00
}
2012-04-18 16:16:42 -07:00
2012-02-11 17:27:08 -08:00
. tab-content {
2012-04-01 00:15:04 -07:00
overflow : auto ;
2012-02-11 17:27:08 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. tab-content > . tab-pane ,
. pill-content > . pill-pane {
2012-01-28 15:09:23 -08:00
display : none ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. tab-content > . active ,
. pill-content > . active {
2012-01-28 15:09:23 -08:00
display : block ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-06-19 13:52:07 -07:00
. nav > . disabled > a {
color : # 999999 ;
}
. nav > . disabled > a : hover {
text-decoration : none ;
cursor : default ;
background-color : transparent ;
}
2012-01-28 15:09:23 -08:00
. navbar {
2012-09-25 22:48:02 -07:00
padding : 0 20px ;
2012-07-05 15:11:54 -07:00
margin-bottom : 20px ;
2012-04-18 16:16:42 -07:00
overflow : visible ;
2012-09-25 22:53:41 -07:00
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 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # ffffff , # f2f2f2 ) ;
2012-09-25 22:53:41 -07:00
background-repeat : repeat-x ;
2012-07-29 00:30:15 -07:00
border : 1px solid # d4d4d4 ;
2012-11-02 09:36:51 -07:00
border-radius : 4px ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ffffffff' , endColorstr = '#fff2f2f2' , GradientType = 0 ) ;
2012-07-29 00:30:15 -07:00
-webkit-box-shadow : 0 1px 4px rgba ( 0 , 0 , 0 , 0 . 065 ) ;
box-shadow : 0 1px 4px rgba ( 0 , 0 , 0 , 0 . 065 ) ;
2012-01-14 20:54:37 -08:00
}
2012-04-18 16:16:42 -07:00
2012-09-25 22:48:02 -07:00
. navbar : before ,
. navbar : after {
2012-08-27 10:32:07 -07:00
display : table ;
line-height : 0 ;
content : "" ;
}
2012-09-25 22:48:02 -07:00
. navbar : after {
2012-08-27 10:32:07 -07:00
clear : both ;
}
2012-02-21 23:15:43 -08:00
. navbar . container {
width : auto ;
}
2012-04-18 16:16:42 -07:00
2012-01-28 22:03:14 -08:00
. nav-collapse . collapse {
2012-01-29 14:07:14 -08:00
height : auto ;
2012-09-20 10:27:59 -07:00
overflow : visible ;
2012-01-28 22:03:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. navbar . brand {
display : block ;
2012-04-18 16:16:42 -07:00
float : left ;
2012-09-25 22:51:05 -07:00
padding : 12px 20px 12px ;
2012-01-28 15:09:23 -08:00
margin-left : -20px ;
font-size : 20px ;
font-weight : 200 ;
2012-08-21 14:53:23 -07:00
color : # 777777 ;
2012-07-29 00:30:15 -07:00
text-shadow : 0 1px 0 # ffffff ;
}
. navbar . brand : hover {
text-decoration : none ;
2012-01-28 12:08:41 -08:00
}
2012-04-18 16:16:42 -07:00
2012-07-29 00:30:15 -07:00
. navbar-text {
2012-01-28 15:09:23 -08:00
margin-bottom : 0 ;
2012-09-25 22:51:05 -07:00
line-height : 44px ;
2012-11-04 22:50:07 -08:00
color : # 777777 ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-07-29 00:30:15 -07:00
. navbar-link {
2012-08-21 14:53:23 -07:00
color : # 777777 ;
2012-03-25 01:21:47 -07:00
}
2012-04-18 16:16:42 -07:00
2012-07-29 00:30:15 -07:00
. navbar-link : hover {
color : # 333333 ;
2012-03-25 01:21:47 -07:00
}
2012-04-18 16:16:42 -07:00
2012-08-13 22:57:40 -07:00
. navbar . divider-vertical {
2012-09-25 22:51:05 -07:00
height : 44px ;
2012-08-13 22:57:40 -07:00
margin : 0 9px ;
border-right : 1px solid # ffffff ;
border-left : 1px solid # f2f2f2 ;
}
2012-03-08 11:09:33 -08:00
. navbar . btn ,
. navbar . btn-group {
2012-09-25 22:51:05 -07:00
margin-top : 7px ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-27 10:52:11 -07:00
. navbar . btn-group . btn ,
. navbar . input-prepend . btn ,
. navbar . input-append . btn {
2012-08-25 22:31:10 -07:00
margin-top : 0 ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. navbar-form {
margin-bottom : 0 ;
2012-01-30 08:20:37 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. navbar-form : before ,
. navbar-form : after {
2012-01-30 08:20:37 -08:00
display : table ;
2012-07-06 10:35:08 -07:00
line-height : 0 ;
2012-01-30 08:20:37 -08:00
content : "" ;
}
2012-04-18 16:16:42 -07:00
2012-01-30 08:20:37 -08:00
. navbar-form : after {
clear : both ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-02-20 19:14:26 -08:00
. navbar-form input ,
. navbar-form select ,
. navbar-form . radio ,
. navbar-form . checkbox {
2012-09-25 22:51:05 -07:00
margin-top : 7px ;
2012-02-20 19:14:26 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. navbar-form input ,
2012-07-09 21:01:29 -07:00
. navbar-form select ,
. navbar-form . btn {
2012-01-28 15:09:23 -08:00
display : inline-block ;
margin-bottom : 0 ;
2012-01-05 10:01:42 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. navbar-form input [ type = "image" ] ,
. navbar-form input [ type = "checkbox" ] ,
. navbar-form input [ type = "radio" ] {
2012-01-28 15:09:23 -08:00
margin-top : 3px ;
2012-01-05 10:01:42 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. navbar-form . input-append ,
. navbar-form . input-prepend {
2012-11-16 01:19:15 -08:00
margin-top : 5px ;
2012-02-12 20:28:22 -08:00
white-space : nowrap ;
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. navbar-form . input-append input ,
. navbar-form . input-prepend input {
2012-02-12 20:28:22 -08:00
margin-top : 0 ;
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. navbar-search {
position : relative ;
float : left ;
2012-09-25 22:51:05 -07:00
margin-top : 7px ;
2012-01-05 10:01:42 -08:00
margin-bottom : 0 ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. navbar-search . search-query {
2012-07-24 01:44:12 -07:00
padding : 4px 14px ;
2012-07-13 10:58:20 -07:00
margin-bottom : 0 ;
2012-01-28 15:09:23 -08:00
font-family : "Helvetica Neue" , Helvetica , Arial , sans-serif ;
font-size : 13px ;
font-weight : normal ;
line-height : 1 ;
2012-09-30 23:11:54 -07:00
border-radius : 15px ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-17 11:46:23 -07:00
. navbar-static-top {
position : static ;
margin-bottom : 0 ;
2012-09-30 23:11:54 -07:00
border-radius : 0 ;
2012-08-17 11:46:23 -07:00
}
2012-03-08 11:09:33 -08:00
. navbar-fixed-top ,
. navbar-fixed-bottom {
2012-01-28 15:09:23 -08:00
position : fixed ;
right : 0 ;
left : 0 ;
z-index : 1030 ;
2012-01-28 23:40:52 -08:00
padding-right : 0 ;
2012-04-18 16:16:42 -07:00
padding-left : 0 ;
2012-09-25 22:48:02 -07:00
margin-bottom : 0 ;
border-width : 0 0 1px ;
2012-09-30 23:11:54 -07:00
border-radius : 0 ;
2012-01-28 23:40:52 -08:00
}
2012-04-18 16:16:42 -07:00
2012-09-25 22:48:02 -07:00
. navbar-fixed-bottom {
border-width : 1px 0 0 ;
}
2012-08-19 21:12:52 -07:00
. navbar-static-top . container ,
2012-03-08 11:09:33 -08:00
. navbar-fixed-top . container ,
. navbar-fixed-bottom . container {
2012-08-28 13:33:06 -07:00
width : 100 % ;
2012-02-27 22:34:25 -08:00
}
2012-04-18 16:16:42 -07:00
2012-02-21 21:12:16 -08:00
. navbar-fixed-top {
top : 0 ;
2012-07-29 00:30:15 -07:00
}
2012-09-25 22:48:02 -07:00
. navbar-fixed-top ,
. navbar-static-top {
2012-11-04 00:31:43 -07:00
-webkit-box-shadow : 0 1px 10px rgba ( 0 , 0 , 0 , 0 . 1 ) ;
box-shadow : 0 1px 10px rgba ( 0 , 0 , 0 , 0 . 1 ) ;
2012-02-21 21:12:16 -08:00
}
2012-04-18 16:16:42 -07:00
2012-02-21 21:12:16 -08:00
. navbar-fixed-bottom {
bottom : 0 ;
2012-11-04 00:31:43 -07:00
-webkit-box-shadow : 0 -1px 10px rgba ( 0 , 0 , 0 , 0 . 1 ) ;
box-shadow : 0 -1px 10px rgba ( 0 , 0 , 0 , 0 . 1 ) ;
2012-02-21 21:12:16 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. navbar . nav {
position : relative ;
left : 0 ;
display : block ;
float : left ;
margin : 0 10px 0 0 ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. navbar . nav . pull-right {
float : right ;
2012-08-23 09:38:56 -07:00
margin-right : 0 ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. navbar . nav > li {
float : left ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. navbar . nav > li > a {
float : none ;
2012-09-25 22:51:05 -07:00
padding : 12px 15px 12px ;
2012-08-21 14:53:23 -07:00
color : # 777777 ;
2012-01-28 15:09:23 -08:00
text-decoration : none ;
2012-07-29 00:30:15 -07:00
text-shadow : 0 1px 0 # ffffff ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-06-24 20:42:31 -07:00
. navbar . nav . dropdown-toggle . caret {
margin-top : 8px ;
}
2012-05-17 00:23:11 -07:00
. navbar . nav > li > a : focus ,
2012-01-28 15:09:23 -08:00
. navbar . nav > li > a : hover {
2012-07-29 00:30:15 -07:00
color : # 333333 ;
2012-01-28 15:09:23 -08:00
text-decoration : none ;
2012-04-18 16:16:42 -07:00
background-color : transparent ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-17 11:22:45 -07:00
. navbar . nav > . active > a ,
. navbar . nav > . active > a : hover ,
. navbar . nav > . active > a : focus {
2012-07-29 00:30:15 -07:00
color : # 555555 ;
2012-01-05 10:01:42 -08:00
text-decoration : none ;
2012-07-29 00:30:15 -07:00
background-color : # e5e5e5 ;
-webkit-box-shadow : inset 0 3px 8px rgba ( 0 , 0 , 0 , 0 . 125 ) ;
box-shadow : inset 0 3px 8px rgba ( 0 , 0 , 0 , 0 . 125 ) ;
2012-01-28 15:09:23 -08:00
}
2012-04-18 16:16:42 -07:00
2012-04-05 13:48:17 -06:00
. navbar . btn-navbar {
display : none ;
float : right ;
padding : 7px 10px ;
margin-right : 5px ;
2012-04-18 16:16:42 -07:00
margin-left : 5px ;
2012-07-10 00:45:44 -07:00
color : # ffffff ;
text-shadow : 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-07-29 00:30:15 -07:00
background-color : # ededed ;
2012-09-25 22:07:53 -07:00
background-image : -moz-linear-gradient ( top , # f2f2f2 , # e5e5e5 ) ;
2012-07-29 00:30:15 -07:00
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 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # f2f2f2 , # e5e5e5 ) ;
2012-04-05 13:48:17 -06:00
background-repeat : repeat-x ;
2012-07-29 00:30:15 -07:00
border-color : # e5e5e5 # e5e5e5 # bfbfbf ;
2012-04-05 13:48:17 -06:00
border-color : rgba ( 0 , 0 , 0 , 0 . 1 ) rgba ( 0 , 0 , 0 , 0 . 1 ) rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#fff2f2f2' , endColorstr = '#ffe5e5e5' , GradientType = 0 ) ;
filter : progid : DXImageTransform . Microsoft . gradient ( enabled = false ) ;
2012-04-18 16:16:42 -07:00
-webkit-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 ) ;
2012-04-05 13:48:17 -06:00
}
2012-04-18 16:16:42 -07:00
2012-04-05 13:48:17 -06:00
. navbar . btn-navbar : hover ,
. navbar . btn-navbar : active ,
. navbar . btn-navbar . active ,
. navbar . btn-navbar . disabled ,
. navbar . btn-navbar [ disabled ] {
2012-07-10 00:45:44 -07:00
color : # ffffff ;
2012-07-29 00:30:15 -07:00
background-color : # e5e5e5 ;
2012-04-05 13:48:17 -06:00
}
2012-04-18 16:16:42 -07:00
2012-04-05 13:48:17 -06:00
. navbar . btn-navbar : active ,
. navbar . btn-navbar . active {
2012-07-29 00:30:15 -07:00
background-color : # cccccc \ 9 ;
2012-04-05 13:48:17 -06:00
}
2012-04-18 16:16:42 -07:00
2012-04-05 13:48:17 -06:00
. navbar . btn-navbar . icon-bar {
display : block ;
width : 18px ;
height : 2px ;
background-color : # f5f5f5 ;
2012-09-30 23:11:54 -07:00
border-radius : 1px ;
2012-04-05 13:48:17 -06:00
-webkit-box-shadow : 0 1px 0 rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-04-18 16:16:42 -07:00
box-shadow : 0 1px 0 rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-04-05 13:48:17 -06:00
}
2012-04-18 16:16:42 -07:00
2012-04-05 13:48:17 -06:00
. btn-navbar . icon-bar + . icon-bar {
margin-top : 3px ;
}
2012-04-18 16:16:42 -07:00
2012-08-14 14:29:31 -07:00
. navbar . nav > li > . dropdown-menu : before {
2012-04-18 16:16:42 -07:00
position : absolute ;
top : -7px ;
left : 9px ;
2012-01-28 15:09:23 -08:00
display : inline-block ;
border-right : 7px solid transparent ;
border-bottom : 7px solid # ccc ;
2012-04-18 16:16:42 -07:00
border-left : 7px solid transparent ;
2012-01-28 15:09:23 -08:00
border-bottom-color : rgba ( 0 , 0 , 0 , 0 . 2 ) ;
2012-04-18 16:16:42 -07:00
content : '' ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-14 14:29:31 -07:00
. navbar . nav > li > . dropdown-menu : after {
2012-01-05 10:01:42 -08:00
position : absolute ;
2012-01-28 15:09:23 -08:00
top : -6px ;
left : 10px ;
2012-04-18 16:16:42 -07:00
display : inline-block ;
border-right : 6px solid transparent ;
border-bottom : 6px solid # ffffff ;
border-left : 6px solid transparent ;
content : '' ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-14 14:29:31 -07:00
. navbar-fixed-bottom . nav > li > . dropdown-menu : before {
2012-04-18 16:16:42 -07:00
top : auto ;
bottom : -7px ;
2012-01-30 00:50:47 +02:00
border-top : 7px solid # ccc ;
border-bottom : 0 ;
2012-04-18 16:16:42 -07:00
border-top-color : rgba ( 0 , 0 , 0 , 0 . 2 ) ;
2012-01-30 00:50:47 +02:00
}
2012-04-18 16:16:42 -07:00
2012-08-14 14:29:31 -07:00
. navbar-fixed-bottom . nav > li > . dropdown-menu : after {
2012-04-18 16:16:42 -07:00
top : auto ;
bottom : -6px ;
2012-01-30 00:50:47 +02:00
border-top : 6px solid # ffffff ;
border-bottom : 0 ;
}
2012-04-18 16:16:42 -07:00
2012-11-28 00:42:17 -08:00
. navbar . nav li . dropdown > a : hover . caret {
border-top-color : # 555555 ;
border-bottom-color : # 555555 ;
}
2012-04-05 13:48:17 -06:00
. navbar . nav li . dropdown . open > . dropdown-toggle ,
. navbar . nav li . dropdown . active > . dropdown-toggle ,
. navbar . nav li . dropdown . open . active > . dropdown-toggle {
2012-07-29 00:30:15 -07:00
color : # 555555 ;
background-color : # e5e5e5 ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-07-29 00:30:15 -07:00
. navbar . nav li . dropdown > . dropdown-toggle . caret {
2012-08-21 14:53:23 -07:00
border-top-color : # 777777 ;
border-bottom-color : # 777777 ;
2012-07-29 00:30:15 -07:00
}
. 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 ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-14 16:24:58 -07:00
. navbar . pull-right > li > . dropdown-menu ,
. navbar . nav > li > . dropdown-menu . pull-right {
2012-01-05 10:01:42 -08:00
right : 0 ;
2012-04-18 16:16:42 -07:00
left : auto ;
2011-11-30 00:39:38 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-14 16:24:58 -07:00
. navbar . pull-right > li > . dropdown-menu : before ,
. navbar . nav > li > . dropdown-menu . pull-right : before {
2012-01-28 15:09:23 -08:00
right : 12px ;
2012-04-18 16:16:42 -07:00
left : auto ;
2011-11-30 00:39:38 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-14 16:24:58 -07:00
. navbar . pull-right > li > . dropdown-menu : after ,
. navbar . nav > li > . dropdown-menu . pull-right : after {
2012-01-28 15:09:23 -08:00
right : 13px ;
2012-04-18 16:16:42 -07:00
left : auto ;
2012-01-27 21:08:04 -08:00
}
2012-08-14 14:32:03 -07:00
2012-08-14 16:24:58 -07:00
. navbar . pull-right > li > . dropdown-menu . dropdown-menu ,
. navbar . nav > li > . dropdown-menu . pull-right . dropdown-menu {
2012-08-14 14:32:03 -07:00
right : 100 % ;
left : auto ;
margin-right : -1px ;
margin-left : 0 ;
2012-09-30 23:11:54 -07:00
border-radius : 6px 0 6px 6px ;
2012-08-14 14:32:03 -07:00
}
2012-04-18 16:16:42 -07:00
2012-07-29 00:30:15 -07:00
. navbar-inverse {
2012-09-25 22:53:41 -07:00
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 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # 222222 , # 111111 ) ;
2012-09-25 22:53:41 -07:00
background-repeat : repeat-x ;
2012-11-03 16:14:44 -07:00
border-color : # 111111 ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ff222222' , endColorstr = '#ff111111' , GradientType = 0 ) ;
2012-06-24 20:26:48 -07:00
}
2012-07-29 00:30:15 -07:00
. navbar-inverse . brand ,
. navbar-inverse . nav > li > a {
color : # 999999 ;
text-shadow : 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-06-24 20:42:31 -07:00
}
2012-07-29 00:30:15 -07:00
. navbar-inverse . brand : hover ,
. navbar-inverse . nav > li > a : hover {
color : # ffffff ;
2012-06-28 21:20:40 -07:00
}
2012-11-10 17:58:00 -08:00
. navbar-inverse . brand {
color : # 999999 ;
}
2012-11-04 22:50:07 -08:00
. navbar-inverse . navbar-text {
color : # 999999 ;
}
2012-07-29 00:30:15 -07:00
. navbar-inverse . nav > li > a : focus ,
. navbar-inverse . nav > li > a : hover {
color : # ffffff ;
background-color : transparent ;
2012-06-24 20:42:31 -07:00
}
2012-06-24 20:26:48 -07:00
2012-07-29 00:30:15 -07:00
. navbar-inverse . nav . active > a ,
. navbar-inverse . nav . active > a : hover ,
. navbar-inverse . nav . active > a : focus {
color : # ffffff ;
background-color : # 111111 ;
2012-07-05 10:37:23 -07:00
}
2012-07-29 00:30:15 -07:00
. navbar-inverse . navbar-link {
color : # 999999 ;
2012-07-05 10:37:23 -07:00
}
2012-07-29 00:30:15 -07:00
. navbar-inverse . navbar-link : hover {
color : # ffffff ;
2012-06-24 20:26:48 -07:00
}
2012-08-13 22:57:40 -07:00
. navbar-inverse . divider-vertical {
border-right-color : # 222222 ;
border-left-color : # 111111 ;
}
2012-07-29 00:30:15 -07:00
. 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 {
2012-07-12 13:50:27 -07:00
color : # ffffff ;
2012-07-29 00:30:15 -07:00
background-color : # 111111 ;
2012-07-12 13:50:27 -07:00
}
2012-11-28 00:42:17 -08:00
. navbar-inverse . nav li . dropdown > a : hover . caret {
border-top-color : # ffffff ;
border-bottom-color : # ffffff ;
}
2012-07-29 00:30:15 -07:00
. navbar-inverse . nav li . dropdown > . dropdown-toggle . caret {
border-top-color : # 999999 ;
border-bottom-color : # 999999 ;
2012-07-12 13:50:27 -07:00
}
2012-07-29 00:30:15 -07:00
. 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 ;
2012-07-12 13:50:27 -07:00
}
2012-07-29 00:30:15 -07:00
. navbar-inverse . navbar-search . search-query {
2012-11-30 15:05:23 -08:00
color : # fff ;
2012-07-29 00:30:15 -07:00
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 ) ;
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 ;
2012-07-12 13:50:27 -07:00
}
2012-07-29 00:30:15 -07:00
. navbar-inverse . navbar-search . search-query : -moz-placeholder {
color : # cccccc ;
2012-06-28 21:20:40 -07:00
}
2012-07-29 00:30:15 -07:00
. navbar-inverse . navbar-search . search-query : -ms-input-placeholder {
color : # cccccc ;
2012-06-28 20:59:16 -07:00
}
2012-07-29 00:30:15 -07:00
. navbar-inverse . navbar-search . search-query :: -webkit-input-placeholder {
color : # cccccc ;
2012-06-28 20:59:16 -07:00
}
2012-07-29 00:30:15 -07:00
. navbar-inverse . navbar-search . search-query : focus ,
. navbar-inverse . navbar-search . search-query . focused {
padding : 5px 15px ;
color : # 333333 ;
2012-11-30 15:05:23 -08:00
text-shadow : 0 1px 0 # fff ;
2012-07-29 00:30:15 -07:00
background-color : # ffffff ;
border : 0 ;
outline : 0 ;
-webkit-box-shadow : 0 0 3px rgba ( 0 , 0 , 0 , 0 . 15 ) ;
box-shadow : 0 0 3px rgba ( 0 , 0 , 0 , 0 . 15 ) ;
2012-06-28 20:59:16 -07:00
}
2012-07-30 10:08:27 -07:00
. navbar-inverse . btn-navbar {
color : # ffffff ;
text-shadow : 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 25 ) ;
background-color : # 0e0e0e ;
2012-09-25 22:07:53 -07:00
background-image : -moz-linear-gradient ( top , # 151515 , # 040404 ) ;
2012-07-30 10:08:27 -07:00
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 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # 151515 , # 040404 ) ;
2012-07-30 10:08:27 -07:00
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 ) ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ff151515' , endColorstr = '#ff040404' , GradientType = 0 ) ;
filter : progid : DXImageTransform . Microsoft . gradient ( enabled = false ) ;
2012-07-30 10:08:27 -07:00
}
. 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 ;
}
. navbar-inverse . btn-navbar : active ,
. navbar-inverse . btn-navbar . active {
background-color : # 000000 \ 9 ;
}
2012-01-28 15:09:23 -08:00
. breadcrumb {
2012-07-29 16:25:20 -07:00
padding : 8px 15px ;
2012-07-05 15:11:54 -07:00
margin : 0 0 20px ;
2012-02-27 21:32:48 -08:00
list-style : none ;
2012-07-29 16:25:20 -07:00
background-color : # f5f5f5 ;
2012-09-30 23:11:54 -07:00
border-radius : 4px ;
2012-01-26 13:04:30 -05:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. breadcrumb li {
2012-02-06 23:42:57 -08:00
display : inline-block ;
2012-11-30 15:05:23 -08:00
text-shadow : 0 1px 0 # fff ;
2012-01-26 13:04:30 -05:00
}
2012-04-18 16:16:42 -07:00
2012-09-25 22:57:20 -07:00
. breadcrumb li : after {
display : inline-block ;
2012-01-28 15:09:23 -08:00
padding : 0 5px ;
2012-07-29 16:36:16 -07:00
color : # ccc ;
2012-09-25 22:57:20 -07:00
content : "\00a0 /" ;
2012-01-26 13:04:30 -05:00
}
2012-04-18 16:16:42 -07:00
2012-07-29 16:36:16 -07:00
. breadcrumb . active {
color : # 999999 ;
2011-11-30 01:00:55 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. pagination {
2012-07-05 15:11:54 -07:00
margin : 20px 0 ;
2012-01-26 13:04:30 -05:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. pagination ul {
display : inline-block ;
margin-bottom : 0 ;
2012-04-18 16:16:42 -07:00
margin-left : 0 ;
2012-09-30 23:11:54 -07:00
border-radius : 4px ;
2012-01-28 15:09:23 -08:00
-webkit-box-shadow : 0 1px 2px rgba ( 0 , 0 , 0 , 0 . 05 ) ;
2012-04-18 16:16:42 -07:00
box-shadow : 0 1px 2px rgba ( 0 , 0 , 0 , 0 . 05 ) ;
2012-01-26 13:04:30 -05:00
}
2012-04-18 16:16:42 -07:00
2012-08-27 10:56:46 -07:00
. pagination ul > li {
2012-01-28 15:09:23 -08:00
display : inline ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-27 10:56:46 -07:00
. pagination ul > li > a ,
. pagination ul > li > span {
2012-01-28 15:09:23 -08:00
float : left ;
2012-09-18 21:16:08 -07:00
padding : 4px 12px ;
line-height : 20px ;
2012-01-28 15:09:23 -08:00
text-decoration : none ;
2012-08-07 22:37:38 -07:00
background-color : # ffffff ;
border : 1px solid # dddddd ;
2012-01-28 15:09:23 -08:00
border-left-width : 0 ;
2012-01-26 13:04:30 -05:00
}
2012-04-18 16:16:42 -07:00
2012-08-27 10:56:46 -07:00
. pagination ul > li > a : hover ,
. pagination ul > . active > a ,
. pagination ul > . active > span {
2012-01-28 15:09:23 -08:00
background-color : # f5f5f5 ;
2012-01-26 13:04:30 -05:00
}
2012-04-18 16:16:42 -07:00
2012-08-27 10:56:46 -07:00
. pagination ul > . active > a ,
. pagination ul > . active > span {
2012-01-28 15:09:23 -08:00
color : # 999999 ;
2012-01-30 23:27:58 -08:00
cursor : default ;
2011-11-16 23:58:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-27 10:56:46 -07:00
. pagination ul > . disabled > span ,
. pagination ul > . disabled > a ,
. pagination ul > . disabled > a : hover {
2012-01-28 15:09:23 -08:00
color : # 999999 ;
cursor : default ;
2012-04-18 16:16:42 -07:00
background-color : transparent ;
2012-01-26 13:04:30 -05:00
}
2012-04-18 16:16:42 -07:00
2012-08-27 10:56:46 -07:00
. pagination ul > li : first-child > a ,
. pagination ul > li : first-child > span {
2012-01-28 15:09:23 -08:00
border-left-width : 1px ;
2012-09-18 21:16:08 -07:00
-webkit-border-bottom-left-radius : 4px ;
border-bottom-left-radius : 4px ;
-webkit-border-top-left-radius : 4px ;
border-top-left-radius : 4px ;
-moz-border-radius-bottomleft : 4px ;
-moz-border-radius-topleft : 4px ;
2012-01-26 13:04:30 -05:00
}
2012-04-18 16:16:42 -07:00
2012-08-27 10:56:46 -07:00
. pagination ul > li : last-child > a ,
. pagination ul > li : last-child > span {
2012-09-18 21:16:08 -07:00
-webkit-border-top-right-radius : 4px ;
border-top-right-radius : 4px ;
-webkit-border-bottom-right-radius : 4px ;
border-bottom-right-radius : 4px ;
-moz-border-radius-topright : 4px ;
-moz-border-radius-bottomright : 4px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. pagination-centered {
2012-01-27 13:36:08 -08:00
text-align : center ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. pagination-right {
text-align : right ;
2012-01-27 12:16:36 -05:00
}
2012-04-18 16:16:42 -07:00
2012-09-12 14:10:03 -06:00
. pagination-large ul > li > a ,
. pagination-large ul > li > span {
2012-09-18 21:16:08 -07:00
padding : 11px 19px ;
font-size : 17 . 5px ;
2012-09-12 14:10:03 -06:00
}
2012-09-18 21:16:08 -07:00
. pagination-large ul > li : first-child > a ,
. pagination-large ul > li : first-child > span {
2012-10-03 09:26:52 -07:00
-webkit-border-bottom-left-radius : 6px ;
border-bottom-left-radius : 6px ;
-webkit-border-top-left-radius : 6px ;
border-top-left-radius : 6px ;
-moz-border-radius-bottomleft : 6px ;
-moz-border-radius-topleft : 6px ;
2012-09-18 21:16:08 -07:00
}
. pagination-large ul > li : last-child > a ,
. pagination-large ul > li : last-child > span {
2012-10-03 09:26:52 -07:00
-webkit-border-top-right-radius : 6px ;
border-top-right-radius : 6px ;
-webkit-border-bottom-right-radius : 6px ;
border-bottom-right-radius : 6px ;
-moz-border-radius-topright : 6px ;
-moz-border-radius-bottomright : 6px ;
2012-09-18 21:16:08 -07:00
}
. pagination-mini ul > li : first-child > a ,
. pagination-small ul > li : first-child > a ,
. pagination-mini ul > li : first-child > span ,
. pagination-small ul > li : first-child > span {
-webkit-border-bottom-left-radius : 3px ;
border-bottom-left-radius : 3px ;
-webkit-border-top-left-radius : 3px ;
border-top-left-radius : 3px ;
-moz-border-radius-bottomleft : 3px ;
-moz-border-radius-topleft : 3px ;
}
. pagination-mini ul > li : last-child > a ,
. pagination-small ul > li : last-child > a ,
. pagination-mini ul > li : last-child > span ,
. pagination-small ul > li : last-child > span {
-webkit-border-top-right-radius : 3px ;
border-top-right-radius : 3px ;
-webkit-border-bottom-right-radius : 3px ;
border-bottom-right-radius : 3px ;
-moz-border-radius-topright : 3px ;
-moz-border-radius-bottomright : 3px ;
2012-09-12 14:10:03 -06:00
}
. pagination-small ul > li > a ,
. pagination-small ul > li > span {
2012-09-18 21:16:08 -07:00
padding : 2px 10px ;
font-size : 11 . 9px ;
2012-09-12 14:10:03 -06:00
}
. pagination-mini ul > li > a ,
. pagination-mini ul > li > span {
2012-11-02 01:20:06 -07:00
padding : 0 6px ;
2012-09-18 21:16:08 -07:00
font-size : 10 . 5px ;
2012-09-12 14:10:03 -06:00
}
2012-01-28 15:09:23 -08:00
. pager {
2012-07-09 00:42:38 -07:00
margin : 20px 0 ;
2012-01-28 15:09:23 -08:00
text-align : center ;
2012-04-18 16:16:42 -07:00
list-style : none ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. pager : before ,
. pager : after {
2012-01-05 10:01:42 -08:00
display : table ;
2012-07-06 10:35:08 -07:00
line-height : 0 ;
2012-01-05 10:01:42 -08:00
content : "" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. pager : after {
2012-01-05 10:01:42 -08:00
clear : both ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. pager li {
display : inline ;
2011-08-28 17:40:25 -07:00
}
2012-04-18 16:16:42 -07:00
2012-09-07 11:04:51 -07:00
. pager li > a ,
. pager li > span {
2012-01-28 15:09:23 -08:00
display : inline-block ;
2012-01-29 13:12:13 -08:00
padding : 5px 14px ;
background-color : # fff ;
border : 1px solid # ddd ;
2012-09-30 23:11:54 -07:00
border-radius : 15px ;
2011-09-10 19:01:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-09-07 11:04:51 -07:00
. pager li > a : hover {
2012-01-29 13:12:13 -08:00
text-decoration : none ;
background-color : # f5f5f5 ;
}
2012-04-18 16:16:42 -07:00
2012-09-07 11:04:51 -07:00
. pager . next > a ,
. pager . next > span {
2012-01-28 15:09:23 -08:00
float : right ;
2012-01-26 15:04:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-09-07 11:04:51 -07:00
. pager . previous > a ,
. pager . previous > span {
2012-01-28 15:09:23 -08:00
float : left ;
2011-09-10 19:01:16 -07:00
}
2012-04-18 16:16:42 -07:00
2012-09-07 11:04:51 -07:00
. pager . disabled > a ,
. pager . disabled > a : hover ,
. pager . disabled > span {
2012-03-05 23:50:03 -08:00
color : # 999999 ;
cursor : default ;
2012-04-18 16:16:42 -07:00
background-color : # fff ;
2012-03-05 23:50:03 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. modal-backdrop {
position : fixed ;
top : 0 ;
right : 0 ;
bottom : 0 ;
left : 0 ;
z-index : 1040 ;
background-color : # 000000 ;
2012-01-27 16:39:38 -05:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. modal-backdrop . fade {
opacity : 0 ;
2011-09-10 14:52:45 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. modal-backdrop ,
. modal-backdrop . fade . in {
2012-01-28 15:09:23 -08:00
opacity : 0 . 8 ;
filter : alpha ( opacity = 80 ) ;
2011-12-20 22:12:23 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. modal {
position : fixed ;
2012-10-31 21:43:32 -07:00
top : 10 % ;
2012-01-28 15:09:23 -08:00
left : 50 % ;
z-index : 1050 ;
width : 560px ;
2012-10-31 21:43:32 -07:00
margin-left : -280px ;
2012-11-30 15:05:23 -08:00
background-color : # fff ;
2012-01-28 15:09:23 -08:00
border : 1px solid # 999 ;
border : 1px solid rgba ( 0 , 0 , 0 , 0 . 3 ) ;
2012-09-30 23:11:54 -07:00
border-radius : 6px ;
2012-10-29 21:34:10 -07:00
outline : none ;
2012-01-28 15:09:23 -08:00
-webkit-box-shadow : 0 3px 7px rgba ( 0 , 0 , 0 , 0 . 3 ) ;
2012-04-18 16:16:42 -07:00
box-shadow : 0 3px 7px rgba ( 0 , 0 , 0 , 0 . 3 ) ;
2012-01-28 15:09:23 -08:00
-webkit-background-clip : padding-box ;
2012-04-18 16:16:42 -07:00
-moz-background-clip : padding-box ;
background-clip : padding-box ;
2011-12-20 22:12:23 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. modal . fade {
top : -25 % ;
2012-04-18 16:16:42 -07:00
-webkit-transition : opacity 0 . 3s linear , top 0 . 3s ease-out ;
-moz-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 ;
2012-01-27 16:39:38 -05:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. modal . fade . in {
2012-10-31 21:43:32 -07:00
top : 10 % ;
2012-01-07 03:45:24 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. modal-header {
padding : 9px 15px ;
border-bottom : 1px solid # eee ;
2012-01-27 19:49:56 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. modal-header . close {
margin-top : 2px ;
2012-01-07 03:45:24 -08:00
}
2012-04-18 16:16:42 -07:00
2012-07-24 00:35:54 -07:00
. modal-header h3 {
margin : 0 ;
2012-07-24 00:37:19 -07:00
line-height : 30px ;
2012-07-24 00:35:54 -07:00
}
2012-01-28 15:09:23 -08:00
. modal-body {
2012-02-19 21:55:09 -08:00
max-height : 400px ;
2012-01-28 15:09:23 -08:00
padding : 15px ;
2012-04-18 16:16:42 -07:00
overflow-y : auto ;
2012-02-12 15:43:04 -08:00
}
2012-04-18 16:16:42 -07:00
2012-02-27 19:09:44 -08:00
. modal-form {
2012-02-12 15:43:04 -08:00
margin-bottom : 0 ;
2011-12-20 22:12:23 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. modal-footer {
padding : 14px 15px 15px ;
margin-bottom : 0 ;
2012-02-22 22:38:54 -08:00
text-align : right ;
2012-01-28 15:09:23 -08:00
background-color : # f5f5f5 ;
border-top : 1px solid # ddd ;
2012-09-30 23:11:54 -07:00
border-radius : 0 0 6px 6px ;
2012-04-18 16:16:42 -07:00
-webkit-box-shadow : inset 0 1px 0 # ffffff ;
box-shadow : inset 0 1px 0 # ffffff ;
2011-12-20 22:12:23 -08:00
}
2012-04-18 16:16:42 -07:00
2012-03-08 11:09:33 -08:00
. modal-footer : before ,
. modal-footer : after {
2012-01-28 15:09:23 -08:00
display : table ;
2012-07-06 10:35:08 -07:00
line-height : 0 ;
2012-01-28 15:09:23 -08:00
content : "" ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. modal-footer : after {
clear : both ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-02-22 22:38:54 -08:00
. modal-footer . btn + . btn {
2012-01-28 15:09:23 -08:00
margin-bottom : 0 ;
2012-04-18 16:16:42 -07:00
margin-left : 5px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-11 22:28:37 -07:00
. modal-footer . btn-group . btn + . btn {
margin-left : -1px ;
}
2012-04-18 16:16:42 -07:00
2012-09-07 11:10:00 -07:00
. modal-footer . btn-block + . btn-block {
margin-left : 0 ;
}
2012-01-28 15:09:23 -08:00
. tooltip {
position : absolute ;
2012-08-18 17:05:37 -07:00
z-index : 1030 ;
2012-01-28 15:09:23 -08:00
display : block ;
padding : 5px ;
font-size : 11px ;
opacity : 0 ;
filter : alpha ( opacity = 0 ) ;
2012-04-18 16:16:42 -07:00
visibility : visible ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. tooltip . in {
2012-11-03 13:44:55 -07:00
opacity : 1 ;
filter : alpha ( opacity = 100 ) ;
2012-01-28 11:21:39 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. tooltip . top {
2012-07-09 22:14:30 -07:00
margin-top : -3px ;
2012-01-27 16:39:38 -05:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. tooltip . right {
2012-07-09 22:14:30 -07:00
margin-left : 3px ;
2012-01-07 03:45:24 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. tooltip . bottom {
2012-07-09 22:14:30 -07:00
margin-top : 3px ;
2012-01-07 03:45:24 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. tooltip . left {
2012-07-09 22:14:30 -07:00
margin-left : -3px ;
2012-01-26 14:40:19 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. tooltip-inner {
max-width : 200px ;
padding : 3px 8px ;
color : # ffffff ;
text-align : center ;
text-decoration : none ;
2012-11-03 13:44:55 -07:00
background-color : rgba ( 0 , 0 , 0 , 0 . 9 ) ;
2012-09-30 23:11:54 -07:00
border-radius : 4px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. tooltip-arrow {
position : absolute ;
width : 0 ;
height : 0 ;
2012-07-09 22:14:30 -07:00
border-color : transparent ;
border-style : solid ;
}
. tooltip . top . tooltip-arrow {
bottom : 0 ;
left : 50 % ;
margin-left : -5px ;
2012-11-03 13:44:55 -07:00
border-top-color : rgba ( 0 , 0 , 0 , 0 . 9 ) ;
2012-07-09 22:14:30 -07:00
border-width : 5px 5px 0 ;
}
. tooltip . right . tooltip-arrow {
top : 50 % ;
left : 0 ;
margin-top : -5px ;
2012-11-03 13:44:55 -07:00
border-right-color : rgba ( 0 , 0 , 0 , 0 . 9 ) ;
2012-07-09 22:14:30 -07:00
border-width : 5px 5px 5px 0 ;
}
. tooltip . left . tooltip-arrow {
top : 50 % ;
right : 0 ;
margin-top : -5px ;
2012-11-03 13:44:55 -07:00
border-left-color : rgba ( 0 , 0 , 0 , 0 . 9 ) ;
2012-07-09 22:14:30 -07:00
border-width : 5px 0 5px 5px ;
}
. tooltip . bottom . tooltip-arrow {
top : 0 ;
left : 50 % ;
margin-left : -5px ;
2012-11-03 13:44:55 -07:00
border-bottom-color : rgba ( 0 , 0 , 0 , 0 . 9 ) ;
2012-07-09 22:14:30 -07:00
border-width : 0 5px 5px ;
2012-01-14 16:18:15 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. popover {
position : absolute ;
top : 0 ;
left : 0 ;
z-index : 1010 ;
display : none ;
2012-07-26 23:42:36 -07:00
width : 236px ;
padding : 1px ;
2012-11-03 13:42:08 -07:00
white-space : normal ;
2012-07-26 23:42:36 -07:00
background-color : # ffffff ;
2012-06-28 10:03:46 -07:00
border : 1px solid # ccc ;
border : 1px solid rgba ( 0 , 0 , 0 , 0 . 2 ) ;
2012-09-30 23:11:54 -07:00
border-radius : 6px ;
2012-06-28 10:03:46 -07:00
-webkit-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 ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. popover . top {
2012-09-17 23:03:18 -07:00
margin-top : -10px ;
2011-12-20 22:12:23 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. popover . right {
2012-06-28 10:03:46 -07:00
margin-left : 10px ;
2011-12-20 22:12:23 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. popover . bottom {
2012-06-28 10:03:46 -07:00
margin-top : 10px ;
2011-12-20 22:12:23 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. popover . left {
2012-09-17 23:03:18 -07:00
margin-left : -10px ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-07-09 22:14:30 -07:00
. popover-title {
padding : 8px 14px ;
margin : 0 ;
font-size : 14px ;
font-weight : normal ;
line-height : 18px ;
2012-07-26 23:42:36 -07:00
background-color : # f7f7f7 ;
border-bottom : 1px solid # ebebeb ;
2012-09-30 23:11:54 -07:00
border-radius : 5px 5px 0 0 ;
2012-07-09 22:14:30 -07:00
}
. popover-content {
padding : 9px 14px ;
}
. popover-content p ,
. popover-content ul ,
. popover-content ol {
margin-bottom : 0 ;
}
. popover . arrow ,
. popover . arrow : after {
position : absolute ;
2012-11-28 01:38:21 -08:00
display : block ;
2012-07-09 22:14:30 -07:00
width : 0 ;
height : 0 ;
border-color : transparent ;
border-style : solid ;
}
2012-11-28 01:38:21 -08:00
. popover . arrow {
border-width : 11px ;
}
2012-07-09 22:14:30 -07:00
. popover . arrow : after {
2012-11-28 01:38:21 -08:00
border-width : 10px ;
2012-07-09 22:14:30 -07:00
content : "" ;
}
2012-11-28 01:38:21 -08:00
. popover {
/ *
& . top . arrow {
bottom : - @ popoverArrowWidth ;
left : 50 % ;
margin-left : - @ popoverArrowWidth ;
border-width : @ popoverArrowWidth @ popoverArrowWidth 0 ;
/ / border-top-color : @ popoverArrowColor ;
border-top-color : blue ;
& : after {
border-width : @ popoverArrowOuterWidth @ popoverArrowOuterWidth 0 ;
/ / border-top-color : @ popoverArrowOuterColor ;
border-top-color : red ;
top : - @ popoverArrowWidth ;
/ / bottom : -1px ;
left : - @ popoverArrowOuterWidth ;
}
}
& . right . arrow {
top : 50 % ;
left : - @ popoverArrowWidth ;
margin-top : - @ popoverArrowWidth ;
border-width : @ popoverArrowWidth @ popoverArrowWidth @ popoverArrowWidth 0 ;
border-right-color : @ popoverArrowColor ;
& : after {
border-width : @ popoverArrowOuterWidth @ popoverArrowOuterWidth @ popoverArrowOuterWidth 0 ;
border-right-color : @ popoverArrowOuterColor ;
bottom : - @ popoverArrowOuterWidth ;
left : -1px ;
}
}
& . bottom . arrow {
top : - @ popoverArrowWidth ;
left : 50 % ;
margin-left : - @ popoverArrowWidth ;
border-width : 0 @ popoverArrowWidth @ popoverArrowWidth ;
border-bottom-color : @ popoverArrowColor ;
& : after {
border-width : 0 @ popoverArrowOuterWidth @ popoverArrowOuterWidth ;
border-bottom-color : @ popoverArrowOuterColor ;
top : -1px ;
left : - @ popoverArrowOuterWidth ;
}
}
& . left . arrow {
top : 50 % ;
right : - @ popoverArrowWidth ;
margin-top : - @ popoverArrowWidth ;
border-width : @ popoverArrowWidth 0 @ popoverArrowWidth @ popoverArrowWidth ;
border-left-color : @ popoverArrowColor ;
& : after {
border-width : @ popoverArrowOuterWidth 0 @ popoverArrowOuterWidth @ popoverArrowOuterWidth ;
border-left-color : @ popoverArrowOuterColor ;
bottom : - @ popoverArrowOuterWidth ;
right : -1px ;
}
} * /
}
2012-01-28 15:09:23 -08:00
. popover . top . arrow {
2012-11-28 01:38:21 -08:00
bottom : -11px ;
2012-01-28 15:09:23 -08:00
left : 50 % ;
2012-11-28 01:38:21 -08:00
margin-left : -11px ;
border-top-color : # 999 ;
border-top-color : rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-bottom-width : 0 ;
2012-06-28 10:03:46 -07:00
}
. popover . top . arrow : after {
2012-11-28 01:38:21 -08:00
bottom : 1px ;
margin-left : -10px ;
border-top-color : # ffffff ;
border-bottom-width : 0 ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. popover . right . arrow {
top : 50 % ;
2012-11-28 01:38:21 -08:00
left : -11px ;
margin-top : -11px ;
border-right-color : # 999 ;
border-right-color : rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-left-width : 0 ;
2012-06-28 10:03:46 -07:00
}
. popover . right . arrow : after {
2012-11-28 01:38:21 -08:00
bottom : -10px ;
left : 1px ;
border-right-color : # ffffff ;
border-left-width : 0 ;
2011-09-02 00:29:54 -07:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. popover . bottom . arrow {
2012-11-28 01:38:21 -08:00
top : -11px ;
2012-01-28 15:09:23 -08:00
left : 50 % ;
2012-11-28 01:38:21 -08:00
margin-left : -11px ;
border-bottom-color : # 999 ;
border-bottom-color : rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-top-width : 0 ;
2012-06-28 10:03:46 -07:00
}
. popover . bottom . arrow : after {
2012-11-28 01:38:21 -08:00
top : 1px ;
margin-left : -10px ;
border-bottom-color : # ffffff ;
border-top-width : 0 ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-28 15:09:23 -08:00
. popover . left . arrow {
top : 50 % ;
2012-11-28 01:38:21 -08:00
right : -11px ;
margin-top : -11px ;
border-left-color : # 999 ;
border-left-color : rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-right-width : 0 ;
2012-06-28 10:03:46 -07:00
}
. popover . left . arrow : after {
2012-11-28 01:38:21 -08:00
right : 1px ;
bottom : -10px ;
border-left-color : # ffffff ;
border-right-width : 0 ;
2012-01-05 01:34:14 -08:00
}
2012-04-18 16:16:42 -07:00
2011-12-19 22:58:56 -08:00
. thumbnail {
display : block ;
2011-12-21 18:21:55 -06:00
padding : 4px ;
2012-07-05 10:12:15 -07:00
line-height : 20px ;
2011-09-10 22:31:43 -07:00
border : 1px solid # ddd ;
2012-09-30 23:11:54 -07:00
border-radius : 4px ;
2012-07-05 10:12:15 -07:00
-webkit-box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 055 ) ;
box-shadow : 0 1px 3px rgba ( 0 , 0 , 0 , 0 . 055 ) ;
2012-08-15 14:49:55 -07:00
-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 ;
2011-09-10 22:31:43 -07:00
}
2012-04-18 16:16:42 -07:00
2011-12-19 22:58:56 -08:00
a . thumbnail : hover {
2012-01-05 10:01:42 -08:00
border-color : # 0088cc ;
2011-09-10 22:31:43 -07:00
-webkit-box-shadow : 0 1px 4px rgba ( 0 , 105 , 214 , 0 . 25 ) ;
2012-04-18 16:16:42 -07:00
box-shadow : 0 1px 4px rgba ( 0 , 105 , 214 , 0 . 25 ) ;
2011-09-10 22:31:43 -07:00
}
2012-04-18 16:16:42 -07:00
2011-12-19 22:58:56 -08:00
. thumbnail > img {
display : block ;
2011-12-21 18:21:55 -06:00
max-width : 100 % ;
2012-01-28 22:48:25 -08:00
margin-right : auto ;
2012-04-18 16:16:42 -07:00
margin-left : auto ;
2011-12-19 22:58:56 -08:00
}
2012-04-18 16:16:42 -07:00
2011-12-19 22:58:56 -08:00
. thumbnail . caption {
padding : 9px ;
2012-07-05 10:12:15 -07:00
color : # 555555 ;
2011-12-19 22:58:56 -08:00
}
2012-04-18 16:16:42 -07:00
2012-04-20 17:54:51 +02:00
. media ,
. media-body {
overflow : hidden ;
zoom : 1 ;
}
2012-09-17 16:43:18 -07:00
2012-09-17 18:15:39 -07:00
. media ,
2012-04-20 17:54:51 +02:00
. media . media {
2012-09-17 18:15:39 -07:00
margin-top : 15px ;
2012-04-20 17:54:51 +02:00
}
2012-09-17 16:43:18 -07:00
2012-09-17 18:15:39 -07:00
. media : first-child {
margin-top : 0 ;
2012-04-20 17:54:51 +02:00
}
2012-09-17 16:43:18 -07:00
2012-09-17 18:15:39 -07:00
. media-object {
2012-04-20 17:54:51 +02:00
display : block ;
}
2012-09-17 16:43:18 -07:00
2012-09-17 18:15:39 -07:00
. media-heading {
margin : 0 0 5px ;
2012-04-20 17:54:51 +02:00
}
2012-09-17 16:43:18 -07:00
2012-09-17 18:15:39 -07:00
. media . pull-left {
margin-right : 10px ;
2012-04-20 17:54:51 +02:00
}
2012-09-17 16:43:18 -07:00
2012-09-17 18:15:39 -07:00
. media . pull-right {
margin-left : 10px ;
2012-04-20 17:54:51 +02:00
}
2012-09-17 16:43:18 -07:00
2012-09-17 18:15:39 -07:00
. media-list {
margin-left : 0 ;
list-style : none ;
2012-09-17 16:43:18 -07:00
}
2012-03-22 16:02:00 -07:00
. label ,
. badge {
2012-10-01 12:04:10 -07:00
display : inline-block ;
padding : 2px 4px ;
2012-07-05 15:11:54 -07:00
font-size : 11 . 844px ;
2012-01-05 10:01:42 -08:00
font-weight : bold ;
2012-03-23 00:40:10 -07:00
line-height : 14px ;
2012-11-30 15:05:23 -08:00
color : # fff ;
2012-02-05 02:01:28 -08:00
text-shadow : 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-04-18 16:16:42 -07:00
white-space : nowrap ;
vertical-align : baseline ;
2012-01-05 10:01:42 -08:00
background-color : # 999999 ;
2012-03-22 16:02:00 -07:00
}
2012-04-18 16:16:42 -07:00
2012-03-22 16:02:00 -07:00
. label {
2012-09-30 23:11:54 -07:00
border-radius : 3px ;
2012-01-05 10:01:42 -08:00
}
2012-04-18 16:16:42 -07:00
2012-02-20 21:20:06 -08:00
. badge {
2012-10-01 12:04:10 -07:00
padding-right : 9px ;
padding-left : 9px ;
2012-09-30 23:11:54 -07:00
border-radius : 9px ;
2012-02-20 21:20:06 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-03 13:18:23 -07:00
. label : empty ,
. badge : empty {
display : none ;
}
2012-03-22 16:02:00 -07:00
a . label : hover ,
a . badge : hover {
2012-11-30 15:05:23 -08:00
color : # fff ;
2012-02-20 21:20:06 -08:00
text-decoration : none ;
cursor : pointer ;
}
2012-04-18 16:16:42 -07:00
2012-11-15 09:17:11 -08:00
. label-danger ,
. badge-danger {
2012-02-20 21:20:06 -08:00
background-color : # b94a48 ;
}
2012-04-18 16:16:42 -07:00
2012-11-15 09:17:11 -08:00
. label-danger [ href ] ,
. badge-danger [ href ] {
2012-02-20 21:20:06 -08:00
background-color : # 953b39 ;
}
2012-04-18 16:16:42 -07:00
2012-03-22 16:02:00 -07:00
. label-warning ,
2012-02-20 21:20:06 -08:00
. badge-warning {
background-color : # f89406 ;
}
2012-04-18 16:16:42 -07:00
2012-03-22 16:02:00 -07:00
. label-warning [ href ] ,
. badge-warning [ href ] {
2012-02-20 21:20:06 -08:00
background-color : # c67605 ;
}
2012-04-18 16:16:42 -07:00
2012-03-22 16:02:00 -07:00
. label-success ,
2012-02-20 21:20:06 -08:00
. badge-success {
background-color : # 468847 ;
}
2012-04-18 16:16:42 -07:00
2012-03-22 16:02:00 -07:00
. label-success [ href ] ,
. badge-success [ href ] {
2012-02-20 21:20:06 -08:00
background-color : # 356635 ;
}
2012-04-18 16:16:42 -07:00
2012-03-22 16:02:00 -07:00
. label-info ,
2012-02-20 21:20:06 -08:00
. badge-info {
background-color : # 3a87ad ;
}
2012-04-18 16:16:42 -07:00
2012-03-22 16:02:00 -07:00
. label-info [ href ] ,
. badge-info [ href ] {
2012-02-20 21:20:06 -08:00
background-color : # 2d6987 ;
}
2012-04-18 16:16:42 -07:00
2012-03-22 16:02:00 -07:00
. label-inverse ,
2012-02-20 21:20:06 -08:00
. badge-inverse {
background-color : # 333333 ;
}
2012-04-18 16:16:42 -07:00
2012-03-22 16:02:00 -07:00
. label-inverse [ href ] ,
. badge-inverse [ href ] {
2012-02-20 21:20:06 -08:00
background-color : # 1a1a1a ;
}
2012-04-18 16:16:42 -07:00
2012-07-30 13:25:27 -07:00
. btn . label ,
. btn . badge {
position : relative ;
top : -1px ;
}
2012-07-30 15:54:03 -07:00
. btn-mini . label ,
. btn-mini . badge {
top : 0 ;
}
2012-01-07 15:52:57 -08:00
@ -webkit-keyframes progress-bar-stripes {
from {
2012-03-23 00:28:58 -07:00
background-position : 40px 0 ;
2012-01-07 15:52:57 -08:00
}
to {
2012-03-23 00:28:58 -07:00
background-position : 0 0 ;
2012-01-07 15:52:57 -08:00
}
}
2012-04-18 16:16:42 -07:00
2012-01-28 12:43:19 -08:00
@ -moz-keyframes progress-bar-stripes {
from {
2012-03-23 00:28:58 -07:00
background-position : 40px 0 ;
2012-01-28 12:43:19 -08:00
}
to {
2012-03-23 00:28:58 -07:00
background-position : 0 0 ;
2012-01-28 12:43:19 -08:00
}
}
2012-04-18 16:16:42 -07:00
2012-03-10 18:03:59 -08:00
@ -ms-keyframes progress-bar-stripes {
from {
2012-03-23 00:28:58 -07:00
background-position : 40px 0 ;
2012-03-10 18:03:59 -08:00
}
to {
2012-03-23 00:28:58 -07:00
background-position : 0 0 ;
2012-03-10 18:03:59 -08:00
}
}
2012-04-18 16:16:42 -07:00
2012-03-25 00:20:30 -07:00
@ -o-keyframes progress-bar-stripes {
from {
background-position : 0 0 ;
}
to {
background-position : 40px 0 ;
}
}
2012-04-18 16:16:42 -07:00
2012-01-08 12:40:30 -08:00
@ keyframes progress-bar-stripes {
from {
2012-03-23 00:28:58 -07:00
background-position : 40px 0 ;
2012-01-08 12:40:30 -08:00
}
to {
2012-03-23 00:28:58 -07:00
background-position : 0 0 ;
2012-01-08 12:40:30 -08:00
}
}
2012-04-18 16:16:42 -07:00
2012-01-08 12:40:30 -08:00
. progress {
2012-08-20 11:22:37 -07:00
height : 20px ;
margin-bottom : 20px ;
2012-04-18 16:16:42 -07:00
overflow : hidden ;
2012-01-26 13:04:30 -05:00
background-color : # f7f7f7 ;
2012-01-08 12:40:30 -08:00
background-image : -moz-linear-gradient ( top , # f5f5f5 , # f9f9f9 ) ;
2012-01-25 20:32:19 -08:00
background-image : -webkit-gradient ( linear , 0 0 , 0 100 % , from ( # f5f5f5 ) , to ( # f9f9f9 ) ) ;
2012-01-08 12:40:30 -08:00
background-image : -webkit-linear-gradient ( top , # f5f5f5 , # f9f9f9 ) ;
background-image : -o-linear-gradient ( top , # f5f5f5 , # f9f9f9 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # f5f5f5 , # f9f9f9 ) ;
2012-01-08 12:40:30 -08:00
background-repeat : repeat-x ;
2012-09-30 23:11:54 -07:00
border-radius : 4px ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#fff5f5f5' , endColorstr = '#fff9f9f9' , GradientType = 0 ) ;
2012-04-18 16:16:42 -07:00
-webkit-box-shadow : inset 0 1px 2px rgba ( 0 , 0 , 0 , 0 . 1 ) ;
box-shadow : inset 0 1px 2px rgba ( 0 , 0 , 0 , 0 . 1 ) ;
2012-01-08 12:40:30 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-08 12:40:30 -08:00
. progress . bar {
2012-08-20 11:22:37 -07:00
float : left ;
2012-04-18 16:16:42 -07:00
width : 0 ;
2012-07-07 12:34:47 -07:00
height : 100 % ;
2012-01-24 20:30:26 -08:00
font-size : 12px ;
2012-11-30 15:05:23 -08:00
color : # fff ;
2012-01-24 20:30:26 -08:00
text-align : center ;
text-shadow : 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2012-01-26 13:04:30 -05:00
background-color : # 0e90d2 ;
2012-08-20 11:22:37 -07:00
background-image : -moz-linear-gradient ( top , # 149bdf , # 0480be ) ;
2012-01-25 20:32:19 -08:00
background-image : -webkit-gradient ( linear , 0 0 , 0 100 % , from ( # 149bdf ) , to ( # 0480be ) ) ;
2012-01-08 12:40:30 -08:00
background-image : -webkit-linear-gradient ( top , # 149bdf , # 0480be ) ;
background-image : -o-linear-gradient ( top , # 149bdf , # 0480be ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # 149bdf , # 0480be ) ;
2012-01-08 12:40:30 -08:00
background-repeat : repeat-x ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ff149bdf' , endColorstr = '#ff0480be' , GradientType = 0 ) ;
2012-01-08 12:40:30 -08:00
-webkit-box-shadow : inset 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 15 ) ;
2012-04-18 16:16:42 -07:00
box-shadow : inset 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 15 ) ;
2012-05-31 10:24:23 -07:00
-webkit-box-sizing : border-box ;
-moz-box-sizing : border-box ;
box-sizing : border-box ;
2012-01-08 12:40:30 -08:00
-webkit-transition : width 0 . 6s ease ;
2012-04-18 16:16:42 -07:00
-moz-transition : width 0 . 6s ease ;
-o-transition : width 0 . 6s ease ;
transition : width 0 . 6s ease ;
2012-01-08 12:40:30 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-20 11:22:37 -07:00
. progress . bar + . bar {
-webkit-box-shadow : inset 1px 0 0 rgba ( 0 , 0 , 0 , 0 . 15 ) , inset 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 15 ) ;
box-shadow : inset 1px 0 0 rgba ( 0 , 0 , 0 , 0 . 15 ) , inset 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 15 ) ;
}
2012-01-29 13:15:38 -08:00
. progress-striped . bar {
2012-03-05 23:00:37 -08:00
background-color : # 149bdf ;
2012-04-18 16:16:42 -07:00
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 ) ) ;
2012-06-25 20:20:32 -07:00
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 : -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 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ;
2012-01-08 12:40:30 -08:00
-webkit-background-size : 40px 40px ;
2012-04-18 16:16:42 -07:00
-moz-background-size : 40px 40px ;
-o-background-size : 40px 40px ;
background-size : 40px 40px ;
2012-01-08 12:40:30 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-08 12:40:30 -08:00
. progress . active . bar {
-webkit-animation : progress-bar-stripes 2s linear infinite ;
2012-04-18 16:16:42 -07:00
-moz-animation : progress-bar-stripes 2s linear infinite ;
-ms-animation : progress-bar-stripes 2s linear infinite ;
-o-animation : progress-bar-stripes 2s linear infinite ;
animation : progress-bar-stripes 2s linear infinite ;
2012-01-08 12:40:30 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-20 11:22:37 -07:00
. progress-danger . bar ,
. progress . bar-danger {
2012-01-26 13:04:30 -05:00
background-color : # dd514c ;
2012-01-08 12:40:30 -08:00
background-image : -moz-linear-gradient ( top , # ee5f5b , # c43c35 ) ;
2012-01-25 20:32:19 -08:00
background-image : -webkit-gradient ( linear , 0 0 , 0 100 % , from ( # ee5f5b ) , to ( # c43c35 ) ) ;
2012-01-08 12:40:30 -08:00
background-image : -webkit-linear-gradient ( top , # ee5f5b , # c43c35 ) ;
background-image : -o-linear-gradient ( top , # ee5f5b , # c43c35 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # ee5f5b , # c43c35 ) ;
2012-01-08 12:40:30 -08:00
background-repeat : repeat-x ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ffee5f5b' , endColorstr = '#ffc43c35' , GradientType = 0 ) ;
2012-01-08 12:40:30 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-20 11:22:37 -07:00
. progress-danger . progress-striped . bar ,
. progress-striped . bar-danger {
2012-01-08 12:40:30 -08:00
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 ) ) ;
2012-06-25 20:20:32 -07:00
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 : -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 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ;
2012-01-08 12:40:30 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-20 11:22:37 -07:00
. progress-success . bar ,
. progress . bar-success {
2012-01-26 13:04:30 -05:00
background-color : # 5eb95e ;
2012-01-08 12:40:30 -08:00
background-image : -moz-linear-gradient ( top , # 62c462 , # 57a957 ) ;
2012-01-25 20:32:19 -08:00
background-image : -webkit-gradient ( linear , 0 0 , 0 100 % , from ( # 62c462 ) , to ( # 57a957 ) ) ;
2012-01-08 12:40:30 -08:00
background-image : -webkit-linear-gradient ( top , # 62c462 , # 57a957 ) ;
background-image : -o-linear-gradient ( top , # 62c462 , # 57a957 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # 62c462 , # 57a957 ) ;
2012-01-08 12:40:30 -08:00
background-repeat : repeat-x ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ff62c462' , endColorstr = '#ff57a957' , GradientType = 0 ) ;
2012-01-08 12:40:30 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-20 11:22:37 -07:00
. progress-success . progress-striped . bar ,
. progress-striped . bar-success {
2012-01-08 12:40:30 -08:00
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 ) ) ;
2012-06-25 20:20:32 -07:00
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 : -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 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ;
2012-01-08 12:40:30 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-20 11:22:37 -07:00
. progress-info . bar ,
. progress . bar-info {
2012-01-26 13:04:30 -05:00
background-color : # 4bb1cf ;
2012-01-08 12:40:30 -08:00
background-image : -moz-linear-gradient ( top , # 5bc0de , # 339bb9 ) ;
2012-01-25 20:32:19 -08:00
background-image : -webkit-gradient ( linear , 0 0 , 0 100 % , from ( # 5bc0de ) , to ( # 339bb9 ) ) ;
2012-01-08 12:40:30 -08:00
background-image : -webkit-linear-gradient ( top , # 5bc0de , # 339bb9 ) ;
background-image : -o-linear-gradient ( top , # 5bc0de , # 339bb9 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # 5bc0de , # 339bb9 ) ;
2012-01-08 12:40:30 -08:00
background-repeat : repeat-x ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ff5bc0de' , endColorstr = '#ff339bb9' , GradientType = 0 ) ;
2012-01-08 12:40:30 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-20 11:22:37 -07:00
. progress-info . progress-striped . bar ,
. progress-striped . bar-info {
2012-01-08 12:40:30 -08:00
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 ) ) ;
2012-06-25 20:20:32 -07:00
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 : -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 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ;
2012-03-05 00:29:16 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-20 11:22:37 -07:00
. progress-warning . bar ,
. progress . bar-warning {
2012-03-05 00:29:16 -08:00
background-color : # faa732 ;
background-image : -moz-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 ) ;
2012-11-28 00:19:35 -08:00
background-image : linear-gradient ( top , # fbb450 , # f89406 ) ;
2012-03-05 00:29:16 -08:00
background-repeat : repeat-x ;
2012-10-29 21:02:05 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#fffbb450' , endColorstr = '#fff89406' , GradientType = 0 ) ;
2012-03-05 00:29:16 -08:00
}
2012-04-18 16:16:42 -07:00
2012-08-20 11:22:37 -07:00
. progress-warning . progress-striped . bar ,
. progress-striped . bar-warning {
2012-03-05 00:29:16 -08:00
background-color : # fbb450 ;
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 ) ) ;
2012-06-25 20:20:32 -07:00
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 : -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 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ;
2012-01-08 12:40:30 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-15 18:40:17 -08:00
. accordion {
2012-07-05 15:11:54 -07:00
margin-bottom : 20px ;
2012-01-15 18:40:17 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-16 17:27:30 -08:00
. accordion-group {
2012-01-28 16:48:03 -08:00
margin-bottom : 2px ;
border : 1px solid # e5e5e5 ;
2012-09-30 23:11:54 -07:00
border-radius : 4px ;
2012-01-16 17:27:30 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-15 18:40:17 -08:00
. accordion-heading {
2012-01-15 21:54:58 -08:00
border-bottom : 0 ;
2012-01-15 18:40:17 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-26 14:40:19 -08:00
. accordion-heading . accordion-toggle {
display : block ;
padding : 8px 15px ;
}
2012-04-18 16:16:42 -07:00
2012-04-24 01:23:24 -07:00
. accordion-toggle {
cursor : pointer ;
}
2012-01-15 21:48:58 -08:00
. accordion-inner {
2012-01-17 23:19:21 -08:00
padding : 9px 15px ;
border-top : 1px solid # e5e5e5 ;
2012-01-15 18:40:17 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-15 16:27:36 -08:00
. carousel {
position : relative ;
2012-07-05 15:11:54 -07:00
margin-bottom : 20px ;
2012-01-15 18:40:17 -08:00
line-height : 1 ;
2012-01-15 16:27:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-15 18:40:17 -08:00
. carousel-inner {
2012-01-15 16:27:36 -08:00
position : relative ;
2012-04-18 16:16:42 -07:00
width : 100 % ;
overflow : hidden ;
2012-01-15 16:27:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-28 15:40:51 -08:00
. carousel-inner > . item {
2012-01-15 16:27:36 -08:00
position : relative ;
2012-04-18 16:16:42 -07:00
display : none ;
2012-01-15 16:27:36 -08:00
-webkit-transition : 0 . 6s ease-in-out left ;
2012-04-18 16:16:42 -07:00
-moz-transition : 0 . 6s ease-in-out left ;
-o-transition : 0 . 6s ease-in-out left ;
transition : 0 . 6s ease-in-out left ;
2012-01-15 16:27:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-28 15:40:51 -08:00
. carousel-inner > . item > img {
2012-01-25 11:47:36 -08:00
display : block ;
line-height : 1 ;
}
2012-04-18 16:16:42 -07:00
2012-11-28 15:40:51 -08:00
. carousel-inner > . active ,
. carousel-inner > . next ,
. carousel-inner > . prev {
2012-01-15 16:27:36 -08:00
display : block ;
}
2012-04-18 16:16:42 -07:00
2012-11-28 15:40:51 -08:00
. carousel-inner > . active {
2012-01-15 16:27:36 -08:00
left : 0 ;
}
2012-04-18 16:16:42 -07:00
2012-11-28 15:40:51 -08:00
. carousel-inner > . next ,
. carousel-inner > . prev {
2012-01-15 16:27:36 -08:00
position : absolute ;
top : 0 ;
width : 100 % ;
}
2012-04-18 16:16:42 -07:00
2012-11-28 15:40:51 -08:00
. carousel-inner > . next {
2012-01-15 16:27:36 -08:00
left : 100 % ;
}
2012-04-18 16:16:42 -07:00
2012-11-28 15:40:51 -08:00
. carousel-inner > . prev {
2012-01-15 16:27:36 -08:00
left : -100 % ;
}
2012-04-18 16:16:42 -07:00
2012-11-28 15:40:51 -08:00
. carousel-inner > . next . left ,
. carousel-inner > . prev . right {
2012-01-15 18:40:17 -08:00
left : 0 ;
2012-01-15 16:27:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-11-28 15:40:51 -08:00
. carousel-inner > . active . left {
2012-01-15 16:27:36 -08:00
left : -100 % ;
}
2012-04-18 16:16:42 -07:00
2012-11-28 15:40:51 -08:00
. carousel-inner > . active . right {
2012-01-15 16:27:36 -08:00
left : 100 % ;
}
2012-04-18 16:16:42 -07:00
2012-01-15 18:40:17 -08:00
. carousel-control {
2012-01-15 16:27:36 -08:00
position : absolute ;
2012-09-26 11:20:27 -07:00
top : 0 ;
bottom : 0 ;
left : 0 ;
2012-09-30 23:44:23 -07:00
width : 120px ;
2012-01-24 20:45:38 -08:00
opacity : 0 . 5 ;
2012-01-25 20:32:19 -08:00
filter : alpha ( opacity = 50 ) ;
2012-01-15 16:27:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-09-26 11:20:27 -07:00
. carousel-control . left {
background-color : rgba ( 0 , 0 , 0 , 0 . 001 ) ;
background-color : transparent ;
background-image : -moz-linear-gradient ( left , rgba ( 0 , 0 , 0 , 0 . 75 ) , rgba ( 0 , 0 , 0 , 0 . 001 ) ) ;
background-image : -webkit-gradient ( linear , 0 0 , 100 % 0 , from ( rgba ( 0 , 0 , 0 , 0 . 75 ) ) , to ( rgba ( 0 , 0 , 0 , 0 . 001 ) ) ) ;
background-image : -webkit-linear-gradient ( left , rgba ( 0 , 0 , 0 , 0 . 75 ) , rgba ( 0 , 0 , 0 , 0 . 001 ) ) ;
background-image : -o-linear-gradient ( left , rgba ( 0 , 0 , 0 , 0 . 75 ) , rgba ( 0 , 0 , 0 , 0 . 001 ) ) ;
background-image : linear-gradient ( to right , rgba ( 0 , 0 , 0 , 0 . 75 ) , rgba ( 0 , 0 , 0 , 0 . 001 ) ) ;
background-repeat : repeat-x ;
2012-11-02 09:36:51 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#bf000000' , endColorstr = '#00000000' , GradientType = 1 ) ;
2012-09-26 11:20:27 -07:00
}
2012-01-15 18:40:17 -08:00
. carousel-control . right {
2012-09-26 11:20:27 -07:00
right : 0 ;
2012-04-18 16:16:42 -07:00
left : auto ;
2012-09-26 11:20:27 -07:00
background-color : rgba ( 0 , 0 , 0 , 0 . 75 ) ;
background-color : transparent ;
background-image : -moz-linear-gradient ( left , rgba ( 0 , 0 , 0 , 0 . 001 ) , rgba ( 0 , 0 , 0 , 0 . 75 ) ) ;
2012-11-02 09:36:51 -07:00
background-image : -webkit-gradient ( linear , 0 0 , 100 % 0 , from ( rgba ( 0 , 0 , 0 , 0 . 001 ) ) , to ( rgba ( 0 , 0 , 0 , 0 . 75 ) ) ) ;
background-image : -webkit-linear-gradient ( left , rgba ( 0 , 0 , 0 , 0 . 001 ) , rgba ( 0 , 0 , 0 , 0 . 75 ) ) ;
2012-09-26 11:20:27 -07:00
background-image : -o-linear-gradient ( left , rgba ( 0 , 0 , 0 , 0 . 001 ) , rgba ( 0 , 0 , 0 , 0 . 75 ) ) ;
background-image : linear-gradient ( to right , rgba ( 0 , 0 , 0 , 0 . 001 ) , rgba ( 0 , 0 , 0 , 0 . 75 ) ) ;
background-repeat : repeat-x ;
2012-11-02 09:36:51 -07:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#00000000' , endColorstr = '#bf000000' , GradientType = 1 ) ;
2012-01-15 16:27:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-15 18:40:17 -08:00
. carousel-control : hover {
2012-11-30 15:05:23 -08:00
color : # fff ;
2012-01-15 16:27:36 -08:00
text-decoration : none ;
2012-01-24 20:45:38 -08:00
opacity : 0 . 9 ;
2012-01-25 20:32:19 -08:00
filter : alpha ( opacity = 90 ) ;
2012-01-15 18:40:17 -08:00
}
2012-04-18 16:16:42 -07:00
2012-09-26 11:20:27 -07:00
. carousel-control . control {
position : absolute ;
top : 50 % ;
z-index : 5 ;
display : block ;
margin-top : -35px ;
2012-09-30 23:44:23 -07:00
margin-left : 30px ;
2012-09-26 11:20:27 -07:00
font-size : 80px ;
font-weight : 100 ;
color : # fff ;
text-shadow : 0 1px 2px rgba ( 0 , 0 , 0 , 0 . 6 ) ;
}
2012-09-30 23:44:23 -07:00
. carousel-control . right . control {
margin-left : 70px ;
}
2012-01-15 18:40:17 -08:00
. carousel-caption {
position : absolute ;
right : 0 ;
bottom : 0 ;
2012-04-18 16:16:42 -07:00
left : 0 ;
2012-09-26 11:20:27 -07:00
z-index : 10 ;
max-width : 60 % ;
padding : 40px ;
text-shadow : 0 1px 2px rgba ( 0 , 0 , 0 , 0 . 6 ) ;
2012-01-15 18:40:17 -08:00
}
2012-04-18 16:16:42 -07:00
2012-09-26 11:20:27 -07:00
. carousel-caption h3 ,
2012-03-08 11:09:33 -08:00
. carousel-caption p {
2012-07-08 21:47:16 -07:00
line-height : 20px ;
2012-11-30 15:05:23 -08:00
color : # fff ;
2012-01-15 16:27:36 -08:00
}
2012-04-18 16:16:42 -07:00
2012-09-26 11:20:27 -07:00
. carousel-caption h3 {
2012-07-08 21:47:16 -07:00
margin : 0 0 5px ;
}
. carousel-caption p {
margin-bottom : 0 ;
}
2012-01-26 15:51:11 -08:00
. hero-unit {
padding : 60px ;
margin-bottom : 30px ;
2012-10-16 19:56:34 -07:00
font-size : 18px ;
font-weight : 200 ;
line-height : 30px ;
color : inherit ;
2012-03-10 16:01:06 -08:00
background-color : # eeeeee ;
2012-09-30 23:11:54 -07:00
border-radius : 6px ;
2012-01-26 15:51:11 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-26 15:51:11 -08:00
. hero-unit h1 {
margin-bottom : 0 ;
font-size : 60px ;
line-height : 1 ;
letter-spacing : -1px ;
2012-04-18 16:16:42 -07:00
color : inherit ;
2012-01-26 15:51:11 -08:00
}
2012-04-18 16:16:42 -07:00
2012-10-16 19:56:34 -07:00
. hero-unit li {
2012-07-05 15:11:54 -07:00
line-height : 30px ;
2012-01-26 15:51:11 -08:00
}
2012-04-18 16:16:42 -07:00
2012-09-26 08:59:57 -07:00
. clear : before ,
. clear : after {
display : table ;
line-height : 0 ;
content : "" ;
}
. clear : after {
clear : both ;
}
2012-01-08 15:38:57 -08:00
. pull-right {
float : right ;
}
2012-04-18 16:16:42 -07:00
2012-01-08 15:38:57 -08:00
. pull-left {
float : left ;
}
2012-04-18 16:16:42 -07:00
2012-01-08 15:38:57 -08:00
. hide {
2012-07-24 00:35:54 -07:00
display : none ;
2012-01-08 15:38:57 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-08 15:38:57 -08:00
. show {
2012-07-24 00:35:54 -07:00
display : block ;
2012-01-08 15:38:57 -08:00
}
2012-04-18 16:16:42 -07:00
2012-01-08 15:38:57 -08:00
. invisible {
visibility : hidden ;
}
2012-07-22 18:28:39 -07:00
2012-09-26 08:59:57 -07:00
. text-hide {
font : 0 / 0 a ;
color : transparent ;
text-shadow : none ;
background-color : transparent ;
border : 0 ;
}
2012-07-22 18:28:39 -07:00
. affix {
position : fixed ;
}
2012-09-26 08:59:57 -07:00
. control-block-level {
display : block ;
width : 100 % ;
}
2012-09-30 23:24:07 -07:00
. hidden {
display : none ;
visibility : hidden ;
}
. visible-phone {
display : none ! important ;
}
. visible-tablet {
display : none ! important ;
}
. hidden-desktop {
display : none ! important ;
}
. visible-desktop {
display : inherit ! important ;
}
@ media ( min-width : 768px ) and ( max-width : 979px ) {
. hidden-desktop {
display : inherit ! important ;
}
. visible-desktop {
display : none ! important ;
}
. visible-tablet {
display : inherit ! important ;
}
. hidden-tablet {
display : none ! important ;
}
}
@ media ( max-width : 767px ) {
. hidden-desktop {
display : inherit ! important ;
}
. visible-desktop {
display : none ! important ;
}
. visible-phone {
display : inherit ! important ;
}
. hidden-phone {
display : none ! important ;
}
}
@ media ( min-width : 1200px ) {
2012-11-30 12:42:37 -08:00
. container {
max-width : 1170px ;
2012-09-30 23:24:07 -07:00
}
. row {
margin-right : -15px ;
margin-left : -15px ;
}
. row : before ,
. row : after {
display : table ;
line-height : 0 ;
content : "" ;
}
. row : after {
clear : both ;
}
[ class * = "span" ] {
float : left ;
min-height : 1px ;
padding-right : 15px ;
padding-left : 15px ;
-webkit-box-sizing : border-box ;
-moz-box-sizing : border-box ;
box-sizing : border-box ;
}
. span12 {
width : 100 % ;
}
. span11 {
width : 91 . 66666666666666 % ;
}
. span10 {
width : 83 . 33333333333334 % ;
}
. span9 {
width : 75 % ;
}
. span8 {
width : 66 . 66666666666666 % ;
}
. span7 {
width : 58 . 333333333333336 % ;
}
. span6 {
width : 50 % ;
}
. span5 {
width : 41 . 66666666666667 % ;
}
. span4 {
width : 33 . 33333333333333 % ;
}
. span3 {
width : 25 % ;
}
. span2 {
width : 16 . 666666666666664 % ;
}
. span1 {
width : 8 . 333333333333332 % ;
}
. offset12 {
margin-left : 100 % ;
}
. offset11 {
margin-left : 91 . 66666666666666 % ;
}
. offset10 {
margin-left : 83 . 33333333333334 % ;
}
. offset9 {
margin-left : 75 % ;
}
. offset8 {
margin-left : 66 . 66666666666666 % ;
}
. offset7 {
margin-left : 58 . 333333333333336 % ;
}
. offset6 {
margin-left : 50 % ;
}
. offset5 {
margin-left : 41 . 66666666666667 % ;
}
. offset4 {
margin-left : 33 . 33333333333333 % ;
}
. offset3 {
margin-left : 25 % ;
}
. offset2 {
margin-left : 16 . 666666666666664 % ;
}
. offset1 {
margin-left : 8 . 333333333333332 % ;
}
}
@ media ( min-width : 768px ) and ( max-width : 979px ) {
. row {
margin-right : -10px ;
margin-left : -10px ;
}
. row : before ,
. row : after {
display : table ;
line-height : 0 ;
content : "" ;
}
. row : after {
clear : both ;
}
[ class * = "span" ] {
float : left ;
min-height : 1px ;
padding-right : 10px ;
padding-left : 10px ;
-webkit-box-sizing : border-box ;
-moz-box-sizing : border-box ;
box-sizing : border-box ;
}
. span12 {
width : 100 % ;
}
. span11 {
width : 91 . 66666666666666 % ;
}
. span10 {
width : 83 . 33333333333334 % ;
}
. span9 {
width : 75 % ;
}
. span8 {
width : 66 . 66666666666666 % ;
}
. span7 {
width : 58 . 333333333333336 % ;
}
. span6 {
width : 50 % ;
}
. span5 {
width : 41 . 66666666666667 % ;
}
. span4 {
width : 33 . 33333333333333 % ;
}
. span3 {
width : 25 % ;
}
. span2 {
width : 16 . 666666666666664 % ;
}
. span1 {
width : 8 . 333333333333332 % ;
}
. offset12 {
margin-left : 100 % ;
}
. offset11 {
margin-left : 91 . 66666666666666 % ;
}
. offset10 {
margin-left : 83 . 33333333333334 % ;
}
. offset9 {
margin-left : 75 % ;
}
. offset8 {
margin-left : 66 . 66666666666666 % ;
}
. offset7 {
margin-left : 58 . 333333333333336 % ;
}
. offset6 {
margin-left : 50 % ;
}
. offset5 {
margin-left : 41 . 66666666666667 % ;
}
. offset4 {
margin-left : 33 . 33333333333333 % ;
}
. offset3 {
margin-left : 25 % ;
}
. offset2 {
margin-left : 16 . 666666666666664 % ;
}
. offset1 {
margin-left : 8 . 333333333333332 % ;
}
}
@ media ( max-width : 767px ) {
body {
padding-right : 20px ;
padding-left : 20px ;
}
. navbar-fixed-top ,
. navbar-fixed-bottom ,
. navbar-static-top {
margin-right : -20px ;
margin-left : -20px ;
}
. container-fluid {
padding : 0 ;
}
. dl-horizontal dt {
float : none ;
width : auto ;
clear : none ;
text-align : left ;
}
. dl-horizontal dd {
margin-left : 0 ;
}
. container {
width : auto ;
}
[ class * = "span" ] ,
. uneditable-input [ class * = "span" ] {
display : block ;
float : none ;
width : 100 % ;
margin-left : 0 ;
}
input [ class * = "span" ] ,
select [ class * = "span" ] ,
textarea [ class * = "span" ] ,
. uneditable-input {
display : block ;
width : 100 % ;
}
. input-prepend input ,
. input-append input ,
. input-prepend input [ class * = "span" ] ,
. input-append input [ class * = "span" ] {
display : inline-block ;
width : auto ;
}
. controls-row [ class * = "span" ] + [ class * = "span" ] {
margin-left : 0 ;
}
. modal {
position : fixed ;
top : 20px ;
right : 20px ;
left : 20px ;
width : auto ;
margin : 0 ;
}
2012-10-01 23:41:00 -07:00
. modal . fade {
top : -100px ;
}
2012-09-30 23:24:07 -07:00
. modal . fade . in {
2012-10-01 23:41:00 -07:00
top : 20px ;
2012-09-30 23:24:07 -07:00
}
}
@ media ( max-width : 480px ) {
. nav-collapse {
-webkit-transform : translate3d ( 0 , 0 , 0 ) ;
}
. page-header h1 small {
display : block ;
line-height : 20px ;
}
input [ type = "checkbox" ] ,
input [ type = "radio" ] {
border : 1px solid # ccc ;
}
. form-horizontal . control-label {
float : none ;
width : auto ;
padding-top : 0 ;
text-align : left ;
}
. form-horizontal . controls {
margin-left : 0 ;
}
. form-horizontal . control-list {
padding-top : 0 ;
}
. form-horizontal . form-actions {
padding-right : 10px ;
padding-left : 10px ;
}
. media . pull-left ,
. media . pull-right {
display : block ;
float : none ;
margin-bottom : 10px ;
}
. media-object {
margin-right : 0 ;
margin-left : 0 ;
}
. modal {
top : 10px ;
right : 10px ;
left : 10px ;
}
. modal-header . close {
padding : 10px ;
margin : -10px ;
}
. carousel-caption {
position : static ;
}
}
@ media ( max-width : 979px ) {
body {
padding-top : 0 ;
}
. navbar-fixed-top ,
. navbar-fixed-bottom {
position : static ;
}
. navbar-fixed-top {
margin-bottom : 20px ;
}
. navbar-fixed-bottom {
margin-top : 20px ;
}
. navbar-fixed-top ,
. navbar-fixed-bottom {
padding : 5px ;
}
. navbar . container {
width : auto ;
padding : 0 ;
}
. navbar . brand {
padding-right : 10px ;
padding-left : 10px ;
margin : 0 0 0 -5px ;
}
. nav-collapse {
clear : both ;
}
. nav-collapse . nav {
float : none ;
margin : 0 0 10px ;
}
. nav-collapse . nav > li {
float : none ;
}
. nav-collapse . nav > li > a {
margin-bottom : 2px ;
}
. nav-collapse . nav > . divider-vertical {
display : none ;
}
. nav-collapse . nav . nav-header {
color : # 777777 ;
text-shadow : none ;
}
. nav-collapse . nav > li > a ,
. nav-collapse . dropdown-menu a {
padding : 9px 15px ;
font-weight : bold ;
color : # 777777 ;
border-radius : 3px ;
}
. nav-collapse . btn {
padding : 4px 10px 4px ;
font-weight : normal ;
border-radius : 4px ;
}
. nav-collapse . dropdown-menu li + li a {
margin-bottom : 2px ;
}
. nav-collapse . nav > li > a : hover ,
. nav-collapse . dropdown-menu a : hover {
background-color : # f2f2f2 ;
}
2012-11-02 09:36:51 -07:00
. navbar-inverse . nav-collapse . nav > li > a ,
. navbar-inverse . nav-collapse . dropdown-menu a {
color : # 999999 ;
}
2012-09-30 23:24:07 -07:00
. navbar-inverse . nav-collapse . nav > li > a : hover ,
. navbar-inverse . nav-collapse . dropdown-menu a : hover {
background-color : # 111111 ;
}
. nav-collapse . in . btn-group {
padding : 0 ;
margin-top : 5px ;
}
. nav-collapse . dropdown-menu {
position : static ;
top : auto ;
left : auto ;
2012-11-02 09:36:51 -07:00
display : none ;
2012-09-30 23:24:07 -07:00
float : none ;
max-width : none ;
padding : 0 ;
margin : 0 15px ;
background-color : transparent ;
border : none ;
border-radius : 0 ;
-webkit-box-shadow : none ;
box-shadow : none ;
}
2012-11-02 09:36:51 -07:00
. nav-collapse . open > . dropdown-menu {
display : block ;
}
2012-09-30 23:24:07 -07:00
. nav-collapse . dropdown-menu : before ,
. nav-collapse . dropdown-menu : after {
display : none ;
}
. nav-collapse . dropdown-menu . divider {
display : none ;
}
. nav-collapse . nav > li > . dropdown-menu : before ,
. nav-collapse . nav > li > . dropdown-menu : after {
display : none ;
}
. nav-collapse . navbar-form ,
. nav-collapse . navbar-search {
float : none ;
padding : 10px 15px ;
margin : 10px 0 ;
border-top : 1px solid # f2f2f2 ;
border-bottom : 1px solid # f2f2f2 ;
-webkit-box-shadow : inset 0 1px 0 rgba ( 255 , 255 , 255 , 0 . 1 ) , 0 1px 0 rgba ( 255 , 255 , 255 , 0 . 1 ) ;
box-shadow : inset 0 1px 0 rgba ( 255 , 255 , 255 , 0 . 1 ) , 0 1px 0 rgba ( 255 , 255 , 255 , 0 . 1 ) ;
}
. navbar-inverse . nav-collapse . navbar-form ,
. navbar-inverse . nav-collapse . navbar-search {
border-top-color : # 111111 ;
border-bottom-color : # 111111 ;
}
. navbar . nav-collapse . nav . pull-right {
float : none ;
margin-left : 0 ;
}
. nav-collapse ,
. nav-collapse . collapse {
height : 0 ;
overflow : hidden ;
}
. navbar . btn-navbar {
display : block ;
}
. navbar-static {
padding-right : 10px ;
padding-left : 10px ;
}
}
@ media ( min-width : 980px ) {
. nav-collapse . collapse {
height : auto ! important ;
overflow : visible ! important ;
}
}