Hallo,
Nach langer zeit bei blogger bin ich jetzt wieder auf wordpress umgestigen und habe jetzt ein problem ...
Wenn ich auf der start seite bin ist alles größer angezeigt als wenn ich auf eine katogerie klicke ....
ich weiß das es was mit der style.css zu tuhn hat aber wie genau ich das hinkriege weiß ich leider nicht ....
Das es ein datum am anfang steht soll auch weg also es soll genau so ausehn wie auf der startseite ...
Ich bin für jede hilfe dankbar
MfG Master
Theme: http://themes.wordpress-deutschland.org/dialogue-avenue/
Ein teil aus der Style.css :
ZitatAlles anzeigen/* ---------------------------------------------------------------------------------- */
html, body {margin: 0; padding: 0; text-align: center;}
body {
font-size: 12px;
background: #6e7d7a;
background: url(images/back.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;}p {margin: 0px 0px 12px 0px;}
a {color: #1f5a66; text-decoration: none;}
a:hover {color: #993d00; text-decoration: none;}
#content a:hover {text-decoration: none; color: #0095b3;}
#archiv a:hover {text-decoration: none; color: #0095b3;}
#head a, img {border: none;}
/* ---------------------------------------------------------------------------------- */
#page {
background: url(images/main.jpg) repeat-y;
margin: 0 auto;
padding: 0;
text-align: left;
width: 900px;}#head {
background: url(images/head.jpg) no-repeat top center;
height: 210px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;}#titel {
float: left;
text-align: center;
width: 900px;
margin: 0px 0px 0px 0px;
padding: 128px 0px 0px 0px;}/* ---------------------------------------------------------------------------------- */
#content {
float: left;
color: #000000;
margin: 0px 0px 40px 0px;
padding: 0px 65px 0px 75px;
text-align: left;
width: 520px;}#archiv {
float: left;
color: #000000;
margin: 0px 0px 40px 0px;
padding: 0px 80px 0px 50px;
text-align: left;
width: 530px;}/* ---------------------------------------------------------------------------------- */
.entry {
text-align: justify;
margin: 12px 0px 0px 0px;
line-height: 1.6em;
color: #525252;}.entry a {color: #b33c00; text-decoration: none;}
.entry_x {
text-align: justify;
margin: 12px 0px 0px 70px;
line-height: 1.6em;
color: #525252;}.entry_x a {color: #b33c00; text-decoration: none;}
.text {
text-align: justify;
margin: 12px 0px 0px 0px;
line-height: 1.6em;
color: #707d80;}.text a {color: #b33c00; text-decoration: none;}
/* ---------------------------------------------------------------------------------- */
#footer {
background: url(images/footer.jpg) no-repeat bottom center;
background-color: inherit;
clear: both;
color: #86abb3;
font-size: 11px;
height: 58px;
margin: 0px 0px 0px 0px;
padding: 12px 0px 0px 220px;}#footer a {background: none; color: #86abb3;}
#footer a:hover {text-decoration: none; color: #0095b3;}
.foot {text-align: left;}
#sidebar {
color: #7a9499;
float: right;
font-size: 11px;
margin: 0;
padding: 0px 50px 0px 25px;
text-align: left;
width: 165px;}
#sidebar a {background: none; color: #00404d;}#sidebar a:hover {background: none; color: #0095b3;}
/* ---------------------------------------------------------------------------------- */
Ich hoffe das reicht ....