(Created page with "<html> <style> @charset "utf-8"; html{overflow-y:scroll;} html, body{margin:0; padding:0; font-size:14px; line-height:1.4em;} .bold{font-weight:bold;} .center{text-align:cen...") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | |||
− | |||
− | + | <style> | |
− | + | ||
+ | @charset "utf-8"; | ||
− | + | html{overflow-y:scroll;} | |
− | + | html, body{margin:0; padding:0; font-size:14px; line-height:1.4em;} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | . | + | |
− | + | ||
− | + | ||
− | . | + | .bold{font-weight:bold;} |
+ | .center{text-align:center;} | ||
+ | .right{text-align:right;} | ||
+ | .uppercase{text-transform:uppercase;} | ||
+ | .hidden{display:none;} | ||
+ | .nospace{margin:0; padding:0; list-style:none; } | ||
+ | .borderedbox{border:1px solid;} | ||
+ | .bgded{background:top center no-repeat; background-size:cover;} | ||
+ | .fixed{position:fixed;} | ||
+ | .circle{border-radius:50%; background-clip:padding-box; padding: 10px;} | ||
+ | .btn{display:inline-block; margin:0; padding:15px 35px; border-radius:5px;} | ||
+ | .font_xxl{position:relative; padding-bottom:15px; font-size:2rem;} | ||
+ | .font_xxl:after{position:absolute; bottom:0; left:50%; width:80px; height:2px; margin:0 0 -10px -40px; content:""; font-size:2rem;} | ||
− | + | .clear, .group{display:block;} | |
− | .clear | + | |
− | + | ||
− | + | .group{display:flex; padding-top:60px;} | |
+ | .clear::before, .clear::after, .group::before, .group::after{display:table; content:"";} | ||
+ | .clear, .clear::after, .group, .group::after{clear:both;} | ||
− | + | a{outline:none; text-decoration:none;} | |
− | + | ||
− | + | .fl_left, .imgl{float:left;} | |
− | .imgl{ | + | .fl_right, .imgr{float:right;} |
− | .imgr{ | + | |
+ | img{width:auto; max-width:100%; height:auto; padding:0; box-sizing:border-box; border:none; line-height:normal; vertical-align:middle; } | ||
+ | .imgl{margin:0 10px 10px 0; clear:left;} | ||
+ | .imgr{margin:0 0 10px 15px; clear:right;} | ||
− | |||
− | |||
− | |||
− | |||
+ | /* Fonts | ||
+ | -----------------------------------------------------------------------------------*/ | ||
+ | body, input, textarea, select{font-family:Verdana, Geneva, sans-serif;} | ||
+ | h1, h2, h3, h4, h5, h6, .heading{font-family:Georgia, "Times New Roman", Times, serif;} | ||
− | |||
− | |||
− | |||
− | + | /* Generalise | |
− | + | -----------------------------------------------------------------------------------*/ | |
+ | h1, h2, h3, h4, h5, h6, .heading{margin:0 0 10px 0; font-size:22px; line-height:normal; font-weight:normal;} | ||
− | + | address{font-style:normal; font-weight:normal;} | |
− | + | hr{display:block; width:100%; height:1px; border:solid; border-width:1px 0 0 0;} | |
− | + | ||
+ | .wrapper{display:block; position:relative; width:100%; margin:0; padding:0; text-align:left; word-wrap:break-word;} | ||
+ | .wrapper.fixed{position:fixed; z-index:999;} | ||
+ | #header, .shout, #pageintro, .container, .clients, #footer, #copyright{display:block; width:978px; margin:0 auto; margin-top:-15px;} | ||
− | |||
− | |||
− | |||
+ | /* HTML 5 Overrides | ||
+ | -----------------------------------------------------------------------------------*/ | ||
+ | address, article, aside, figcaption, figure, footer, header, main, nav, section{display:block; margin:0; padding:0;} | ||
− | |||
− | |||
− | |||
− | . | + | /* Grid |
+ | -----------------------------------------------------------------------------------*/ | ||
+ | .one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:inline-block;margin:0 0 0 3.06748466257669%; list-style:none; box-sizing:border-box;} | ||
− | . | + | .first{margin-left:0; clear:left;} |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | .one_quarter{width:22.69938650306748%;} | ||
+ | .one_third{width:31.28834355828221%;} | ||
+ | .one_half, .two_quarter{width:48.46625766871166%;} | ||
+ | .two_third{width:65.6441717791411%;} | ||
+ | .three_quarter{width:74.23312883435584%;} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | .inspace-5{padding:5px;} | + | /* Spacing |
− | .inspace-10{padding:10px;} | + | -----------------------------------------------------------------------------------*/ |
− | .inspace-15{padding:15px;} | + | .btmspace-10{margin-bottom:10px;} |
− | .inspace-30{padding:30px;} | + | .btmspace-15{margin-bottom:15px;} |
− | .inspace-50{padding:50px;} | + | .btmspace-30{margin-bottom:30px;} |
− | .inspace-80{padding:80px;} | + | .btmspace-50{margin-bottom:50px;} |
+ | .btmspace-80{margin-bottom:80px;} | ||
+ | |||
+ | .inspace-5{padding:5px;} | ||
+ | .inspace-10{padding:10px;} | ||
+ | .inspace-15{padding:15px;} | ||
+ | .inspace-30{padding:30px;} | ||
+ | .inspace-50{padding:50px;} | ||
+ | .inspace-80{padding:80px;} | ||
+ | |||
+ | </style> | ||
− | |||
</html> | </html> |
Revision as of 12:39, 24 June 2016