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
Updating countdown widget styles to support all page templates
  • Loading branch information
bcd04001 committed Feb 15, 2017
1 parent 4a62b99 commit d404207
Show file tree
Hide file tree
Showing 17 changed files with 749 additions and 1 deletion.
40 changes: 40 additions & 0 deletions css/sherman-black.css
Expand Up @@ -7534,6 +7534,46 @@ button.close {
line-height: 1.5em;
}

.widget.widget_count_down_widget {
background-color: #dedede;
padding: 15px 18px;
border: 1px solid #ccc;
border-radius: 6px;
}
.widget.widget_count_down_widget .countdown-top {
position: relative;
min-height: 50px;
}
.widget.widget_count_down_widget .countdown-top .countdown-days-wrap {
position: absolute;
}
.widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days {
font-size: 35px;
font-weight: 700;
}
.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap {
margin-left: 48px;
margin-top: 14px;
margin-bottom: 10px;
}
.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil {
font-size: 16px;
}
.widget.widget_count_down_widget .countdown-bottom {
font-size: 12px;
color: rgba(0, 0, 0, 0.4);
}
.widget.widget_count_down_widget .glyphicon-new-window {
display: none;
}
.widget.widget_count_down_widget a {
text-decoration: none !important;
color: black;
}
.widget.widget_count_down_widget a:hover {
color: #388ac3;
}

/* - - - - - - - - - - - - - - - - - - -
== Content
- - - - - - - - - - - - - - - - - - - */
Expand Down
40 changes: 40 additions & 0 deletions css/sherman-blue.css
Expand Up @@ -7534,6 +7534,46 @@ button.close {
line-height: 1.5em;
}

.widget.widget_count_down_widget {
background-color: #dedede;
padding: 15px 18px;
border: 1px solid #ccc;
border-radius: 6px;
}
.widget.widget_count_down_widget .countdown-top {
position: relative;
min-height: 50px;
}
.widget.widget_count_down_widget .countdown-top .countdown-days-wrap {
position: absolute;
}
.widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days {
font-size: 35px;
font-weight: 700;
}
.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap {
margin-left: 48px;
margin-top: 14px;
margin-bottom: 10px;
}
.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil {
font-size: 16px;
}
.widget.widget_count_down_widget .countdown-bottom {
font-size: 12px;
color: rgba(0, 0, 0, 0.4);
}
.widget.widget_count_down_widget .glyphicon-new-window {
display: none;
}
.widget.widget_count_down_widget a {
text-decoration: none !important;
color: black;
}
.widget.widget_count_down_widget a:hover {
color: #388ac3;
}

/* - - - - - - - - - - - - - - - - - - -
== Content
- - - - - - - - - - - - - - - - - - - */
Expand Down
49 changes: 49 additions & 0 deletions css/sherman-brightyellow.css
Expand Up @@ -7950,6 +7950,55 @@ button.close {
line-height: 1.5em;
}

.widget.widget_count_down_widget {
background-color: #dedede;
padding: 15px 18px;
border: 1px solid #ccc;
border-radius: 6px;
}

