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
Recompile for Cornerstone Changes
  • Loading branch information
andrewmbacon committed Aug 24, 2015
1 parent 5e4f576 commit 0732259
Show file tree
Hide file tree
Showing 5 changed files with 170 additions and 55 deletions.
45 changes: 34 additions & 11 deletions css/hale2015-blue.css
Expand Up @@ -5828,6 +5828,11 @@ button.close {
.mega-sub-menu { .mega-sub-menu {
list-style-type: none; } list-style-type: none; }


#megamenu-mobile-title {
font-size: 1.3em;
padding: .8em;
margin: 0; }

/* - - - - - - - - - - - - - - - - - - - /* - - - - - - - - - - - - - - - - - - -
== Header Image == Header Image
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -7386,23 +7391,41 @@ object {
== Link Flags == Link Flags
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
.flag { .flag {
background-color: rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1) !important;
font-size: 80%; font-size: 80% !important;
padding: .2em .3em; padding: 0.2em 0.3em !important;
margin-left: .4em; margin-left: 0.4em !important;
border-radius: .3em; } border-radius: 0.3em !important;
text-decoration: none !important; }


.btn .flag { .btn .flag {
border-width: 0; border-width: 0 !important;
opacity: .7; } opacity: 0.7 !important; }


.external .glyphicon-new-window { .external .glyphicon-new-window {
font-size: .8em; font-size: 0.8em !important;
margin-left: .4em; margin-left: 0.4em !important;
opacity: .7; } opacity: 0.7 !important; }


.external:hover .glyphicon-new-window { .external:hover .glyphicon-new-window {
opacity: 1; } opacity: 1 !important; }

table .flag {
background-color: rgba(0, 0, 0, 0.1) !important;
font-size: 80% !important;
padding: 0.2em 0.3em !important;
margin-left: 0.4em !important;
border-radius: 0.3em !important;
text-decoration: none !important; }
table .btn .flag {
border-width: 0 !important;
opacity: 0.7 !important; }
table .external .glyphicon-new-window {
font-size: 0.8em !important;
margin-left: 0.4em !important;
opacity: 0.7 !important; }
table .external:hover .glyphicon-new-window {
opacity: 1 !important; }


/* - - - - - - - - - - - - - - - - - - - /* - - - - - - - - - - - - - - - - - - -
== Accessibility == Accessibility
Expand Down
45 changes: 34 additions & 11 deletions css/hale2015-green.css
Expand Up @@ -5828,6 +5828,11 @@ button.close {
.mega-sub-menu { .mega-sub-menu {
list-style-type: none; } list-style-type: none; }


#megamenu-mobile-title {
font-size: 1.3em;
padding: .8em;
margin: 0; }

/* - - - - - - - - - - - - - - - - - - - /* - - - - - - - - - - - - - - - - - - -
== Header Image == Header Image
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -7386,23 +7391,41 @@ object {
== Link Flags == Link Flags
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
.flag { .flag {
background-color: rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1) !important;
font-size: 80%; font-size: 80% !important;
padding: .2em .3em; padding: 0.2em 0.3em !important;
margin-left: .4em; margin-left: 0.4em !important;
border-radius: .3em; } border-radius: 0.3em !important;
text-decoration: none !important; }


.btn .flag { .btn .flag {
border-width: 0; border-width: 0 !important;
opacity: .7; } opacity: 0.7 !important; }


.external .glyphicon-new-window { .external .glyphicon-new-window {
font-size: .8em; font-size: 0.8em !important;
margin-left: .4em; margin-left: 0.4em !important;
opacity: .7; } opacity: 0.7 !important; }


.external:hover .glyphicon-new-window { .external:hover .glyphicon-new-window {
opacity: 1; } opacity: 1 !important; }

table .flag {
background-color: rgba(0, 0, 0, 0.1) !important;
font-size: 80% !important;
padding: 0.2em 0.3em !important;
margin-left: 0.4em !important;
border-radius: 0.3em !important;
text-decoration: none !important; }
table .btn .flag {
border-width: 0 !important;
opacity: 0.7 !important; }
table .external .glyphicon-new-window {
font-size: 0.8em !important;
margin-left: 0.4em !important;
opacity: 0.7 !important; }
table .external:hover .glyphicon-new-window {
opacity: 1 !important; }


/* - - - - - - - - - - - - - - - - - - - /* - - - - - - - - - - - - - - - - - - -
== Accessibility == Accessibility
Expand Down
45 changes: 34 additions & 11 deletions css/hale2015-orange.css
Expand Up @@ -5828,6 +5828,11 @@ button.close {
.mega-sub-menu { .mega-sub-menu {
list-style-type: none; } list-style-type: none; }


#megamenu-mobile-title {
font-size: 1.3em;
padding: .8em;
margin: 0; }

/* - - - - - - - - - - - - - - - - - - - /* - - - - - - - - - - - - - - - - - - -
== Header Image == Header Image
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -7386,23 +7391,41 @@ object {
== Link Flags == Link Flags
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
.flag { .flag {
background-color: rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1) !important;
font-size: 80%; font-size: 80% !important;
padding: .2em .3em; padding: 0.2em 0.3em !important;
margin-left: .4em; margin-left: 0.4em !important;
border-radius: .3em; } border-radius: 0.3em !important;
text-decoration: none !important; }


.btn .flag { .btn .flag {
border-width: 0; border-width: 0 !important;
opacity: .7; } opacity: 0.7 !important; }


.external .glyphicon-new-window { .external .glyphicon-new-window {
font-size: .8em; font-size: 0.8em !important;
margin-left: .4em; margin-left: 0.4em !important;
opacity: .7; } opacity: 0.7 !important; }


.external:hover .glyphicon-new-window { .external:hover .glyphicon-new-window {
opacity: 1; } opacity: 1 !important; }

table .flag {
background-color: rgba(0, 0, 0, 0.1) !important;
font-size: 80% !important;
padding: 0.2em 0.3em !important;
margin-left: 0.4em !important;
border-radius: 0.3em !important;
text-decoration: none !important; }
table .btn .flag {
border-width: 0 !important;
opacity: 0.7 !important; }
table .external .glyphicon-new-window {
font-size: 0.8em !important;
margin-left: 0.4em !important;
opacity: 0.7 !important; }
table .external:hover .glyphicon-new-window {
opacity: 1 !important; }


/* - - - - - - - - - - - - - - - - - - - /* - - - - - - - - - - - - - - - - - - -
== Accessibility == Accessibility
Expand Down
45 changes: 34 additions & 11 deletions css/hale2015-purple.css
Expand Up @@ -5828,6 +5828,11 @@ button.close {
.mega-sub-menu { .mega-sub-menu {
list-style-type: none; } list-style-type: none; }


#megamenu-mobile-title {
font-size: 1.3em;
padding: .8em;
margin: 0; }

/* - - - - - - - - - - - - - - - - - - - /* - - - - - - - - - - - - - - - - - - -
== Header Image == Header Image
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -7386,23 +7391,41 @@ object {
== Link Flags == Link Flags
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
.flag { .flag {
background-color: rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1) !important;
font-size: 80%; font-size: 80% !important;
padding: .2em .3em; padding: 0.2em 0.3em !important;
margin-left: .4em; margin-left: 0.4em !important;
border-radius: .3em; } border-radius: 0.3em !important;
text-decoration: none !important; }


.btn .flag { .btn .flag {
border-width: 0; border-width: 0 !important;
opacity: .7; } opacity: 0.7 !important; }


.external .glyphicon-new-window { .external .glyphicon-new-window {
font-size: .8em; font-size: 0.8em !important;
margin-left: .4em; margin-left: 0.4em !important;
opacity: .7; } opacity: 0.7 !important; }


.external:hover .glyphicon-new-window { .external:hover .glyphicon-new-window {
opacity: 1; } opacity: 1 !important; }

table .flag {
background-color: rgba(0, 0, 0, 0.1) !important;
font-size: 80% !important;
padding: 0.2em 0.3em !important;
margin-left: 0.4em !important;
border-radius: 0.3em !important;
text-decoration: none !important; }
table .btn .flag {
border-width: 0 !important;
opacity: 0.7 !important; }
table .external .glyphicon-new-window {
font-size: 0.8em !important;
margin-left: 0.4em !important;
opacity: 0.7 !important; }
table .external:hover .glyphicon-new-window {
opacity: 1 !important; }


/* - - - - - - - - - - - - - - - - - - - /* - - - - - - - - - - - - - - - - - - -
== Accessibility == Accessibility
Expand Down
45 changes: 34 additions & 11 deletions css/hale2015-red.css
Expand Up @@ -5828,6 +5828,11 @@ button.close {
.mega-sub-menu { .mega-sub-menu {
list-style-type: none; } list-style-type: none; }


#megamenu-mobile-title {
font-size: 1.3em;
padding: .8em;
margin: 0; }

/* - - - - - - - - - - - - - - - - - - - /* - - - - - - - - - - - - - - - - - - -
== Header Image == Header Image
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -7386,23 +7391,41 @@ object {
== Link Flags == Link Flags
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
.flag { .flag {
background-color: rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1) !important;
font-size: 80%; font-size: 80% !important;
padding: .2em .3em; padding: 0.2em 0.3em !important;
margin-left: .4em; margin-left: 0.4em !important;
border-radius: .3em; } border-radius: 0.3em !important;
text-decoration: none !important; }


.btn .flag { .btn .flag {
border-width: 0; border-width: 0 !important;
opacity: .7; } opacity: 0.7 !important; }


.external .glyphicon-new-window { .external .glyphicon-new-window {
font-size: .8em; font-size: 0.8em !important;
margin-left: .4em; margin-left: 0.4em !important;
opacity: .7; } opacity: 0.7 !important; }


.external:hover .glyphicon-new-window { .external:hover .glyphicon-new-window {
opacity: 1; } opacity: 1 !important; }

table .flag {
background-color: rgba(0, 0, 0, 0.1) !important;
font-size: 80% !important;
padding: 0.2em 0.3em !important;
margin-left: 0.4em !important;
border-radius: 0.3em !important;
text-decoration: none !important; }
table .btn .flag {
border-width: 0 !important;
opacity: 0.7 !important; }
table .external .glyphicon-new-window {
font-size: 0.8em !important;
margin-left: 0.4em !important;
opacity: 0.7 !important; }
table .external:hover .glyphicon-new-window {
opacity: 1 !important; }


/* - - - - - - - - - - - - - - - - - - - /* - - - - - - - - - - - - - - - - - - -
== Accessibility == Accessibility
Expand Down

0 comments on commit 0732259

Please sign in to comment.