Shichi Fukujin v.1.0
AW: HTML & CSS Div Problem
hmm hab das eingefügt was du geschrieben hattest das funktioniert aber nicht wirklich..
hier die css file
hmm hab das eingefügt was du geschrieben hattest das funktioniert aber nicht wirklich..
hier die css file
HTML:
*{
padding: 0;
margin: 0;
}
.text {
padding-top: 5px;
padding-left: 5px;
}
ul {
list-style-image: url('Bilder/box.png');
list-style-position: inside;
}
a:link {
font-size: 15px;
color: #9ddf14;
text-decoration: none;
}
a:visited {
font-size: 15px;
color: #9ddf14;
text-decoration: none;
}
a:active {
font-size: 15px;
color: #9ddf14;
text-decoration: none;
}
a:hover {
font-size: 15px;
color: #9ddf14;
text-decoration: underline;
}
a.footer:link {
font-size: 10px;
color: #FFF;
text-decoration: none;
}
a.footer:visited {
font-size: 15px;
color: #FFF;
text-decoration: none;
}
a.footer:active {
font-size: 15px;
color: #FFF;
text-decoration: none;
}
a.footer:hover {
font-size: 15px;
color: #FFF;
text-decoration: underline;
}
a.navi:link {
font-size: 15px;
color: #FFF;
text-decoration: none;
}
a.navi:visited {
font-size: 15px;
color: #FFF;
text-decoration: none;
}
a.navi:active {
font-size: 15px;
color: #FFF;
text-decoration: none;
}
a.navi:hover {
font-size: 15px;
color: #FFF;
text-decoration: underline;
}
h1,h2,h3,h4{
color: #9ddf14;
}
body {
background-color: #333333;
color: silver;
}
#wrapper{
width: 820px;
background-repeat:repeat-y;
margin: auto;
}
#header {
background-image: url('Bilder/header.png');
width: 811px;
height: 184px;
background-repeat:no-repeat;
font-size: 15px;
font: 100% Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}
#sidebarleft {
background-color: #242424;
background-repeat:repeat-y;
width: 21px;
height: 765px;
float:left;
}
#sidebarright {
background-color: #242424;
background-repeat:repeat-y;
width: 170px;
height: 765px;
text-align: left;
font-size: 11px;
font: 100% Verdana, Arial, Helvetica, sans-serif;
float: left;
}
#content {
background-color: #242424;
background-repeat:repeat-y;
min-height: 765px /*moderne Browser*/
height: 765px /*IE*/
font: 100% Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
width: 620px;
height: 765px;
float: left;
}
#footer {
background-image: url('Bilder/footer.png');
background-repeat:repeat-y;
font: 100% Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-size: 10px;
width: 811px;
height: 34px;
float:left;
}
.post-info {
background-color: #333333;
border-top: 1px solid #9ddf14;
border-bottom: 1px solid #9ddf14;
font-size : 13px;
color: #9ddf14;
padding : 2px 0px 2px 0px;
margin: 5px 0px 0px 0px;
}
.post-info .clock {
padding-left:20px;
background:transparent url('Bilder/clock.png');
background-repeat: no-repeat;
padding: 0px 2px 3px 20px;
}
.post-info .comment{
padding-left:20px;
background:transparent url('Bilder/comment.png');
background-repeat: no-repeat;
padding: 0px 2px 3px 20px;
}
.footer {
font: 100% Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-size: 10px !important;
}
.navi {
text-align: center;
font-size: 20px;
color: #7CFC00;
}
.old {
text-align: center;
}