Hallo,
ich hab das Theme bp-eyewatch im Einsatz und möchte den Text auf den statischen Seiten etwas tiefer haben. Ich habe jetzt schon diverse Sachen in der style.css ausprobiert, aber ohne den gewünschten Erfolg.
Kann mir jemand sagen, was ich dafür wo verändern muss
PHP
/* ####################### Inhalte #################### */
#inhalte {
width : 530px;
float : left;
}
#inhalte .postmetadata {
font-size : 0.7em;
line-height : 1.3;
border-bottom : 1px solid #9cf;
border-top : 1px solid #9cf;
padding : 2px 0 4px;
}
#inhalte .dlft {
width : 230px;
float : left;
margin : 10px 0 0 25px;
text-align : left;
font-size : 0.8em;
}
#inhalte .drgt {
width : 230px;
float : right;
margin : 10px 25px 0 0;
text-align : right;
font-size : 0.8em;
}
#inhalte .navigation {
width : 530px;
margin : 15px 0 0;
height : 2.5em;
line-height : 1.1;
}
#inhalte .lft {
float : left;
margin : 7px 15px 8px 0;
background : #fff;
padding : 3px;
border : 1px solid #aaa;
}
#inhalte .rgt {
float : right;
margin : 7px 0 8px 15px;
background : #fff;
padding : 3px;
border : 1px solid #aaa;
}
#inhalte ol,
#inhalte ul {
font-size : 0.8em;
margin : 10px 25px 10px 50px;
}
#inhalte ol {
margin-left : 55px;
}
#inhalte ol li,
#inhalte ul li {
line-height : 1.2;
padding-bottom : 4px;
}
#inhalte ol li code {
font-size : 1.2em;
background : #ccc;
}
#inhalte table {
border-collapse : collapse;
border-top : 1px solid #ccc;
border-left : 1px solid #ccc;
font-size : 0.8em;
margin : 10px 25px 15px;
}
#inhalte table th,
#inhalte table td {
border-right : 1px solid #ccc;
border-bottom : 1px solid #ccc;
padding : 0 5px;
}
#inhalte img {
float : left;
margin : 6px 10px 3px 0;
}
Alles anzeigen
Vielen Dank und lieben Gruß
Iris