demetria
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Internet explorer problem.Ok, I corrected the validation errors and I understand I need to make another css for IE, right? But I don’t know what I have to change in my original CSS to make it look right in IE. :/
Forum: Themes and Templates
In reply to: My theme has many problems.Thank you for the help ( I did the step one ), I just need this home page ready very, very soon. So, I changed it, what I have to do next, because sidebar and footer still aren’t normal.
Forum: Themes and Templates
In reply to: My theme has many problems.Ups, sorry, the link is – http://auditspluss.lv/blogs/
Forum: Themes and Templates
In reply to: My theme is going crazy!Yes, but even then when I write something in it the background image doesn’t show up! 🙁
.footer
{
background: url(‘http://i78.photobucket.com/albums/j98/klewyx/footer_ap.png’);
height: 382px;
text-align: left;
width: 800px;
}Forum: Themes and Templates
In reply to: My theme is going crazy!Thanks, but now I have another problem 😀
Footer isn’t showing up.
Forum: Themes and Templates
In reply to: My theme is going crazy!But the text still is going out of frames. :/
Forum: Themes and Templates
In reply to: My theme is going crazy!But it’s only 210px!
My CSS:
body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
margin : 0;
padding : 0;
}body {
margin : 0;
font-family : Arial, Helvetica, Georgia, Sans-serif;
font-size : 12px;
text-align : center;
vertical-align : top;
background-color:#ffffff;
background-image: url(“http://i78.photobucket.com/albums/j98/klewyx/AP_bcg.jpg”);
background-repeat: repeat-xy;
color : #000000;
}h1 {
font-family : Georgia, Sans-serif;
font-size : 24px;
padding : 0 0 10px 0;
}a:link, a:visited {
text-decoration : underline;
color : #336699;
}a:hover {
text-decoration : none;
}p {
padding : 10px 0 0 0;
}#wrapper {
margin : 0 auto 0 auto;
width : 800px;
text-align : left;
}#header {
width : 800px;
}#container {
width : 590px;
background: url(‘http://i78.photobucket.com/albums/j98/klewyx/posta_bg_ap.png’) repeat-y top left;
float: left;}
.post {
padding : 10px 0 10px 0;
}.post h2 {
font-family : Georgia, Sans-serif;
font-size : 18px;
}.entry {
line-height : 18px;
}p.postmetadata {
border-top : 1px solid #ccc;
margin : 10px 0 0 0;
}.navigation {
padding : 10px 0 0 0;
font-size : 14px;
font-weight : bold;
line-height : 18px;
}#sidebar
{
background: url(‘http://i78.photobucket.com/albums/j98/klewyx/sidebar_bg_ap.png’) repeat-y top left;
float: left;
padding: 0px 20px;
text-align: left;
width: 210px;
}.bottom_sidebar
{
background: url(‘http://i78.photobucket.com/albums/j98/klewyx/sidebar_bottom_ap.png’) no-repeat bottom center;
float: right;
padding: 0px 0px 0px 15px;
height: 79px;
text-align: left;
width: 210px;
}.sidebar ul {
list-style-type : none;
margin : 0;
padding : 0 10px 0 10px;
}.sidebar ul li {
padding : 10px 0 10px 0;
}.sidebar ul li h2 {
font-family : Georgia, Sans-serif;
font-size : 14px;
}.sidebar ul ul li {
padding : 0;
line-height : 24px;
}table#wp-calendar {
width : 100%;
}#footer
{
background: url(‘http://i78.photobucket.com/albums/j98/klewyx/footer_ap.png’) no-repeat top left;
height: 382px;
text-align: left;
width: 800px;
}.comments-template {
margin : 10px 0 0;
border-top : 1px solid #ccc;
padding : 10px 0 0;
}.comments-template ol {
margin : 0;
padding : 0 0 15px;
list-style : none;
}.comments-template ol li {
margin : 10px 0 0;
line-height : 18px;
padding : 0 0 10px;
border-bottom : 1px solid #ccc;
}.comments-template h2, .comments-template h3 {
font-family : Georgia, Sans-serif;
font-size : 16px;
}.commentmetadata {
font-size : 12px;
}.comments-template p.nocomments {
padding : 0;
}.comments-template textarea {
font-family : Arial, Helvetica, Georgia, Sans-serif;
font-size : 12px;
}