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
Style and accessibility updates
-Fixing focus state on bootstrap buttons
- Fixing menu line lengths
- Making widget titles 400 instead of 200 for font weight
-
  • Loading branch information
bcd04001 committed Sep 12, 2018
1 parent d47a5f1 commit 5dd6680
Show file tree
Hide file tree
Showing 18 changed files with 318 additions and 206 deletions.
31 changes: 19 additions & 12 deletions css/sherman-black.css
Expand Up @@ -5891,6 +5891,10 @@ button.close {
#mega-menu-wrap-primary .mega-toggle-label-closed {
display: none; }

.dropdown-menu > li > a {
white-space: pre-wrap;
min-width: 250px; }

/* - - - - - - - - - - - - - - - - - - -
== Header Image
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window {
text-decoration: none;
color: #107ac8; }

.dropdown-toggle:focus {
outline: inherit; }

.accessibility-fail {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
Expand Down Expand Up @@ -9320,10 +9327,10 @@ body {
margin-top: 1em; }
#primary #main .page h3 {
margin-top: 2em;
font-weight: 200; }
font-weight: 400; }
#primary #main .page h3.panel-title {
margin-top: 0;
font-weight: 200; }
font-weight: 400; }
#primary #main #page-archive .entry-header .page-title {
padding-left: 0.57em; }
#primary #main #page-blank .page {
Expand Down Expand Up @@ -9555,32 +9562,32 @@ Header Widget Area
/*--------------------------------------------------------------
Button Hover Fix
--------------------------------------------------------------*/
#page #content .widget .btn.btn-primary:hover {
#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus {
color: white !important; }

#page #content .widget .btn.btn-success:hover {
#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus {
color: white !important; }

#page #content .widget .btn.btn-info:hover {
#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus {
color: white !important; }

#page #content .widget .btn.btn-warning:hover {
#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus {
color: white !important; }

#page #content .widget .btn.btn-danger:hover {
#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus {
color: white !important; }

#page #footers .widget .btn.btn-primary:hover {
#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus {
color: white !important; }

#page #footers .widget .btn.btn-success:hover {
#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus {
color: white !important; }

#page #footers .widget .btn.btn-info:hover {
#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus {
color: white !important; }

#page #footers .widget .btn.btn-warning:hover {
#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus {
color: white !important; }

#page #footers .widget .btn.btn-danger:hover {
#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus {
color: white !important; }
31 changes: 19 additions & 12 deletions css/sherman-blue.css
Expand Up @@ -5891,6 +5891,10 @@ button.close {
#mega-menu-wrap-primary .mega-toggle-label-closed {
display: none; }

.dropdown-menu > li > a {
white-space: pre-wrap;
min-width: 250px; }

/* - - - - - - - - - - - - - - - - - - -
== Header Image
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window {
text-decoration: none;
color: #107ac8; }

.dropdown-toggle:focus {
outline: inherit; }

.accessibility-fail {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
Expand Down Expand Up @@ -9320,10 +9327,10 @@ body {
margin-top: 1em; }
#primary #main .page h3 {
margin-top: 2em;
font-weight: 200; }
font-weight: 400; }
#primary #main .page h3.panel-title {
margin-top: 0;
font-weight: 200; }
font-weight: 400; }
#primary #main #page-archive .entry-header .page-title {
padding-left: 0.57em; }
#primary #main #page-blank .page {
Expand Down Expand Up @@ -9555,32 +9562,32 @@ Header Widget Area
/*--------------------------------------------------------------
Button Hover Fix
--------------------------------------------------------------*/
#page #content .widget .btn.btn-primary:hover {
#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus {
color: white !important; }

#page #content .widget .btn.btn-success:hover {
#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus {
color: white !important; }

#page #content .widget .btn.btn-info:hover {
#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus {
color: white !important; }

#page #content .widget .btn.btn-warning:hover {
#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus {
color: white !important; }

#page #content .widget .btn.btn-danger:hover {
#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus {
color: white !important; }

#page #footers .widget .btn.btn-primary:hover {
#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus {
color: white !important; }

#page #footers .widget .btn.btn-success:hover {
#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus {
color: white !important; }

#page #footers .widget .btn.btn-info:hover {
#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus {
color: white !important; }

#page #footers .widget .btn.btn-warning:hover {
#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus {
color: white !important; }

#page #footers .widget .btn.btn-danger:hover {
#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus {
color: white !important; }
31 changes: 19 additions & 12 deletions css/sherman-brightyellow.css
Expand Up @@ -5891,6 +5891,10 @@ button.close {
#mega-menu-wrap-primary .mega-toggle-label-closed {
display: none; }

.dropdown-menu > li > a {
white-space: pre-wrap;
min-width: 250px; }

/* - - - - - - - - - - - - - - - - - - -
== Header Image
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window {
text-decoration: none;
color: #107ac8; }

.dropdown-toggle:focus {
outline: inherit; }

.accessibility-fail {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
Expand Down Expand Up @@ -9320,10 +9327,10 @@ body {
margin-top: 1em; }
#primary #main .page h3 {
margin-top: 2em;
font-weight: 200; }
font-weight: 400; }
#primary #main .page h3.panel-title {
margin-top: 0;
font-weight: 200; }
font-weight: 400; }
#primary #main #page-archive .entry-header .page-title {
padding-left: 0.57em; }
#primary #main #page-blank .page {
Expand Down Expand Up @@ -9555,32 +9562,32 @@ Header Widget Area
/*--------------------------------------------------------------
Button Hover Fix
--------------------------------------------------------------*/
#page #content .widget .btn.btn-primary:hover {
#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus {
color: white !important; }

#page #content .widget .btn.btn-success:hover {
#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus {
color: white !important; }

#page #content .widget .btn.btn-info:hover {
#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus {
color: white !important; }

