Skip to content

Instantly share code, notes, and snippets.

@tomharrigan
Created November 14, 2012 21:02
Show Gist options
  • Save tomharrigan/4074787 to your computer and use it in GitHub Desktop.
Save tomharrigan/4074787 to your computer and use it in GitHub Desktop.
CSS for Peter
/* NEW ADDITIONS FOR LDP */
body {background:#e3e3e3}
body {background-image:url(http://www.ldpress.co.uk/wp-content/uploads/background-shade.png)}
body {background-repeat:repeat-x}
body {background-position:top left}
a.button, a.comment-reply-link, #commentform #submit {background:#d80819;border-color:#d80819}
a.button:hover, a.button.hover, a.button.active, a.comment-reply-link:hover, #commentform #submit:hover {background:#d80819;opacity:0.9;}
body, p { font:normal 11px/1.5em Arial, sans-serif;color:#555555; }
#navigation, #navigation .nav a { font:bold 12px/1.4em Arial, sans-serif;color:#555555; }
.post .title { font:bold 26px/1em Arial, sans-serif;color:#222222; }
.post-meta { font:normal 12px/1em Arial, sans-serif;color:#868686; }
.entry, .entry p { font:normal 12px/1.5em Arial, sans-serif;color:#555555; } h1, h2, h3, h4, h5, h6 { font-family: 'Arial, sans-serif', arial, sans-serif; }
.widget h3 { font:bold 14px/1em Arial, sans-serif;color:#555555; }
#navigation { background: #5e6162 url(images/nav-bg.png) repeat-x;}
#main-single .meta p.buy {
margin-top: 13px;
margin-left: 4px;
}
.post h1, .post h2 {
line-height: 25px;
}
a.button, a.comment-reply-link, #commentform #submit, input.button {
font-size:11px;
}
#topad {
margin-top:0px;
}
#twitter-top {
width: 320px;
margin: 10px 0 0;
background: url("http://www.ldpress.co.uk/wp-content/uploads/ico-twitter.png") no-repeat scroll 0 50% transparent;
padding: 0 0 0 60px;
}
h3.banner, div.fake-banner {
background: url("images/white-line.png") repeat-x scroll left top #A7A7A7;
border-bottom: 0 none #eee;
border-top: 0 none #eee;
font-size: 14px;
}
#footer {
background: url("images/white-line.png") repeat-x scroll left top #777777;
border-bottom: 0px none #444444;
border-top: 0px none #444444;
width: 978px !important;
}
.listings .block {
min-height: 89px;
}
.more-listings .block h2 {
font-size: 12px !important;
min-height: 82px;
}
.author-bio p {
font-style:normal;
}
.post h1, .post h2 {
font-weight: bold;
}
.emphasise {
border: 1px dotted #ccc;
padding:20px;
background-color:#eee;
}
.listings .latest-listing {
float: right;
padding: 1px 0 0;
width: 192px;
}
.listings img {
margin: 0 0 5px 1px;
float: left;
}
.listings .block h2 a {
color: #666666;
margin-left: 12px;
}
.listings .block h2 a:hover {
text-decoration:underline;
color: #3088ff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment