@font-face { font-family: 'WebFont'; src: url('../font/x.ttf') /* Safari, Android, iOS */ } *{ box-sizing: border-box; } html { position: relative; min-height: 100%; } body{ background: url('../img/bg_texture.jpg'); font-family: 'WebFont'; margin: 0; padding: 0; padding-top: 68px; margin-bottom: 90px; } img,img:hover{ image-rendering: crisp-edges; /* FUCK SMOOTHING, GIVE ME SPEED */ image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */ image-rendering: optimize-contrast; /* CSS3 Proposed */ -ms-interpolation-mode: nearest-neighbor; /* IE8+ */ } header{ background: #C0413C; padding: 15px 0px; position: fixed; top: 0; left: 0; right: 0; z-index: 50; } header a.title{ color: #fff; font-size: 20pt; text-decoration: none; } .js-info{ background: #B33F3A; color: #fff; font-family: 'verdana'; font-size: 1em; line-height: 23px; padding-top: 15px; padding-bottom: 15px; } .visible-grid{ margin-top: 50px } .container{ margin: 0 auto; width: 100%; box-sizing: border-box; padding: 0px 15px; } .js-note{ font-family: 'verdana'; background: #F6F4EC; padding: 10px 15px; color: #9D3632; border-bottom: 1px solid #EAD9D8; } .download{ background: #9D3632; color: #fff; border-radius: 7px; font-size: 15pt; padding: 6px 20px; position: relative; text-decoration: none; top: 5px; } .wrapper{ margin: 0 auto; width: 960px; margin: 0px auto; margin-bottom: 50px; } ul.tiles{ margin: 0; padding: 0; width: 100%; list-style: none; display: inline-block; } ul.tiles li{ cursor: pointer; float: left; height : 240px; overflow: hidden; margin: 0; padding: 0; width: 240px; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; transform-origin: 0px 0px; -webkit-transform-origin: 0px 0px; -moz-transform-origin: 0px 0px; -o-transform-origin: 0px 0px; } ul.tiles li img{ } .float-right{ float: right } .float-left{ float: left } .usage{ margin-top: 50px; } .help{ background: #fff; box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15); margin-bottom: 20px; /* margin-left: -15px; margin-right: -15px;*/ } .help .title{ background: #F6F4EC; border-bottom: 2px solid #C0413C; color: #C0413C; font-size: 1.6em; padding: 10px 15px; } .sec-h{ color: #0095DD; font-size: 1.1em; margin-bottom: 8px; } code{ background: #f3f3f3; color: #C0413C; padding: 2px 4px; font-size: 1.2em; } .help .content{ padding: 10px 15px; } .help .content .row{ color: #737373; font-family: 'verdana'; font-size: 1em; line-height: 23px; padding: 9px 0px; margin-bottom: 10px; } .help .content .row.last{ margin-bottom: 0px; } .help .content .row.code{ font-size: 0.9em; line-height: 18px; padding:10px 12px; } .help .content .row.code pre{ font-size: 1.31em; margin: 0px; } .help table{ border: 1px solid #e7e7e7; border-collapse: collapse; border-spacing: 0; margin-top: 15px; padding: 0px; width: 50%; } .help table a{ color: #247ed8; text-decoration: none; } .help table tr:nth-child{ background: #f5f5f5; padding: 0px; margin: 0; } .help table tr td{ padding: 8px 12px; margin: 0; } .help table tr:nth-child(2n+1){ background: #f9f9f9 } .footer { position: absolute; bottom: 0; width: 100%; font-family: 'verdana'; font-size: 14px; height: 52px; background-color: #C0413C; padding: 18px; color: #fff; } .footer a,.js-info a{ color: #FFEBB9; text-decoration: none; } @media (max-width: 768px) { .visible-grid{ display: none; } .js-note{ display: block; } .help table{ width: 100% } .usage{ margin-top: 20px; } } @media (min-width: 768px) { .visible-grid{ display: none; } .js-note{ display: block; } .help table{ width: 100% } .usage{ margin-top: 20px; } } @media (min-width: 992px) { .visible-grid{ display: block; } .js-note{ display: none; } .help table{ width: 60% } } @media (min-width: 1200px) { .visible-grid{ display: block; } .js-note{ display: none; } .container{ width: 1170px; } .help table{ width: 50% } }