diff --git a/css/sherman-black.css b/css/sherman-black.css index 42c2d6d..4192fe2 100644 --- a/css/sherman-black.css +++ b/css/sherman-black.css @@ -6960,6 +6960,21 @@ button.close { /* - - - - - - - - - - - - - - - - - - - == Widgets - - - - - - - - - - - - - - - - - - - */ +.widget-placeholder { + padding: 2em !important; + border: 4px dashed #ccc !important; + color: #696969 !important; +} +.widget-placeholder * { + color: #696969 !important; + font-size: 1em !important; + margin: auto !important; +} +.widget-placeholder h3 { + margin-bottom: 1em !important; + color: #474747 !important; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -6992,7 +7007,7 @@ button.close { #content .widget .widget-head h2 { margin: 0; font-size: 150%; - color: #9A0405; + color: #0b1860; } #content .widget form { margin: 1em; @@ -8322,15 +8337,16 @@ body { #masthead #site-title .searchform .btn { background: none; filter: none; - background-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.5); border: none; padding: 6px 12px; border-radius: 0px; + opacity: 1; } #masthead #site-title .searchform .btn:hover { color: #fff; - background-color: rgba(217, 217, 217, 0.3); + background-color: rgba(217, 217, 217, 0.2); } #masthead #nav-wrapper #site-navigation { border-bottom: none; @@ -8475,55 +8491,64 @@ body { /* Widgets - With Color Variables ==================================== */ -.widget { +#content .widget { margin: 0 0 10px; } -.widget .widget-head .widget-title { +#content .widget .widget-head .widget-title { font-weight: normal; } -.widget .searchform .form-control { +#content .widget.widget_search .searchform .form-control { background-color: rgba(0, 0, 0, 0.1); - color: rgba(0, 0, 0, 0.8); + color: rgba(0, 0, 0, 0.7); border-radius: 0; border: none; height: auto; } -.widget .searchform .form-control::-webkit-input-placeholder { +#content .widget.widget_search .searchform .form-control::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.5); } -.widget .searchform .form-control:-moz-placeholder { +#content .widget.widget_search .searchform .form-control:-moz-placeholder { color: rgba(0, 0, 0, 0.5); } -.widget .searchform .form-control::-moz-placeholder { +#content .widget.widget_search .searchform .form-control::-moz-placeholder { color: rgba(0, 0, 0, 0.5); } -.widget .searchform .form-control:-ms-input-placeholder { +#content .widget.widget_search .searchform .form-control:-ms-input-placeholder { color: rgba(0, 0, 0, 0.5); } -.widget .searchform .btn { +#content .widget.widget_search .searchform .btn { background: none; filter: none; - background-color: #0b2347; - color: rgba(255, 255, 255, 0.2); + background-color: rgba(0, 0, 0, 0.1); + color: rgba(0, 0, 0, 0.5); border: none; padding: 6px 12px; border-radius: 0px; + opacity: 1; } -.widget .searchform .btn:hover { +#content .widget.widget_search .searchform .btn:hover { color: #fff; - background-color: #010205; + background-color: rgba(0, 0, 0, 0.1); +} +#content .widget.widget_search fieldset { + border: 1px solid #ccc; } -.widget.uc-ecw .uc-cal .uc-cal-event-month { +#content .widget.widget_search fieldset .form-control { + box-shadow: none; + webkit-box-shadow: none; + moz-box-shadow: none; +} +#content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; } -.widget.uc-ecw .uc-cal .uc-cal-event-day { +#content .widget.uc-ecw .uc-cal .uc-cal-event-day { padding-top: 0.3em !important; } -.widget.uc-ecw .uc-cal .uc-cal-list a.uc-cal-event .uc-cal-event-date { +#content .widget.uc-ecw .uc-cal .uc-cal-list a.uc-cal-event .uc-cal-event-date { border: 1px solid #e5e5e5 !important; } -.widget.uc-ecw .uc-cal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-day { +#content .widget.uc-ecw .uc-cal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-day { padding-bottom: 0.2em !important; margin-top: -3px !important; color: #777777 !important; @@ -8600,37 +8625,38 @@ body { /* Footer ==================================== */ -#footers .searchform .form-control { +#footers #mega-footer .widget.widget_search .searchform .form-control { background-color: rgba(255, 255, 255, 0.2); color: white; border-radius: 0; border: none; height: auto; } -#footers .searchform .form-control::-webkit-input-placeholder { +#footers #mega-footer .widget.widget_search .searchform .form-control::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); } -#footers .searchform .form-control:-moz-placeholder { +#footers #mega-footer .widget.widget_search .searchform .form-control:-moz-placeholder { color: rgba(255, 255, 255, 0.5); } -#footers .searchform .form-control::-moz-placeholder { +#footers #mega-footer .widget.widget_search .searchform .form-control::-moz-placeholder { color: rgba(255, 255, 255, 0.5); } -#footers .searchform .form-control:-ms-input-placeholder { +#footers #mega-footer .widget.widget_search .searchform .form-control:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5); } -#footers .searchform .btn { +#footers #mega-footer .widget.widget_search .searchform .btn { background: none; filter: none; - background-color: #0b2347; - color: rgba(255, 255, 255, 0.2); + background-color: rgba(255, 255, 255, 0.2); + color: rgba(255, 255, 255, 0.5); border: none; padding: 6px 12px; border-radius: 0px; + opacity: 1; } -#footers .searchform .btn:hover { +#footers #mega-footer .widget.widget_search .searchform .btn:hover { color: #fff; - background-color: #010205; + background-color: rgba(217, 217, 217, 0.2); } @media (max-width: 767px) { #footers #mega-footer .btn { @@ -8830,6 +8856,10 @@ table .external .glyphicon-new-window { width: auto; } +#events-table #events-toolbar { + margin-bottom: 1.55em !important; +} + /* Profile Page ==================================== */ diff --git a/css/sherman-blue.css b/css/sherman-blue.css index 3d2ad33..b398b8f 100644 --- a/css/sherman-blue.css +++ b/css/sherman-blue.css @@ -6960,6 +6960,21 @@ button.close { /* - - - - - - - - - - - - - - - - - - - == Widgets - - - - - - - - - - - - - - - - - - - */ +.widget-placeholder { + padding: 2em !important; + border: 4px dashed #ccc !important; + color: #696969 !important; +} +.widget-placeholder * { + color: #696969 !important; + font-size: 1em !important; + margin: auto !important; +} +.widget-placeholder h3 { + margin-bottom: 1em !important; + color: #474747 !important; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -8322,15 +8337,16 @@ body { #masthead #site-title .searchform .btn { background: none; filter: none; - background-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.5); border: none; padding: 6px 12px; border-radius: 0px; + opacity: 1; } #masthead #site-title .searchform .btn:hover { color: #fff; - background-color: rgba(217, 217, 217, 0.3); + background-color: rgba(217, 217, 217, 0.2); } #masthead #nav-wrapper #site-navigation { border-bottom: none; @@ -8475,55 +8491,64 @@ body { /* Widgets - With Color Variables ==================================== */ -.widget { +#content .widget { margin: 0 0 10px; } -.widget .widget-head .widget-title { +#content .widget .widget-head .widget-title { font-weight: normal; } -.widget .searchform .form-control { +#content .widget.widget_search .searchform .form-control { background-color: rgba(0, 0, 0, 0.1); - color: rgba(0, 0, 0, 0.8); + color: rgba(0, 0, 0, 0.7); border-radius: 0; border: none; height: auto; } -.widget .searchform .form-control::-webkit-input-placeholder { +#content .widget.widget_search .searchform .form-control::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.5); } -.widget .searchform .form-control:-moz-placeholder { +#content .widget.widget_search .searchform .form-control:-moz-placeholder { color: rgba(0, 0, 0, 0.5); } -.widget .searchform .form-control::-moz-placeholder { +#content .widget.widget_search .searchform .form-control::-moz-placeholder { color: rgba(0, 0, 0, 0.5); } -.widget .searchform .form-control:-ms-input-placeholder { +#content .widget.widget_search .searchform .form-control:-ms-input-placeholder { color: rgba(0, 0, 0, 0.5); } -.widget .searchform .btn { +#content .widget.widget_search .searchform .btn { background: none; filter: none; - background-color: #0b2347; - color: rgba(255, 255, 255, 0.2); + background-color: rgba(0, 0, 0, 0.1); + color: rgba(0, 0, 0, 0.5); border: none; padding: 6px 12px; border-radius: 0px; + opacity: 1; } -.widget .searchform .btn:hover { +#content .widget.widget_search .searchform .btn:hover { color: #fff; - background-color: #010205; + background-color: rgba(0, 0, 0, 0.1); } -.widget.uc-ecw .uc-cal .uc-cal-event-month { +#content .widget.widget_search fieldset { + border: 1px solid #ccc; +} +#content .widget.widget_search fieldset .form-control { + box-shadow: none; + webkit-box-shadow: none; + moz-box-shadow: none; +} +#content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; } -.widget.uc-ecw .uc-cal .uc-cal-event-day { +#content .widget.uc-ecw .uc-cal .uc-cal-event-day { padding-top: 0.3em !important; } -.widget.uc-ecw .uc-cal .uc-cal-list a.uc-cal-event .uc-cal-event-date { +#content .widget.uc-ecw .uc-cal .uc-cal-list a.uc-cal-event .uc-cal-event-date { border: 1px solid #e5e5e5 !important; } -.widget.uc-ecw .uc-cal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-day { +#content .widget.uc-ecw .uc-cal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-day { padding-bottom: 0.2em !important; margin-top: -3px !important; color: #777777 !important; @@ -8600,37 +8625,38 @@ body { /* Footer ==================================== */ -#footers .searchform .form-control { +#footers #mega-footer .widget.widget_search .searchform .form-control { background-color: rgba(255, 255, 255, 0.2); - color: rgba(255, 255, 255, 0.8); + color: white; border-radius: 0; border: none; height: auto; } -#footers .searchform .form-control::-webkit-input-placeholder { +#footers #mega-footer .widget.widget_search .searchform .form-control::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); } -#footers .searchform .form-control:-moz-placeholder { +#footers #mega-footer .widget.widget_search .searchform .form-control:-moz-placeholder { color: rgba(255, 255, 255, 0.5); } -#footers .searchform .form-control::-moz-placeholder { +#footers #mega-footer .widget.widget_search .searchform .form-control::-moz-placeholder { color: rgba(255, 255, 255, 0.5); } -#footers .searchform .form-control:-ms-input-placeholder { +#footers #mega-footer .widget.widget_search .searchform .form-control:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5); } -#footers .searchform .btn { +#footers #mega-footer .widget.widget_search .searchform .btn { background: none; filter: none; - background-color: #0b2347; - color: rgba(255, 255, 255, 0.2); + background-color: rgba(255, 255, 255, 0.2); + color: rgba(255, 255, 255, 0.5); border: none; padding: 6px 12px; border-radius: 0px; + opacity: 1; } -#footers .searchform .btn:hover { +#footers #mega-footer .widget.widget_search .searchform .btn:hover { color: #fff; - background-color: #010205; + background-color: rgba(217, 217, 217, 0.2); } @media (max-width: 767px) { #footers #mega-footer .btn { @@ -8830,6 +8856,10 @@ table .external .glyphicon-new-window { width: auto; } +#events-table #events-toolbar { + margin-bottom: 1.55em !important; +} + /* Profile Page ==================================== */ diff --git a/css/sherman-grey.css b/css/sherman-grey.css index 208e257..cc4487a 100644 --- a/css/sherman-grey.css +++ b/css/sherman-grey.css @@ -1,3 +1,4 @@ +@charset "UTF-8"; /* Scss Document */ /* ==Color Variables @@ -14,6 +15,15 @@ /* Primary Colors (Bootstrap) */ /* Buttons, define text, background and border color. */ /* Sherman Only Variables */ +#masthead #site-title fieldset { + border: 1px solid #ccc; +} +#masthead #site-title fieldset .form-control { + box-shadow: none; + webkit-box-shadow: none; + moz-box-shadow: none; +} + /* Theme Name: Cornerstone Author: UConn Web Development Lab @@ -1169,7 +1179,7 @@ body { font-size: 14px; line-height: 1.42857; color: #333333; - background-color: white; + background-color: #fff; } input, @@ -1217,8 +1227,8 @@ img { .img-thumbnail { padding: 4px; line-height: 1.42857; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; @@ -1659,8 +1669,8 @@ code { kbd { padding: 2px 4px; font-size: 90%; - color: white; - background-color: #333333; + color: #fff; + background-color: #333; border-radius: 0; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } @@ -1679,8 +1689,8 @@ pre { word-break: break-all; word-wrap: break-word; color: #333333; - background-color: whitesmoke; - border: 1px solid #cccccc; + background-color: #f5f5f5; + border: 1px solid #ccc; border-radius: 0; } pre code { @@ -2616,11 +2626,11 @@ th { padding: 8px; line-height: 1.42857; vertical-align: top; - border-top: 1px solid #dddddd; + border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; - border-bottom: 2px solid #dddddd; + border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, @@ -2631,10 +2641,10 @@ th { border-top: 0; } .table > tbody + tbody { - border-top: 2px solid #dddddd; + border-top: 2px solid #ddd; } .table .table { - background-color: white; + background-color: #fff; } .table-condensed > thead > tr > th, @@ -2647,7 +2657,7 @@ th { } .table-bordered { - border: 1px solid #dddddd; + border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, @@ -2655,7 +2665,7 @@ th { .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { - border: 1px solid #dddddd; + border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { @@ -2669,7 +2679,7 @@ th { .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { - background-color: whitesmoke; + background-color: #f5f5f5; } table col[class*="col-"] { @@ -2695,7 +2705,7 @@ table th[class*="col-"] { .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { - background-color: whitesmoke; + background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, @@ -2782,7 +2792,7 @@ table th[class*="col-"] { overflow-y: hidden; overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; - border: 1px solid #dddddd; + border: 1px solid #ddd; -webkit-overflow-scrolling: touch; } .table-responsive > .table { @@ -2900,9 +2910,9 @@ output { font-size: 14px; line-height: 1.42857; color: #555555; - background-color: white; + background-color: #fff; background-image: none; - border: 1px solid #cccccc; + border: 1px solid #ccc; 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); @@ -3377,7 +3387,7 @@ select[multiple].input-lg, outline-offset: -2px; } .btn:hover, .btn:focus { - color: white; + color: #fff; text-decoration: none; } .btn:active, .btn.active { @@ -3396,12 +3406,12 @@ select[multiple].input-lg, } .btn-default { - color: white; + color: #fff; background-color: #193563; border-color: #0a1426; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { - color: white; + color: #fff; background-color: #0f1f3a; border-color: black; } @@ -3414,16 +3424,16 @@ select[multiple].input-lg, } .btn-default .badge { color: #193563; - background-color: white; + background-color: #fff; } .btn-primary { - color: white; + color: #fff; background-color: #676767; border-color: #5a5a5a; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { - color: white; + color: #fff; background-color: #4e4e4e; border-color: #3c3c3c; } @@ -3436,16 +3446,16 @@ select[multiple].input-lg, } .btn-primary .badge { color: #676767; - background-color: white; + background-color: #fff; } .btn-success { - color: white; + color: #fff; background-color: #48c239; border-color: #41ae33; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { - color: white; + color: #fff; background-color: #399b2d; border-color: #2f7f25; } @@ -3458,7 +3468,7 @@ select[multiple].input-lg, } .btn-success .badge { color: #48c239; - background-color: white; + background-color: #fff; } .btn-info { @@ -3506,12 +3516,12 @@ select[multiple].input-lg, } .btn-danger { - color: white; + color: #fff; background-color: #a01413; border-color: #891110; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { - color: white; + color: #fff; background-color: #720e0e; border-color: #530a0a; } @@ -3524,7 +3534,7 @@ select[multiple].input-lg, } .btn-danger .badge { color: #a01413; - background-color: white; + background-color: #fff; } .btn-link { @@ -3654,7 +3664,7 @@ tbody.collapse.in { font-size: 14px; text-align: left; background-color: #e9e9e9; - border: 1px solid #cccccc; + border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); @@ -3677,18 +3687,18 @@ tbody.collapse.in { clear: both; font-weight: normal; line-height: 1.42857; - color: #444444; + color: #444; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; - color: white; + color: #fff; background-color: #b71717; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { - color: black; + color: #000; text-decoration: none; outline: 0; background-color: #d0d0d0; @@ -4019,7 +4029,7 @@ tbody.collapse.in { color: #555555; text-align: center; background-color: #eeeeee; - border: 1px solid #cccccc; + border: 1px solid #ccc; border-radius: 0; } .input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control, @@ -4143,7 +4153,7 @@ tbody.collapse.in { } .nav-tabs { - border-bottom: 1px solid #dddddd; + border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; @@ -4156,12 +4166,12 @@ tbody.collapse.in { border-radius: 0 0 0 0; } .nav-tabs > li > a:hover { - border-color: #eeeeee #eeeeee #dddddd; + border-color: #eeeeee #eeeeee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } @@ -4176,7 +4186,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: white; + color: #fff; background-color: #676767; } @@ -4224,11 +4234,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 #dddddd; + border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { - border-bottom: 1px solid #dddddd; + border-bottom: 1px solid #ddd; border-radius: 0 0 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, @@ -4236,7 +4246,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: white; + border-bottom-color: #fff; } } @@ -4573,7 +4583,7 @@ tbody.collapse.in { background-color: transparent; } .navbar-default .navbar-text { - color: #777777; + color: #777; } .navbar-default .navbar-nav > li > a { color: rgba(7, 26, 56, 0.7); @@ -4587,17 +4597,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: #cccccc; + color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { - border-color: #dddddd; + border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { - background-color: #dddddd; + background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { - background-color: #888888; + background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { @@ -4620,7 +4630,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: #cccccc; + color: #ccc; background-color: transparent; } } @@ -4637,18 +4647,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: #cccccc; + color: #ccc; } .navbar-inverse { - background-color: #222222; + background-color: #222; border-color: #090909; } .navbar-inverse .navbar-brand { color: #777777; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { - color: white; + color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { @@ -4658,25 +4668,25 @@ tbody.collapse.in { color: #777777; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { - color: white; + color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { - color: white; + color: #fff; background-color: #090909; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { - color: #444444; + color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { - border-color: #333333; + border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { - background-color: #333333; + background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { - background-color: white; + background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { @@ -4684,7 +4694,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: white; + color: #fff; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { @@ -4697,15 +4707,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: white; + color: #fff; 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: white; + color: #fff; 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: #444444; + color: #444; background-color: transparent; } } @@ -4713,32 +4723,32 @@ tbody.collapse.in { color: #777777; } .navbar-inverse .navbar-link:hover { - color: white; + color: #fff; } .navbar-inverse .btn-link { color: #777777; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { - color: white; + color: #fff; } .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: #444444; + color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; - background-color: whitesmoke; + background-color: #f5f5f5; border-radius: 0; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { - content: "/\00a0"; + content: "/ "; padding: 0 5px; - color: #cccccc; + color: #ccc; } .breadcrumb > .active { color: #777777; @@ -4761,8 +4771,8 @@ tbody.collapse.in { line-height: 1.42857; text-decoration: none; color: #388ac3; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; margin-left: -1px; } .pagination > li:first-child > a, @@ -4781,14 +4791,14 @@ tbody.collapse.in { .pagination > li > span:focus { color: #327caf; background-color: #eeeeee; - border-color: #dddddd; + border-color: #ddd; } .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: white; + color: #fff; background-color: #676767; border-color: #676767; cursor: default; @@ -4800,8 +4810,8 @@ tbody.collapse.in { .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; - background-color: white; - border-color: #dddddd; + background-color: #fff; + border-color: #ddd; cursor: not-allowed; } @@ -4857,8 +4867,8 @@ tbody.collapse.in { .pager li > span { display: inline-block; padding: 5px 14px; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; border-radius: 15px; } .pager li > a:hover, @@ -4879,7 +4889,7 @@ tbody.collapse.in { .pager .disabled > a:focus, .pager .disabled > span { color: #777777; - background-color: white; + background-color: #fff; cursor: not-allowed; } @@ -4889,7 +4899,7 @@ tbody.collapse.in { font-size: 75%; font-weight: bold; line-height: 1; - color: white; + color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; @@ -4904,7 +4914,7 @@ tbody.collapse.in { } a.label:hover, a.label:focus { - color: white; + color: #fff; text-decoration: none; cursor: pointer; } @@ -4957,7 +4967,7 @@ a.label:hover, a.label:focus { padding: 3px 7px; font-size: 12px; font-weight: bold; - color: white; + color: #fff; line-height: 1; vertical-align: baseline; white-space: nowrap; @@ -4978,14 +4988,14 @@ a.label:hover, a.label:focus { } a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #388ac3; - background-color: white; + background-color: #fff; } .nav-pills > li > a > .badge { margin-left: 3px; } a.badge:hover, a.badge:focus { - color: white; + color: #fff; text-decoration: none; cursor: pointer; } @@ -5034,8 +5044,8 @@ a.badge:hover, a.badge:focus { padding: 4px; margin-bottom: 20px; line-height: 1.42857; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; @@ -5146,7 +5156,6 @@ a.thumbnail.active { from { background-position: 40px 0; } - to { background-position: 0 0; } @@ -5155,7 +5164,6 @@ a.thumbnail.active { from { background-position: 40px 0; } - to { background-position: 0 0; } @@ -5164,7 +5172,7 @@ a.thumbnail.active { overflow: hidden; height: 20px; margin-bottom: 20px; - background-color: whitesmoke; + background-color: #f5f5f5; 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); @@ -5176,7 +5184,7 @@ a.thumbnail.active { height: 100%; font-size: 12px; line-height: 20px; - color: white; + color: #fff; text-align: center; background-color: #676767; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); @@ -5293,8 +5301,8 @@ a.thumbnail.active { display: block; padding: 10px 15px; margin-bottom: -1px; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; } .list-group-item:first-child { border-top-right-radius: 0; @@ -5313,15 +5321,15 @@ a.thumbnail.active { } a.list-group-item { - color: #555555; + color: #555; } a.list-group-item .list-group-item-heading { - color: #333333; + color: #333; } a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; - color: #555555; - background-color: whitesmoke; + color: #555; + background-color: #f5f5f5; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { @@ -5337,7 +5345,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: white; + color: #fff; background-color: #676767; border-color: #676767; } @@ -5450,7 +5458,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel { margin-bottom: 20px; - background-color: white; + background-color: #fff; border: 1px solid transparent; border-radius: 0; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); @@ -5490,8 +5498,8 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel-footer { padding: 10px 15px; - background-color: whitesmoke; - border-top: 1px solid #dddddd; + background-color: #f5f5f5; + border-top: 1px solid #ddd; border-bottom-right-radius: -1; border-bottom-left-radius: -1; } @@ -5579,7 +5587,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 #dddddd; + border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { @@ -5656,39 +5664,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 #dddddd; + border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { - border-bottom: 1px solid #dddddd; + border-bottom: 1px solid #ddd; } .panel-default { - border-color: #dddddd; + border-color: #ddd; } .panel-default > .panel-heading { color: #333333; - background-color: whitesmoke; - border-color: #dddddd; + background-color: #f5f5f5; + border-color: #ddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #dddddd; + border-top-color: #ddd; } .panel-default > .panel-heading .badge { - color: whitesmoke; + color: #f5f5f5; background-color: #333333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #dddddd; + border-bottom-color: #ddd; } .panel-primary { border-color: #676767; } .panel-primary > .panel-heading { - color: white; + color: #fff; background-color: #676767; border-color: #676767; } @@ -5697,7 +5705,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: white; + background-color: #fff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #676767; @@ -5809,7 +5817,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: whitesmoke; + background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); @@ -5835,13 +5843,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: black; - text-shadow: 0 1px 0 white; + color: #000; + text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { - color: black; + color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; @@ -5898,8 +5906,8 @@ button.close { .modal-content { position: relative; - background-color: white; - border: 1px solid #999999; + background-color: #fff; + border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); @@ -5915,7 +5923,7 @@ button.close { bottom: 0; left: 0; z-index: 1040; - background-color: black; + background-color: #000; } .modal-backdrop.fade { opacity: 0; @@ -6031,10 +6039,10 @@ button.close { .tooltip-inner { max-width: 200px; padding: 3px 8px; - color: white; + color: #fff; text-align: center; text-decoration: none; - background-color: black; + background-color: #000; border-radius: 0; } @@ -6051,52 +6059,52 @@ button.close { left: 50%; margin-left: -5px; border-width: 5px 5px 0; - border-top-color: black; + border-top-color: #000; } .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; - border-top-color: black; + border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; - border-top-color: black; + border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; - border-right-color: black; + border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; - border-left-color: black; + border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; - border-bottom-color: black; + border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; - border-bottom-color: black; + border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; - border-bottom-color: black; + border-bottom-color: #000; } .popover { @@ -6108,9 +6116,9 @@ button.close { max-width: 276px; padding: 1px; text-align: left; - background-color: white; + background-color: #fff; background-clip: padding-box; - border: 1px solid #cccccc; + border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); @@ -6176,7 +6184,7 @@ button.close { bottom: 1px; margin-left: -10px; border-bottom-width: 0; - border-top-color: white; + border-top-color: #fff; } .popover.right > .arrow { top: 50%; @@ -6191,7 +6199,7 @@ button.close { left: 1px; bottom: -10px; border-left-width: 0; - border-right-color: white; + border-right-color: #fff; } .popover.bottom > .arrow { left: 50%; @@ -6206,7 +6214,7 @@ button.close { top: 1px; margin-left: -10px; border-top-width: 0; - border-bottom-color: white; + border-bottom-color: #fff; } .popover.left > .arrow { top: 50%; @@ -6220,7 +6228,7 @@ button.close { content: " "; right: 1px; border-right-width: 0; - border-left-color: white; + border-left-color: #fff; bottom: -10px; } @@ -6288,7 +6296,7 @@ button.close { opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; - color: white; + color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } @@ -6310,7 +6318,7 @@ button.close { } .carousel-control:hover, .carousel-control:focus { outline: 0; - color: white; + color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); @@ -6365,7 +6373,7 @@ button.close { height: 10px; margin: 1px; text-indent: -999px; - border: 1px solid white; + border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; @@ -6375,7 +6383,7 @@ button.close { margin: 0; width: 12px; height: 12px; - background-color: white; + background-color: #fff; } .carousel-caption { @@ -6386,7 +6394,7 @@ button.close { z-index: 10; padding-top: 20px; padding-bottom: 20px; - color: white; + color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } @@ -6751,7 +6759,7 @@ button.close { - - - - - - - - - - - - - - - - - - - */ #uc-header { border-bottom: 1px solid transparent; - border-bottom-color: white; + border-bottom-color: #fff; } #uc-site-header { @@ -6820,9 +6828,9 @@ button.close { #nav-secondary { padding: 8px; border: 1px solid transparent; - border-color: #cccccc; + border-color: #ccc; border-radius: 0; - background-color: white; + background-color: #fff; font-size: 0.9em; } #nav-secondary .nav.nav-pills.nav-stacked a { @@ -6842,11 +6850,11 @@ button.close { color: inherit; } #nav-secondary .nav.nav-pills.nav-stacked a:hover { - background-color: #eeeeee; + background-color: #eee; } #nav-secondary .nav.nav-pills.nav-stacked .active a { background-color: #676767; - color: white; + color: #fff; } #nav-secondary .nav.nav-pills.nav-stacked .sub-menu { margin: 2px 0 2px 1.5em; @@ -6961,6 +6969,21 @@ button.close { /* - - - - - - - - - - - - - - - - - - - == Widgets - - - - - - - - - - - - - - - - - - - */ +.widget-placeholder { + padding: 2em !important; + border: 4px dashed #ccc !important; + color: #696969 !important; +} +.widget-placeholder * { + color: #696969 !important; + font-size: 1em !important; + margin: auto !important; +} +.widget-placeholder h3 { + margin-bottom: 1em !important; + color: #474747 !important; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -6975,8 +6998,8 @@ button.close { border-radius: 0; margin: 0 0 1.5em 0; padding: 1em; - background-color: white; - color: black; + background-color: #fff; + color: #000; } #content .widget a { color: #388ac3; @@ -7202,7 +7225,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. @@ -7254,7 +7277,7 @@ button.close { text-transform: uppercase !important; letter-spacing: 1px !important; border-color: #eaeaea !important; - background-color: whitesmoke !important; + background-color: #f5f5f5 !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 { @@ -7264,7 +7287,7 @@ button.close { text-align: center !important; font-size: 150% !important; border-color: #eaeaea !important; - background-color: whitesmoke !important; + background-color: #f5f5f5 !important; color: #454545 !important; } #content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { @@ -7272,11 +7295,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: white !important; + background-color: #fff !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: white !important; + background-color: #fff !important; color: inherit !important; } #content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { @@ -7320,7 +7343,7 @@ code { --------------------------------------------------------------*/ #main { border-radius: 0; - background-color: white; + background-color: #fff; padding: 1em; overflow: hidden; /* @@ -7339,7 +7362,7 @@ code { /* POSTS --------------------------------------------------------------*/ .post { - background-color: white; + background-color: #fff; padding: 1em; } @@ -7410,11 +7433,11 @@ code { .comment { padding: 1em; border-top: 1px solid transparent; - border-top-color: #cccccc; + border-top-color: #ccc; } .comment.thread-odd { - background-color: whitesmoke; + background-color: #f5f5f5; } .comment-content a { @@ -7800,8 +7823,8 @@ q:before, table q:after { opacity: .7; } #events-table table tbody th.today { - background: #cccccc; - color: black; + background: #ccc; + color: #000; } #events-table table tbody td { border-top-width: 0; @@ -7853,7 +7876,7 @@ q:before, table q:after { background-color: #212121; margin: 0; border: 0px solid transparent; - border-color: white; + border-color: #fff; border-width: 1px 0 0 0; } @@ -7883,10 +7906,10 @@ body.sticky .ie8 #footers { margin: 0 0 1.5em 0; padding: 1em; background-color: transparent; - color: #aaaaaa; + color: #aaa; } #mega-footer .widget a { - color: white; + color: #fff; } #mega-footer .widget a:hover { color: #388ac3; @@ -7900,7 +7923,7 @@ body.sticky .ie8 #footers { #mega-footer .widget .widget-head h2 { margin: 0; font-size: 150%; - color: #aaaaaa; + color: #aaa; } #mega-footer .widget form { margin: 1em; @@ -8128,7 +8151,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; @@ -8280,7 +8303,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; @@ -8302,8 +8325,8 @@ body { color: #03071b; } #masthead #site-title .searchform .form-control { - background-color: rgba(255, 255, 255, 0.9); - color: rgba(255, 255, 255, 0.5); + background-color: rgba(255, 255, 255, 0.5); + color: rgba(0, 0, 0, 0.5); border-radius: 0; border: none; height: auto; @@ -8323,15 +8346,16 @@ body { #masthead #site-title .searchform .btn { background: none; filter: none; - background-color: rgba(0, 0, 0, 0.1); + background-color: rgba(255, 255, 255, 0.5); color: rgba(0, 0, 0, 0.3); border: none; padding: 6px 12px; border-radius: 0px; + opacity: 1; } #masthead #site-title .searchform .btn:hover { color: #fff; - background-color: rgba(0, 0, 0, 0.1); + background-color: rgba(217, 217, 217, 0.5); } #masthead #nav-wrapper #site-navigation { border-bottom: none; @@ -8476,55 +8500,64 @@ body { /* Widgets - With Color Variables ==================================== */ -.widget { +#content .widget { margin: 0 0 10px; } -.widget .widget-head .widget-title { +#content .widget .widget-head .widget-title { font-weight: normal; } -.widget .searchform .form-control { +#content .widget.widget_search .searchform .form-control { background-color: rgba(0, 0, 0, 0.1); - color: rgba(0, 0, 0, 0.8); + color: rgba(0, 0, 0, 0.7); border-radius: 0; border: none; height: auto; } -.widget .searchform .form-control::-webkit-input-placeholder { +#content .widget.widget_search .searchform .form-control::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.5); } -.widget .searchform .form-control:-moz-placeholder { +#content .widget.widget_search .searchform .form-control:-moz-placeholder { color: rgba(0, 0, 0, 0.5); } -.widget .searchform .form-control::-moz-placeholder { +#content .widget.widget_search .searchform .form-control::-moz-placeholder { color: rgba(0, 0, 0, 0.5); } -.widget .searchform .form-control:-ms-input-placeholder { +#content .widget.widget_search .searchform .form-control:-ms-input-placeholder { color: rgba(0, 0, 0, 0.5); } -.widget .searchform .btn { +#content .widget.widget_search .searchform .btn { background: none; filter: none; - background-color: #0b2347; - color: rgba(255, 255, 255, 0.2); + background-color: rgba(0, 0, 0, 0.1); + color: rgba(0, 0, 0, 0.5); border: none; padding: 6px 12px; border-radius: 0px; + opacity: 1; } -.widget .searchform .btn:hover { +#content .widget.widget_search .searchform .btn:hover { color: #fff; - background-color: #010205; + background-color: rgba(0, 0, 0, 0.1); +} +#content .widget.widget_search fieldset { + border: 1px solid #ccc; } -.widget.uc-ecw .uc-cal .uc-cal-event-month { +#content .widget.widget_search fieldset .form-control { + box-shadow: none; + webkit-box-shadow: none; + moz-box-shadow: none; +} +#content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; } -.widget.uc-ecw .uc-cal .uc-cal-event-day { +#content .widget.uc-ecw .uc-cal .uc-cal-event-day { padding-top: 0.3em !important; } -.widget.uc-ecw .uc-cal .uc-cal-list a.uc-cal-event .uc-cal-event-date { +#content .widget.uc-ecw .uc-cal .uc-cal-list a.uc-cal-event .uc-cal-event-date { border: 1px solid #e5e5e5 !important; } -.widget.uc-ecw .uc-cal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-day { +#content .widget.uc-ecw .uc-cal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-day { padding-bottom: 0.2em !important; margin-top: -3px !important; color: #777777 !important; @@ -8601,37 +8634,38 @@ body { /* Footer ==================================== */ -#footers .searchform .form-control { +#footers #mega-footer .widget.widget_search .searchform .form-control { background-color: rgba(255, 255, 255, 0.2); - color: rgba(255, 255, 255, 0.8); + color: white; border-radius: 0; border: none; height: auto; } -#footers .searchform .form-control::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.6); +#footers #mega-footer .widget.widget_search .searchform .form-control::-webkit-input-placeholder { + color: rgba(255, 255, 255, 0.5); } -#footers .searchform .form-control:-moz-placeholder { - color: rgba(255, 255, 255, 0.6); +#footers #mega-footer .widget.widget_search .searchform .form-control:-moz-placeholder { + color: rgba(255, 255, 255, 0.5); } -#footers .searchform .form-control::-moz-placeholder { - color: rgba(255, 255, 255, 0.6); +#footers #mega-footer .widget.widget_search .searchform .form-control::-moz-placeholder { + color: rgba(255, 255, 255, 0.5); } -#footers .searchform .form-control:-ms-input-placeholder { - color: rgba(255, 255, 255, 0.6); +#footers #mega-footer .widget.widget_search .searchform .form-control:-ms-input-placeholder { + color: rgba(255, 255, 255, 0.5); } -#footers .searchform .btn { +#footers #mega-footer .widget.widget_search .searchform .btn { background: none; filter: none; - background-color: #0b2347; - color: rgba(255, 255, 255, 0.2); + background-color: rgba(255, 255, 255, 0.2); + color: rgba(255, 255, 255, 0.5); border: none; padding: 6px 12px; border-radius: 0px; + opacity: 1; } -#footers .searchform .btn:hover { +#footers #mega-footer .widget.widget_search .searchform .btn:hover { color: #fff; - background-color: #010205; + background-color: rgba(217, 217, 217, 0.2); } @media (max-width: 767px) { #footers #mega-footer .btn { @@ -8646,9 +8680,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: white; + color: #fff; border-color: #061224; opacity: 0.9; } @@ -8667,9 +8701,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: white; + color: #fff; border-color: #535353; opacity: 0.9; } @@ -8688,9 +8722,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: white; + color: #fff; border-color: #3ca230; opacity: 0.9; } @@ -8709,9 +8743,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: white; + color: #fff; border-color: #c3c3c3; opacity: 0.9; color: #676767; @@ -8731,9 +8765,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: white; + color: #fff; border-color: #d2b31c; opacity: 0.9; color: #676767; @@ -8753,9 +8787,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: white; + color: #fff; border-color: #7c0f0f; opacity: 0.9; } @@ -8774,9 +8808,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: white; + color: #fff; border-color: #061224; opacity: 0.9; } @@ -8831,6 +8865,10 @@ table .external .glyphicon-new-window { width: auto; } +#events-table #events-toolbar { + margin-bottom: 1.55em !important; +} + /* Profile Page ==================================== */ @@ -8874,9 +8912,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: white; + color: #fff; border-color: #061224; opacity: 0.9; } @@ -8895,9 +8933,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: white; + color: #fff; border-color: #535353; opacity: 0.9; } @@ -8916,9 +8954,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: white; + color: #fff; border-color: #3ca230; opacity: 0.9; } @@ -8937,9 +8975,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: white; + color: #fff; border-color: #c3c3c3; opacity: 0.9; color: #676767; @@ -8959,9 +8997,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: white; + color: #fff; border-color: #d2b31c; opacity: 0.9; color: #676767; @@ -8981,9 +9019,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: white; + color: #fff; border-color: #7c0f0f; opacity: 0.9; } @@ -9002,9 +9040,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: white; + color: #fff; border-color: #061224; opacity: 0.9; } @@ -9020,3 +9058,5 @@ 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 31ee2e0..10a8665 100644 --- a/css/sherman-red.css +++ b/css/sherman-red.css @@ -1,3 +1,4 @@ +@charset "UTF-8"; /* Scss Document */ /* ==Color Variables @@ -1169,7 +1170,7 @@ body { font-size: 14px; line-height: 1.42857; color: #333333; - background-color: white; + background-color: #fff; } input, @@ -1217,8 +1218,8 @@ img { .img-thumbnail { padding: 4px; line-height: 1.42857; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; @@ -1659,8 +1660,8 @@ code { kbd { padding: 2px 4px; font-size: 90%; - color: white; - background-color: #333333; + color: #fff; + background-color: #333; border-radius: 0; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } @@ -1679,8 +1680,8 @@ pre { word-break: break-all; word-wrap: break-word; color: #333333; - background-color: whitesmoke; - border: 1px solid #cccccc; + background-color: #f5f5f5; + border: 1px solid #ccc; border-radius: 0; } pre code { @@ -2616,11 +2617,11 @@ th { padding: 8px; line-height: 1.42857; vertical-align: top; - border-top: 1px solid #dddddd; + border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; - border-bottom: 2px solid #dddddd; + border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, @@ -2631,10 +2632,10 @@ th { border-top: 0; } .table > tbody + tbody { - border-top: 2px solid #dddddd; + border-top: 2px solid #ddd; } .table .table { - background-color: white; + background-color: #fff; } .table-condensed > thead > tr > th, @@ -2647,7 +2648,7 @@ th { } .table-bordered { - border: 1px solid #dddddd; + border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, @@ -2655,7 +2656,7 @@ th { .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { - border: 1px solid #dddddd; + border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { @@ -2669,7 +2670,7 @@ th { .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { - background-color: whitesmoke; + background-color: #f5f5f5; } table col[class*="col-"] { @@ -2695,7 +2696,7 @@ table th[class*="col-"] { .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { - background-color: whitesmoke; + background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, @@ -2782,7 +2783,7 @@ table th[class*="col-"] { overflow-y: hidden; overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; - border: 1px solid #dddddd; + border: 1px solid #ddd; -webkit-overflow-scrolling: touch; } .table-responsive > .table { @@ -2900,9 +2901,9 @@ output { font-size: 14px; line-height: 1.42857; color: #555555; - background-color: white; + background-color: #fff; background-image: none; - border: 1px solid #cccccc; + border: 1px solid #ccc; 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); @@ -3377,7 +3378,7 @@ select[multiple].input-lg, outline-offset: -2px; } .btn:hover, .btn:focus { - color: white; + color: #fff; text-decoration: none; } .btn:active, .btn.active { @@ -3396,12 +3397,12 @@ select[multiple].input-lg, } .btn-default { - color: white; + color: #fff; background-color: #193563; border-color: #0a1426; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { - color: white; + color: #fff; background-color: #0f1f3a; border-color: black; } @@ -3414,16 +3415,16 @@ select[multiple].input-lg, } .btn-default .badge { color: #193563; - background-color: white; + background-color: #fff; } .btn-primary { - color: white; + color: #fff; background-color: #676767; border-color: #5a5a5a; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { - color: white; + color: #fff; background-color: #4e4e4e; border-color: #3c3c3c; } @@ -3436,16 +3437,16 @@ select[multiple].input-lg, } .btn-primary .badge { color: #676767; - background-color: white; + background-color: #fff; } .btn-success { - color: white; + color: #fff; background-color: #48c239; border-color: #41ae33; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { - color: white; + color: #fff; background-color: #399b2d; border-color: #2f7f25; } @@ -3458,7 +3459,7 @@ select[multiple].input-lg, } .btn-success .badge { color: #48c239; - background-color: white; + background-color: #fff; } .btn-info { @@ -3506,12 +3507,12 @@ select[multiple].input-lg, } .btn-danger { - color: white; + color: #fff; background-color: #a01413; border-color: #891110; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { - color: white; + color: #fff; background-color: #720e0e; border-color: #530a0a; } @@ -3524,7 +3525,7 @@ select[multiple].input-lg, } .btn-danger .badge { color: #a01413; - background-color: white; + background-color: #fff; } .btn-link { @@ -3654,7 +3655,7 @@ tbody.collapse.in { font-size: 14px; text-align: left; background-color: #e9e9e9; - border: 1px solid #cccccc; + border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); @@ -3683,12 +3684,12 @@ tbody.collapse.in { .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; - color: white; + color: #fff; background-color: #081b39; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { - color: black; + color: #000; text-decoration: none; outline: 0; background-color: #d0d0d0; @@ -4019,7 +4020,7 @@ tbody.collapse.in { color: #555555; text-align: center; background-color: #eeeeee; - border: 1px solid #cccccc; + border: 1px solid #ccc; border-radius: 0; } .input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control, @@ -4143,7 +4144,7 @@ tbody.collapse.in { } .nav-tabs { - border-bottom: 1px solid #dddddd; + border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; @@ -4156,12 +4157,12 @@ tbody.collapse.in { border-radius: 0 0 0 0; } .nav-tabs > li > a:hover { - border-color: #eeeeee #eeeeee #dddddd; + border-color: #eeeeee #eeeeee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } @@ -4176,7 +4177,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: white; + color: #fff; background-color: #676767; } @@ -4224,11 +4225,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 #dddddd; + border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { - border-bottom: 1px solid #dddddd; + border-bottom: 1px solid #ddd; border-radius: 0 0 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, @@ -4236,7 +4237,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: white; + border-bottom-color: #fff; } } @@ -4573,13 +4574,13 @@ tbody.collapse.in { background-color: transparent; } .navbar-default .navbar-text { - color: #777777; + color: #777; } .navbar-default .navbar-nav > li > a { color: white; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { - color: #cccccc; + color: #ccc; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { @@ -4587,17 +4588,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: #cccccc; + color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { - border-color: #dddddd; + border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { - background-color: #dddddd; + background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { - background-color: #888888; + background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { @@ -4612,7 +4613,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: #cccccc; + color: #ccc; 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 { @@ -4620,7 +4621,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: #cccccc; + color: #ccc; background-color: transparent; } } @@ -4628,27 +4629,27 @@ tbody.collapse.in { color: white; } .navbar-default .navbar-link:hover { - color: #cccccc; + color: #ccc; } .navbar-default .btn-link { color: white; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { - color: #cccccc; + color: #ccc; } .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: #cccccc; + color: #ccc; } .navbar-inverse { - background-color: #222222; + background-color: #222; border-color: #090909; } .navbar-inverse .navbar-brand { color: #777777; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { - color: white; + color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { @@ -4658,25 +4659,25 @@ tbody.collapse.in { color: #777777; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { - color: white; + color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { - color: white; + color: #fff; background-color: #090909; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { - color: #444444; + color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { - border-color: #333333; + border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { - background-color: #333333; + background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { - background-color: white; + background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { @@ -4684,7 +4685,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: white; + color: #fff; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { @@ -4697,15 +4698,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: white; + color: #fff; 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: white; + color: #fff; 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: #444444; + color: #444; background-color: transparent; } } @@ -4713,32 +4714,32 @@ tbody.collapse.in { color: #777777; } .navbar-inverse .navbar-link:hover { - color: white; + color: #fff; } .navbar-inverse .btn-link { color: #777777; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { - color: white; + color: #fff; } .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: #444444; + color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; - background-color: whitesmoke; + background-color: #f5f5f5; border-radius: 0; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { - content: "/\00a0"; + content: "/ "; padding: 0 5px; - color: #cccccc; + color: #ccc; } .breadcrumb > .active { color: #777777; @@ -4761,8 +4762,8 @@ tbody.collapse.in { line-height: 1.42857; text-decoration: none; color: #113b7c; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; margin-left: -1px; } .pagination > li:first-child > a, @@ -4781,14 +4782,14 @@ tbody.collapse.in { .pagination > li > span:focus { color: #081b39; background-color: #eeeeee; - border-color: #dddddd; + border-color: #ddd; } .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: white; + color: #fff; background-color: #676767; border-color: #676767; cursor: default; @@ -4800,8 +4801,8 @@ tbody.collapse.in { .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; - background-color: white; - border-color: #dddddd; + background-color: #fff; + border-color: #ddd; cursor: not-allowed; } @@ -4857,8 +4858,8 @@ tbody.collapse.in { .pager li > span { display: inline-block; padding: 5px 14px; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; border-radius: 15px; } .pager li > a:hover, @@ -4879,7 +4880,7 @@ tbody.collapse.in { .pager .disabled > a:focus, .pager .disabled > span { color: #777777; - background-color: white; + background-color: #fff; cursor: not-allowed; } @@ -4889,7 +4890,7 @@ tbody.collapse.in { font-size: 75%; font-weight: bold; line-height: 1; - color: white; + color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; @@ -4904,7 +4905,7 @@ tbody.collapse.in { } a.label:hover, a.label:focus { - color: white; + color: #fff; text-decoration: none; cursor: pointer; } @@ -4957,7 +4958,7 @@ a.label:hover, a.label:focus { padding: 3px 7px; font-size: 12px; font-weight: bold; - color: white; + color: #fff; line-height: 1; vertical-align: baseline; white-space: nowrap; @@ -4978,14 +4979,14 @@ a.label:hover, a.label:focus { } a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #113b7c; - background-color: white; + background-color: #fff; } .nav-pills > li > a > .badge { margin-left: 3px; } a.badge:hover, a.badge:focus { - color: white; + color: #fff; text-decoration: none; cursor: pointer; } @@ -5034,8 +5035,8 @@ a.badge:hover, a.badge:focus { padding: 4px; margin-bottom: 20px; line-height: 1.42857; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; border-radius: 0; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; @@ -5146,7 +5147,6 @@ a.thumbnail.active { from { background-position: 40px 0; } - to { background-position: 0 0; } @@ -5155,7 +5155,6 @@ a.thumbnail.active { from { background-position: 40px 0; } - to { background-position: 0 0; } @@ -5164,7 +5163,7 @@ a.thumbnail.active { overflow: hidden; height: 20px; margin-bottom: 20px; - background-color: whitesmoke; + background-color: #f5f5f5; 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); @@ -5176,7 +5175,7 @@ a.thumbnail.active { height: 100%; font-size: 12px; line-height: 20px; - color: white; + color: #fff; text-align: center; background-color: #676767; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); @@ -5293,8 +5292,8 @@ a.thumbnail.active { display: block; padding: 10px 15px; margin-bottom: -1px; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; } .list-group-item:first-child { border-top-right-radius: 0; @@ -5313,15 +5312,15 @@ a.thumbnail.active { } a.list-group-item { - color: #555555; + color: #555; } a.list-group-item .list-group-item-heading { - color: #333333; + color: #333; } a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; - color: #555555; - background-color: whitesmoke; + color: #555; + background-color: #f5f5f5; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { @@ -5337,7 +5336,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: white; + color: #fff; background-color: #676767; border-color: #676767; } @@ -5450,7 +5449,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel { margin-bottom: 20px; - background-color: white; + background-color: #fff; border: 1px solid transparent; border-radius: 0; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); @@ -5490,8 +5489,8 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel-footer { padding: 10px 15px; - background-color: whitesmoke; - border-top: 1px solid #dddddd; + background-color: #f5f5f5; + border-top: 1px solid #ddd; border-bottom-right-radius: -1; border-bottom-left-radius: -1; } @@ -5579,7 +5578,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 #dddddd; + border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { @@ -5656,39 +5655,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 #dddddd; + border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { - border-bottom: 1px solid #dddddd; + border-bottom: 1px solid #ddd; } .panel-default { - border-color: #dddddd; + border-color: #ddd; } .panel-default > .panel-heading { color: #333333; - background-color: whitesmoke; - border-color: #dddddd; + background-color: #f5f5f5; + border-color: #ddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #dddddd; + border-top-color: #ddd; } .panel-default > .panel-heading .badge { - color: whitesmoke; + color: #f5f5f5; background-color: #333333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #dddddd; + border-bottom-color: #ddd; } .panel-primary { border-color: #676767; } .panel-primary > .panel-heading { - color: white; + color: #fff; background-color: #676767; border-color: #676767; } @@ -5697,7 +5696,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: white; + background-color: #fff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #676767; @@ -5809,7 +5808,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: whitesmoke; + background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); @@ -5835,13 +5834,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: black; - text-shadow: 0 1px 0 white; + color: #000; + text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { - color: black; + color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; @@ -5898,8 +5897,8 @@ button.close { .modal-content { position: relative; - background-color: white; - border: 1px solid #999999; + background-color: #fff; + border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); @@ -5915,7 +5914,7 @@ button.close { bottom: 0; left: 0; z-index: 1040; - background-color: black; + background-color: #000; } .modal-backdrop.fade { opacity: 0; @@ -6031,10 +6030,10 @@ button.close { .tooltip-inner { max-width: 200px; padding: 3px 8px; - color: white; + color: #fff; text-align: center; text-decoration: none; - background-color: black; + background-color: #000; border-radius: 0; } @@ -6051,52 +6050,52 @@ button.close { left: 50%; margin-left: -5px; border-width: 5px 5px 0; - border-top-color: black; + border-top-color: #000; } .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; - border-top-color: black; + border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; - border-top-color: black; + border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; - border-right-color: black; + border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; - border-left-color: black; + border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; - border-bottom-color: black; + border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; - border-bottom-color: black; + border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; - border-bottom-color: black; + border-bottom-color: #000; } .popover { @@ -6108,9 +6107,9 @@ button.close { max-width: 276px; padding: 1px; text-align: left; - background-color: white; + background-color: #fff; background-clip: padding-box; - border: 1px solid #cccccc; + border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); @@ -6176,7 +6175,7 @@ button.close { bottom: 1px; margin-left: -10px; border-bottom-width: 0; - border-top-color: white; + border-top-color: #fff; } .popover.right > .arrow { top: 50%; @@ -6191,7 +6190,7 @@ button.close { left: 1px; bottom: -10px; border-left-width: 0; - border-right-color: white; + border-right-color: #fff; } .popover.bottom > .arrow { left: 50%; @@ -6206,7 +6205,7 @@ button.close { top: 1px; margin-left: -10px; border-top-width: 0; - border-bottom-color: white; + border-bottom-color: #fff; } .popover.left > .arrow { top: 50%; @@ -6220,7 +6219,7 @@ button.close { content: " "; right: 1px; border-right-width: 0; - border-left-color: white; + border-left-color: #fff; bottom: -10px; } @@ -6288,7 +6287,7 @@ button.close { opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; - color: white; + color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } @@ -6310,7 +6309,7 @@ button.close { } .carousel-control:hover, .carousel-control:focus { outline: 0; - color: white; + color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); @@ -6365,7 +6364,7 @@ button.close { height: 10px; margin: 1px; text-indent: -999px; - border: 1px solid white; + border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; @@ -6375,7 +6374,7 @@ button.close { margin: 0; width: 12px; height: 12px; - background-color: white; + background-color: #fff; } .carousel-caption { @@ -6386,7 +6385,7 @@ button.close { z-index: 10; padding-top: 20px; padding-bottom: 20px; - color: white; + color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } @@ -6751,7 +6750,7 @@ button.close { - - - - - - - - - - - - - - - - - - - */ #uc-header { border-bottom: 1px solid transparent; - border-bottom-color: white; + border-bottom-color: #fff; } #uc-site-header { @@ -6820,9 +6819,9 @@ button.close { #nav-secondary { padding: 8px; border: 1px solid transparent; - border-color: #cccccc; + border-color: #ccc; border-radius: 0; - background-color: white; + background-color: #fff; font-size: 0.9em; } #nav-secondary .nav.nav-pills.nav-stacked a { @@ -6842,11 +6841,11 @@ button.close { color: inherit; } #nav-secondary .nav.nav-pills.nav-stacked a:hover { - background-color: #eeeeee; + background-color: #eee; } #nav-secondary .nav.nav-pills.nav-stacked .active a { background-color: #676767; - color: white; + color: #fff; } #nav-secondary .nav.nav-pills.nav-stacked .sub-menu { margin: 2px 0 2px 1.5em; @@ -6961,6 +6960,21 @@ button.close { /* - - - - - - - - - - - - - - - - - - - == Widgets - - - - - - - - - - - - - - - - - - - */ +.widget-placeholder { + padding: 2em !important; + border: 4px dashed #ccc !important; + color: #696969 !important; +} +.widget-placeholder * { + color: #696969 !important; + font-size: 1em !important; + margin: auto !important; +} +.widget-placeholder h3 { + margin-bottom: 1em !important; + color: #474747 !important; +} + /* - - - - - - - - - - - - - - - - - - - == Content - - - - - - - - - - - - - - - - - - - */ @@ -6975,8 +6989,8 @@ button.close { border-radius: 0; margin: 0 0 1.5em 0; padding: 1em; - background-color: white; - color: black; + background-color: #fff; + color: #000; } #content .widget a { color: #113b7c; @@ -6993,7 +7007,7 @@ button.close { #content .widget .widget-head h2 { margin: 0; font-size: 150%; - color: #081b39; + color: #081B39; } #content .widget form { margin: 1em; @@ -7254,7 +7268,7 @@ button.close { text-transform: uppercase !important; letter-spacing: 1px !important; border-color: #eaeaea !important; - background-color: whitesmoke !important; + background-color: #f5f5f5 !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 { @@ -7264,7 +7278,7 @@ button.close { text-align: center !important; font-size: 150% !important; border-color: #eaeaea !important; - background-color: whitesmoke !important; + background-color: #f5f5f5 !important; color: #6b6b6b !important; } #content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { @@ -7272,11 +7286,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: white !important; + background-color: #fff !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: white !important; + background-color: #fff !important; color: inherit !important; } #content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { @@ -7320,7 +7334,7 @@ code { --------------------------------------------------------------*/ #main { border-radius: 0; - background-color: white; + background-color: #fff; padding: 1em; overflow: hidden; /* @@ -7339,7 +7353,7 @@ code { /* POSTS --------------------------------------------------------------*/ .post { - background-color: white; + background-color: #fff; padding: 1em; } @@ -7410,11 +7424,11 @@ code { .comment { padding: 1em; border-top: 1px solid transparent; - border-top-color: #cccccc; + border-top-color: #ccc; } .comment.thread-odd { - background-color: whitesmoke; + background-color: #f5f5f5; } .comment-content a { @@ -7800,8 +7814,8 @@ q:before, table q:after { opacity: .7; } #events-table table tbody th.today { - background: #cccccc; - color: black; + background: #ccc; + color: #000; } #events-table table tbody td { border-top-width: 0; @@ -7853,7 +7867,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; } @@ -7883,10 +7897,10 @@ body.sticky .ie8 #footers { margin: 0 0 1.5em 0; padding: 1em; background-color: transparent; - color: #aaaaaa; + color: #aaa; } #mega-footer .widget a { - color: white; + color: #fff; } #mega-footer .widget a:hover { color: #113b7c; @@ -7900,7 +7914,7 @@ body.sticky .ie8 #footers { #mega-footer .widget .widget-head h2 { margin: 0; font-size: 150%; - color: #aaaaaa; + color: #aaa; } #mega-footer .widget form { margin: 1em; @@ -8266,7 +8280,7 @@ body { } #uc-header { - border-bottom-color: #bc3e3e; + border-bottom-color: #BC3E3E; } /* Masthead @@ -8280,7 +8294,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; @@ -8289,14 +8303,14 @@ body { padding-left: 8px; } #masthead #site-title .col-sm-8 #uc-site-header #uc-site-parent a { - color: white; + color: #fff; 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: white; + color: #fff; } #masthead #site-title .col-sm-8 #uc-site-header #uc-site-title a:hover { color: #d9d9d9; @@ -8323,15 +8337,16 @@ body { #masthead #site-title .searchform .btn { background: none; filter: none; - background-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.5); border: none; padding: 6px 12px; border-radius: 0px; + opacity: 1; } #masthead #site-title .searchform .btn:hover { color: #fff; - background-color: rgba(217, 217, 217, 0.3); + background-color: rgba(217, 217, 217, 0.2); } #masthead #nav-wrapper #site-navigation { border-bottom: none; @@ -8355,7 +8370,7 @@ body { margin-bottom: -1px; } #masthead #nav-wrapper #site-navigation .navbar-header .navbar-brand { - color: white; + color: #fff; margin-top: 4px; } #masthead #nav-wrapper #site-navigation .navbar-collapse { @@ -8408,7 +8423,7 @@ body { } } #masthead #nav-wrapper #site-navigation .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle { - color: white; + color: #fff; } @media (min-width: 768px) { #masthead #nav-wrapper #site-navigation .navbar-collapse .nav > li:first-child > a { @@ -8476,55 +8491,64 @@ body { /* Widgets - With Color Variables ==================================== */ -.widget { +#content .widget { margin: 0 0 10px; } -.widget .widget-head .widget-title { +#content .widget .widget-head .widget-title { font-weight: normal; } -.widget .searchform .form-control { +#content .widget.widget_search .searchform .form-control { background-color: rgba(0, 0, 0, 0.1); - color: rgba(0, 0, 0, 0.8); + color: rgba(0, 0, 0, 0.7); border-radius: 0; border: none; height: auto; } -.widget .searchform .form-control::-webkit-input-placeholder { +#content .widget.widget_search .searchform .form-control::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.5); } -.widget .searchform .form-control:-moz-placeholder { +#content .widget.widget_search .searchform .form-control:-moz-placeholder { color: rgba(0, 0, 0, 0.5); } -.widget .searchform .form-control::-moz-placeholder { +#content .widget.widget_search .searchform .form-control::-moz-placeholder { color: rgba(0, 0, 0, 0.5); } -.widget .searchform .form-control:-ms-input-placeholder { +#content .widget.widget_search .searchform .form-control:-ms-input-placeholder { color: rgba(0, 0, 0, 0.5); } -.widget .searchform .btn { +#content .widget.widget_search .searchform .btn { background: none; filter: none; - background-color: #676767; - color: rgba(255, 255, 255, 0.2); + background-color: rgba(0, 0, 0, 0.1); + color: rgba(0, 0, 0, 0.5); border: none; padding: 6px 12px; border-radius: 0px; + opacity: 1; } -.widget .searchform .btn:hover { +#content .widget.widget_search .searchform .btn:hover { color: #fff; - background-color: #414141; + background-color: rgba(0, 0, 0, 0.1); +} +#content .widget.widget_search fieldset { + border: 1px solid #ccc; +} +#content .widget.widget_search fieldset .form-control { + box-shadow: none; + webkit-box-shadow: none; + moz-box-shadow: none; } -.widget.uc-ecw .uc-cal .uc-cal-event-month { +#content .widget.uc-ecw .uc-cal .uc-cal-event-month { padding-bottom: 0 !important; padding-top: 0.6em !important; } -.widget.uc-ecw .uc-cal .uc-cal-event-day { +#content .widget.uc-ecw .uc-cal .uc-cal-event-day { padding-top: 0.3em !important; } -.widget.uc-ecw .uc-cal .uc-cal-list a.uc-cal-event .uc-cal-event-date { +#content .widget.uc-ecw .uc-cal .uc-cal-list a.uc-cal-event .uc-cal-event-date { border: 1px solid #e5e5e5 !important; } -.widget.uc-ecw .uc-cal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-day { +#content .widget.uc-ecw .uc-cal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-day { padding-bottom: 0.2em !important; margin-top: -3px !important; color: #777777 !important; @@ -8601,37 +8625,38 @@ body { /* Footer ==================================== */ -#footers .searchform .form-control { +#footers #mega-footer .widget.widget_search .searchform .form-control { background-color: rgba(255, 255, 255, 0.2); - color: rgba(0, 0, 0, 0.8); + color: white; border-radius: 0; border: none; height: auto; } -#footers .searchform .form-control::-webkit-input-placeholder { - color: rgba(0, 0, 0, 0.5); +#footers #mega-footer .widget.widget_search .searchform .form-control::-webkit-input-placeholder { + color: rgba(255, 255, 255, 0.5); } -#footers .searchform .form-control:-moz-placeholder { - color: rgba(0, 0, 0, 0.5); +#footers #mega-footer .widget.widget_search .searchform .form-control:-moz-placeholder { + color: rgba(255, 255, 255, 0.5); } -#footers .searchform .form-control::-moz-placeholder { - color: rgba(0, 0, 0, 0.5); +#footers #mega-footer .widget.widget_search .searchform .form-control::-moz-placeholder { + color: rgba(255, 255, 255, 0.5); } -#footers .searchform .form-control:-ms-input-placeholder { - color: rgba(0, 0, 0, 0.5); +#footers #mega-footer .widget.widget_search .searchform .form-control:-ms-input-placeholder { + color: rgba(255, 255, 255, 0.5); } -#footers .searchform .btn { +#footers #mega-footer .widget.widget_search .searchform .btn { background: none; filter: none; - background-color: #676767; - color: rgba(255, 255, 255, 0.2); + background-color: rgba(255, 255, 255, 0.2); + color: rgba(255, 255, 255, 0.5); border: none; padding: 6px 12px; border-radius: 0px; + opacity: 1; } -#footers .searchform .btn:hover { +#footers #mega-footer .widget.widget_search .searchform .btn:hover { color: #fff; - background-color: #414141; + background-color: rgba(217, 217, 217, 0.2); } @media (max-width: 767px) { #footers #mega-footer .btn { @@ -8646,9 +8671,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: white; + color: #fff; border-color: #061224; opacity: 0.9; } @@ -8667,9 +8692,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: white; + color: #fff; border-color: #535353; opacity: 0.9; } @@ -8688,9 +8713,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: white; + color: #fff; border-color: #3ca230; opacity: 0.9; } @@ -8709,9 +8734,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: white; + color: #fff; border-color: #c3c3c3; opacity: 0.9; color: #676767; @@ -8731,9 +8756,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: white; + color: #fff; border-color: #d2b31c; opacity: 0.9; color: #676767; @@ -8753,9 +8778,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: white; + color: #fff; border-color: #7c0f0f; opacity: 0.9; } @@ -8774,9 +8799,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: white; + color: #fff; border-color: #061224; opacity: 0.9; } @@ -8831,6 +8856,10 @@ table .external .glyphicon-new-window { width: auto; } +#events-table #events-toolbar { + margin-bottom: 1.55em !important; +} + /* Profile Page ==================================== */ @@ -8874,9 +8903,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: white; + color: #fff; border-color: #061224; opacity: 0.9; } @@ -8895,9 +8924,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: white; + color: #fff; border-color: #535353; opacity: 0.9; } @@ -8916,9 +8945,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: white; + color: #fff; border-color: #3ca230; opacity: 0.9; } @@ -8937,9 +8966,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: white; + color: #fff; border-color: #c3c3c3; opacity: 0.9; color: #676767; @@ -8959,9 +8988,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: white; + color: #fff; border-color: #d2b31c; opacity: 0.9; color: #676767; @@ -8981,9 +9010,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: white; + color: #fff; border-color: #7c0f0f; opacity: 0.9; } @@ -9002,9 +9031,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: white; + color: #fff; border-color: #061224; opacity: 0.9; } @@ -9020,3 +9049,5 @@ 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/sass/sherman-common.scss b/sass/sherman-common.scss index f6f38e3..743b365 100644 --- a/sass/sherman-common.scss +++ b/sass/sherman-common.scss @@ -207,6 +207,7 @@ body{ /* Widgets - With Color Variables ==================================== */ +#content{ .widget { margin:0 0 10px; .widget-head { @@ -215,7 +216,17 @@ body{ } } // Search Bar + &.widget_search{ @include searchform($sh-content-search-btn-bg, $sh-content-search-btn-color, $sh-content-search-input-bg, $sh-content-search-input-color, $sh-content-search-input-placeholder-color); + fieldset{ + border: 1px solid #ccc; + .form-control{ + box-shadow:none; + webkit-box-shadow:none; + moz-box-shadow:none; + } + } + } // Uconn Calendar &.uc-ecw{ .uc-cal { @@ -242,6 +253,7 @@ body{ } } +} /* Main Content @@ -325,10 +337,10 @@ body{ ==================================== */ #footers{ - @include searchform($sh-footers-search-btn-bg, $sh-footers-search-btn-color, $sh-footers-search-input-bg, $sh-footers-search-input-color, $sh-footers-search-input-placeholder-color); #mega-footer{ .widget{ &.widget_search{ + @include searchform($sh-footers-search-btn-bg, $sh-footers-search-btn-color, $sh-footers-search-input-bg, $sh-footers-search-input-color, $sh-footers-search-input-placeholder-color); } } .btn { @@ -419,6 +431,15 @@ table .external .glyphicon-new-window { width:auto; } } +#events-table{ + #events-toolbar{ + margin-bottom: 1.55em !important; + } + .table-responsive{ + + } +} + /* Profile Page ==================================== diff --git a/sass/sherman-variables-black.scss b/sass/sherman-variables-black.scss index 5f682f9..f7c00bf 100644 --- a/sass/sherman-variables-black.scss +++ b/sass/sherman-variables-black.scss @@ -36,7 +36,7 @@ $dropdown-link-active-color: #000 ; $dropdown-link-active-bg: #d0d0d0 ; $widget-border-color: #eaeaea; -$widget-head-color: #9A0405; +$widget-head-color: #0b1860; $link-color: #717073; $link-hover-color: darken($link-color, 15%) !default; @@ -153,23 +153,22 @@ $sh-header1-color: #343434; // SEARCH // Header -$sh-masthead-search-btn-bg: rgba(255, 255, 255, .3); +$sh-masthead-search-btn-bg: rgba(255, 255, 255, .2); $sh-masthead-search-btn-color: rgba(255, 255, 255, .5); $sh-masthead-search-input-bg: rgba(255, 255, 255, .2); $sh-masthead-search-input-color: rgba(255, 255, 255, 1); $sh-masthead-search-input-placeholder-color: rgba(255, 255, 255, .5); // Content -$sh-content-search-btn-bg: $brand-default; -$sh-content-search-btn-color: rgba(255, 255, 255, .2); +$sh-content-search-btn-bg: rgba(0, 0, 0, .1); +$sh-content-search-btn-color: rgba(0, 0, 0, .5); $sh-content-search-input-bg: rgba(0, 0, 0, .1); -$sh-content-search-input-color: rgba(0, 0, 0, .8); +$sh-content-search-input-color: rgba(0, 0, 0, .7); $sh-content-search-input-placeholder-color: rgba(0, 0, 0, .5); // Footers -$sh-footers-search-btn-bg: $brand-default; -$sh-footers-search-btn-color: rgba(255, 255, 255, .2); +$sh-footers-search-btn-bg: rgba(255, 255, 255, .2); +$sh-footers-search-btn-color: rgba(255, 255, 255, .5); $sh-footers-search-input-bg: rgba(255, 255, 255, .2); -$sh-footers-search-input-color: rgba(255, 255, 255, 1); +$sh-footers-search-input-color: rgba(255, 255, 255, 1); $sh-footers-search-input-placeholder-color: rgba(255, 255, 255, .5); - diff --git a/sass/sherman-variables-blue.scss b/sass/sherman-variables-blue.scss index d365dd5..144d1a6 100644 --- a/sass/sherman-variables-blue.scss +++ b/sass/sherman-variables-blue.scss @@ -153,21 +153,21 @@ $sh-header1-color: #ac0000; // SEARCH // Header -$sh-masthead-search-btn-bg: rgba(255, 255, 255, .3); +$sh-masthead-search-btn-bg: rgba(255, 255, 255, .2); $sh-masthead-search-btn-color: rgba(255, 255, 255, .5); $sh-masthead-search-input-bg: rgba(255, 255, 255, .2); $sh-masthead-search-input-color: rgba(255, 255, 255, 1); $sh-masthead-search-input-placeholder-color: rgba(255, 255, 255, .5); // Content -$sh-content-search-btn-bg: $brand-default; -$sh-content-search-btn-color: rgba(255, 255, 255, .2); +$sh-content-search-btn-bg: rgba(0, 0, 0, .1); +$sh-content-search-btn-color: rgba(0, 0, 0, .5); $sh-content-search-input-bg: rgba(0, 0, 0, .1); -$sh-content-search-input-color: rgba(0, 0, 0, .8); +$sh-content-search-input-color: rgba(0, 0, 0, .7); $sh-content-search-input-placeholder-color: rgba(0, 0, 0, .5); // Footers -$sh-footers-search-btn-bg: $brand-default; -$sh-footers-search-btn-color: rgba(255, 255, 255, .2); +$sh-footers-search-btn-bg: rgba(255, 255, 255, .2); +$sh-footers-search-btn-color: rgba(255, 255, 255, .5); $sh-footers-search-input-bg: rgba(255, 255, 255, .2); -$sh-footers-search-input-color: rgba(255, 255, 255, .8); +$sh-footers-search-input-color: rgba(255, 255, 255, 1); $sh-footers-search-input-placeholder-color: rgba(255, 255, 255, .5); diff --git a/sass/sherman-variables-common.scss b/sass/sherman-variables-common.scss index 840cbe7..96a4aa1 100644 --- a/sass/sherman-variables-common.scss +++ b/sass/sherman-variables-common.scss @@ -71,6 +71,7 @@ $uc-footer-link-spacing: 1.5em; border:none; padding:6px 12px; border-radius:0px; + opacity:1; &:hover { color:#fff; diff --git a/sass/sherman-variables-grey.scss b/sass/sherman-variables-grey.scss index d32e97a..c59b83d 100644 --- a/sass/sherman-variables-grey.scss +++ b/sass/sherman-variables-grey.scss @@ -150,24 +150,37 @@ $sh-mega-footer-border-color: #fff; $sh-header1-color: #ac0000; -// Search +// SEARCH // Header -$sh-masthead-search-btn-bg: rgba(0, 0, 0, .1); +$sh-masthead-search-btn-bg: rgba(255, 255, 255, .5); $sh-masthead-search-btn-color: rgba(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-bg: rgba(255, 255, 255, .5); +$sh-masthead-search-input-color: rgba(0, 0, 0, .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); +$sh-content-search-btn-bg: rgba(0, 0, 0, .1); +$sh-content-search-btn-color: rgba(0, 0, 0, .5); $sh-content-search-input-bg: rgba(0, 0, 0, .1); -$sh-content-search-input-color: rgba(0, 0, 0, .8); +$sh-content-search-input-color: rgba(0, 0, 0, .7); $sh-content-search-input-placeholder-color: rgba(0, 0, 0, .5); // Footers -$sh-footers-search-btn-bg: $brand-default; -$sh-footers-search-btn-color: rgba(255, 255, 255, .2); +$sh-footers-search-btn-bg: rgba(255, 255, 255, .2); +$sh-footers-search-btn-color: rgba(255, 255, 255, .5); $sh-footers-search-input-bg: rgba(255, 255, 255, .2); -$sh-footers-search-input-color: rgba(255, 255, 255, .8); -$sh-footers-search-input-placeholder-color: rgba(255, 255, 255, .6); +$sh-footers-search-input-color: rgba(255, 255, 255, 1); +$sh-footers-search-input-placeholder-color: rgba(255, 255, 255, .5); + +#masthead{ + #site-title{ + fieldset{ + border: 1px solid #ccc; + .form-control{ + box-shadow:none; + webkit-box-shadow:none; + moz-box-shadow:none; + } + } + } +} diff --git a/sass/sherman-variables-red.scss b/sass/sherman-variables-red.scss index 40369c2..cea0d6e 100644 --- a/sass/sherman-variables-red.scss +++ b/sass/sherman-variables-red.scss @@ -153,24 +153,24 @@ $sh-mega-footer-border-color: rgba(0,0,0, 1); $sh-header1-color: #091733; -// Search +// SEARCH // Header -$sh-masthead-search-btn-bg: rgba(255, 255, 255, .3); +$sh-masthead-search-btn-bg: rgba(255, 255, 255, .2); $sh-masthead-search-btn-color: rgba(255, 255, 255, .5); $sh-masthead-search-input-bg: rgba(255, 255, 255, .2); $sh-masthead-search-input-color: rgba(255, 255, 255, 1); $sh-masthead-search-input-placeholder-color: rgba(255, 255, 255, .5); // Content -$sh-content-search-btn-bg: $brand-primary; -$sh-content-search-btn-color: rgba(255, 255, 255, .2); +$sh-content-search-btn-bg: rgba(0, 0, 0, .1); +$sh-content-search-btn-color: rgba(0, 0, 0, .5); $sh-content-search-input-bg: rgba(0, 0, 0, .1); -$sh-content-search-input-color: rgba(0, 0, 0, .8); +$sh-content-search-input-color: rgba(0, 0, 0, .7); $sh-content-search-input-placeholder-color: rgba(0, 0, 0, .5); // Footers -$sh-footers-search-btn-bg: $brand-primary; -$sh-footers-search-btn-color: rgba(255, 255, 255, .2); +$sh-footers-search-btn-bg: rgba(255, 255, 255, .2); +$sh-footers-search-btn-color: rgba(255, 255, 255, .5); $sh-footers-search-input-bg: rgba(255, 255, 255, .2); -$sh-footers-search-input-color: rgba(0, 0, 0, .8); -$sh-footers-search-input-placeholder-color: rgba(0, 0, 0, .5); +$sh-footers-search-input-color: rgba(255, 255, 255, 1); +$sh-footers-search-input-placeholder-color: rgba(255, 255, 255, .5);