Skip to content

Instantly share code, notes, and snippets.

@beshur
Created November 28, 2012 13:46
Show Gist options
  • Save beshur/4161425 to your computer and use it in GitHub Desktop.
Save beshur/4161425 to your computer and use it in GitHub Desktop.
CSS dummy
/* Cooper Burgers CSS */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
outline: 0;
}
html, body {
background: #fff;
line-height: 1;
height: 100%;
}
ol, ul {
list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "« »";
}
a img {
border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, img {
display: block;
}
p {margin-bottom: 10px}
a {
color: #1f1f1f;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
.hide { display: none; }
/* ----- misc ------ */
.clear {
clear: both;
display: block;
height: 0;
}
.clear.h50 {
height: 50px;
width: 100%;
}
.list:after,
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.f_l { float:left; }
.f_r { float:right; }
.c_l { clear: left; }
.w_50 { width: 50%; }
.list > li { float: left; }
.d_i_b { display: inline-block; vertical-align: top; }
.b_b {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.text img { display: inline; display: inline-block; }
/* ---- */
#container {
width: 100%;
min-height: 100%;
position: relative;
}
#header,
#content,
#footer {
width: 100%;
}
.e_width {
width: 100%;
max-width: 1000px;
margin: 0 auto;
}
.b_slider {
visibility: hidden;
}
.b_slider .frame { overflow: hidden; }
.b_slider.m_top .frame {
height: 367px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment