diff --git a/css/sherman-black.css b/css/sherman-black.css index 66c789d..cbc30e5 100644 --- a/css/sherman-black.css +++ b/css/sherman-black.css @@ -7014,7 +7014,7 @@ button.close { #content .widget .widget-head h2 { margin: 0; font-size: 150%; - color: #9a0405; + color: #0b1860; } #content .widget form { margin: 1em; @@ -8344,15 +8344,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; @@ -8497,55 +8498,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; @@ -8622,37 +8632,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 { @@ -8852,6 +8863,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 bc71e0d..8a2aaec 100644 --- a/css/sherman-blue.css +++ b/css/sherman-blue.css @@ -8344,15 +8344,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; @@ -8497,55 +8498,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; @@ -8622,37 +8632,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 { @@ -8852,6 +8863,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 396ecbb..3e62830 100644 --- a/css/sherman-grey.css +++ b/css/sherman-grey.css @@ -14,6 +14,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 @@ -8323,8 +8332,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; @@ -8344,15 +8353,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; @@ -8497,55 +8507,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; +} +#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; @@ -8622,37 +8641,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 { @@ -8852,6 +8872,10 @@ table .external .glyphicon-new-window { width: auto; } +#events-table #events-toolbar { + margin-bottom: 1.55em !important; +} + /* Profile Page ==================================== */ diff --git a/css/sherman-red.css b/css/sherman-red.css index ce5557d..51e4987 100644 --- a/css/sherman-red.css +++ b/css/sherman-red.css @@ -8344,15 +8344,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; @@ -8497,55 +8498,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; @@ -8622,37 +8632,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 { @@ -8852,6 +8863,10 @@ table .external .glyphicon-new-window { width: auto; } +#events-table #events-toolbar { + margin-bottom: 1.55em !important; +} + /* Profile Page ==================================== */ diff --git a/css/sherman-variables-black.css b/css/sherman-variables-black.css index ab32b31..ed79504 100644 --- a/css/sherman-variables-black.css +++ b/css/sherman-variables-black.css @@ -13,6 +13,3 @@ /* Primary Colors (Bootstrap) */ /* Buttons, define text, background and border color. */ /* Sherman Only Variables */ -/* Main Search Form */ -/* Body Search Form */ -/* Widget Search Form */ diff --git a/css/sherman-variables-blue.css b/css/sherman-variables-blue.css index bf27b5e..ed79504 100644 --- a/css/sherman-variables-blue.css +++ b/css/sherman-variables-blue.css @@ -9,24 +9,7 @@ ONLY color variables in this sheet please. Other variables belong in sherman-variables-common.scss. -*/ -/* -$uc-ecw-month-bg: #f5f5f5; -$uc-ecw-month-color: #388ac3; -$uc-ecw-day-bg: #f5f5f5; -$uc-ecw-day-color: #454545; -$uc-ecw-title-color: #454545; -$uc-ecw-title-hover: darken($uc-ecw-title-color, 15%); -$uc-ecw-time-color: #388ac3; -$uc-ecw-time-hover: darken($uc-ecw-time-color, 15%); -*/ -/* -$megafooter-widget-color: rgba(255,255,255, 0.6); -$megafooter-widget-head-color: #999999!important; */ /* Primary Colors (Bootstrap) */ /* Buttons, define text, background and border color. */ /* Sherman Only Variables */ -/* Main Search Form */ -/* Body Search Form */ -/* Widget Search Form */ diff --git a/css/sherman-variables-grey.css b/css/sherman-variables-grey.css index ed79504..ff37b9c 100644 --- a/css/sherman-variables-grey.css +++ b/css/sherman-variables-grey.css @@ -13,3 +13,11 @@ /* 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; +} 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);