Last active
August 10, 2016 14:21
-
-
Save bpmore/496cb150e70105b147b37b817dbf29cc to your computer and use it in GitHub Desktop.
Brown Original CSS
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
body { | |
font-family: 'Merriweather', serif; | |
font-weight: 400; | |
font-style: normal; | |
} | |
.et_pb_gutters1 .et_pb_column .et_pb_module { | |
border: 1px solid #eee; | |
} | |
.et_pb_cta_0.et_pb_promo h2 { | |
margin-bottom: 25px; | |
} | |
*[class*='et_pb_cta_'] .et_pb_promo_description h2 { | |
margin-bottom: 25px; | |
} | |
.et_pb_promo_description { | |
padding-bottom: 40px; | |
} | |
.et_pb_promo h2 { | |
line-height: 1.5; | |
} | |
.submission-form .et_pb_promo_description { | |
padding-bottom: 0px; | |
} | |
.et_pb_row.et_pb_row_6 { | |
width: 25%; | |
float: left; | |
margin-left: 200px; | |
margin-top: -333px; | |
padding: 50px; | |
background-color: #ffffff; | |
box-shadow: 3px 3px rgba(70, 70, 70, 0.2); | |
} | |
.et_pb_row.et_pb_row_6 .et_pb_column.et_pb_column_1_3.et_pb_column_13 { | |
width: 100%; | |
} | |
.et_pb_row.et_pb_row_6 .et_pb_column.et_pb_column_1_3.et_pb_column_13 h2 { | |
font-family: Oswald; | |
font-weight: bold; | |
font-size: 30px; | |
} | |
.et_pb_module h2 { | |
color: #283b52; | |
} | |
#et-footer-nav, #footer-bottom { | |
background-color: #A28A6D; | |
} | |
#footer-bottom a { | |
color: white; | |
} | |
.bottom-nav { | |
padding: 14px 0; | |
} | |
#footer-info { | |
margin: 20px 0; | |
} | |
#footer-info { | |
color: #ffffff; | |
font-weight: bold; | |
} | |
#et-footer-nav .container { | |
float: none; | |
text-align: right; | |
padding-top: 30px; | |
} | |
#main-footer { | |
background-color: #a28a6d; | |
padding-bottom: 25px; | |
} | |
#footer-info { | |
color: #ffffff; | |
font-weight: bold; | |
margin-top: -52px; | |
font-size: smaller; | |
font-family: sans-serif; | |
} | |
.bottom-nav, .bottom-nav a, .bottom-nav li.current-menu-item a { | |
color: #ffffff; | |
font-family: sans-serif!important; | |
text-transform: uppercase!important; | |
} | |
.et_pb_promo_description ul { | |
list-style: none; | |
padding-left: 0px; | |
} | |
ul#top-menu { | |
font-family: sans-serif; | |
} | |
.et_pb_gutters1 .et_pb_column .et_pb_module { | |
border: 0px solid #eee!important; | |
} | |
.et_contact_bottom_container { | |
float: left; | |
} | |
textarea#et_pb_contact_message_1, input#et_pb_contact_subject_1, input#et_pb_contact_name_1, input#et_pb_contact_email_1 { | |
background: transparent; | |
border: 1px solid #86a0bc; | |
} | |
.company-image img.aligncenter.size-full { | |
padding-top: 90px; | |
padding-bottom: 50px; | |
} | |
.et_pb_row.et_pb_row_4.et_pb_equal_columns.et_pb_gutters1.et_pb_row_fullwidth { | |
border-top: 1px solid #fff; | |
} | |
.et_pb_column.et_pb_column_1_5.et_pb_column_6, | |
.et_pb_column.et_pb_column_1_5.et_pb_column_7, | |
.et_pb_column.et_pb_column_1_5.et_pb_column_8, | |
.et_pb_column.et_pb_column_1_5.et_pb_column_9, | |
.et_pb_column.et_pb_column_1_5.et_pb_column_11, | |
.et_pb_column.et_pb_column_1_5.et_pb_column_12, | |
.et_pb_column.et_pb_column_1_5.et_pb_column_13, | |
.et_pb_column.et_pb_column_1_5.et_pb_column_14 { | |
border-right: 1px solid #fff; | |
} | |
@media (min-width: 981px) { | |
.et_pb_column_1_5 { | |
width: 20%!important; | |
} | |
} | |
@media (max-width: 980px) | |
.et_pb_row, .et_pb_column .et_pb_row_inner { | |
padding: 0px!important; | |
} | |
} |
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
body { | |
font-family: 'Merriweather', serif; | |
font-weight: 400; | |
font-style: normal; | |
} | |
.et_pb_gutters1 .et_pb_column .et_pb_module { | |
border: 1px solid #eee; | |
} | |
.et_pb_cta_0.et_pb_promo h2 { | |
margin-bottom: 25px; | |
} | |
*[class*='et_pb_cta_'] .et_pb_promo_description h2 { | |
margin-bottom: 25px; | |
} | |
.et_pb_promo_description { | |
padding-bottom: 40px; | |
} | |
.et_pb_promo h2 { | |
line-height: 1.5; | |
} | |
.submission-form .et_pb_promo_description { | |
padding-bottom: 0px; | |
} | |
.et_pb_row.et_pb_row_6 { | |
width: 25%; | |
float: left; | |
margin-left: 200px; | |
margin-top: -333px; | |
padding: 50px; | |
background-color: #ffffff; | |
box-shadow: 3px 3px rgba(70, 70, 70, 0.2); | |
} | |
.et_pb_row.et_pb_row_6 .et_pb_column.et_pb_column_1_3.et_pb_column_13 { | |
width: 100%; | |
} | |
.et_pb_row.et_pb_row_6 .et_pb_column.et_pb_column_1_3.et_pb_column_13 h2 { | |
font-family: Oswald; | |
font-weight: bold; | |
font-size: 30px; | |
} | |
.et_pb_module h2 { | |
color: #283b52; | |
} | |
#et-footer-nav, #footer-bottom { | |
background-color: #A28A6D; | |
} | |
#footer-bottom a { | |
color: white; | |
} | |
.bottom-nav { | |
padding: 14px 0; | |
} | |
#footer-info { | |
margin: 20px 0; | |
} | |
#footer-info { | |
color: #ffffff; | |
font-weight: bold; | |
} | |
#et-footer-nav .container { | |
float: none; | |
text-align: right; | |
padding-top: 30px; | |
} | |
ul#menu-main-menu.bottom-nav::before { | |
content: "© BROWN INDUSTRIES. ALL RIGHTS RESERVED"; | |
color: #ffffff; | |
font-weight: bold; | |
float: left; | |
} | |
#footer-bottom { | |
display: none; | |
} | |
#main-footer { | |
background-color: #a28a6d; | |
padding-bottom: 25px; | |
} | |
.et_pb_gutters1 .et_pb_column .et_pb_module { | |
border: 0px solid #eee!important; | |
} | |
.et_contact_bottom_container { | |
float: left; | |
} | |
textarea#et_pb_contact_message_1, input#et_pb_contact_subject_1, input#et_pb_contact_name_1, input#et_pb_contact_email_1 { | |
background: transparent; | |
border: 1px solid #86a0bc; | |
} | |
.company-image img.aligncenter.size-full { | |
padding-top: 90px; | |
padding-bottom: 50px; | |
} | |
.et_pb_row.et_pb_row_4.et_pb_equal_columns.et_pb_gutters1.et_pb_row_fullwidth { | |
border-top: 1px solid #fff; | |
} | |
.et_pb_column.et_pb_column_1_5.et_pb_column_6, | |
.et_pb_column.et_pb_column_1_5.et_pb_column_7, | |
.et_pb_column.et_pb_column_1_5.et_pb_column_8, | |
.et_pb_column.et_pb_column_1_5.et_pb_column_9, | |
.et_pb_column.et_pb_column_1_5.et_pb_column_11, | |
.et_pb_column.et_pb_column_1_5.et_pb_column_12, | |
.et_pb_column.et_pb_column_1_5.et_pb_column_13, | |
.et_pb_column.et_pb_column_1_5.et_pb_column_14 { | |
border-right: 1px solid #fff; | |
} | |
@media (min-width: 981px) { | |
.et_pb_column_1_5 { | |
width: 20%!important; | |
} | |
} | |
@media (max-width: 980px) | |
.et_pb_row, .et_pb_column .et_pb_row_inner { | |
padding: 0px!important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment