pandandrum
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Entry text alignment and styleThis is what the Content section of the code looks like:
/* Content */
#content {
float: left;
width: 480px;
margin: 0;
background: #330F49;
border: 5px solid #000000;
}.post {
background: url(http://i107.photobucket.com/albums/m297/agstanley/PANDANDRUM/Header16topleft-1.png) no-repeat left top;
padding: 5px 0 0 0;
}.title {
padding: 0 20px 0 60px;
font-size: 24px;
}.title a {
text-decoration: none;
color: #F1CEF8;
}.pagetitle {
padding: 20px 20px;
}.byline {
margin: -30px 20px 0 60px;
color: #646464;
}.meta {
border-bottom: 5px solid #000000;
text-align: right;
color: #646464;
padding: 10px 20px 20px 20px;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}.meta .more {
background: url(images/img07.gif) no-repeat 0px 45%;
padding-left: 15px;
}.meta .comments {
background: url(images/img06.gif) no-repeat 0px 45%;
padding-left: 18px;
}
.meta a {
}.navigation {
}.posts {
margin: 0;
padding: 0px 20px 0 20px;
list-style: none;
line-height: normal;
}.posts li {
}.posts h3 {
margin: 0;
font-weight: bold;
}.posts p {
margin: 0 0 20px 0;
padding: 10px 0 0 0;
line-height: normal;
}.posts a {
text-decoration: none;
}.entry {
margin: 0 20px 0 20px;
}.last {
border: none;
}.date {
font-size: 9px;
}