Created
November 8, 2009 15:36
-
-
Save jamsesso/229325 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background: #fff url(images/bg.png) repeat-x top center; | |
font: normal 12px Georgia; | |
color: #000; | |
margin: 0px auto; | |
} | |
a:link, a:visited { color: #000; } | |
a:hover, a:visited:hover { text-decoration:none; } | |
p { clear: both; } | |
h1 { | |
margin: 0px; | |
font-size: 30px; | |
} | |
h2, h3, h4, h5 { margin: 0px; } | |
label { | |
font-weight: bold; | |
margin 3px !important; | |
} | |
.left { float:left; } | |
.right { float:right; } | |
#header { | |
height: 105px; | |
width: 900px; | |
margin: 0px auto; | |
color: #808080; | |
} | |
#header h1 { | |
color: #404040; | |
font: normal 50px Georgia; | |
margin:0px; | |
} | |
#header span { | |
color: #808080; | |
font: normal 20px Georgia; | |
font-style: italic; | |
} | |
#header-search { | |
background: #d6d6d6; | |
padding: 10px; | |
margin-top: 30px; | |
font-size: 18px; | |
} | |
#menu { | |
height: 47px; | |
margin: 0px auto; | |
border-bottom: 1px solid #78cc3e; | |
border-top: 1px solid #78cc3e; | |
clear: both; | |
} | |
.menu { | |
margin: 0 auto; | |
padding: 0px; | |
width: 900px; | |
list-style: none; | |
} | |
.menu ul { padding:0px; } | |
.menu li { | |
padding-top: 10px; | |
float:left; | |
padding-left: 0px; | |
} | |
.menu a:link, .menu a:visited { | |
padding-right:30px; | |
font-size: 22px; | |
color: #000; | |
text-decoration:none; | |
} | |
.menu a:hover, .menu a:visited:hover { | |
color: #92a957; | |
text-decoration:none; | |
} | |
#page { | |
margin: 0 auto; | |
margin-top: 10px !important; | |
width: 900px; | |
clear: both; | |
} | |
#content { | |
color: #000; | |
float:left; | |
width: 600px; | |
} | |
#post { | |
margin-top: 10px; | |
background: #eee; | |
padding: 10px; | |
} | |
#post h2 { | |
margin:0px; | |
font-weight:normal; | |
text-decoration:none; | |
color:#6b6b6b; | |
} | |
#post-title { | |
margin-top: 10px; | |
margin-bottom: 10px; | |
background: #fff; | |
padding: 5px; | |
border: 1px solid #ccc; | |
-moz-border-radius: 8px; | |
-webkit-border-radius: 8px; | |
} | |
#post-title h2 a { | |
margin:0px; | |
font-weight:normal; | |
text-decoration:none; | |
color:#6b6b6b; | |
} | |
.meta { | |
color:#adadad; | |
font-size:13px; | |
padding: 2px 0 5px 0; | |
display: block; | |
} | |
.meta a { | |
text-decoration:none; | |
color:#6b6b6b; | |
} | |
.meta a:hover { color:#444; } | |
.commentbox { | |
background-color: #ececec; | |
padding: 10px; | |
margin-top: 1em; | |
} | |
.commentfooter { | |
background: url(images/arrow.gif) 20px 0 no-repeat; | |
padding-left: 58px; | |
padding-top: 1px; | |
margin-bottom: 1em; | |
font-size: 15px; | |
color: #4A4A4A; | |
height: 20px; | |
} | |
#sidebar { | |
width: 260px; | |
background: transparent url(images/sidebarCenter.png) repeat-y; | |
margin-top: -10px; | |
padding: 10px; | |
float:right; | |
margin-right: -20px !important; | |
} | |
#sidebar h3{ | |
color: #000; | |
margin:0px; | |
display: inline; | |
} | |
#sidebar p { | |
} | |
#sidebar-top { | |
background: #fff url(images/sidebarTop.png); | |
height: 24px; | |
width: 260px; | |
float:right; | |
margin-top:10px; | |
} | |
#sidebar-bottom { | |
background: #fff url(images/sidebarBottom.png); | |
height: 22px; | |
width: 260px; | |
float:right; | |
clear: right; | |
} | |
#sidebar .time { | |
margin-bottom: 10px; | |
} | |
#footer { | |
margin: 0 auto; | |
padding-top: 30px !important; | |
width: 900px; | |
clear:both; | |
font-size: 16px; | |
color: #888; | |
height: 80px; | |
} | |
#footer .right { text-align:right; } | |
#footer .center { | |
padding-top: 20px; | |
margin-left: 30px !important; | |
} | |
#footer a:link, #footer a:visited { | |
text-decoration:none; | |
color:#000; | |
} | |
#footer a:hover, #footer a:visited:hover { color:#78cc3e; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment