Hey!
Jeg vil gerne have rammer rundt om mine indlæg på http://www.latterhimlen.dk - men kan ikke lige se hvor jeg skulle tilføje det i css koden.
Her er post delen fra css:
/* Posts Styling */
.post_container {
background-color: #fff;
border-radius: 3px;
-moz-border-radius: 3px;
margin-bottom: 10px;
padding: 5px 5px 5px 5px;
}
.post_container ul {
list-style: disc;
margin-left: 21px;
list-style-position: inside;
}
ol {
list-style-position: inside;
margin-left: 21px;
}
.content-background {
background-color: #fff;
border-radius: 3px;
-moz-border-radius: 3px;
padding: 0px 5px 5px 5px;
}
.archive-contentbg {
background-color: #fff;
border-radius: 3px;
-moz-border-radius: 3px;
padding: 0px 5px 5px 5px;
}
.posts_title {
font-size: 24px;
font-weight: bold;
margin-bottom: 2px;
}
.post {
font-size: 14px;
}
.entry {
padding-top: 5px;
margin-left: 1px;
}
.entry p {
clear: none;
}
.meta {
color: #ababab;
font-size: 12px;
margin-left: 1px;
margin-bottom: 1px;
}
.post-edit-link {
background-color: #757575;
padding: 2px 3px;
color: white;
font-size: 10px;
border-radius: 3px;
-moz-border-radius: 3px;
margin-left: 1px;
}
.alignleft,
img.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright,
img.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
img.size-full {
max-width: 640px;
height: auto;
}
p {
clear: both;
}
.wp-caption {
background-color: #f3f3f3;
border: 1px solid #ddd;
border-radius: 3px; /* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
margin: 10px;
padding-top: 4px;
text-align: center;
max-width: 620px;
}
.wp-caption img {
border: 0 none;
margin: 0;
padding: 0;
max-width: 610px;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
blockquote {
background-color: #ccc;
margin: 10px;
padding: 3px;
}
blockquote p { }
.sticky { }
.gallery-caption { }
.navgation { }
.next-posts { float: left; }
.prev-posts { float: right; }
- Hvor skal jeg sætte "border: 1px solid #000000;" ind?(hvis det selvfølgelig er den kode.. er ikke den vildeste til css :D)
Temaet er desuden iFeature 2.0 fra CyperChimps
not resolved