Skip to content

Commit

Permalink
Update webwork-theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Apr 19, 2018
1 parent bd3e956 commit 8b358d1
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 14 deletions.
Binary file modified wp-content/themes/webwork-theme/images/OLWW_BANNER.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 changes: 73 additions & 14 deletions wp-content/themes/webwork-theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -39,6 +97,7 @@ body.ol-webwork .credits a {
color: #fff;
}


.credits-inner {
border-color: #636363;
border-width: 1px;
Expand Down

0 comments on commit 8b358d1

Please sign in to comment.