Advertisement
Guest User

Untitled

a guest
May 31st, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. /***** Structure *****/
  2.  
  3. html { font-size: 100%; -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }
  4. body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 14px; font-size: 0.875rem; line-height: 1.6; background: #f7f7f7; word-wrap: break-word; }
  5. .fullbg .custom-background { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
  6. .mh-container, .mh-container-inner { width: 100%; max-width: 1080px; margin: 0 auto; position: relative; }
  7. .mh-container-outer { margin: 25px auto; -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17); -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17); box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.17); }
  8. .mh-wrapper { padding: 45px; background: #fff; }
  9. .mh-content { width: 66%; overflow: hidden; }
  10. .mh-sidebar { width: 31.66%; float: left; }
  11. .mh-margin-left { margin-left: 2.5%; }
  12. .mh-margin-right { margin-right: 2.5%; }
  13. .mh-right-sb #main-content { float: left; margin-right: 2.5%; }
  14. .mh-left-sb #main-content { float: right; margin-left: 2.5%; }
  15. .mh-home-area-3, .mh-home-area-4 { width: 48.24%; }
  16. .mh-home-area-4 { margin-left: 3.52%; }
  17. .page-template-homepage .mh-wrapper { padding-bottom: 0; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement