Created
October 26, 2015 22:24
-
-
Save ryanlabelle/7cd79c44957cb6001358 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme Name: Moorewilson Child Theme | |
Theme URI: http://moorewilson.ca | |
Description: Child theme for Moore Wilson | |
Author: Honeycomb | |
Author URI: http://honeycombweb.com | |
Template: moorewilson | |
Version: 1.0 | |
*/ | |
@import url("../moorewilson/assets/css/app.css"); | |
/* Moore Wilson Specific */ | |
body { | |
background: #fff; | |
} | |
p, li{ | |
font-size: 14px; | |
line-height: 150% ; | |
} | |
h1, h2, h3, h4, h5, h6{ | |
font-weight: normal; | |
} | |
/*.wma-left-margin.col-md-10{ | |
padding-left: 50px; | |
}*/ | |
.wma-left-margin .container{ | |
width: 100%; | |
margin-left: 38px; | |
} | |
/* Container */ | |
.inner-container {background:#fff} | |
/* Navigation */ | |
.navbar-default { | |
border:none; | |
} | |
.navbar .navbar-nav { | |
float: inherit; | |
margin-top:160px | |
} | |
.navbar .navbar-nav > li > a { | |
margin: 0 25px; | |
} | |
nav li.dropdown:first-child {margin-left: 25px;} | |
.navbar .navbar-nav > li > a{ | |
/*text-transform: lowercase;*/ | |
margin: 0 79px; | |
} | |
.navbar .navbar-nav > li:first-child > a{margin-left:50px} | |
.navbar .navbar-nav > li:last-child > a{margin-right:0} | |
@media (max-width: 1199px){ | |
.navbar .navbar-nav > li > a { | |
margin: 0 54px; | |
} | |
.navbar .navbar-nav > li:first-child > a{margin-left:40px} | |
nav li.dropdown:first-child {margin-left: 40px;} | |
/*.wma-left-margin.col-md-10{ | |
padding-left: 80px; | |
}*/ | |
.wma-left-margin .container{ | |
margin-left: 66px; | |
} | |
} | |
/* | |
@media (max-width: 1015px){ | |
.navbar .navbar-nav > li > a { | |
margin: 0 25px; | |
} | |
nav li.dropdown:first-child {margin-left: 25px;} | |
.wma-left-margin .container{ | |
margin-left:32px; | |
} | |
}*/ | |
@media (max-width: 991px){ | |
.wma-left-margin .container{ | |
margin-left:0; | |
} | |
.navbar .navbar-nav > li > a { | |
margin: 0 26px; | |
} | |
} | |
@media (max-width:767px) { | |
#logo a img { | |
max-width:120px; | |
margin-left:15px; | |
} | |
.navbar .navbar-toggle {top: 110px !important} | |
.navbar .navbar-nav { | |
float: inherit; | |
margin-top:inherit; | |
text-align:left; | |
} | |
.navbar .navbar-nav > li > a { | |
margin:inherit; | |
} | |
.navbar .navbar-nav > li > a, | |
.navbar-nav > li + li, | |
.navbar .navbar-nav > li:first-child > a {margin-left:0} | |
nav li.dropdown:first-child {margin-left:0 !important} | |
.navbar .navbar-nav .open .dropdown-toggle {background-color:transparent !important} | |
.navbar .navbar-nav .dropdown-menu { | |
background:transparent; | |
margin-top: -8px; | |
} | |
.navbar-default .navbar-nav .open .dropdown-menu > li > a {} | |
.wma-left-margin.col-md-10{ | |
padding-left:inherit; | |
} | |
} | |
@media (max-width:479px) { | |
#boxed {width:auto} | |
#logo a img { | |
max-width: 100px; | |
} | |
.navbar .navbar-toggle {top: 88px !important} | |
} | |
/* Page Specific */ | |
/* HOME */ | |
body.home .content-editor p{ | |
margin: 70px 0; | |
} | |
/* Page Headings / Titles themo_page_header_1 */ | |
h1{ | |
font-size: 26px | |
} | |
.wma-left-margin h1{ | |
margin: 40px 0; } | |
.page-title.left { | |
padding: 40px 30% 40px 0; | |
} | |
#themo_page_header_1.page-title h1 { | |
color: #666666; | |
font-weight: normal; | |
} | |
.content-editor{ | |
padding-top: 10px; | |
padding-bottom: 40px; | |
} | |
/* Background */ | |
.page-id-59 .content-editor img.alignnone, | |
.page-id-59 .content-editor img.alignleft, | |
.page-id-59 .content-editor img.alignright {margin-bottom:30px} | |
/* Gallery Grid */ | |
.jig-preset-global { | |
margin-top: 36px !important; | |
margin-bottom: 10px !important; | |
} | |
.page-id-13 .col-xs-12 h3{ | |
margin-top: 26px; | |
margin-bottom: -22px; | |
} | |
/* Guiding Principles */ | |
@media (max-width: 1199px) { | |
.features-inner { | |
padding-left: 0; | |
padding-right: 0; | |
} | |
} | |
@media (max-width: 991px) { | |
.features-inner .feature-block { | |
max-width:100%; | |
} | |
.features-inner .feature-block img { | |
width:100%; | |
} | |
} | |
/* BLOG */ | |
.post-meta{ | |
display: none; | |
} | |
body.single .post-inner .entry-content:before, body.single .post-inner .entry-content:after { | |
content: " "; | |
display: table; | |
} | |
body.single .post-inner .entry-content:after {clear:both} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment