diff --git a/assets/icons/social-facebook.png b/assets/icons/social-facebook.png new file mode 100644 index 0000000000000000000000000000000000000000..6748b8fbb86fa783e3a6806cc75c2826ff68376f Binary files /dev/null and b/assets/icons/social-facebook.png differ diff --git a/assets/icons/social-pinterest.png b/assets/icons/social-pinterest.png new file mode 100644 index 0000000000000000000000000000000000000000..ea29dd5fef3e1ac3c36539e2cc6e8eb20260d3e9 Binary files /dev/null and b/assets/icons/social-pinterest.png differ diff --git a/assets/icons/social-twitter.png b/assets/icons/social-twitter.png new file mode 100644 index 0000000000000000000000000000000000000000..a9053956bf7d995fac29556bd7c923e68fafaa53 Binary files /dev/null and b/assets/icons/social-twitter.png differ diff --git a/style.css b/style.css index 5bad5ec70bad97c27dfd61b20fce0dc937c21933..6a97f45cc8a02965397f30c8f12b31ad591106a0 100644 --- a/style.css +++ b/style.css @@ -21,49 +21,22 @@ h2.wdn-brand { .icon-band a:hover { background-color: #f3f3f3; } -/* Social ********************/ -.wdn-social-band h3 { - font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; - font-size: 1rem; - font-style: normal; - font-weight: 400; - line-height: 1.333; - text-transform: uppercase; -} -@media (min-width: 768px) { - .wdn-social-band h3 { - font-size: 1rem; - } -} -.wdn-social-band a { - border-bottom: 0 none; - display: inline-block; - font-size: 4.15385rem; - margin: 0; - padding: 0; -} -@media (min-width: 768px) { - .wdn-social-band a { - font-size: 3.375rem; - } -} -.wdn-social-band ul { - padding: 0; -} -.wdn-social-band li { - display: inline; - list-style: outside none none; - padding-left: 1rem; -} -.wdn-social-band li:first-child { - padding: 0; +/* Social Icons ********************/ +#block-block-107 { + background-color: #333; + position: absolute; + right: 0; + z-index: 99; + padding: 10px 10px 2px; + border-bottom-left-radius: 8px; } -.wdn-social-band [class^="wdn-icon-"]::before, -.wdn-social-band [class*=" wdn-icon-"]::before { - margin-right: 0; +#block-block-107 img { + max-width: 38px; + margin-right: 2px; } -.wdn-social-band .cehs-social-hide-text { - display: none; +#block-block-106 img { + max-width: 64px; + margin-right: 4px; } /* Factoids **********************/ .view-factoids { @@ -212,6 +185,7 @@ h2.wdn-brand { font-size: 16px; padding: 1.1em 2.2em; margin: 0 0 0 1em; + border-radius: .3em; -webkit-box-sizing: initial; -moz-box-sizing: initial; box-sizing: initial; @@ -576,3 +550,13 @@ body.page-educational-programs #views-form-program-areas-block-sort .handle { .careers-band-corps img { max-width: 186px; } +/* Educational Program Areas temporary invisible links over circular logo *****************/ +#node-485 .wdn-promo-band { + position: relative; +} +#node-485 a { + text-indent: -9999px; + height: 100px; + width: 200px; + position: absolute; +} diff --git a/style.less b/style.less index aa80993275001130c3f23b6656eb0702aff0a5ef..47635e257a9bd9ee230a5ebecfe354e377f12377 100644 --- a/style.less +++ b/style.less @@ -31,49 +31,27 @@ h2.wdn-brand { } } -/* Social ********************/ -.wdn-social-band h3 { - font-family: "Gotham SSm A","Gotham SSm B",Helvetica,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif; - font-size: 1rem; - font-style: normal; - font-weight: 400; - line-height: 1.333; - text-transform: uppercase; -} -@media (min-width: 768px) { - .wdn-social-band h3 { - font-size: 1rem; +/* Social Icons ********************/ +#block-block-107 { + background-color: #333; + position: absolute; + right: 0; + z-index: 99; + padding: 10px 10px 2px; + border-bottom-left-radius: 8px; + + img { + max-width: 38px; + margin-right: 2px; } } -.wdn-social-band a { - border-bottom: 0 none; - display: inline-block; - font-size: 4.15385rem; - margin: 0; - padding: 0; -} -@media (min-width: 768px) { - .wdn-social-band a { - font-size: 3.375rem; +#block-block-106 { + img { + max-width: 64px; + margin-right: 4px; } } -.wdn-social-band ul { - padding: 0; -} -.wdn-social-band li { - display: inline; - list-style: outside none none; - padding-left: 1rem; -} -.wdn-social-band li:first-child { - padding: 0; -} -.wdn-social-band [class^="wdn-icon-"]::before, .wdn-social-band [class*=" wdn-icon-"]::before { - margin-right: 0; -} -.wdn-social-band .cehs-social-hide-text { - display: none; -} + /* Factoids **********************/ .view-factoids { @@ -225,6 +203,7 @@ h2.wdn-brand { font-size: 16px; padding: 1.1em 2.2em; margin: 0 0 0 1em; + border-radius: .3em; -webkit-box-sizing: initial; -moz-box-sizing: initial; @@ -624,3 +603,15 @@ body.page-educational-programs { +/* Educational Program Areas temporary invisible links over circular logo *****************/ +#node-485 { + .wdn-promo-band { + position: relative; + } + a { + text-indent: -9999px; + height: 100px; + width: 200px; + position: absolute; + } +}