diff --git a/css/sherman-grey.css b/css/sherman-grey.css index c8d2cb9..208e257 100644 --- a/css/sherman-grey.css +++ b/css/sherman-grey.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; /* Scss Document */ /* ==Color Variables @@ -1170,7 +1169,7 @@ body { font-size: 14px; line-height: 1.42857; color: #333333; - background-color: #fff; + background-color: white; } input, @@ -1218,8 +1217,8 @@ img { .img-thumbnail { padding: 4px; line-height: 1.42857; - background-color: #fff; - border: 1px solid #ddd; + background-color: white; + border: 1px solid #dddddd; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; @@ -1660,8 +1659,8 @@ code { kbd { padding: 2px 4px; font-size: 90%; - color: #fff; - background-color: #333; + color: white; + background-color: #333333; border-radius: 0; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } @@ -1680,8 +1679,8 @@ pre { word-break: break-all; word-wrap: break-word; color: #333333; - background-color: #f5f5f5; - border: 1px solid #ccc; + background-color: whitesmoke; + border: 1px solid #cccccc; border-radius: 0; } pre code { @@ -2617,11 +2616,11 @@ th { padding: 8px; line-height: 1.42857; vertical-align: top; - border-top: 1px solid #ddd; + border-top: 1px solid #dddddd; } .table > thead > tr > th { vertical-align: bottom; - border-bottom: 2px solid #ddd; + border-bottom: 2px solid #dddddd; } .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, @@ -2632,10 +2631,10 @@ th { border-top: 0; } .table > tbody + tbody { - border-top: 2px solid #ddd; + border-top: 2px solid #dddddd; } .table .table { - background-color: #fff; + background-color: white; } .table-condensed > thead > tr > th, @@ -2648,7 +2647,7 @@ th { } .table-bordered { - border: 1px solid #ddd; + border: 1px solid #dddddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, @@ -2656,7 +2655,7 @@ th { .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { - border: 1px solid #ddd; + border: 1px solid #dddddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { @@ -2670,7 +2669,7 @@ th { .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { - background-color: #f5f5f5; + background-color: whitesmoke; } table col[class*="col-"] { @@ -2696,7 +2695,7 @@ table th[class*="col-"] { .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { - background-color: #f5f5f5; + background-color: whitesmoke; } .table-hover > tbody > tr > td.active:hover, @@ -2783,7 +2782,7 @@ table th[class*="col-"] { overflow-y: hidden; overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; - border: 1px solid #ddd; + border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } .table-responsive > .table { @@ -2901,9 +2900,9 @@ output { font-size: 14px; line-height: 1.42857; color: #555555; - background-color: #fff; + background-color: white; background-image: none; - border: 1px solid #ccc; + border: 1px solid #cccccc; border-radius: 0; -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); @@ -3378,7 +3377,7 @@ select[multiple].input-lg, outline-offset: -2px; } .btn:hover, .btn:focus { - color: #fff; + color: white; text-decoration: none; } .btn:active, .btn.active { @@ -3397,12 +3396,12 @@ select[multiple].input-lg, } .btn-default { - color: #fff; + color: white; background-color: #193563; border-color: #0a1426; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { - color: #fff; + color: white; background-color: #0f1f3a; border-color: black; } @@ -3415,16 +3414,16 @@ select[multiple].input-lg, } .btn-default .badge { color: #193563; - background-color: #fff; + background-color: white; } .btn-primary { - color: #fff; + color: white; background-color: #676767; border-color: #5a5a5a; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { - color: #fff; + color: white; background-color: #4e4e4e; border-color: #3c3c3c; } @@ -3437,16 +3436,16 @@ select[multiple].input-lg, } .btn-primary .badge { color: #676767; - background-color: #fff; + background-color: white; } .btn-success { - color: #fff; + color: white; background-color: #48c239; border-color: #41ae33; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { - color: #fff; + color: white; background-color: #399b2d; border-color: #2f7f25; } @@ -3459,7 +3458,7 @@ select[multiple].input-lg, } .btn-success .badge { color: #48c239; - background-color: #fff; + background-color: white; } .btn-info { @@ -3507,12 +3506,12 @@ select[multiple].input-lg, } .btn-danger { - color: #fff; + color: white; background-color: #a01413; border-color: #891110; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { - color: #fff; + color: white; background-color: #720e0e; border-color: #530a0a; } @@ -3525,7 +3524,7 @@ select[multiple].input-lg, } .btn-danger .badge { color: #a01413; - background-color: #fff; + background-color: white; } .btn-link { @@ -3655,7 +3654,7 @@ tbody.collapse.in { font-size: 14px; text-align: left; background-color: #e9e9e9; - border: 1px solid #ccc; + border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); @@ -3678,18 +3677,18 @@ tbody.collapse.in { clear: both; font-weight: normal; line-height: 1.42857; - color: #444; + color: #444444; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; - color: #fff; + color: white; background-color: #b71717; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { - color: #000; + color: black; text-decoration: none; outline: 0; background-color: #d0d0d0; @@ -4020,7 +4019,7 @@ tbody.collapse.in { color: #555555; text-align: center; background-color: #eeeeee; - border: 1px solid #ccc; + border: 1px solid #cccccc; border-radius: 0; } .input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control, @@ -4144,7 +4143,7 @@ tbody.collapse.in { } .nav-tabs { - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dddddd; } .nav-tabs > li { float: left; @@ -4157,12 +4156,12 @@ tbody.collapse.in { border-radius: 0 0 0 0; } .nav-tabs > li > a:hover { - border-color: #eeeeee #eeeeee #ddd; + border-color: #eeeeee #eeeeee #dddddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; - background-color: #fff; - border: 1px solid #ddd; + background-color: white; + border: 1px solid #dddddd; border-bottom-color: transparent; cursor: default; } @@ -4177,7 +4176,7 @@ tbody.collapse.in { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { - color: #fff; + color: white; background-color: #676767; } @@ -4225,11 +4224,11 @@ tbody.collapse.in { .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { - border: 1px solid #ddd; + border: 1px solid #dddddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dddddd; border-radius: 0 0 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, @@ -4237,7 +4236,7 @@ tbody.collapse.in { .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { - border-bottom-color: #fff; + border-bottom-color: white; } } @@ -4574,7 +4573,7 @@ tbody.collapse.in { background-color: transparent; } .navbar-default .navbar-text { - color: #777; + color: #777777; } .navbar-default .navbar-nav > li > a { color: rgba(7, 26, 56, 0.7); @@ -4588,17 +4587,17 @@ tbody.collapse.in { background-color: transparent; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { - color: #ccc; + color: #cccccc; background-color: transparent; } .navbar-default .navbar-toggle { - border-color: #ddd; + border-color: #dddddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { - background-color: #ddd; + background-color: #dddddd; } .navbar-default .navbar-toggle .icon-bar { - background-color: #888; + background-color: #888888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { @@ -4621,7 +4620,7 @@ tbody.collapse.in { background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #ccc; + color: #cccccc; background-color: transparent; } } @@ -4638,18 +4637,18 @@ tbody.collapse.in { color: #071a38; } .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus { - color: #ccc; + color: #cccccc; } .navbar-inverse { - background-color: #222; + background-color: #222222; border-color: #090909; } .navbar-inverse .navbar-brand { color: #777777; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { - color: #fff; + color: white; background-color: transparent; } .navbar-inverse .navbar-text { @@ -4659,25 +4658,25 @@ tbody.collapse.in { color: #777777; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { - color: #fff; + color: white; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { - color: #fff; + color: white; background-color: #090909; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { - color: #444; + color: #444444; background-color: transparent; } .navbar-inverse .navbar-toggle { - border-color: #333; + border-color: #333333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { - background-color: #333; + background-color: #333333; } .navbar-inverse .navbar-toggle .icon-bar { - background-color: #fff; + background-color: white; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { @@ -4685,7 +4684,7 @@ tbody.collapse.in { } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #090909; - color: #fff; + color: white; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { @@ -4698,15 +4697,15 @@ tbody.collapse.in { color: #777777; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { - color: #fff; + color: white; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #fff; + color: white; background-color: #090909; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #444; + color: #444444; background-color: transparent; } } @@ -4714,32 +4713,32 @@ tbody.collapse.in { color: #777777; } .navbar-inverse .navbar-link:hover { - color: #fff; + color: white; } .navbar-inverse .btn-link { color: #777777; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { - color: #fff; + color: white; } .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus { - color: #444; + color: #444444; } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; - background-color: #f5f5f5; + background-color: whitesmoke; border-radius: 0; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { - content: "/ "; + content: "/\00a0"; padding: 0 5px; - color: #ccc; + color: #cccccc; } .breadcrumb > .active { color: #777777; @@ -4762,8 +4761,8 @@ tbody.collapse.in { line-height: 1.42857; text-decoration: none; color: #388ac3; - background-color: #fff; - border: 1px solid #ddd; + background-color: white; + border: 1px solid #dddddd; margin-left: -1px; } .pagination > li:first-child > a, @@ -4782,14 +4781,14 @@ tbody.collapse.in { .pagination > li > span:focus { color: #327caf; background-color: #eeeeee; - border-color: #ddd; + border-color: #dddddd; } .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus { z-index: 2; - color: #fff; + color: white; background-color: #676767; border-color: #676767; cursor: default; @@ -4801,8 +4800,8 @@ tbody.collapse.in { .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; - background-color: #fff; - border-color: #ddd; + background-color: white; + border-color: #dddddd; cursor: not-allowed; } @@ -4858,8 +4857,8 @@ tbody.collapse.in { .pager li > span { display: inline-block; padding: 5px 14px; - background-color: #fff; - border: 1px solid #ddd; + background-color: white; + border: 1px solid #dddddd; border-radius: 15px; } .pager li > a:hover, @@ -4880,7 +4879,7 @@ tbody.collapse.in { .pager .disabled > a:focus, .pager .disabled > span { color: #777777; - background-color: #fff; + background-color: white; cursor: not-allowed; } @@ -4890,7 +4889,7 @@ tbody.collapse.in { font-size: 75%; font-weight: bold; line-height: 1; - color: #fff; + color: white; text-align: center; white-space: nowrap; vertical-align: baseline; @@ -4905,7 +4904,7 @@ tbody.collapse.in { } a.label:hover, a.label:focus { - color: #fff; + color: white; text-decoration: none; cursor: pointer; } @@ -4958,7 +4957,7 @@ a.label:hover, a.label:focus { padding: 3px 7px; font-size: 12px; font-weight: bold; - color: #fff; + color: white; line-height: 1; vertical-align: baseline; white-space: nowrap; @@ -4979,14 +4978,14 @@ a.label:hover, a.label:focus { } a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #388ac3; - background-color: #fff; + background-color: white; } .nav-pills > li > a > .badge { margin-left: 3px; } a.badge:hover, a.badge:focus { - color: #fff; + color: white; text-decoration: none; cursor: pointer; } @@ -5035,8 +5034,8 @@ a.badge:hover, a.badge:focus { padding: 4px; margin-bottom: 20px; line-height: 1.42857; - background-color: #fff; - border: 1px solid #ddd; + background-color: white; + border: 1px solid #dddddd; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; @@ -5147,6 +5146,7 @@ a.thumbnail.active { from { background-position: 40px 0; } + to { background-position: 0 0; } @@ -5155,6 +5155,7 @@ a.thumbnail.active { from { background-position: 40px 0; } + to { background-position: 0 0; } @@ -5163,7 +5164,7 @@ a.thumbnail.active { overflow: hidden; height: 20px; margin-bottom: 20px; - background-color: #f5f5f5; + background-color: whitesmoke; border-radius: 0; -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); @@ -5175,7 +5176,7 @@ a.thumbnail.active { height: 100%; font-size: 12px; line-height: 20px; - color: #fff; + color: white; text-align: center; background-color: #676767; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); @@ -5292,8 +5293,8 @@ a.thumbnail.active { display: block; padding: 10px 15px; margin-bottom: -1px; - background-color: #fff; - border: 1px solid #ddd; + background-color: white; + border: 1px solid #dddddd; } .list-group-item:first-child { border-top-right-radius: 0; @@ -5312,15 +5313,15 @@ a.thumbnail.active { } a.list-group-item { - color: #555; + color: #555555; } a.list-group-item .list-group-item-heading { - color: #333; + color: #333333; } a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; - color: #555; - background-color: #f5f5f5; + color: #555555; + background-color: whitesmoke; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { @@ -5336,7 +5337,7 @@ a.list-group-item:hover, a.list-group-item:focus { } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; - color: #fff; + color: white; background-color: #676767; border-color: #676767; } @@ -5449,7 +5450,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel { margin-bottom: 20px; - background-color: #fff; + background-color: white; border: 1px solid transparent; border-radius: 0; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); @@ -5489,8 +5490,8 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel-footer { padding: 10px 15px; - background-color: #f5f5f5; - border-top: 1px solid #ddd; + background-color: whitesmoke; + border-top: 1px solid #dddddd; border-bottom-right-radius: -1; border-bottom-left-radius: -1; } @@ -5578,7 +5579,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive { - border-top: 1px solid #ddd; + border-top: 1px solid #dddddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { @@ -5655,39 +5656,39 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .panel-body { - border-top: 1px solid #ddd; + border-top: 1px solid #dddddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dddddd; } .panel-default { - border-color: #ddd; + border-color: #dddddd; } .panel-default > .panel-heading { color: #333333; - background-color: #f5f5f5; - border-color: #ddd; + background-color: whitesmoke; + border-color: #dddddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #ddd; + border-top-color: #dddddd; } .panel-default > .panel-heading .badge { - color: #f5f5f5; + color: whitesmoke; background-color: #333333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #ddd; + border-bottom-color: #dddddd; } .panel-primary { border-color: #676767; } .panel-primary > .panel-heading { - color: #fff; + color: white; background-color: #676767; border-color: #676767; } @@ -5696,7 +5697,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g } .panel-primary > .panel-heading .badge { color: #676767; - background-color: #fff; + background-color: white; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #676767; @@ -5808,7 +5809,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g min-height: 20px; padding: 19px; margin-bottom: 20px; - background-color: #f5f5f5; + background-color: whitesmoke; border: 1px solid #e3e3e3; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); @@ -5834,13 +5835,13 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g font-size: 21px; font-weight: bold; line-height: 1; - color: #000; - text-shadow: 0 1px 0 #fff; + color: black; + text-shadow: 0 1px 0 white; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { - color: #000; + color: black; text-decoration: none; cursor: pointer; opacity: 0.5; @@ -5897,8 +5898,8 @@ button.close { .modal-content { position: relative; - background-color: #fff; - border: 1px solid #999; + background-color: white; + border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); @@ -5914,7 +5915,7 @@ button.close { bottom: 0; left: 0; z-index: 1040; - background-color: #000; + background-color: black; } .modal-backdrop.fade { opacity: 0; @@ -6030,10 +6031,10 @@ button.close { .tooltip-inner { max-width: 200px; padding: 3px 8px; - color: #fff; + color: white; text-align: center; text-decoration: none; - background-color: #000; + background-color: black; border-radius: 0; } @@ -6050,52 +6051,52 @@ button.close { left: 50%; margin-left: -5px; border-width: 5px 5px 0; - border-top-color: #000; + border-top-color: black; } .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; - border-top-color: #000; + border-top-color: black; } .tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; - border-top-color: #000; + border-top-color: black; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; - border-right-color: #000; + border-right-color: black; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; - border-left-color: #000; + border-left-color: black; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; - border-bottom-color: #000; + border-bottom-color: black; } .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; - border-bottom-color: #000; + border-bottom-color: black; } .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; - border-bottom-color: #000; + border-bottom-color: black; } .popover { @@ -6107,9 +6108,9 @@ button.close { max-width: 276px; padding: 1px; text-align: left; - background-color: #fff; + background-color: white; background-clip: padding-box; - border: 1px solid #ccc; + border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); @@ -6175,7 +6176,7 @@ button.close { bottom: 1px; margin-left: -10px; border-bottom-width: 0; - border-top-color: #fff; + border-top-color: white; } .popover.right > .arrow { top: 50%; @@ -6190,7 +6191,7 @@ button.close { left: 1px; bottom: -10px; border-left-width: 0; - border-right-color: #fff; + border-right-color: white; } .popover.bottom > .arrow { left: 50%; @@ -6205,7 +6206,7 @@ button.close { top: 1px; margin-left: -10px; border-top-width: 0; - border-bottom-color: #fff; + border-bottom-color: white; } .popover.left > .arrow { top: 50%; @@ -6219,7 +6220,7 @@ button.close { content: " "; right: 1px; border-right-width: 0; - border-left-color: #fff; + border-left-color: white; bottom: -10px; } @@ -6287,7 +6288,7 @@ button.close { opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; - color: #fff; + color: white; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } @@ -6309,7 +6310,7 @@ button.close { } .carousel-control:hover, .carousel-control:focus { outline: 0; - color: #fff; + color: white; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); @@ -6364,7 +6365,7 @@ button.close { height: 10px; margin: 1px; text-indent: -999px; - border: 1px solid #fff; + border: 1px solid white; border-radius: 10px; cursor: pointer; background-color: #000 \9; @@ -6374,7 +6375,7 @@ button.close { margin: 0; width: 12px; height: 12px; - background-color: #fff; + background-color: white; } .carousel-caption { @@ -6385,7 +6386,7 @@ button.close { z-index: 10; padding-top: 20px; padding-bottom: 20px; - color: #fff; + color: white; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } @@ -6750,7 +6751,7 @@ button.close { - - - - - - - - - - - - - - - - - - - */ #uc-header { border-bottom: 1px solid transparent; - border-bottom-color: #fff; + border-bottom-color: white; } #uc-site-header { @@ -6819,9 +6820,9 @@ button.close { #nav-secondary { padding: 8px; border: 1px solid transparent; - border-color: #ccc; + border-color: #cccccc; border-radius: 0; - background-color: #fff; + background-color: white; font-size: 0.9em; } #nav-secondary .nav.nav-pills.nav-stacked a { @@ -6841,11 +6842,11 @@ button.close { color: inherit; } #nav-secondary .nav.nav-pills.nav-stacked a:hover { - background-color: #eee; + background-color: #eeeeee; } #nav-secondary .nav.nav-pills.nav-stacked .active a { background-color: #676767; - color: #fff; + color: white; } #nav-secondary .nav.nav-pills.nav-stacked .sub-menu { margin: 2px 0 2px 1.5em; @@ -6974,8 +6975,8 @@ button.close { border-radius: 0; margin: 0 0 1.5em 0; padding: 1em; - background-color: #fff; - color: #000; + background-color: white; + color: black; } #content .widget a { color: #388ac3; @@ -7201,7 +7202,7 @@ button.close { } #content .widget.uc-ecw .uc-cal-item .uc-cal-event { position: relative !important; - color: #113B7C !important; + color: #113b7c !important; /* inherits color from the .uc-cal-event , so the hovers text decorations work. @@ -7253,7 +7254,7 @@ button.close { text-transform: uppercase !important; letter-spacing: 1px !important; border-color: #eaeaea !important; - background-color: #f5f5f5 !important; + background-color: whitesmoke !important; color: #2e77b0 !important; } #content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { @@ -7263,7 +7264,7 @@ button.close { text-align: center !important; font-size: 150% !important; border-color: #eaeaea !important; - background-color: #f5f5f5 !important; + background-color: whitesmoke !important; color: #454545 !important; } #content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { @@ -7271,11 +7272,11 @@ button.close { } #content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { border-color: #eaeaea !important; - background-color: #fff !important; + background-color: white !important; color: inherit !important; } #content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-day { - background-color: #fff !important; + background-color: white !important; color: inherit !important; } #content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { @@ -7319,7 +7320,7 @@ code { --------------------------------------------------------------*/ #main { border-radius: 0; - background-color: #fff; + background-color: white; padding: 1em; overflow: hidden; /* @@ -7338,7 +7339,7 @@ code { /* POSTS --------------------------------------------------------------*/ .post { - background-color: #fff; + background-color: white; padding: 1em; } @@ -7409,11 +7410,11 @@ code { .comment { padding: 1em; border-top: 1px solid transparent; - border-top-color: #ccc; + border-top-color: #cccccc; } .comment.thread-odd { - background-color: #f5f5f5; + background-color: whitesmoke; } .comment-content a { @@ -7799,8 +7800,8 @@ q:before, table q:after { opacity: .7; } #events-table table tbody th.today { - background: #ccc; - color: #000; + background: #cccccc; + color: black; } #events-table table tbody td { border-top-width: 0; @@ -7852,7 +7853,7 @@ q:before, table q:after { background-color: #212121; margin: 0; border: 0px solid transparent; - border-color: #fff; + border-color: white; border-width: 1px 0 0 0; } @@ -7882,10 +7883,10 @@ body.sticky .ie8 #footers { margin: 0 0 1.5em 0; padding: 1em; background-color: transparent; - color: #aaa; + color: #aaaaaa; } #mega-footer .widget a { - color: #fff; + color: white; } #mega-footer .widget a:hover { color: #388ac3; @@ -7899,7 +7900,7 @@ body.sticky .ie8 #footers { #mega-footer .widget .widget-head h2 { margin: 0; font-size: 150%; - color: #aaa; + color: #aaaaaa; } #mega-footer .widget form { margin: 1em; @@ -8127,7 +8128,7 @@ body.sticky .ie8 #footers { float: left !important; position: relative !important; top: 0; - color: #113B7C !important; + color: #113b7c !important; } #mega-footer .widget.uc-ecw .uc-cal-item .uc-cal-event:hover { color: white !important; @@ -8279,7 +8280,7 @@ body { background: -o-linear-gradient(top, #e3e3e3 0%, #d4d4d4 100%); background: -ms-linear-gradient(top, #e3e3e3 0%, #d4d4d4 100%); background: linear-gradient(to bottom, #e3e3e3 0%, #d4d4d4 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#d4d4d4',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#d4d4d4',GradientType=0 ); } #masthead #site-title .col-sm-8 { padding-left: 5px; @@ -8301,28 +8302,28 @@ body { color: #03071b; } #masthead #site-title .searchform .form-control { - background-color: rgba(255, 255, 255, 0.2); - color: rgba(0, 0, 0, 0.5); + background-color: rgba(255, 255, 255, 0.9); + color: rgba(255, 255, 255, 0.5); border-radius: 0; border: none; height: auto; } #masthead #site-title .searchform .form-control::-webkit-input-placeholder { - color: gba(0, 0, 0, 0.3); + color: rgba(0, 0, 0, 0.3); } #masthead #site-title .searchform .form-control:-moz-placeholder { - color: gba(0, 0, 0, 0.3); + color: rgba(0, 0, 0, 0.3); } #masthead #site-title .searchform .form-control::-moz-placeholder { - color: gba(0, 0, 0, 0.3); + color: rgba(0, 0, 0, 0.3); } #masthead #site-title .searchform .form-control:-ms-input-placeholder { - color: gba(0, 0, 0, 0.3); + color: rgba(0, 0, 0, 0.3); } #masthead #site-title .searchform .btn { background: none; filter: none; - background-color: rgba(255, 255, 255, 0.3); + background-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.3); border: none; padding: 6px 12px; @@ -8330,7 +8331,7 @@ body { } #masthead #site-title .searchform .btn:hover { color: #fff; - background-color: rgba(217, 217, 217, 0.3); + background-color: rgba(0, 0, 0, 0.1); } #masthead #nav-wrapper #site-navigation { border-bottom: none; @@ -8645,9 +8646,9 @@ body { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #061224; opacity: 0.9; } @@ -8666,9 +8667,9 @@ body { background: -o-linear-gradient(top, #747474 0%, #676767 100%); background: -ms-linear-gradient(top, #747474 0%, #676767 100%); background: linear-gradient(to bottom, #747474 0%, #676767 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#676767, 5%)', endColorstr='#676767',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#676767, 5%)', endColorstr='#676767',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #535353; opacity: 0.9; } @@ -8687,9 +8688,9 @@ body { background: -o-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: -ms-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: linear-gradient(to bottom, #58ca4b 0%, #48c239 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#48c239, 5%)', endColorstr='#48c239',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#48c239, 5%)', endColorstr='#48c239',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #3ca230; opacity: 0.9; } @@ -8708,9 +8709,9 @@ body { background: -o-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: -ms-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: linear-gradient(to bottom, #e4e4e4 0%, #d7d7d7 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#d7d7d7, 5%)', endColorstr='#d7d7d7',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#d7d7d7, 5%)', endColorstr='#d7d7d7',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #c3c3c3; opacity: 0.9; color: #676767; @@ -8730,9 +8731,9 @@ body { background: -o-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: -ms-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: linear-gradient(to bottom, #e7cc49 0%, #e4c632 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#e4c632, 5%)', endColorstr='#e4c632',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#e4c632, 5%)', endColorstr='#e4c632',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #d2b31c; opacity: 0.9; color: #676767; @@ -8752,9 +8753,9 @@ body { background: -o-linear-gradient(top, #b71716 0%, #a01413 100%); background: -ms-linear-gradient(top, #b71716 0%, #a01413 100%); background: linear-gradient(to bottom, #b71716 0%, #a01413 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#a01413, 5%)', endColorstr='#a01413',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#a01413, 5%)', endColorstr='#a01413',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #7c0f0f; opacity: 0.9; } @@ -8773,9 +8774,9 @@ body { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #061224; opacity: 0.9; } @@ -8873,9 +8874,9 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #061224; opacity: 0.9; } @@ -8894,9 +8895,9 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #747474 0%, #676767 100%); background: -ms-linear-gradient(top, #747474 0%, #676767 100%); background: linear-gradient(to bottom, #747474 0%, #676767 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#676767, 5%)', endColorstr='#676767',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#676767, 5%)', endColorstr='#676767',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #535353; opacity: 0.9; } @@ -8915,9 +8916,9 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: -ms-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: linear-gradient(to bottom, #58ca4b 0%, #48c239 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#48c239, 5%)', endColorstr='#48c239',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#48c239, 5%)', endColorstr='#48c239',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #3ca230; opacity: 0.9; } @@ -8936,9 +8937,9 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: -ms-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: linear-gradient(to bottom, #e4e4e4 0%, #d7d7d7 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#d7d7d7, 5%)', endColorstr='#d7d7d7',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#d7d7d7, 5%)', endColorstr='#d7d7d7',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #c3c3c3; opacity: 0.9; color: #676767; @@ -8958,9 +8959,9 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: -ms-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: linear-gradient(to bottom, #e7cc49 0%, #e4c632 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#e4c632, 5%)', endColorstr='#e4c632',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#e4c632, 5%)', endColorstr='#e4c632',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #d2b31c; opacity: 0.9; color: #676767; @@ -8980,9 +8981,9 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #b71716 0%, #a01413 100%); background: -ms-linear-gradient(top, #b71716 0%, #a01413 100%); background: linear-gradient(to bottom, #b71716 0%, #a01413 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#a01413, 5%)', endColorstr='#a01413',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#a01413, 5%)', endColorstr='#a01413',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #7c0f0f; opacity: 0.9; } @@ -9001,9 +9002,9 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #061224; opacity: 0.9; } @@ -9019,5 +9020,3 @@ table .external .glyphicon-new-window { -webkit-box-shadow: inset 0 0 3px #0b2347; box-shadow: inset 0 0 3px #0b2347; } - -/*# sourceMappingURL=sherman-grey.css.map */ diff --git a/css/sherman-red.css b/css/sherman-red.css index 96dab8c..31ee2e0 100644 --- a/css/sherman-red.css +++ b/css/sherman-red.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; /* Scss Document */ /* ==Color Variables @@ -1170,7 +1169,7 @@ body { font-size: 14px; line-height: 1.42857; color: #333333; - background-color: #fff; + background-color: white; } input, @@ -1218,8 +1217,8 @@ img { .img-thumbnail { padding: 4px; line-height: 1.42857; - background-color: #fff; - border: 1px solid #ddd; + background-color: white; + border: 1px solid #dddddd; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; @@ -1660,8 +1659,8 @@ code { kbd { padding: 2px 4px; font-size: 90%; - color: #fff; - background-color: #333; + color: white; + background-color: #333333; border-radius: 0; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } @@ -1680,8 +1679,8 @@ pre { word-break: break-all; word-wrap: break-word; color: #333333; - background-color: #f5f5f5; - border: 1px solid #ccc; + background-color: whitesmoke; + border: 1px solid #cccccc; border-radius: 0; } pre code { @@ -2617,11 +2616,11 @@ th { padding: 8px; line-height: 1.42857; vertical-align: top; - border-top: 1px solid #ddd; + border-top: 1px solid #dddddd; } .table > thead > tr > th { vertical-align: bottom; - border-bottom: 2px solid #ddd; + border-bottom: 2px solid #dddddd; } .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, @@ -2632,10 +2631,10 @@ th { border-top: 0; } .table > tbody + tbody { - border-top: 2px solid #ddd; + border-top: 2px solid #dddddd; } .table .table { - background-color: #fff; + background-color: white; } .table-condensed > thead > tr > th, @@ -2648,7 +2647,7 @@ th { } .table-bordered { - border: 1px solid #ddd; + border: 1px solid #dddddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, @@ -2656,7 +2655,7 @@ th { .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { - border: 1px solid #ddd; + border: 1px solid #dddddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { @@ -2670,7 +2669,7 @@ th { .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { - background-color: #f5f5f5; + background-color: whitesmoke; } table col[class*="col-"] { @@ -2696,7 +2695,7 @@ table th[class*="col-"] { .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { - background-color: #f5f5f5; + background-color: whitesmoke; } .table-hover > tbody > tr > td.active:hover, @@ -2783,7 +2782,7 @@ table th[class*="col-"] { overflow-y: hidden; overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; - border: 1px solid #ddd; + border: 1px solid #dddddd; -webkit-overflow-scrolling: touch; } .table-responsive > .table { @@ -2901,9 +2900,9 @@ output { font-size: 14px; line-height: 1.42857; color: #555555; - background-color: #fff; + background-color: white; background-image: none; - border: 1px solid #ccc; + border: 1px solid #cccccc; border-radius: 0; -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); @@ -3378,7 +3377,7 @@ select[multiple].input-lg, outline-offset: -2px; } .btn:hover, .btn:focus { - color: #fff; + color: white; text-decoration: none; } .btn:active, .btn.active { @@ -3397,12 +3396,12 @@ select[multiple].input-lg, } .btn-default { - color: #fff; + color: white; background-color: #193563; border-color: #0a1426; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { - color: #fff; + color: white; background-color: #0f1f3a; border-color: black; } @@ -3415,16 +3414,16 @@ select[multiple].input-lg, } .btn-default .badge { color: #193563; - background-color: #fff; + background-color: white; } .btn-primary { - color: #fff; + color: white; background-color: #676767; border-color: #5a5a5a; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { - color: #fff; + color: white; background-color: #4e4e4e; border-color: #3c3c3c; } @@ -3437,16 +3436,16 @@ select[multiple].input-lg, } .btn-primary .badge { color: #676767; - background-color: #fff; + background-color: white; } .btn-success { - color: #fff; + color: white; background-color: #48c239; border-color: #41ae33; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { - color: #fff; + color: white; background-color: #399b2d; border-color: #2f7f25; } @@ -3459,7 +3458,7 @@ select[multiple].input-lg, } .btn-success .badge { color: #48c239; - background-color: #fff; + background-color: white; } .btn-info { @@ -3507,12 +3506,12 @@ select[multiple].input-lg, } .btn-danger { - color: #fff; + color: white; background-color: #a01413; border-color: #891110; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { - color: #fff; + color: white; background-color: #720e0e; border-color: #530a0a; } @@ -3525,7 +3524,7 @@ select[multiple].input-lg, } .btn-danger .badge { color: #a01413; - background-color: #fff; + background-color: white; } .btn-link { @@ -3655,7 +3654,7 @@ tbody.collapse.in { font-size: 14px; text-align: left; background-color: #e9e9e9; - border: 1px solid #ccc; + border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); @@ -3684,12 +3683,12 @@ tbody.collapse.in { .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; - color: #fff; + color: white; background-color: #081b39; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { - color: #000; + color: black; text-decoration: none; outline: 0; background-color: #d0d0d0; @@ -4020,7 +4019,7 @@ tbody.collapse.in { color: #555555; text-align: center; background-color: #eeeeee; - border: 1px solid #ccc; + border: 1px solid #cccccc; border-radius: 0; } .input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control, @@ -4144,7 +4143,7 @@ tbody.collapse.in { } .nav-tabs { - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dddddd; } .nav-tabs > li { float: left; @@ -4157,12 +4156,12 @@ tbody.collapse.in { border-radius: 0 0 0 0; } .nav-tabs > li > a:hover { - border-color: #eeeeee #eeeeee #ddd; + border-color: #eeeeee #eeeeee #dddddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; - background-color: #fff; - border: 1px solid #ddd; + background-color: white; + border: 1px solid #dddddd; border-bottom-color: transparent; cursor: default; } @@ -4177,7 +4176,7 @@ tbody.collapse.in { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { - color: #fff; + color: white; background-color: #676767; } @@ -4225,11 +4224,11 @@ tbody.collapse.in { .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { - border: 1px solid #ddd; + border: 1px solid #dddddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dddddd; border-radius: 0 0 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, @@ -4237,7 +4236,7 @@ tbody.collapse.in { .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { - border-bottom-color: #fff; + border-bottom-color: white; } } @@ -4574,13 +4573,13 @@ tbody.collapse.in { background-color: transparent; } .navbar-default .navbar-text { - color: #777; + color: #777777; } .navbar-default .navbar-nav > li > a { color: white; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { - color: #ccc; + color: #cccccc; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { @@ -4588,17 +4587,17 @@ tbody.collapse.in { background-color: transparent; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { - color: #ccc; + color: #cccccc; background-color: transparent; } .navbar-default .navbar-toggle { - border-color: #ddd; + border-color: #dddddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { - background-color: #ddd; + background-color: #dddddd; } .navbar-default .navbar-toggle .icon-bar { - background-color: #888; + background-color: #888888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { @@ -4613,7 +4612,7 @@ tbody.collapse.in { color: white; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { - color: #ccc; + color: #cccccc; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { @@ -4621,7 +4620,7 @@ tbody.collapse.in { background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #ccc; + color: #cccccc; background-color: transparent; } } @@ -4629,27 +4628,27 @@ tbody.collapse.in { color: white; } .navbar-default .navbar-link:hover { - color: #ccc; + color: #cccccc; } .navbar-default .btn-link { color: white; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { - color: #ccc; + color: #cccccc; } .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus { - color: #ccc; + color: #cccccc; } .navbar-inverse { - background-color: #222; + background-color: #222222; border-color: #090909; } .navbar-inverse .navbar-brand { color: #777777; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { - color: #fff; + color: white; background-color: transparent; } .navbar-inverse .navbar-text { @@ -4659,25 +4658,25 @@ tbody.collapse.in { color: #777777; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { - color: #fff; + color: white; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { - color: #fff; + color: white; background-color: #090909; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { - color: #444; + color: #444444; background-color: transparent; } .navbar-inverse .navbar-toggle { - border-color: #333; + border-color: #333333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { - background-color: #333; + background-color: #333333; } .navbar-inverse .navbar-toggle .icon-bar { - background-color: #fff; + background-color: white; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { @@ -4685,7 +4684,7 @@ tbody.collapse.in { } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #090909; - color: #fff; + color: white; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { @@ -4698,15 +4697,15 @@ tbody.collapse.in { color: #777777; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { - color: #fff; + color: white; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #fff; + color: white; background-color: #090909; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #444; + color: #444444; background-color: transparent; } } @@ -4714,32 +4713,32 @@ tbody.collapse.in { color: #777777; } .navbar-inverse .navbar-link:hover { - color: #fff; + color: white; } .navbar-inverse .btn-link { color: #777777; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { - color: #fff; + color: white; } .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus { - color: #444; + color: #444444; } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; - background-color: #f5f5f5; + background-color: whitesmoke; border-radius: 0; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { - content: "/ "; + content: "/\00a0"; padding: 0 5px; - color: #ccc; + color: #cccccc; } .breadcrumb > .active { color: #777777; @@ -4762,8 +4761,8 @@ tbody.collapse.in { line-height: 1.42857; text-decoration: none; color: #113b7c; - background-color: #fff; - border: 1px solid #ddd; + background-color: white; + border: 1px solid #dddddd; margin-left: -1px; } .pagination > li:first-child > a, @@ -4782,14 +4781,14 @@ tbody.collapse.in { .pagination > li > span:focus { color: #081b39; background-color: #eeeeee; - border-color: #ddd; + border-color: #dddddd; } .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus { z-index: 2; - color: #fff; + color: white; background-color: #676767; border-color: #676767; cursor: default; @@ -4801,8 +4800,8 @@ tbody.collapse.in { .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; - background-color: #fff; - border-color: #ddd; + background-color: white; + border-color: #dddddd; cursor: not-allowed; } @@ -4858,8 +4857,8 @@ tbody.collapse.in { .pager li > span { display: inline-block; padding: 5px 14px; - background-color: #fff; - border: 1px solid #ddd; + background-color: white; + border: 1px solid #dddddd; border-radius: 15px; } .pager li > a:hover, @@ -4880,7 +4879,7 @@ tbody.collapse.in { .pager .disabled > a:focus, .pager .disabled > span { color: #777777; - background-color: #fff; + background-color: white; cursor: not-allowed; } @@ -4890,7 +4889,7 @@ tbody.collapse.in { font-size: 75%; font-weight: bold; line-height: 1; - color: #fff; + color: white; text-align: center; white-space: nowrap; vertical-align: baseline; @@ -4905,7 +4904,7 @@ tbody.collapse.in { } a.label:hover, a.label:focus { - color: #fff; + color: white; text-decoration: none; cursor: pointer; } @@ -4958,7 +4957,7 @@ a.label:hover, a.label:focus { padding: 3px 7px; font-size: 12px; font-weight: bold; - color: #fff; + color: white; line-height: 1; vertical-align: baseline; white-space: nowrap; @@ -4979,14 +4978,14 @@ a.label:hover, a.label:focus { } a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #113b7c; - background-color: #fff; + background-color: white; } .nav-pills > li > a > .badge { margin-left: 3px; } a.badge:hover, a.badge:focus { - color: #fff; + color: white; text-decoration: none; cursor: pointer; } @@ -5035,8 +5034,8 @@ a.badge:hover, a.badge:focus { padding: 4px; margin-bottom: 20px; line-height: 1.42857; - background-color: #fff; - border: 1px solid #ddd; + background-color: white; + border: 1px solid #dddddd; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; @@ -5147,6 +5146,7 @@ a.thumbnail.active { from { background-position: 40px 0; } + to { background-position: 0 0; } @@ -5155,6 +5155,7 @@ a.thumbnail.active { from { background-position: 40px 0; } + to { background-position: 0 0; } @@ -5163,7 +5164,7 @@ a.thumbnail.active { overflow: hidden; height: 20px; margin-bottom: 20px; - background-color: #f5f5f5; + background-color: whitesmoke; border-radius: 0; -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); @@ -5175,7 +5176,7 @@ a.thumbnail.active { height: 100%; font-size: 12px; line-height: 20px; - color: #fff; + color: white; text-align: center; background-color: #676767; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); @@ -5292,8 +5293,8 @@ a.thumbnail.active { display: block; padding: 10px 15px; margin-bottom: -1px; - background-color: #fff; - border: 1px solid #ddd; + background-color: white; + border: 1px solid #dddddd; } .list-group-item:first-child { border-top-right-radius: 0; @@ -5312,15 +5313,15 @@ a.thumbnail.active { } a.list-group-item { - color: #555; + color: #555555; } a.list-group-item .list-group-item-heading { - color: #333; + color: #333333; } a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; - color: #555; - background-color: #f5f5f5; + color: #555555; + background-color: whitesmoke; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { @@ -5336,7 +5337,7 @@ a.list-group-item:hover, a.list-group-item:focus { } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; - color: #fff; + color: white; background-color: #676767; border-color: #676767; } @@ -5449,7 +5450,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel { margin-bottom: 20px; - background-color: #fff; + background-color: white; border: 1px solid transparent; border-radius: 0; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); @@ -5489,8 +5490,8 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel-footer { padding: 10px 15px; - background-color: #f5f5f5; - border-top: 1px solid #ddd; + background-color: whitesmoke; + border-top: 1px solid #dddddd; border-bottom-right-radius: -1; border-bottom-left-radius: -1; } @@ -5578,7 +5579,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive { - border-top: 1px solid #ddd; + border-top: 1px solid #dddddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { @@ -5655,39 +5656,39 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .panel-body { - border-top: 1px solid #ddd; + border-top: 1px solid #dddddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dddddd; } .panel-default { - border-color: #ddd; + border-color: #dddddd; } .panel-default > .panel-heading { color: #333333; - background-color: #f5f5f5; - border-color: #ddd; + background-color: whitesmoke; + border-color: #dddddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #ddd; + border-top-color: #dddddd; } .panel-default > .panel-heading .badge { - color: #f5f5f5; + color: whitesmoke; background-color: #333333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #ddd; + border-bottom-color: #dddddd; } .panel-primary { border-color: #676767; } .panel-primary > .panel-heading { - color: #fff; + color: white; background-color: #676767; border-color: #676767; } @@ -5696,7 +5697,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g } .panel-primary > .panel-heading .badge { color: #676767; - background-color: #fff; + background-color: white; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #676767; @@ -5808,7 +5809,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g min-height: 20px; padding: 19px; margin-bottom: 20px; - background-color: #f5f5f5; + background-color: whitesmoke; border: 1px solid #e3e3e3; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); @@ -5834,13 +5835,13 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g font-size: 21px; font-weight: bold; line-height: 1; - color: #000; - text-shadow: 0 1px 0 #fff; + color: black; + text-shadow: 0 1px 0 white; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { - color: #000; + color: black; text-decoration: none; cursor: pointer; opacity: 0.5; @@ -5897,8 +5898,8 @@ button.close { .modal-content { position: relative; - background-color: #fff; - border: 1px solid #999; + background-color: white; + border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); @@ -5914,7 +5915,7 @@ button.close { bottom: 0; left: 0; z-index: 1040; - background-color: #000; + background-color: black; } .modal-backdrop.fade { opacity: 0; @@ -6030,10 +6031,10 @@ button.close { .tooltip-inner { max-width: 200px; padding: 3px 8px; - color: #fff; + color: white; text-align: center; text-decoration: none; - background-color: #000; + background-color: black; border-radius: 0; } @@ -6050,52 +6051,52 @@ button.close { left: 50%; margin-left: -5px; border-width: 5px 5px 0; - border-top-color: #000; + border-top-color: black; } .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; - border-top-color: #000; + border-top-color: black; } .tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; - border-top-color: #000; + border-top-color: black; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; - border-right-color: #000; + border-right-color: black; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; - border-left-color: #000; + border-left-color: black; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; - border-bottom-color: #000; + border-bottom-color: black; } .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; - border-bottom-color: #000; + border-bottom-color: black; } .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; - border-bottom-color: #000; + border-bottom-color: black; } .popover { @@ -6107,9 +6108,9 @@ button.close { max-width: 276px; padding: 1px; text-align: left; - background-color: #fff; + background-color: white; background-clip: padding-box; - border: 1px solid #ccc; + border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); @@ -6175,7 +6176,7 @@ button.close { bottom: 1px; margin-left: -10px; border-bottom-width: 0; - border-top-color: #fff; + border-top-color: white; } .popover.right > .arrow { top: 50%; @@ -6190,7 +6191,7 @@ button.close { left: 1px; bottom: -10px; border-left-width: 0; - border-right-color: #fff; + border-right-color: white; } .popover.bottom > .arrow { left: 50%; @@ -6205,7 +6206,7 @@ button.close { top: 1px; margin-left: -10px; border-top-width: 0; - border-bottom-color: #fff; + border-bottom-color: white; } .popover.left > .arrow { top: 50%; @@ -6219,7 +6220,7 @@ button.close { content: " "; right: 1px; border-right-width: 0; - border-left-color: #fff; + border-left-color: white; bottom: -10px; } @@ -6287,7 +6288,7 @@ button.close { opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; - color: #fff; + color: white; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } @@ -6309,7 +6310,7 @@ button.close { } .carousel-control:hover, .carousel-control:focus { outline: 0; - color: #fff; + color: white; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); @@ -6364,7 +6365,7 @@ button.close { height: 10px; margin: 1px; text-indent: -999px; - border: 1px solid #fff; + border: 1px solid white; border-radius: 10px; cursor: pointer; background-color: #000 \9; @@ -6374,7 +6375,7 @@ button.close { margin: 0; width: 12px; height: 12px; - background-color: #fff; + background-color: white; } .carousel-caption { @@ -6385,7 +6386,7 @@ button.close { z-index: 10; padding-top: 20px; padding-bottom: 20px; - color: #fff; + color: white; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } @@ -6750,7 +6751,7 @@ button.close { - - - - - - - - - - - - - - - - - - - */ #uc-header { border-bottom: 1px solid transparent; - border-bottom-color: #fff; + border-bottom-color: white; } #uc-site-header { @@ -6819,9 +6820,9 @@ button.close { #nav-secondary { padding: 8px; border: 1px solid transparent; - border-color: #ccc; + border-color: #cccccc; border-radius: 0; - background-color: #fff; + background-color: white; font-size: 0.9em; } #nav-secondary .nav.nav-pills.nav-stacked a { @@ -6841,11 +6842,11 @@ button.close { color: inherit; } #nav-secondary .nav.nav-pills.nav-stacked a:hover { - background-color: #eee; + background-color: #eeeeee; } #nav-secondary .nav.nav-pills.nav-stacked .active a { background-color: #676767; - color: #fff; + color: white; } #nav-secondary .nav.nav-pills.nav-stacked .sub-menu { margin: 2px 0 2px 1.5em; @@ -6974,8 +6975,8 @@ button.close { border-radius: 0; margin: 0 0 1.5em 0; padding: 1em; - background-color: #fff; - color: #000; + background-color: white; + color: black; } #content .widget a { color: #113b7c; @@ -6992,7 +6993,7 @@ button.close { #content .widget .widget-head h2 { margin: 0; font-size: 150%; - color: #081B39; + color: #081b39; } #content .widget form { margin: 1em; @@ -7253,7 +7254,7 @@ button.close { text-transform: uppercase !important; letter-spacing: 1px !important; border-color: #eaeaea !important; - background-color: #f5f5f5 !important; + background-color: whitesmoke !important; color: #b02e36 !important; } #content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { @@ -7263,7 +7264,7 @@ button.close { text-align: center !important; font-size: 150% !important; border-color: #eaeaea !important; - background-color: #f5f5f5 !important; + background-color: whitesmoke !important; color: #6b6b6b !important; } #content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { @@ -7271,11 +7272,11 @@ button.close { } #content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { border-color: #eaeaea !important; - background-color: #fff !important; + background-color: white !important; color: inherit !important; } #content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-day { - background-color: #fff !important; + background-color: white !important; color: inherit !important; } #content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { @@ -7319,7 +7320,7 @@ code { --------------------------------------------------------------*/ #main { border-radius: 0; - background-color: #fff; + background-color: white; padding: 1em; overflow: hidden; /* @@ -7338,7 +7339,7 @@ code { /* POSTS --------------------------------------------------------------*/ .post { - background-color: #fff; + background-color: white; padding: 1em; } @@ -7409,11 +7410,11 @@ code { .comment { padding: 1em; border-top: 1px solid transparent; - border-top-color: #ccc; + border-top-color: #cccccc; } .comment.thread-odd { - background-color: #f5f5f5; + background-color: whitesmoke; } .comment-content a { @@ -7799,8 +7800,8 @@ q:before, table q:after { opacity: .7; } #events-table table tbody th.today { - background: #ccc; - color: #000; + background: #cccccc; + color: black; } #events-table table tbody td { border-top-width: 0; @@ -7852,7 +7853,7 @@ q:before, table q:after { background-color: #212121; margin: 0; border: 0px solid transparent; - border-color: #BC3E3E; + border-color: #bc3e3e; border-width: 1px 0 0 0; } @@ -7882,10 +7883,10 @@ body.sticky .ie8 #footers { margin: 0 0 1.5em 0; padding: 1em; background-color: transparent; - color: #aaa; + color: #aaaaaa; } #mega-footer .widget a { - color: #fff; + color: white; } #mega-footer .widget a:hover { color: #113b7c; @@ -7899,7 +7900,7 @@ body.sticky .ie8 #footers { #mega-footer .widget .widget-head h2 { margin: 0; font-size: 150%; - color: #aaa; + color: #aaaaaa; } #mega-footer .widget form { margin: 1em; @@ -8265,7 +8266,7 @@ body { } #uc-header { - border-bottom-color: #BC3E3E; + border-bottom-color: #bc3e3e; } /* Masthead @@ -8279,7 +8280,7 @@ body { background: -o-linear-gradient(top, #ab140d 0%, #9b0000 100%); background: -ms-linear-gradient(top, #ab140d 0%, #9b0000 100%); background: linear-gradient(to bottom, #ab140d 0%, #9b0000 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab140d', endColorstr='#9b0000',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab140d', endColorstr='#9b0000',GradientType=0 ); } #masthead #site-title .col-sm-8 { padding-left: 5px; @@ -8288,14 +8289,14 @@ body { padding-left: 8px; } #masthead #site-title .col-sm-8 #uc-site-header #uc-site-parent a { - color: #fff; + color: white; text-transform: uppercase; } #masthead #site-title .col-sm-8 #uc-site-header #uc-site-parent a:hover { color: #d9d9d9; } #masthead #site-title .col-sm-8 #uc-site-header #uc-site-title a { - color: #fff; + color: white; } #masthead #site-title .col-sm-8 #uc-site-header #uc-site-title a:hover { color: #d9d9d9; @@ -8354,7 +8355,7 @@ body { margin-bottom: -1px; } #masthead #nav-wrapper #site-navigation .navbar-header .navbar-brand { - color: #fff; + color: white; margin-top: 4px; } #masthead #nav-wrapper #site-navigation .navbar-collapse { @@ -8407,7 +8408,7 @@ body { } } #masthead #nav-wrapper #site-navigation .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: #fff; + color: white; } @media (min-width: 768px) { #masthead #nav-wrapper #site-navigation .navbar-collapse .nav > li:first-child > a { @@ -8645,9 +8646,9 @@ body { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #061224; opacity: 0.9; } @@ -8666,9 +8667,9 @@ body { background: -o-linear-gradient(top, #747474 0%, #676767 100%); background: -ms-linear-gradient(top, #747474 0%, #676767 100%); background: linear-gradient(to bottom, #747474 0%, #676767 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#676767, 5%)', endColorstr='#676767',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#676767, 5%)', endColorstr='#676767',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #535353; opacity: 0.9; } @@ -8687,9 +8688,9 @@ body { background: -o-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: -ms-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: linear-gradient(to bottom, #58ca4b 0%, #48c239 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#48c239, 5%)', endColorstr='#48c239',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#48c239, 5%)', endColorstr='#48c239',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #3ca230; opacity: 0.9; } @@ -8708,9 +8709,9 @@ body { background: -o-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: -ms-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: linear-gradient(to bottom, #e4e4e4 0%, #d7d7d7 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#d7d7d7, 5%)', endColorstr='#d7d7d7',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#d7d7d7, 5%)', endColorstr='#d7d7d7',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #c3c3c3; opacity: 0.9; color: #676767; @@ -8730,9 +8731,9 @@ body { background: -o-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: -ms-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: linear-gradient(to bottom, #e7cc49 0%, #e4c632 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#e4c632, 5%)', endColorstr='#e4c632',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#e4c632, 5%)', endColorstr='#e4c632',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #d2b31c; opacity: 0.9; color: #676767; @@ -8752,9 +8753,9 @@ body { background: -o-linear-gradient(top, #b71716 0%, #a01413 100%); background: -ms-linear-gradient(top, #b71716 0%, #a01413 100%); background: linear-gradient(to bottom, #b71716 0%, #a01413 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#a01413, 5%)', endColorstr='#a01413',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#a01413, 5%)', endColorstr='#a01413',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #7c0f0f; opacity: 0.9; } @@ -8773,9 +8774,9 @@ body { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #061224; opacity: 0.9; } @@ -8873,9 +8874,9 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #061224; opacity: 0.9; } @@ -8894,9 +8895,9 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #747474 0%, #676767 100%); background: -ms-linear-gradient(top, #747474 0%, #676767 100%); background: linear-gradient(to bottom, #747474 0%, #676767 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#676767, 5%)', endColorstr='#676767',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#676767, 5%)', endColorstr='#676767',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #535353; opacity: 0.9; } @@ -8915,9 +8916,9 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: -ms-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: linear-gradient(to bottom, #58ca4b 0%, #48c239 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#48c239, 5%)', endColorstr='#48c239',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#48c239, 5%)', endColorstr='#48c239',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #3ca230; opacity: 0.9; } @@ -8936,9 +8937,9 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: -ms-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: linear-gradient(to bottom, #e4e4e4 0%, #d7d7d7 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#d7d7d7, 5%)', endColorstr='#d7d7d7',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#d7d7d7, 5%)', endColorstr='#d7d7d7',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #c3c3c3; opacity: 0.9; color: #676767; @@ -8958,9 +8959,9 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: -ms-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: linear-gradient(to bottom, #e7cc49 0%, #e4c632 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#e4c632, 5%)', endColorstr='#e4c632',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#e4c632, 5%)', endColorstr='#e4c632',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #d2b31c; opacity: 0.9; color: #676767; @@ -8980,9 +8981,9 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #b71716 0%, #a01413 100%); background: -ms-linear-gradient(top, #b71716 0%, #a01413 100%); background: linear-gradient(to bottom, #b71716 0%, #a01413 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#a01413, 5%)', endColorstr='#a01413',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#a01413, 5%)', endColorstr='#a01413',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #7c0f0f; opacity: 0.9; } @@ -9001,9 +9002,9 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); filter: none; - color: #fff; + color: white; border-color: #061224; opacity: 0.9; } @@ -9019,5 +9020,3 @@ table .external .glyphicon-new-window { -webkit-box-shadow: inset 0 0 3px #0b2347; box-shadow: inset 0 0 3px #0b2347; } - -/*# sourceMappingURL=sherman-red.css.map */ diff --git a/css/sherman-variables-grey.css b/css/sherman-variables-grey.css index 7e10df5..ed79504 100644 --- a/css/sherman-variables-grey.css +++ b/css/sherman-variables-grey.css @@ -9,24 +9,7 @@ ONLY color variables in this sheet please. Other variables belong in sherman-variables-common.scss. -*/ -/* -$uc-ecw-month-bg: #f5f5f5; -$uc-ecw-month-color: #2e77b0; -$uc-ecw-day-bg: #f5f5f5; -$uc-ecw-day-color: #454545; -$uc-ecw-title-color: #113B7C; -$uc-ecw-title-hover: darken($uc-ecw-title-color, 15%); -$uc-ecw-time-color: #113B7C; -$uc-ecw-time-hover: darken($uc-ecw-time-color, 15%); -*/ -/* -$megafooter-widget-color: rgba(255,255,255, 0.6); -$megafooter-widget-head-color: #999999!important; */ /* Primary Colors (Bootstrap) */ /* Buttons, define text, background and border color. */ /* Sherman Only Variables */ -/* Main Search Form */ -/* Body Search Form */ -/* Widget Search Form */ diff --git a/css/sherman-variables-red.css b/css/sherman-variables-red.css index 1767dd2..ed79504 100644 --- a/css/sherman-variables-red.css +++ b/css/sherman-variables-red.css @@ -13,6 +13,3 @@ /* Primary Colors (Bootstrap) */ /* Buttons, define text, background and border color. */ /* Sherman Only Variables */ -/* Main Search Form */ -/* Body Search Form */ -/* Footer Search Form */ diff --git a/sass/sherman-variables-grey.scss b/sass/sherman-variables-grey.scss index 15c74f8..d32e97a 100644 --- a/sass/sherman-variables-grey.scss +++ b/sass/sherman-variables-grey.scss @@ -152,11 +152,11 @@ $sh-header1-color: #ac0000; // Search // Header -$sh-masthead-search-btn-bg: rgba(255, 255, 255, .3); +$sh-masthead-search-btn-bg: rgba(0, 0, 0, .1); $sh-masthead-search-btn-color: rgba(0, 0, 0, .3); -$sh-masthead-search-input-bg: rgba(255, 255, 255, .2); -$sh-masthead-search-input-color: rgba(0, 0, 0, .5); -$sh-masthead-search-input-placeholder-color: gba(0, 0, 0, .3); +$sh-masthead-search-input-bg: rgba(255, 255, 255, .9); +$sh-masthead-search-input-color: rgba(255, 255, 255, .5); +$sh-masthead-search-input-placeholder-color: rgba(0, 0, 0, .3); // Content $sh-content-search-btn-bg: $brand-default; $sh-content-search-btn-color: rgba(255, 255, 255, .2);