diff --git a/wp-content/themes/webwork-theme/images/OLWW_BANNER.png b/wp-content/themes/webwork-theme/images/OLWW_BANNER.png index 302e96fc7d..a31335cbda 100644 Binary files a/wp-content/themes/webwork-theme/images/OLWW_BANNER.png and b/wp-content/themes/webwork-theme/images/OLWW_BANNER.png differ diff --git a/wp-content/themes/webwork-theme/style.css b/wp-content/themes/webwork-theme/style.css index 6b51da424d..1e6ba1e02c 100755 --- a/wp-content/themes/webwork-theme/style.css +++ b/wp-content/themes/webwork-theme/style.css @@ -8,26 +8,84 @@ Template: hemingway Version: 0.1.0 */ -a, body a { - color: #0044af; +* { + -webkit-font-smoothing: antialiased; } -.blog-menu a { - color: #fff; +a, body a { + color: #0044af; } -.header-cover { +body .blog-menu a { + color: #fff; + display: block; + padding: 27px 20px; + text-transform: uppercase; + letter-spacing: 1px; + color: rgba(255,255,255,1); + font-size: 15px; /*change*/ + font-weight: 600 /*new*/ +} +body .blog-menu > li:before { + content: "/"; + display: block; + position: absolute; + left: 0; + top: 50%; + margin-top: -9px; + margin-left: -3px; + font-size: 16px; + color: #ffffff; /*change*/ + font-weight: 300; + z-index: 1000; +} +body .blog-menu > .has-children::after, +body .blog-menu > .page_item_has_children::after { + content: ""; + display: block; + border: 5px solid transparent; + border-top-color: rgba(255,255,255,1); /*change*/ + position: absolute; + z-index: 1001; + right: 17px; + top: 50%; + margin-top: -2px; +} +body .footer.section.large-padding { + padding: 65px 0 50px; /*change*/ +} +body .footer .widget-title { + color: #EEE; + letter-spacing: 1px; + font-weight: 500; /*change*/ + font-family: 'Open Sans', sans-serif; /*new*/ +} +body .footer, +body .widget-content, +body .widget-title { + font-size: 1.04rem; /*change*/ +} + +/* Banner */ +body .section.bg-dark-light { + background: #fff; /*change*/ +} +body .header { + max-height: 211px; + width: 86%; /*change*/ + margin: 0 auto; /*new*/ + padding: 0 20px; /*new*/ + max-width: 1040px; /*new*/ + bottom: 0px !important; /*new*/ +} +body .banner-img { + max-height: 211px; + float: left; /*new*/ +} + +body .header-cover { overflow: hidden; } -.header { - max-height: 211px; - padding: 0; - width: 200%; -} - -.banner-img { - max-height: 211px; -} .credits, .credits.no-padding { @@ -39,6 +97,7 @@ body.ol-webwork .credits a { color: #fff; } + .credits-inner { border-color: #636363; border-width: 1px;