Skip to content

Instantly share code, notes, and snippets.

@mjbradford89
Created January 29, 2014 22:52
Show Gist options
  • Save mjbradford89/8698954 to your computer and use it in GitHub Desktop.
Save mjbradford89/8698954 to your computer and use it in GitHub Desktop.
practice theme
@font-face {
font-family: 'ChunkFiveRegular';
src: url('../fonts/Chunkfive-webfont.woff');
}
@font-face {
font-family:'BitstreamVeraSansBoldOblique';
src: url('../fonts/Vera-Bold-Italic-webfont.woff');
}
body {
background-image:url('../images/page_bg.png');
background-repeat:repeat;
background-position:top left;
background-attachment: scroll;
}
#wrapper {
margin: 0 auto;
max-width: 1200px;
overflow: auto;
padding: 0;
}
#banner {
overflow:auto;
width:94%;
margin:0 3% 0 3%;
padding:2% 0;
background:transparent;
}
.site-title .site-name {
color: #ca1b1e;
font: 48px/48px 'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
margin: 10px 0 0 20px;
}
#navigation SPAN {
font: 14px 'BitstreamVeraSansBoldOblique', Georgia, "Times New Roman", Times, serif;
color: #7a7a7a;
margin: 0 0 0 40px;
}
#content {
background: url('../images/content_section.png') repeat-x;
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
}
#breadcrumbs {
float: left;
width: 94%;
font: 13px 'TitilliumText22LRegular', Verdana, Geneva, sans-serif;
position: relative;
z-index: 999;
padding: 10px 0 15px 0;
margin: 3% 3% 0 3%;
background: #363636 url('../images/menu_section.png') repeat-x;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.page-title {
display:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment