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
Countdown Widget Styles + Fix for images in mobile tables
  • Loading branch information
bcd04001 committed Feb 14, 2017
1 parent c661981 commit 4a62b99
Show file tree
Hide file tree
Showing 17 changed files with 3,862 additions and 2 deletions.
203 changes: 203 additions & 0 deletions css/sherman-black.css
Expand Up @@ -7934,6 +7934,45 @@ button.close {
.home #content .widget.widget_siteorigin-panels-postloop .post {
padding: 1em;
}
.home #content .widget.widget_count_down_widget {
background-color: #dedede;
padding: 15px 18px;
border: 1px solid #ccc;
border-radius: 6px;
}
.home #content .widget.widget_count_down_widget .countdown-top {
position: relative;
min-height: 50px;
}
.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap {
position: absolute;
}
.home #content .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days {
font-size: 35px;
font-weight: 700;
}
.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap {
margin-left: 48px;
margin-top: 14px;
margin-bottom: 10px;
}
.home #content .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil {
font-size: 16px;
}
.home #content .widget.widget_count_down_widget .countdown-bottom {
font-size: 12px;
color: rgba(0, 0, 0, 0.4);
}
.home #content .widget.widget_count_down_widget .glyphicon-new-window {
display: none;
}
.home #content .widget.widget_count_down_widget a {
text-decoration: none !important;
color: black;
}
.home #content .widget.widget_count_down_widget a:hover {
color: #388ac3;
}
.home #content .panel-grid {
/* Make sure select elements fit in widgets */
}
Expand Down Expand Up @@ -8335,6 +8374,45 @@ button.close {
.home #content .panel-grid .widget.widget_siteorigin-panels-postloop .post {
padding: 0;
}
.home #content .panel-grid .widget.widget_count_down_widget {
background-color: #dedede;
padding: 15px 18px;
border: 1px solid #ccc;
border-radius: 6px;
}
.home #content .panel-grid .widget.widget_count_down_widget .countdown-top {
position: relative;
min-height: 50px;
}
.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap {
position: absolute;
}
.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days {
font-size: 35px;
font-weight: 700;
}
.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap {
margin-left: 48px;
margin-top: 14px;
margin-bottom: 10px;
}
.home #content .panel-grid .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil {
font-size: 16px;
}
.home #content .panel-grid .widget.widget_count_down_widget .countdown-bottom {
font-size: 12px;
color: rgba(0, 0, 0, 0.4);
}
.home #content .panel-grid .widget.widget_count_down_widget .glyphicon-new-window {
display: none;
}
.home #content .panel-grid .widget.widget_count_down_widget a {
text-decoration: none !important;
color: black;
}
.home #content .panel-grid .widget.widget_count_down_widget a:hover {
color: #388ac3;
}

#page-sidebar {
/* Make sure select elements fit in widgets */
Expand Down Expand Up @@ -8733,6 +8811,45 @@ button.close {
#page-sidebar .widget.widget_siteorigin-panels-postloop .post {
padding: 1em;
}
#page-sidebar .widget.widget_count_down_widget {
background-color: #dedede;
padding: 15px 18px;
border: 1px solid #ccc;
border-radius: 6px;
}
#page-sidebar .widget.widget_count_down_widget .countdown-top {
position: relative;
min-height: 50px;
}
#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap {
position: absolute;
}
#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days {
font-size: 35px;
font-weight: 700;
}
#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap {
margin-left: 48px;
margin-top: 14px;
margin-bottom: 10px;
}
#page-sidebar .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil {
font-size: 16px;
}
#page-sidebar .widget.widget_count_down_widget .countdown-bottom {
font-size: 12px;
color: rgba(0, 0, 0, 0.4);
}
#page-sidebar .widget.widget_count_down_widget .glyphicon-new-window {
display: none;
}
#page-sidebar .widget.widget_count_down_widget a {
text-decoration: none !important;
color: black;
}
#page-sidebar .widget.widget_count_down_widget a:hover {
color: #388ac3;
}

.subpage {
/* Make sure select elements fit in widgets */
Expand Down Expand Up @@ -9135,6 +9252,45 @@ button.close {
.subpage .widget.widget_siteorigin-panels-postloop .post {
padding: 0;
}
.subpage .widget.widget_count_down_widget {
background-color: #dedede;
padding: 15px 18px;
border: 1px solid #ccc;
border-radius: 6px;
}
.subpage .widget.widget_count_down_widget .countdown-top {
position: relative;
min-height: 50px;
}
.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap {
position: absolute;
}
.subpage .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days {
font-size: 35px;
font-weight: 700;
}
.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap {
margin-left: 48px;
margin-top: 14px;
margin-bottom: 10px;
}
.subpage .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil {
font-size: 16px;
}
.subpage .widget.widget_count_down_widget .countdown-bottom {
font-size: 12px;
color: rgba(0, 0, 0, 0.4);
}
.subpage .widget.widget_count_down_widget .glyphicon-new-window {
display: none;
}
.subpage .widget.widget_count_down_widget a {
text-decoration: none !important;
color: black;
}
.subpage .widget.widget_count_down_widget a:hover {
color: #388ac3;
}

img {
height: auto;
Expand Down Expand Up @@ -9594,6 +9750,14 @@ a.btn {
content: "/";
}

/*--------------------------------------------------------------
10.8 Responsive Tables
--------------------------------------------------------------*/
@media (max-width: 767px) {
.table-responsive table img {
min-width: 100px;
}
}
/* - - - - - - - - - - - - - - - - - - -
== Captions
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -10479,6 +10643,45 @@ body.sticky .ie8 #footers {
#mega-footer .widget.widget_siteorigin-panels-postloop .post {
padding: 1em;
}
#mega-footer .widget.widget_count_down_widget {
background-color: #dedede;
padding: 15px 18px;
border: 1px solid #ccc;
border-radius: 6px;
}
#mega-footer .widget.widget_count_down_widget .countdown-top {
position: relative;
min-height: 50px;
}
#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap {
position: absolute;
}
#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days {
font-size: 35px;
font-weight: 700;
}
#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap {
margin-left: 48px;
margin-top: 14px;
margin-bottom: 10px;
}
#mega-footer .widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil {
font-size: 16px;
}
#mega-footer .widget.widget_count_down_widget .countdown-bottom {
font-size: 12px;
color: rgba(0, 0, 0, 0.4);
}
#mega-footer .widget.widget_count_down_widget .glyphicon-new-window {
display: none;
}
#mega-footer .widget.widget_count_down_widget a {
text-decoration: none !important;
color: black;
}
#mega-footer .widget.widget_count_down_widget a:hover {
color: #388ac3;
}

#footer {
padding: 1.5em 0;
Expand Down

0 comments on commit 4a62b99

Please sign in to comment.