Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Kira Ticket Fixes
• Unlimited dropdowns (Sherman Only) - fixed color of dropdown items +
hover state
• Various style fixes
  • Loading branch information
bcd04001 committed Sep 22, 2016
1 parent 4783879 commit 923853f
Show file tree
Hide file tree
Showing 34 changed files with 942 additions and 2,489 deletions.
198 changes: 55 additions & 143 deletions css/sherman-black.css
Expand Up @@ -7205,6 +7205,13 @@ button.close {
#uc-header {
border-bottom: 1px solid transparent;
border-bottom-color: white;
min-height: 56px;
background-color: #0F1938;
overflow: hidden;
height: 56px;
}
#uc-header .container {
display: none;
}

#uc-site-header {
Expand Down Expand Up @@ -7386,29 +7393,13 @@ button.close {
.mega-sub-menu {
list-style-type: none;
}
.mega-sub-menu li.mega-menu-item a {
padding-top: 7px !important;
padding-bottom: 7px !important;
line-height: 1.5em !important;
}

#megamenu-mobile-title {
font-size: 1.3em;
padding: .8em 90px .8em .8em;
padding: .8em;
margin: 0;
}

.mega-menu-toggle {
position: absolute;
right: 0;
top: -3.2em;
}

#megamenu-mobile-title a,
#megamenu-mobile-title a:hover {
color: black;
}

/* - - - - - - - - - - - - - - - - - - -
== Header Image
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -7775,6 +7766,9 @@ button.close {
.home #content .widget.uc-contact-widget td.uc-output-more {
word-break: break-all;
}
.home #content .widget.uc-contact-widget .table-responsive {
border: none;
}
.home #content .widget .uc-cal {
font: inherit;
padding: 0 !important;
Expand Down Expand Up @@ -8173,6 +8167,9 @@ button.close {
.home #content .panel-grid .widget.uc-contact-widget td.uc-output-more {
word-break: break-all;
}
.home #content .panel-grid .widget.uc-contact-widget .table-responsive {
border: none;
}
.home #content .panel-grid .widget .uc-cal {
font: inherit;
padding: 0 !important;
Expand Down Expand Up @@ -8568,6 +8565,9 @@ button.close {
#page-sidebar .widget.uc-contact-widget td.uc-output-more {
word-break: break-all;
}
#page-sidebar .widget.uc-contact-widget .table-responsive {
border: none;
}
#page-sidebar .widget .uc-cal {
font: inherit;
padding: 0 !important;
Expand Down Expand Up @@ -8967,6 +8967,9 @@ button.close {
.subpage .widget.uc-contact-widget td.uc-output-more {
word-break: break-all;
}
.subpage .widget.uc-contact-widget .table-responsive {
border: none;
}
.subpage .widget .uc-cal {
font: inherit;
padding: 0 !important;
Expand Down Expand Up @@ -9517,6 +9520,10 @@ a.btn {
display: flex !important;
}

.ui-datepicker-header {
color: black;
}

/* - - - - - - - - - - - - - - - - - - -
== Captions
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -10279,6 +10286,9 @@ body.sticky .ie8 #footers {
#mega-footer .widget.uc-contact-widget td.uc-output-more {
word-break: break-all;
}
#mega-footer .widget.uc-contact-widget .table-responsive {
border: none;
}
#mega-footer .widget .uc-cal {
font: inherit;
padding: 0 !important;
Expand Down Expand Up @@ -10981,7 +10991,28 @@ body {
}
}
#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor a.dropdown-toggle {
color: white;
color: white !important;
}
#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle {
color: black !important;
}
#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:hover {
color: white !important;
}
#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children a.dropdown-toggle:focus {
color: black !important;
}
#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open a.dropdown-toggle:hover {
color: black !important;
}
#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle {
color: black !important;
}
#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:hover {
color: white !important;
}
#masthead #nav-wrapper .navbar-collapse .nav li.current-menu-ancestor li.menu-item-has-children.open li.menu-item-has-children a.dropdown-toggle:focus {
color: black !important;
}
@media (min-width: 768px) {
#masthead #nav-wrapper .navbar-collapse .nav > li:first-child > a {
Expand All @@ -11004,9 +11035,6 @@ body {
padding-top: 10px;
padding-bottom: 10px;
}
#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu li.menu-item-has-children a.dropdown-toggle:hover {
background-color: #9a0405;
}
#masthead #nav-wrapper .navbar-collapse .navbar-formm {
padding: 10px 15px 2px !important;
margin: 8px -15px 0px !important;
Expand All @@ -11022,11 +11050,6 @@ body {
color: white;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #9a0405;
color: white;
}

#drop-multi .navbar-collapse {
padding-left: 0;
}
Expand Down Expand Up @@ -11067,7 +11090,7 @@ body {
font-weight: normal;
}
#content .widget.widget_search .searchform fieldset .form-control {
background-color: transparent;
background-color: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.7);
border-radius: 0;
border: none;
Expand Down Expand Up @@ -11110,9 +11133,6 @@ body {
webkit-box-shadow: none;
moz-box-shadow: none;
}
#content .widget.uc-people-widget h3.group-title {
color: #343434;
}
#content .widget.uc-ecw .uc-cal .uc-cal-event-month {
padding-bottom: 0 !important;
padding-top: 0.6em !important;
Expand Down Expand Up @@ -11205,11 +11225,11 @@ body {
}
#primary #main .page h3 {
margin-top: 2em;
font-weight: 400;
font-weight: 200;
}
#primary #main .page h3.panel-title {
margin-top: 0;
font-weight: 400;
font-weight: 200;
}
#primary #main #page-archive .entry-header .page-title {
padding-left: 0.57em;
Expand Down Expand Up @@ -11245,7 +11265,7 @@ body {
}

/* Footer
====================================
====================================
*/
#footers #mega-footer .widget.widget_search .searchform fieldset .form-control {
background-color: rgba(255, 255, 255, 0.2);
Expand Down Expand Up @@ -11290,7 +11310,7 @@ body {
border-color: transparent !important;
}
#footers #mega-footer .form-inline .btn {
color: rgba(255, 255, 255, 0.5) !important;
color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
#footers #mega-footer .form-inline .form-control {
Expand All @@ -11307,9 +11327,6 @@ body {
border-top: 1px solid transparent;
border-top-color: rgba(255, 255, 255, 0.2);
}
#footers .form-inline .btn {
border-radius: 0px !important;
}

