X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=cosmo%2Fbootstrap.css;h=bf4fce7487ed6d2b5c93eb271c745b25a42d4e37;hb=b19b5542d3640fdeef59b87eea8abfff93d5c0cd;hp=fdcde89c7c085a9ef09770a39f20199ce9d7f877;hpb=dab583bb8dd9873146a09de27ce747a7c882b6c8;p=bootswatch diff --git a/cosmo/bootstrap.css b/cosmo/bootstrap.css index fdcde89..bf4fce7 100644 --- a/cosmo/bootstrap.css +++ b/cosmo/bootstrap.css @@ -152,11 +152,11 @@ body { background-color: #ffffff; } a { - color: #5192fb; + color: #007fff; text-decoration: none; } a:hover { - color: #1f73fa; + color: #0066cc; text-decoration: underline; } .img-rounded { @@ -1144,7 +1144,7 @@ input[type="checkbox"][readonly] { .control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on { color: #ffffff; - background-color: #f09609; + background-color: #ff7518; border-color: #ffffff; } .control-group.error > label, @@ -1178,7 +1178,7 @@ input[type="checkbox"][readonly] { .control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on { color: #ffffff; - background-color: #e51400; + background-color: #ff0039; border-color: #ffffff; } .control-group.success > label, @@ -1212,7 +1212,7 @@ input[type="checkbox"][readonly] { .control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on { color: #ffffff; - background-color: #00a301; + background-color: #3fb618; border-color: #ffffff; } .control-group.info > label, @@ -1246,7 +1246,7 @@ input[type="checkbox"][readonly] { .control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on { color: #ffffff; - background-color: #5192fb; + background-color: #9954bb; border-color: #ffffff; } input:focus:required:invalid, @@ -1361,8 +1361,8 @@ select:focus:required:invalid:focus { } .input-append .active, .input-prepend .active { - background-color: #3dff3e; - border-color: #00a301; + background-color: #96ed7a; + border-color: #3fb618; } .input-prepend .add-on, .input-prepend .btn { @@ -1774,28 +1774,28 @@ table th[class*="span"], margin-left: 0; } .table tbody tr.success td { - background-color: #00a301; + background-color: #3fb618; } .table tbody tr.error td { - background-color: #e51400; + background-color: #ff0039; } .table tbody tr.warning td { - background-color: #f09609; + background-color: #ff7518; } .table tbody tr.info td { - background-color: #5192fb; + background-color: #9954bb; } .table-hover tbody tr.success:hover td { - background-color: #008a01; + background-color: #379f15; } .table-hover tbody tr.error:hover td { - background-color: #cc1200; + background-color: #e60033; } .table-hover tbody tr.warning:hover td { - background-color: #d78708; + background-color: #fe6600; } .table-hover tbody tr.info:hover td { - background-color: #3882fa; + background-color: #8d46b0; } [class^="icon-"], [class*=" icon-"] { @@ -2326,28 +2326,28 @@ table th[class*="span"], .dropdown-submenu:hover > a { text-decoration: none; color: #ffffff; - background-color: #478cfb; - background-image: -moz-linear-gradient(top, #5192fb, #3882fa); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5192fb), to(#3882fa)); - background-image: -webkit-linear-gradient(top, #5192fb, #3882fa); - background-image: -o-linear-gradient(top, #5192fb, #3882fa); - background-image: linear-gradient(to bottom, #5192fb, #3882fa); + background-color: #007af5; + background-image: -moz-linear-gradient(top, #007fff, #0072e6); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007fff), to(#0072e6)); + background-image: -webkit-linear-gradient(top, #007fff, #0072e6); + background-image: -o-linear-gradient(top, #007fff, #0072e6); + background-image: linear-gradient(to bottom, #007fff, #0072e6); background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5192fb', endColorstr='#ff3882fa', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007fff', endColorstr='#ff0072e6', GradientType=0); } .dropdown-menu .active > a, .dropdown-menu .active > a:hover { color: #999999; text-decoration: none; outline: 0; - background-color: #478cfb; - background-image: -moz-linear-gradient(top, #5192fb, #3882fa); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5192fb), to(#3882fa)); - background-image: -webkit-linear-gradient(top, #5192fb, #3882fa); - background-image: -o-linear-gradient(top, #5192fb, #3882fa); - background-image: linear-gradient(to bottom, #5192fb, #3882fa); + background-color: #007af5; + background-image: -moz-linear-gradient(top, #007fff, #0072e6); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007fff), to(#0072e6)); + background-image: -webkit-linear-gradient(top, #007fff, #0072e6); + background-image: -o-linear-gradient(top, #007fff, #0072e6); + background-image: linear-gradient(to bottom, #007fff, #0072e6); background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5192fb', endColorstr='#ff3882fa', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007fff', endColorstr='#ff0072e6', GradientType=0); } .dropdown-menu .disabled > a, .dropdown-menu .disabled > a:hover { @@ -2673,17 +2673,17 @@ input[type="button"].btn-block { .btn-primary { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - background-color: #5192fb; - background-image: -moz-linear-gradient(top, #659ffc, #337ffa); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#659ffc), to(#337ffa)); - background-image: -webkit-linear-gradient(top, #659ffc, #337ffa); - background-image: -o-linear-gradient(top, #659ffc, #337ffa); - background-image: linear-gradient(to bottom, #659ffc, #337ffa); + background-color: #0f82f5; + background-image: -moz-linear-gradient(top, #1a8cff, #0072e6); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1a8cff), to(#0072e6)); + background-image: -webkit-linear-gradient(top, #1a8cff, #0072e6); + background-image: -o-linear-gradient(top, #1a8cff, #0072e6); + background-image: linear-gradient(to bottom, #1a8cff, #0072e6); background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff659ffc', endColorstr='#ff337ffa', GradientType=0); - border-color: #337ffa #337ffa #0557dc; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a8cff', endColorstr='#ff0072e6', GradientType=0); + border-color: #0072e6 #0072e6 #004c99; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - *background-color: #337ffa; + *background-color: #0072e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); @@ -2694,27 +2694,27 @@ input[type="button"].btn-block { .btn-primary.disabled, .btn-primary[disabled] { color: #ffffff; - background-color: #337ffa; - *background-color: #1a70fa; + background-color: #0072e6; + *background-color: #0066cc; } .btn-primary:active, .btn-primary.active { - background-color: #0561f5 \9; + background-color: #0059b3 \9; } .btn-warning { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - background-color: #ea9714; - background-image: -moz-linear-gradient(top, #f6a11c, #d78708); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6a11c), to(#d78708)); - background-image: -webkit-linear-gradient(top, #f6a11c, #d78708); - background-image: -o-linear-gradient(top, #f6a11c, #d78708); - background-image: linear-gradient(to bottom, #f6a11c, #d78708); + background-color: #fe781e; + background-image: -moz-linear-gradient(top, #ff8432, #fe6600); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8432), to(#fe6600)); + background-image: -webkit-linear-gradient(top, #ff8432, #fe6600); + background-image: -o-linear-gradient(top, #ff8432, #fe6600); + background-image: linear-gradient(to bottom, #ff8432, #fe6600); background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6a11c', endColorstr='#ffd78708', GradientType=0); - border-color: #d78708 #d78708 #8e5905; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8432', endColorstr='#fffe6600', GradientType=0); + border-color: #fe6600 #fe6600 #b14700; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - *background-color: #d78708; + *background-color: #fe6600; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); @@ -2725,27 +2725,27 @@ input[type="button"].btn-block { .btn-warning.disabled, .btn-warning[disabled] { color: #ffffff; - background-color: #d78708; - *background-color: #bf7707; + background-color: #fe6600; + *background-color: #e45c00; } .btn-warning:active, .btn-warning.active { - background-color: #a66806 \9; + background-color: #cb5200 \9; } .btn-danger { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - background-color: #ea1400; - background-image: -moz-linear-gradient(top, #ff1600, #cc1200); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff1600), to(#cc1200)); - background-image: -webkit-linear-gradient(top, #ff1600, #cc1200); - background-image: -o-linear-gradient(top, #ff1600, #cc1200); - background-image: linear-gradient(to bottom, #ff1600, #cc1200); + background-color: #f50f43; + background-image: -moz-linear-gradient(top, #ff1a4d, #e60033); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff1a4d), to(#e60033)); + background-image: -webkit-linear-gradient(top, #ff1a4d, #e60033); + background-image: -o-linear-gradient(top, #ff1a4d, #e60033); + background-image: linear-gradient(to bottom, #ff1a4d, #e60033); background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1600', endColorstr='#ffcc1200', GradientType=0); - border-color: #cc1200 #cc1200 #7f0b00; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1a4d', endColorstr='#ffe60033', GradientType=0); + border-color: #e60033 #e60033 #990022; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - *background-color: #cc1200; + *background-color: #e60033; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); @@ -2756,27 +2756,27 @@ input[type="button"].btn-block { .btn-danger.disabled, .btn-danger[disabled] { color: #ffffff; - background-color: #cc1200; - *background-color: #b21000; + background-color: #e60033; + *background-color: #cc002e; } .btn-danger:active, .btn-danger.active { - background-color: #990d00 \9; + background-color: #b30028 \9; } .btn-success { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - background-color: #00a801; - background-image: -moz-linear-gradient(top, #00bc01, #008a01); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00bc01), to(#008a01)); - background-image: -webkit-linear-gradient(top, #00bc01, #008a01); - background-image: -o-linear-gradient(top, #00bc01, #008a01); - background-image: linear-gradient(to bottom, #00bc01, #008a01); + background-color: #41bb19; + background-image: -moz-linear-gradient(top, #47cd1b, #379f15); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#47cd1b), to(#379f15)); + background-image: -webkit-linear-gradient(top, #47cd1b, #379f15); + background-image: -o-linear-gradient(top, #47cd1b, #379f15); + background-image: linear-gradient(to bottom, #47cd1b, #379f15); background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00bc01', endColorstr='#ff008a01', GradientType=0); - border-color: #008a01 #008a01 #003d00; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff47cd1b', endColorstr='#ff379f15', GradientType=0); + border-color: #379f15 #379f15 #205c0c; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - *background-color: #008a01; + *background-color: #379f15; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); @@ -2787,27 +2787,27 @@ input[type="button"].btn-block { .btn-success.disabled, .btn-success[disabled] { color: #ffffff; - background-color: #008a01; - *background-color: #007001; + background-color: #379f15; + *background-color: #2f8912; } .btn-success:active, .btn-success.active { - background-color: #005601 \9; + background-color: #28720f \9; } .btn-info { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - background-color: #882d9d; - background-image: -moz-linear-gradient(top, #9632ad, #742685); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9632ad), to(#742685)); - background-image: -webkit-linear-gradient(top, #9632ad, #742685); - background-image: -o-linear-gradient(top, #9632ad, #742685); - background-image: linear-gradient(to bottom, #9632ad, #742685); + background-color: #9b59bb; + background-image: -moz-linear-gradient(top, #a466c2, #8d46b0); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a466c2), to(#8d46b0)); + background-image: -webkit-linear-gradient(top, #a466c2, #8d46b0); + background-image: -o-linear-gradient(top, #a466c2, #8d46b0); + background-image: linear-gradient(to bottom, #a466c2, #8d46b0); background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9632ad', endColorstr='#ff742685', GradientType=0); - border-color: #742685 #742685 #40154a; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa466c2', endColorstr='#ff8d46b0', GradientType=0); + border-color: #8d46b0 #8d46b0 #613079; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - *background-color: #742685; + *background-color: #8d46b0; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); @@ -2818,27 +2818,27 @@ input[type="button"].btn-block { .btn-info.disabled, .btn-info[disabled] { color: #ffffff; - background-color: #742685; - *background-color: #632171; + background-color: #8d46b0; + *background-color: #7e3f9d; } .btn-info:active, .btn-info.active { - background-color: #511b5e \9; + background-color: #6f378b \9; } .btn-inverse { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - background-color: #9c9c9c; - background-image: -moz-linear-gradient(top, #a6a6a6, #8c8c8c); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a6a6a6), to(#8c8c8c)); - background-image: -webkit-linear-gradient(top, #a6a6a6, #8c8c8c); - background-image: -o-linear-gradient(top, #a6a6a6, #8c8c8c); - background-image: linear-gradient(to bottom, #a6a6a6, #8c8c8c); + background-color: #080808; + background-image: -moz-linear-gradient(top, #0d0d0d, #000000); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d0d0d), to(#000000)); + background-image: -webkit-linear-gradient(top, #0d0d0d, #000000); + background-image: -o-linear-gradient(top, #0d0d0d, #000000); + background-image: linear-gradient(to bottom, #0d0d0d, #000000); background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa6a6a6', endColorstr='#ff8c8c8c', GradientType=0); - border-color: #8c8c8c #8c8c8c #666666; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d0d0d', endColorstr='#ff000000', GradientType=0); + border-color: #000000 #000000 #000000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - *background-color: #8c8c8c; + *background-color: #000000; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); @@ -2849,12 +2849,12 @@ input[type="button"].btn-block { .btn-inverse.disabled, .btn-inverse[disabled] { color: #ffffff; - background-color: #8c8c8c; - *background-color: #7f7f7f; + background-color: #000000; + *background-color: #000000; } .btn-inverse:active, .btn-inverse.active { - background-color: #737373 \9; + background-color: #000000 \9; } button.btn, input[type="submit"].btn { @@ -2893,13 +2893,13 @@ input[type="submit"].btn.btn-mini { .btn-link { border-color: transparent; cursor: pointer; - color: #5192fb; + color: #007fff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .btn-link:hover { - color: #1f73fa; + color: #0066cc; text-decoration: underline; background-color: transparent; } @@ -3038,22 +3038,22 @@ input[type="submit"].btn.btn-mini { background-color: #c8c8c8; } .btn-group.open .btn-primary.dropdown-toggle { - background-color: #337ffa; + background-color: #0072e6; } .btn-group.open .btn-warning.dropdown-toggle { - background-color: #d78708; + background-color: #fe6600; } .btn-group.open .btn-danger.dropdown-toggle { - background-color: #cc1200; + background-color: #e60033; } .btn-group.open .btn-success.dropdown-toggle { - background-color: #008a01; + background-color: #379f15; } .btn-group.open .btn-info.dropdown-toggle { - background-color: #742685; + background-color: #8d46b0; } .btn-group.open .btn-inverse.dropdown-toggle { - background-color: #8c8c8c; + background-color: #000000; } .btn .caret { margin-top: 8px; @@ -3124,7 +3124,7 @@ input[type="submit"].btn.btn-mini { padding: 8px 35px 8px 14px; margin-bottom: 20px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); - background-color: #f09609; + background-color: #ff7518; border: 1px solid transparent; -webkit-border-radius: 0px; -moz-border-radius: 0px; @@ -3141,18 +3141,18 @@ input[type="submit"].btn.btn-mini { line-height: 20px; } .alert-success { - background-color: #00a301; + background-color: #3fb618; border-color: transparent; color: #ffffff; } .alert-danger, .alert-error { - background-color: #e51400; + background-color: #ff0039; border-color: transparent; color: #ffffff; } .alert-info { - background-color: #5192fb; + background-color: #9954bb; border-color: transparent; color: #ffffff; } @@ -3213,7 +3213,7 @@ input[type="submit"].btn.btn-mini { .nav-list > .active > a:hover { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); - background-color: #5192fb; + background-color: #007fff; } .nav-list [class^="icon-"], .nav-list [class*=" icon-"] { @@ -3293,7 +3293,7 @@ input[type="submit"].btn.btn-mini { .nav-pills > .active > a, .nav-pills > .active > a:hover { color: #ffffff; - background-color: #5192fb; + background-color: #007fff; } .nav-stacked > li { float: none; @@ -3347,13 +3347,13 @@ input[type="submit"].btn.btn-mini { border-radius: 6px; } .nav .dropdown-toggle .caret { - border-top-color: #5192fb; - border-bottom-color: #5192fb; + border-top-color: #007fff; + border-bottom-color: #007fff; margin-top: 6px; } .nav .dropdown-toggle:hover .caret { - border-top-color: #1f73fa; - border-bottom-color: #1f73fa; + border-top-color: #0066cc; + border-bottom-color: #0066cc; } /* move down carets for tabs */ .nav-tabs .dropdown-toggle .caret { @@ -3857,14 +3857,14 @@ input[type="submit"].btn.btn-mini { color: #ffffff; } .navbar-inverse .navbar-inner { - background-color: #5192fb; - background-image: -moz-linear-gradient(top, #5192fb, #5192fb); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5192fb), to(#5192fb)); - background-image: -webkit-linear-gradient(top, #5192fb, #5192fb); - background-image: -o-linear-gradient(top, #5192fb, #5192fb); - background-image: linear-gradient(to bottom, #5192fb, #5192fb); + background-color: #007fff; + background-image: -moz-linear-gradient(top, #007fff, #007fff); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007fff), to(#007fff)); + background-image: -webkit-linear-gradient(top, #007fff, #007fff); + background-image: -o-linear-gradient(top, #007fff, #007fff); + background-image: linear-gradient(to bottom, #007fff, #007fff); background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5192fb', endColorstr='#ff5192fb', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007fff', endColorstr='#ff007fff', GradientType=0); border-color: transparent; } .navbar-inverse .brand, @@ -3885,7 +3885,7 @@ input[type="submit"].btn.btn-mini { .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus { color: #ffffff; - background-color: #5192fb; + background-color: #007fff; } .navbar-inverse .navbar-link { color: #ffffff; @@ -3894,13 +3894,13 @@ input[type="submit"].btn.btn-mini { color: #ffffff; } .navbar-inverse .divider-vertical { - border-left-color: #5192fb; - border-right-color: #5192fb; + border-left-color: #007fff; + border-right-color: #007fff; } .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 { - background-color: #5192fb; + background-color: #007fff; color: #ffffff; } .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret { @@ -3915,8 +3915,8 @@ input[type="submit"].btn.btn-mini { } .navbar-inverse .navbar-search .search-query { color: #ffffff; - background-color: #cee0fe; - border-color: #5192fb; + background-color: #80bfff; + border-color: #007fff; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); @@ -3949,17 +3949,17 @@ input[type="submit"].btn.btn-mini { .navbar-inverse .btn-navbar { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - background-color: #3882fa; - background-image: -moz-linear-gradient(top, #3882fa, #3882fa); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3882fa), to(#3882fa)); - background-image: -webkit-linear-gradient(top, #3882fa, #3882fa); - background-image: -o-linear-gradient(top, #3882fa, #3882fa); - background-image: linear-gradient(to bottom, #3882fa, #3882fa); + background-color: #0072e6; + background-image: -moz-linear-gradient(top, #0072e6, #0072e6); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0072e6), to(#0072e6)); + background-image: -webkit-linear-gradient(top, #0072e6, #0072e6); + background-image: -o-linear-gradient(top, #0072e6, #0072e6); + background-image: linear-gradient(to bottom, #0072e6, #0072e6); background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3882fa', endColorstr='#ff3882fa', GradientType=0); - border-color: #3882fa #3882fa #0559e1; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0072e6', endColorstr='#ff0072e6', GradientType=0); + border-color: #0072e6 #0072e6 #004c99; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - *background-color: #3882fa; + *background-color: #0072e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); @@ -3970,12 +3970,12 @@ input[type="submit"].btn.btn-mini { .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] { color: #ffffff; - background-color: #3882fa; - *background-color: #1f73fa; + background-color: #0072e6; + *background-color: #0066cc; } .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active { - background-color: #0663f9 \9; + background-color: #0059b3 \9; } .breadcrumb { padding: 8px 15px; @@ -4035,7 +4035,7 @@ input[type="submit"].btn.btn-mini { .pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span { - background-color: #5192fb; + background-color: #007fff; } .pagination ul > .active > a, .pagination ul > .active > span { @@ -4359,7 +4359,7 @@ input[type="submit"].btn.btn-mini { display: none; width: 236px; padding: 1px; - background-color: #f09609; + background-color: #ff7518; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; @@ -4390,8 +4390,8 @@ input[type="submit"].btn.btn-mini { font-size: 14px; font-weight: normal; line-height: 18px; - background-color: #f09609; - border-bottom: 1px solid #d78708; + background-color: #ff7518; + border-bottom: 1px solid #fe6600; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; @@ -4422,7 +4422,7 @@ input[type="submit"].btn.btn-mini { left: 50%; margin-left: -15px; border-width: 15px 15px 0; - border-top-color: #f09609; + border-top-color: #ff7518; } .popover.top .arrow:after { border-width: 16px 16px 0; @@ -4435,7 +4435,7 @@ input[type="submit"].btn.btn-mini { left: -15px; margin-top: -15px; border-width: 15px 15px 15px 0; - border-right-color: #f09609; + border-right-color: #ff7518; } .popover.right .arrow:after { border-width: 16px 16px 16px 0; @@ -4448,7 +4448,7 @@ input[type="submit"].btn.btn-mini { left: 50%; margin-left: -15px; border-width: 0 15px 15px; - border-bottom-color: #f09609; + border-bottom-color: #ff7518; } .popover.bottom .arrow:after { border-width: 0 16px 16px; @@ -4461,7 +4461,7 @@ input[type="submit"].btn.btn-mini { right: -15px; margin-top: -15px; border-width: 15px 0 15px 15px; - border-left-color: #f09609; + border-left-color: #ff7518; } .popover.left .arrow:after { border-width: 16px 0 16px 16px; @@ -4508,7 +4508,7 @@ input[type="submit"].btn.btn-mini { transition: all 0.2s ease-in-out; } a.thumbnail:hover { - border-color: #5192fb; + border-color: #007fff; -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); @@ -4593,11 +4593,11 @@ a.badge:hover { } .label-warning, .badge-warning { - background-color: #f09609; + background-color: #ff7518; } .label-warning[href], .badge-warning[href] { - background-color: #bf7707; + background-color: #e45c00; } .label-success, .badge-success { @@ -4804,18 +4804,18 @@ a.badge:hover { } .progress-warning .bar, .progress .bar-warning { - background-color: #f5a932; - background-image: -moz-linear-gradient(top, #f8b64d, #f09609); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8b64d), to(#f09609)); - background-image: -webkit-linear-gradient(top, #f8b64d, #f09609); - background-image: -o-linear-gradient(top, #f8b64d, #f09609); - background-image: linear-gradient(to bottom, #f8b64d, #f09609); + background-color: #ff9046; + background-image: -moz-linear-gradient(top, #ffa365, #ff7518); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa365), to(#ff7518)); + background-image: -webkit-linear-gradient(top, #ffa365, #ff7518); + background-image: -o-linear-gradient(top, #ffa365, #ff7518); + background-image: linear-gradient(to bottom, #ffa365, #ff7518); background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8b64d', endColorstr='#fff09609', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa365', endColorstr='#ffff7518', GradientType=0); } .progress-warning.progress-striped .bar, .progress-striped .bar-warning { - background-color: #f8b64d; + background-color: #ffa365; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); @@ -5053,13 +5053,19 @@ blockquote small { .navbar .navbar-search .search-query { line-height: normal; } +.navbar-inverse .brand, +.navbar-inverse .nav > li > a { + text-shadow: none; +} +.navbar-inverse .brand:hover, .navbar-inverse .nav > .active > a, .navbar-inverse .nav > .active > a:hover, .navbar-inverse .nav > .active > a:focus { + background-color: rgba(0, 0, 0, 0.05); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; - background-color: rgba(0, 0, 0, 0.05); + color: #ffffff; } .navbar-inverse .navbar-search .search-query { color: #080808; @@ -5098,7 +5104,7 @@ div.subnav-fixed { } .nav .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover { - color: #5192fb; + color: #007fff; } .nav-tabs > li > a { -webkit-border-radius: 0; @@ -5106,7 +5112,7 @@ div.subnav-fixed { border-radius: 0; } .nav-tabs.nav-stacked > li > a:hover { - background-color: #5192fb; + background-color: #007fff; color: #ffffff; } .nav-tabs.nav-stacked > .active > a, @@ -5140,7 +5146,7 @@ div.subnav-fixed { color: #080808; } .nav-list > li > a:hover { - background-color: #5192fb; + background-color: #007fff; color: #ffffff; text-shadow: none; } @@ -5292,34 +5298,34 @@ input[type="color"] { .control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline { - color: #f09609; + color: #ff7518; } .control-group.warning input, .control-group.warning select, .control-group.warning textarea { - border-color: #f09609; + border-color: #ff7518; color: #080808; } .control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline { - color: #e51400; + color: #ff0039; } .control-group.error input, .control-group.error select, .control-group.error textarea { - border-color: #e51400; + border-color: #ff0039; color: #080808; } .control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline { - color: #00a301; + color: #3fb618; } .control-group.success input, .control-group.success select, .control-group.success textarea { - border-color: #00a301; + border-color: #3fb618; color: #080808; } legend { @@ -5360,16 +5366,16 @@ legend { text-shadow: none; } .label-success { - background-color: #00a301; + background-color: #3fb618; } .label-important { - background-color: #e51400; + background-color: #ff0039; } .label-info { - background-color: #5192fb; + background-color: #9954bb; } .label-inverse { - background-color: #bbbbbb; + background-color: #000000; } .badge { -webkit-border-radius: 0; @@ -5379,16 +5385,16 @@ legend { text-shadow: none; } .badge-success { - background-color: #00a301; + background-color: #3fb618; } .badge-important { - background-color: #e51400; + background-color: #ff0039; } .badge-info { - background-color: #5192fb; + background-color: #9954bb; } .badge-inverse { - background-color: #bbbbbb; + background-color: #000000; } .hero-unit { border: none; @@ -5432,20 +5438,20 @@ a.thumbnail:hover { background-image: none; } .progress .bar { - background-color: #5192fb; + background-color: #007fff; background-image: none; } .progress-info { - background-color: #852c99; + background-color: #9954bb; } .progress-success { - background-color: #00a301; + background-color: #3fb618; } .progress-warning { - background-color: #f09609; + background-color: #ff7518; } .progress-danger { - background-color: #e51400; + background-color: #ff0039; } .modal { -webkit-border-radius: 0;