.widget.widget_count_down_widget .countdown-top {
position: relative;
min-height: 50px;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap {
position: absolute;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days {
font-size: 35px;
font-weight: 700;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap {
margin-left: 48px;
margin-top: 14px;
margin-bottom: 10px;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil {
font-size: 16px;
}

.widget.widget_count_down_widget .countdown-bottom {
font-size: 12px;
color: rgba(0, 0, 0, 0.4);
}

.widget.widget_count_down_widget .glyphicon-new-window {
display: none;
}

.widget.widget_count_down_widget a {
text-decoration: none !important;
color: black;
}

.widget.widget_count_down_widget a:hover {
color: #388ac3;
}

/* - - - - - - - - - - - - - - - - - - -
== Content
- - - - - - - - - - - - - - - - - - - */
Expand Down
49 changes: 49 additions & 0 deletions css/sherman-green.css
Expand Up @@ -7950,6 +7950,55 @@ button.close {
line-height: 1.5em;
}

.widget.widget_count_down_widget {
background-color: #dedede;
padding: 15px 18px;
border: 1px solid #ccc;
border-radius: 6px;
}

.widget.widget_count_down_widget .countdown-top {
position: relative;
min-height: 50px;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap {
position: absolute;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days {
font-size: 35px;
font-weight: 700;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap {
margin-left: 48px;
margin-top: 14px;
margin-bottom: 10px;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil {
font-size: 16px;
}

.widget.widget_count_down_widget .countdown-bottom {
font-size: 12px;
color: rgba(0, 0, 0, 0.4);
}

.widget.widget_count_down_widget .glyphicon-new-window {
display: none;
}

.widget.widget_count_down_widget a {
text-decoration: none !important;
color: black;
}

.widget.widget_count_down_widget a:hover {
color: #388ac3;
}

/* - - - - - - - - - - - - - - - - - - -
== Content
- - - - - - - - - - - - - - - - - - - */
Expand Down
40 changes: 40 additions & 0 deletions css/sherman-grey.css
Expand Up @@ -7543,6 +7543,46 @@ button.close {
line-height: 1.5em;
}

.widget.widget_count_down_widget {
background-color: #dedede;
padding: 15px 18px;
border: 1px solid #ccc;
border-radius: 6px;
}
.widget.widget_count_down_widget .countdown-top {
position: relative;
min-height: 50px;
}
.widget.widget_count_down_widget .countdown-top .countdown-days-wrap {
position: absolute;
}
.widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days {
font-size: 35px;
font-weight: 700;
}
.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap {
margin-left: 48px;
margin-top: 14px;
margin-bottom: 10px;
}
.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil {
font-size: 16px;
}
.widget.widget_count_down_widget .countdown-bottom {
font-size: 12px;
color: rgba(0, 0, 0, 0.4);
}
.widget.widget_count_down_widget .glyphicon-new-window {
display: none;
}
.widget.widget_count_down_widget a {
text-decoration: none !important;
color: black;
}
.widget.widget_count_down_widget a:hover {
color: #388ac3;
}

/* - - - - - - - - - - - - - - - - - - -
== Content
- - - - - - - - - - - - - - - - - - - */
Expand Down
49 changes: 49 additions & 0 deletions css/sherman-hotpink.css
Expand Up @@ -7950,6 +7950,55 @@ button.close {
line-height: 1.5em;
}

.widget.widget_count_down_widget {
background-color: #dedede;
padding: 15px 18px;
border: 1px solid #ccc;
border-radius: 6px;
}

.widget.widget_count_down_widget .countdown-top {
position: relative;
min-height: 50px;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap {
position: absolute;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days {
font-size: 35px;
font-weight: 700;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap {
margin-left: 48px;
margin-top: 14px;
margin-bottom: 10px;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil {
font-size: 16px;
}

.widget.widget_count_down_widget .countdown-bottom {
font-size: 12px;
color: rgba(0, 0, 0, 0.4);
}

.widget.widget_count_down_widget .glyphicon-new-window {
display: none;
}

.widget.widget_count_down_widget a {
text-decoration: none !important;
color: black;
}

.widget.widget_count_down_widget a:hover {
color: #388ac3;
}

/* - - - - - - - - - - - - - - - - - - -
== Content
- - - - - - - - - - - - - - - - - - - */
Expand Down
49 changes: 49 additions & 0 deletions css/sherman-huntergreen.css
Expand Up @@ -7950,6 +7950,55 @@ button.close {
line-height: 1.5em;
}

.widget.widget_count_down_widget {
background-color: #dedede;
padding: 15px 18px;
border: 1px solid #ccc;
border-radius: 6px;
}

.widget.widget_count_down_widget .countdown-top {
position: relative;
min-height: 50px;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap {
position: absolute;
}

.widget.widget_count_down_widget .countdown-top .countdown-days-wrap .countdown-days {
font-size: 35px;
font-weight: 700;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap {
margin-left: 48px;
margin-top: 14px;
margin-bottom: 10px;
}

.widget.widget_count_down_widget .countdown-top .countdown-daysuntil-wrap .countdown-daysuntil {
font-size: 16px;
}

.widget.widget_count_down_widget .countdown-bottom {
font-size: 12px;
color: rgba(0, 0, 0, 0.4);
}

.widget.widget_count_down_widget .glyphicon-new-window {
display: none;
}

.widget.widget_count_down_widget a {
text-decoration: none !important;
color: black;
}

.widget.widget_count_down_widget a:hover {
color: #388ac3;
}

/* - - - - - - - - - - - - - - - - - - -
== Content
- - - - - - - - - - - - - - - - - - - */
Expand Down

0 comments on commit d404207

Please sign in to comment.