Hi Everybody!
I've started with the Kubrick Theme and have tried to modify the CSS by copy/paste-ing the Kubrick Stylesheet and started from scratch.
Now the mainsite looks like I want it to - like this: Top: http://i396.photobucket.com/albums/pp41/Wunderbuzz/Picture2.png
Bottom: http://i396.photobucket.com/albums/pp41/Wunderbuzz/Picture7.png
But when i click on a single post it looks like this: http://i396.photobucket.com/albums/pp41/Wunderbuzz/Picture3.png
and I can't figure out how to remove the borders in the two sides.
How do I do that?
The next problem came when I clicked on the archive of old posts. Then the site looks like this!? :
Top section: http://i396.photobucket.com/albums/pp41/Wunderbuzz/Picture4.png
Midt: http://i396.photobucket.com/albums/pp41/Wunderbuzz/Picture5.png
Bottom: http://i396.photobucket.com/albums/pp41/Wunderbuzz/Picture6.png
The text with "Archive for December, 2008" is obviously to big
There's borders around the header
There's borders around the "page"
Can you help me?
Hugs Signe
My CSS is this:
body {
font-size:65.5%;
font-family:Georgia, Times New Roman, Arial, Sans-Serif;
color:#333;
text-align:left;
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
margin:0 0 20px;
padding:0;
}
#page {
text-align:left;
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
width: 758px;
border:none;
margin:20px auto;
}
#header {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border: none;
height:125px;
width:758px;
margin:0 0 0 1px;
padding:0;
}
#headerimg {
background-color: white;
height:125px;
width:100%;
margin:0;
}
#sidebar {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
font:11px Helvetica, Arial, Sans-Serif;
color:#5a5454;
margin-left:525px;
width:210px;
padding:20px 0 10px;
}
#content {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
font-size:1.2em;
}
.widecolumn .entry p {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
font-size:1.05em;
}
.narrowcolumn .entry,.widecolumn .entry {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
line-height:1.4em;
}
.widecolumn {
text-align:left;
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
line-height:1.6em;
width:450px;
margin-left: 45px;
padding:10px 0 20px;
}
.narrowcolumn .postmetadata {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
text-align:center;
padding-top:5px;
}
.alt {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border: none;
margin:0;
padding:10px;
}
#footer {
border:none;
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
width:758px;
clear:both;
margin:0 auto;
padding:0;
}
small {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
font-family:Georgia, Times New Roman, Arial, Sans-Serif;
font-size:.9em;
line-height:1.5em;
}
h1,h2,h3 {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
font-family:Georgia, Times New Roman, Arial, Sans-Serif;
font-weight:bold;
}
h1 {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
font-size:4em;
text-align:center;
padding-top:70px;
margin:0;
}
#headerimg .description {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
font-size:1.2em;
text-align:center;
}
h2 {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
font-size:1.6em;
margin:30px 0 0;
}
h2.pagetitle {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
font-size:7.6em;
margin-top:30px;
text-align:center;
}
#sidebar h2 {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
font-family:Georgia, Times New Roman, Arial, Sans-Serif;
font-size:1.2em;
margin:5px 0 0;
padding:0;
}
h3 {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
font-size:1.2em;
margin:30px 0 0;
padding:0;
}
h1,h1 a,h1 a:hover,h1 a:visited,#headerimg .description {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
text-decoration:none;
color:white;
}
h2,h2 a,h2 a:visited,h3,h3 a,h3 a:visited {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
color:#333;
}
h2,h2 a,h2 a:hover,h2 a:visited,h3,h3 a,h3 a:hover,h3 a:visited,#sidebar h2,#wp-calendar caption,cite {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
text-decoration:none;
}
.entry p a:visited {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
color:#b85b5a;
}
#commentform p {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
font-family:Georgia, Times New Roman, Arial, Sans-Serif;
margin:5px 0;
}
.commentmetadata {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
font-weight:normal;
display:block;
margin:0;
}
small,#sidebar ul ul li,#sidebar ul ol li,.nocomments,.postmetadata,blockquote,strike {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
color:#777;
}
code {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
font:1.1em 'Courier New', Courier, Fixed;
}
acronym,abbr,span.caps {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
font-size:.9em;
letter-spacing:.07em;
cursor:help;
}
a,h2 a:hover,h3 a:hover {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
color:#CE5A3A;
text-decoration:none;
}
a:hover {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
color:#9B3115;
text-decoration:underline;
}
.narrowcolumn {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
float:left;
width:450px;
margin:0 40px 20px 0;
padding:0 0 20px 45px;
}
.post {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
text-align:justify;
margin:0 0 40px;
}
.post hr {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
display:block;
}
.widecolumn .post {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
margin:0;
}
.widecolumn .postmetadata {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
margin:30px 0;
}
.widecolumn .smallattachment {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
text-align:center;
float:left;
width:128px;
margin:5px 5px 5px 0;
}
.widecolumn .attachment {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
text-align:center;
margin:5px 0;
}
.postmetadata {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
clear:both;
}
.clear {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
clear:both;
}
#footer p {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
text-align:center;
margin:0;
padding:20px 0;
}
,post h2 {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
text-align:left;
}
h3.comments {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
margin:40px auto 20px;
padding:0;
}
p img {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
max-width:100%;
padding:0;
}
img.centered,img.aligncenter {
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
border:none;
display:block;
margin-left:auto;
margin-right:auto;
}
img.alignright {
display:inline;
margin:0 0 2px 7px;
padding:4px;
}
img.alignleft {
display:inline;
margin:0 7px 2px 0;
padding:4px;
}
.alignright {
float:right;
}
.alignleft {
float:left;
}
html>body .entry ul {
margin-left:0;
list-style:none;
text-indent:-10px;
padding:0 0 0 10px;
}
html>body .entry li {
margin:7px 0 8px 10px;
}
.entry ul li:before,#sidebar ul ul li:before {
content:"0BB 020";
}
.entry ol {
margin:0;
padding:0 0 0 35px;
}
.entry ol li {
margin:0;
padding:0;
}
.postmetadata ul,.postmetadata li {
display:inline;
list-style-type:none;
list-style-image:none;
}
#sidebar ul,#sidebar ul ol {
margin:0;
padding:0;
}
#sidebar ul li {
list-style-type:none;
list-style-image:none;
margin-bottom:15px;
}
#sidebar ul p,#sidebar ul select {
margin:5px 0 8px;
}
#sidebar ul ul,#sidebar ul ol {
margin:5px 0 0 10px;
}
#sidebar ul ul ul,#sidebar ul ol {
margin:0 0 0 10px;
}
ol li,#sidebar ul ol li {
list-style:decimal outside;
}
#sidebar ul ul li,#sidebar ul ol li {
margin:3px 0 0;
padding:0;
}
#searchform {
text-align:center;
margin:10px auto;
padding:5px 3px;
}
#sidebar #searchform #s {
width:108px;
padding:2px;
}
#sidebar #searchsubmit {
padding:1px;
}
.entry form {
text-align:center;
}
select {
width:130px;
}
#commentform input {
width:170px;
margin:5px 5px 1px 0;
padding:2px;
}
#commentform textarea {
width:100%;
padding:2px;
}
#commentform #submit {
float:right;
margin:0;
}
.commentlist {
text-align:justify;
padding:0;
}
.nocomments {
text-align:center;
margin:0;
padding:0;
}
#sidebar form {
margin:0;
}
acronym,abbr {
border: none;
}
blockquote {
padding-left:20px;
border: none;
margin:15px 30px 0 10px;
}
blockquote cite {
display:block;
margin:5px 0 0;
}
.center {
text-align:center;
}
.hidden {
display:none;
}
hr {
display:none;
}
a img {
border:none;
}
.navigation {
display:block;
text-align:center;
margin-top:10px;
margin-bottom:60px;
}
.aligncenter,div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
.wp-caption {
border: none;
text-align:center;
background: url(i396.photobucket.com/albums/pp41/Wunderbuzz/Picture1.png);
padding-top:4px;
margin:10px;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
}
.wp-caption img {
border: none;
margin:0;
padding:0;
}
.wp-caption p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}