/* LESS Mixins */ .bg-gradient (@start, @end) { background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(@start), to(@end)); background-image: -webkit-linear-gradient(top, @start, @end); background-image: -moz-linear-gradient(top, @start, @end); background-image: -ms-linear-gradient(top, @start, @end); background-image: -o-linear-gradient(top, @start, @end); } .box-shadow (@X, @Y, @Blur, @Color) { -moz-box-shadow: @X @Y @Blur @Color; -webkit-box-shadow: @X @Y @Blur @Color; box-shadow: @X @Y @Blur @Color; } /* CSS Reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* Layout */ body { background: url("../images/tiles-large.png") repeat; height: 100%; width: 100%; } #main_header { background: url("../images/header_lines.png") repeat-x; .box-shadow(0,1px,0,#1c1c1c); height: 41px; width: 100%; #logo { background: url("../images/logo.png") no-repeat; display: block; height: 34px; left: 10px; position: absolute; top: 4px; width: 160px; } } #coming_soon { color: white; font-family: "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; height: 22px; position: absolute; text-align: center; text-shadow: 0 1px 1px black; top: 390px; width: 100%; }