#page #content .widget .btn.btn-warning:hover {
#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus {
color: white !important; }

#page #content .widget .btn.btn-danger:hover {
#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus {
color: white !important; }

#page #footers .widget .btn.btn-primary:hover {
#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus {
color: white !important; }

#page #footers .widget .btn.btn-success:hover {
#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus {
color: white !important; }

#page #footers .widget .btn.btn-info:hover {
#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus {
color: white !important; }

#page #footers .widget .btn.btn-warning:hover {
#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus {
color: white !important; }

#page #footers .widget .btn.btn-danger:hover {
#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus {
color: white !important; }
31 changes: 19 additions & 12 deletions css/sherman-green.css
Expand Up @@ -5891,6 +5891,10 @@ button.close {
#mega-menu-wrap-primary .mega-toggle-label-closed {
display: none; }

.dropdown-menu > li > a {
white-space: pre-wrap;
min-width: 250px; }

/* - - - - - - - - - - - - - - - - - - -
== Header Image
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -7969,6 +7973,9 @@ table .external:hover .glyphicon-new-window {
text-decoration: none;
color: #107ac8; }

.dropdown-toggle:focus {
outline: inherit; }

.accessibility-fail {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
Expand Down Expand Up @@ -9320,10 +9327,10 @@ body {
margin-top: 1em; }
#primary #main .page h3 {
margin-top: 2em;
font-weight: 200; }
font-weight: 400; }
#primary #main .page h3.panel-title {
margin-top: 0;
font-weight: 200; }
font-weight: 400; }
#primary #main #page-archive .entry-header .page-title {
padding-left: 0.57em; }
#primary #main #page-blank .page {
Expand Down Expand Up @@ -9555,32 +9562,32 @@ Header Widget Area
/*--------------------------------------------------------------
Button Hover Fix
--------------------------------------------------------------*/
#page #content .widget .btn.btn-primary:hover {
#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus {
color: white !important; }

#page #content .widget .btn.btn-success:hover {
#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus {
color: white !important; }

#page #content .widget .btn.btn-info:hover {
#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus {
color: white !important; }

#page #content .widget .btn.btn-warning:hover {
#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus {
color: white !important; }

#page #content .widget .btn.btn-danger:hover {
#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus {
color: white !important; }

#page #footers .widget .btn.btn-primary:hover {
#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus {
color: white !important; }

#page #footers .widget .btn.btn-success:hover {
#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus {
color: white !important; }

#page #footers .widget .btn.btn-info:hover {
#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus {
color: white !important; }

#page #footers .widget .btn.btn-warning:hover {
#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus {
color: white !important; }

#page #footers .widget .btn.btn-danger:hover {
#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus {
color: white !important; }
31 changes: 19 additions & 12 deletions css/sherman-grey.css
Expand Up @@ -5898,6 +5898,10 @@ button.close {
#mega-menu-wrap-primary .mega-toggle-label-closed {
display: none; }

.dropdown-menu > li > a {
white-space: pre-wrap;
min-width: 250px; }

/* - - - - - - - - - - - - - - - - - - -
== Header Image
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -7976,6 +7980,9 @@ table .external:hover .glyphicon-new-window {
text-decoration: none;
color: #107ac8; }

.dropdown-toggle:focus {
outline: inherit; }

.accessibility-fail {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
Expand Down Expand Up @@ -9327,10 +9334,10 @@ body {
margin-top: 1em; }
#primary #main .page h3 {
margin-top: 2em;
font-weight: 200; }
font-weight: 400; }
#primary #main .page h3.panel-title {
margin-top: 0;
font-weight: 200; }
font-weight: 400; }
#primary #main #page-archive .entry-header .page-title {
padding-left: 0.57em; }
#primary #main #page-blank .page {
Expand Down Expand Up @@ -9562,32 +9569,32 @@ Header Widget Area
/*--------------------------------------------------------------
Button Hover Fix
--------------------------------------------------------------*/
#page #content .widget .btn.btn-primary:hover {
#page #content .widget .btn.btn-primary:hover, #page #content .widget .btn.btn-primary:focus {
color: white !important; }

#page #content .widget .btn.btn-success:hover {
#page #content .widget .btn.btn-success:hover, #page #content .widget .btn.btn-success:focus {
color: white !important; }

#page #content .widget .btn.btn-info:hover {
#page #content .widget .btn.btn-info:hover, #page #content .widget .btn.btn-info:focus {
color: white !important; }

#page #content .widget .btn.btn-warning:hover {
#page #content .widget .btn.btn-warning:hover, #page #content .widget .btn.btn-warning:focus {
color: white !important; }

#page #content .widget .btn.btn-danger:hover {
#page #content .widget .btn.btn-danger:hover, #page #content .widget .btn.btn-danger:focus {
color: white !important; }

#page #footers .widget .btn.btn-primary:hover {
#page #footers .widget .btn.btn-primary:hover, #page #footers .widget .btn.btn-primary:focus {
color: white !important; }

#page #footers .widget .btn.btn-success:hover {
#page #footers .widget .btn.btn-success:hover, #page #footers .widget .btn.btn-success:focus {
color: white !important; }

#page #footers .widget .btn.btn-info:hover {
#page #footers .widget .btn.btn-info:hover, #page #footers .widget .btn.btn-info:focus {
color: white !important; }

#page #footers .widget .btn.btn-warning:hover {
#page #footers .widget .btn.btn-warning:hover, #page #footers .widget .btn.btn-warning:focus {
color: white !important; }

#page #footers .widget .btn.btn-danger:hover {
#page #footers .widget .btn.btn-danger:hover, #page #footers .widget .btn.btn-danger:focus {
color: white !important; }

0 comments on commit 5dd6680

Please sign in to comment.