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
Header widget area css
  • Loading branch information
Brian C Dunnigan committed Dec 23, 2016
1 parent bbfb0af commit 13ff8b4
Show file tree
Hide file tree
Showing 6 changed files with 654 additions and 9 deletions.
131 changes: 130 additions & 1 deletion css/hale2015-blue.css
Expand Up @@ -7871,6 +7871,71 @@ button.close {
margin-top: 0.75em; margin-top: 0.75em;
} }


/* Header widget area */
#masthead #site-title .header-widget-area {
max-height: 90px;
overflow: hidden;
}

#masthead #site-title .header-widget-area .widget {
float: right;
}

#masthead #site-title .header-widget-area .widget.simple-social-icons {
margin-top: 27px;
}

#masthead #site-title .header-widget-area .widget.simple-social-icons li:before {
display: none;
}

#masthead #site-title .header-widget-area .widget.widget_sp_image .widget-head, #masthead #site-title .header-widget-area .widget.widget_sp_image widget_sp_image-description {
display: none;
}

#masthead #site-title .header-widget-area .widget.widget_sp_image img {
margin-top: 14px;
}

#masthead #site-title .header-widget-area .widget.widget_search .searchform {
margin-left: 10px;
}

@media (max-width: 991px) {
#masthead #site-title .header-widget-area .widget.widget_search .searchform .form-group .form-control {
width: 124px;
}
}

#masthead #site-title .header-widget-area .widget.widget_black_studio_tinymce {
color: white !important;
margin-top: 10px;
}

#masthead #site-title .header-widget-area .widget.widget_black_studio_tinymce h2.widget-title {
color: white !important;
margin-bottom: 5px;
}

#masthead #site-title .header-widget-area .widget:nth-child(n+4) {
display: none;
}

#masthead #site-title .header-widget-area .widget.widget_nav_menu .menu {
list-style-type: none;
margin-top: 37px;
float: right;
}

#masthead #site-title .header-widget-area .widget.widget_nav_menu .menu li {
float: left;
margin-right: 22px;
}

#masthead #site-title .header-widget-area .widget.widget_nav_menu .menu li a {
line-height: 1.5em;
}

/* - - - - - - - - - - - - - - - - - - - /* - - - - - - - - - - - - - - - - - - -
== Content == Content
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -10302,7 +10367,71 @@ a.btn {
} }


/*-------------------------------------------------------------- /*--------------------------------------------------------------
10.5 Breadcrumbs 10.5 UC People Page Template
--------------------------------------------------------------*/
#page-userlist .person {
padding-right: 20px;
padding-bottom: 20px;
padding-top: 5px;
}

#page-userlist .person ul {
list-style-type: disc;
}

#page-userlist .person ol {
list-style-type: decimal;
}

#page-userlist .person a.person-permalink h4.person-name {
font-size: 19px;
}

#page-userlist h3.group-title {
border-bottom: 1px solid #eee;
padding-bottom: 10px;
width: 100%;
}

#page-userlist table {
margin-bottom: 0px;
}

#page-userlist table td.person-thumbnail img {
max-width: none;
}

#page-userlist table thead {
border-top: none !important;
border-bottom: none !important;
}

#page-userlist .table > thead > tr > th {
border-bottom: none !important;
}

#page-userlist .table > tbody > tr > td {
border-top: none !important;
}

#page-userlist .table > tbody > tr {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}

/*--------------------------------------------------------------
10.6 UC Calendar - Fixes for Sub/Super Characters
--------------------------------------------------------------*/
#content .widget.uc-ecw .uc-cal-list .uc-cal-item .uc-cal-event-title {
display: flex !important;
}

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

/*--------------------------------------------------------------
10.7 Breadcrumbs
--------------------------------------------------------------*/ --------------------------------------------------------------*/
.breadcrumb { .breadcrumb {
margin-bottom: 0px; margin-bottom: 0px;
Expand Down
131 changes: 130 additions & 1 deletion css/hale2015-green.css
Expand Up @@ -7871,6 +7871,71 @@ button.close {
margin-top: 0.75em; margin-top: 0.75em;
} }


/* Header widget area */
#masthead #site-title .header-widget-area {
max-height: 90px;
overflow: hidden;
}

#masthead #site-title .header-widget-area .widget {
float: right;
}

#masthead #site-title .header-widget-area .widget.simple-social-icons {
margin-top: 27px;
}

#masthead #site-title .header-widget-area .widget.simple-social-icons li:before {
display: none;
}

#masthead #site-title .header-widget-area .widget.widget_sp_image .widget-head, #masthead #site-title .header-widget-area .widget.widget_sp_image widget_sp_image-description {
display: none;
}

#masthead #site-title .header-widget-area .widget.widget_sp_image img {
margin-top: 14px;
}

#masthead #site-title .header-widget-area .widget.widget_search .searchform {
margin-left: 10px;
}

@media (max-width: 991px) {
#masthead #site-title .header-widget-area .widget.widget_search .searchform .form-group .form-control {
width: 124px;
}
}

#masthead #site-title .header-widget-area .widget.widget_black_studio_tinymce {
color: white !important;
margin-top: 10px;
}

#masthead #site-title .header-widget-area .widget.widget_black_studio_tinymce h2.widget-title {
color: white !important;
margin-bottom: 5px;
}

#masthead #site-title .header-widget-area .widget:nth-child(n+4) {
display: none;
}

#masthead #site-title .header-widget-area .widget.widget_nav_menu .menu {
list-style-type: none;
margin-top: 37px;
float: right;
}

#masthead #site-title .header-widget-area .widget.widget_nav_menu .menu li {
float: left;
margin-right: 22px;
}

#masthead #site-title .header-widget-area .widget.widget_nav_menu .menu li a {
line-height: 1.5em;
}

/* - - - - - - - - - - - - - - - - - - - /* - - - - - - - - - - - - - - - - - - -
== Content == Content
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -10302,7 +10367,71 @@ a.btn {
} }


/*-------------------------------------------------------------- /*--------------------------------------------------------------
10.5 Breadcrumbs 10.5 UC People Page Template
--------------------------------------------------------------*/
#page-userlist .person {
padding-right: 20px;
padding-bottom: 20px;
padding-top: 5px;
}

#page-userlist .person ul {
list-style-type: disc;
}

#page-userlist .person ol {
list-style-type: decimal;
}

#page-userlist .person a.person-permalink h4.person-name {
font-size: 19px;
}

#page-userlist h3.group-title {
border-bottom: 1px solid #eee;
padding-bottom: 10px;
width: 100%;
}

#page-userlist table {
margin-bottom: 0px;
}

#page-userlist table td.person-thumbnail img {
max-width: none;
}

#page-userlist table thead {
border-top: none !important;
border-bottom: none !important;
}

#page-userlist .table > thead > tr > th {
border-bottom: none !important;
}

#page-userlist .table > tbody > tr > td {
border-top: none !important;
}

#page-userlist .table > tbody > tr {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}

/*--------------------------------------------------------------
10.6 UC Calendar - Fixes for Sub/Super Characters
--------------------------------------------------------------*/
#content .widget.uc-ecw .uc-cal-list .uc-cal-item .uc-cal-event-title {
display: flex !important;
}

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

/*--------------------------------------------------------------
10.7 Breadcrumbs
--------------------------------------------------------------*/ --------------------------------------------------------------*/
.breadcrumb { .breadcrumb {
margin-bottom: 0px; margin-bottom: 0px;
Expand Down

0 comments on commit 13ff8b4

Please sign in to comment.