diff --git a/css/hale2015-blue.css b/css/hale2015-blue.css index 85d79b8..dc70cf9 100644 --- a/css/hale2015-blue.css +++ b/css/hale2015-blue.css @@ -8426,6 +8426,55 @@ button.close { 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 */ } @@ -8918,6 +8967,55 @@ button.close { 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 */ } @@ -9405,6 +9503,55 @@ button.close { 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 */ } @@ -9897,6 +10044,55 @@ button.close { 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; max-width: 100%; @@ -10451,6 +10647,15 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -11465,6 +11670,55 @@ body.sticky .ie8 #footers { 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; color: #707070; diff --git a/css/hale2015-green.css b/css/hale2015-green.css index 5a106ee..bef7279 100644 --- a/css/hale2015-green.css +++ b/css/hale2015-green.css @@ -8426,6 +8426,55 @@ button.close { 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 */ } @@ -8918,6 +8967,55 @@ button.close { 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 */ } @@ -9405,6 +9503,55 @@ button.close { 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 */ } @@ -9897,6 +10044,55 @@ button.close { 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; max-width: 100%; @@ -10451,6 +10647,15 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -11465,6 +11670,55 @@ body.sticky .ie8 #footers { 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; color: #707070; diff --git a/css/hale2015-orange.css b/css/hale2015-orange.css index fa0038e..d25bb4f 100644 --- a/css/hale2015-orange.css +++ b/css/hale2015-orange.css @@ -8426,6 +8426,55 @@ button.close { 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 */ } @@ -8918,6 +8967,55 @@ button.close { 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 */ } @@ -9405,6 +9503,55 @@ button.close { 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 */ } @@ -9897,6 +10044,55 @@ button.close { 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; max-width: 100%; @@ -10451,6 +10647,15 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -11465,6 +11670,55 @@ body.sticky .ie8 #footers { 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; color: #707070; diff --git a/css/hale2015-purple.css b/css/hale2015-purple.css index 5c612a3..befbe29 100644 --- a/css/hale2015-purple.css +++ b/css/hale2015-purple.css @@ -8426,6 +8426,55 @@ button.close { 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 */ } @@ -8918,6 +8967,55 @@ button.close { 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 */ } @@ -9405,6 +9503,55 @@ button.close { 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 */ } @@ -9897,6 +10044,55 @@ button.close { 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; max-width: 100%; @@ -10451,6 +10647,15 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -11465,6 +11670,55 @@ body.sticky .ie8 #footers { 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; color: #707070; diff --git a/css/hale2015-red.css b/css/hale2015-red.css index 3a5c290..5db567f 100644 --- a/css/hale2015-red.css +++ b/css/hale2015-red.css @@ -8426,6 +8426,55 @@ button.close { 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 */ } @@ -8918,6 +8967,55 @@ button.close { 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 */ } @@ -9405,6 +9503,55 @@ button.close { 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 */ } @@ -9897,6 +10044,55 @@ button.close { 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; max-width: 100%; @@ -10451,6 +10647,15 @@ a.btn { content: "/"; } +/*-------------------------------------------------------------- +10.8 Responsive Tables +--------------------------------------------------------------*/ +@media (max-width: 767px) { + .table-responsive table img { + min-width: 100px; + } +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -11465,6 +11670,55 @@ body.sticky .ie8 #footers { 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; color: #707070; diff --git a/scss/_hale2015-common.scss b/scss/_hale2015-common.scss index 0d7bd05..101b3b8 100644 --- a/scss/_hale2015-common.scss +++ b/scss/_hale2015-common.scss @@ -22,14 +22,14 @@ $btn-primary-border: darken($brand-primary, 15%) !default; $btn-success-border: darken($brand-success, 15%) !default; $btn-info-border: darken($brand-info, 15%) !default; $btn-warning-border: darken($brand-warning, 15%) !default; -$btn-danger-border: darken($brand-danger, 15%) !default; +$btn-danger-border: darken($brand-danger, 15%) !default; //== Cornerstone Vars -$nav-secondary-pills-active-link-hover-bg:$nav-color-base; +$nav-secondary-pills-active-link-hover-bg:$nav-color-base; $content-padding: 3em 8em; $widget-head-size: 13px; @@ -38,7 +38,7 @@ $widget-border-color: #e0e0e0; $widget-margin: 0 0 30px 0; $footers-link-color: #707070; -$footers-link-hover: $brand-primary; +$footers-link-hover: $brand-primary; // imports bootsrtap, and all of cornerstone sass