#footers a.btn {
-webkit-border-radius: 4px;
Expand Down Expand Up @@ -11425,7 +11442,7 @@ table .external .glyphicon-new-window {
====================================
*/
#masthead .form-group .btn {
color: rgba(255, 255, 255, 0.5) !important;
color: rgba(255, 255, 255, 0.5);
}
#masthead #megamenu-mobile-title a {
color: white;
Expand Down Expand Up @@ -11463,108 +11480,3 @@ table .external .glyphicon-new-window {
width: 20%;
}
}

/* UC People
====================================
*/
#page-userlist h3.group-title {
color: #343434;
font-weight: 500 !important;
}

body.archive h1.page-title {
margin-bottom: 30px;
}
body.archive h2.archive-person-name {
margin-top: 0;
margin-bottom: 0px !important;
}
body.archive .entry-content {
margin-top: 12px;
}
body.archive .navigation.paging-navigation {
margin-bottom: 15px;
}

/* Page Builder Page
====================================
*/
#page-page-builder #primary #main .page h3.widget-title, #page-page-builder-cards #primary #main .page h3.widget-title {
font-weight: 400;
}
#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date {
background-color: whitesmoke !important;
}
#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day {
font-weight: 200 !important;
}
#page-page-builder #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month, #page-page-builder-cards #primary #main .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month {
color: #9a0405 !important;
}

.panel-grid .widget h3.widget-title {
margin-bottom: 0.75em;
}

.panel-grid .widget_recent-posts .post-date {
display: block;
font-size: 11.5px;
margin-top: 5px;
}

#page-page-builder-cards .widget_rcpt ul .rcpt_item_date {
margin-left: 0px !important;
}

#content .panel-grid .widget .uc-cal .uc-cal-event-title {
color: #717073 !important;
}

body.home #page-page .panel-grid h3.widget-title {
margin-top: 0px !important;
margin-bottom: 15px !important;
}

/* Page Blank
====================================
*/
#page-blank .uc-cal .uc-cal-event-month {
padding-bottom: 0 !important;
padding-top: 9px !important;
height: 23px;
color: #9a0405 !important;
background-color: transparent;
text-decoration: none !important;
font-size: 12px;
font-weight: 200 !important;
}
#page-blank .uc-cal .uc-cal-event-day {
padding-top: 0.3em !important;
}
#page-blank .uc-cal .uc-cal-event-time {
margin-bottom: 7px;
}
#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event {
padding-left: 75px;
min-height: 57px;
text-decoration: none !important;
}
#page-blank .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date {
width: 55px;
height: 55px;
border: 1px solid #e3e3e3;
box-shadow: none !important;
}
#page-blank .uc-cal.uc-iconcal .uc-cal-list .uc-cal-event-day {
padding-bottom: 0.2em !important;
margin-top: -3px !important;
color: #777777 !important;
font-weight: 200 !important;
font-size: 20px;
font-family: helvetica, arial, sans-serif;
}

.uc-iconcal .uc-cal-event-title {
padding-top: 7px !important;
padding-bottom: 5px !important;
}

0 comments on commit 923853f

Please sign in to comment.