Hallo zusammen
Ich habe gerade die "Suche" durchstöbert. Nach etlichen Versuchen mit CSS Anpassungen bin ich dennoch noch nicht weiter.
Ich habe bei der Homepage meiner Tochter ein neues Theme installiert. Leider werden absolut keine Zeilenabstände/ Absätze dargestellt.
Mir ist klar, dass ich das in der CSS anpassen muss, doch leider bringe ich es nicht auf die Reihe. Ich habe es bei "body" und bei "entry" versucht.
Ich bin sicher nicht der absolute "Hirsch" in so Sachen aber ganz blöd bin ich normalerweise auch nicht :oops:
Kann mir evt. jemand helfen?
Meine Homepage lautet: http://www.sweet-touch.ch
Ich hab mal die komplette CSS angefügt:
Code
/*
Theme Name: Hanging Garden
Theme URI: http://www.wpthemescreator.com
Description: Personal
Author: Wordpress Themes
Author URI: http://www.wpthemescreator.com
*/
body {
font: 12px arial,verdana,sans-serif;
padding:0px;
margin:0px;
background-color:#0d3e4d;
}
#page {
width: 1004px;
margin: 0 auto;
}
#container {
width: 1004px;
margin: 0 auto;
}
#wrap {
clear: both;
width: 1004px;
padding:0;
}
#content-container {
float: left;
width: 1004px;
padding:0px;
background:url(images/content-bg.gif) repeat-y ;
}
#content {
float: left;
width: 920px;
padding:0px;
margin-top:-108px;
position:relative;
}
.bgbottom {
width: 920px;
padding:0;
height:8px;
position:relative;
clear:both;
background:url(images/content-bottom.gif) no-repeat bottom center;
}
#header {
clear: both;
height:413px;
margin: 0 auto;
width: 1004px;
background:#0d3e4d url(images/header.jpg) no-repeat center top;
}
#header h1
{
font:30px gramond, 'times new roman';
color:#FFFFFF;
text-align:left;
padding-top:65px;
}
#header h1, h1 a, h1 a:hover, h1 a:visited {
text-decoration: none;
margin:0;
color:#fff;
}
#subtitle {
font-family: arial;
color: #fff;
font:14px arial;
text-align:left;
font-weight:normal;
}
#footer {
color:#f1e7c0;
font: 12px arial,verdana,sans-serif;
text-align:center;
height:84px;
float:left;
width:1004px;
position:relative;
background:url(images/footer.jpg) no-repeat bottom;
}
.footerlinks
{
color:#f6d600;
text-align:center;
float:left;
width:800px;
padding-top:50px;
margin-left:100px;
}
.footerlinks a
{
color:#f6d600;
text-decoration:underline;
}
/* General Header Styles */
h2 {
margin-top:0;
font-size:16px;
}
h3 {
margin:0;
font-size:14px;
}
/* Post Related */
h2 a:hover, h2 a:visited, h2 a {
text-decoration:none;
}
.post-container
{
float:left;
width:650px;
}
.post {
width:650px;
margin:0;
padding-top:0;
padding-left:30px;
color:#2b2c2b;
float:left;
display:block;
}
.posttop {
width:650px;
color:#ce5d1e;
}
.post p {
margin:0px;
}
.post a:hover {
color:#792310;
}
.posttop h2 {
font: 26px gramond,'times new roman';
text-align:left;
overflow:visible;
margin-bottom:5px;
padding:0;
float:left;
}
.posttop h2 a {
color:#ce5d1e;
font-weight:normal;
}
.post a:hover {
color:#2e280e;
}
.postinfo
{
height:35px;
width:410px;
float:left;
color:#ce5d1e;
text-align:left;
margin-top:0;
padding-top:5px;
font:11px verdana;
}
.postinfo a
{
text-decoration:none;
color:#ce5d1e;
text-align:left;
}
.postinfo a:hover
{
text-decoration:underline;
}
.commentinf
{
float:right;
margin-right:20px;
margin-top:2px;
}
.metainf{
float:left;
margin-left:20px;
margin-top:2px;
}
.post p {
margin:0px;
}
.navigation a {
color:#f6d600;
text-decoration:none;
}
.navigation a:hover
{
color:#ce5d1e;
}
.navigation {
text-align:right;
font-size:12px;
}
img.centered {
display: block;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left
}
.navigation .alignright {
margin-bottom:10px;
}
.navigation .alignleft {
margin-bottom:10px;
}
.pagetitle{
font: bold 28px gramond,'times new roman';
margin-top:0;
margin-bottom:5px;
text-align:left;
color:#ce5d1e;
margin-right:15px;
overflow:visible
}
#date
{
background:url(images/calendar.gif) no-repeat;
float:left;
width:57px;
height:59px;
margin:0px 10px 0 10px;
}
.month
{
text-align:center;
font-size:11px;
margin:0;
height:25px;
color:#30690f;
padding-top:8px;
height:18px;
}
.day
{
text-align:center;
font:32px gramond, 'times new roman';
color:#30690f;
}
blockquote {
font: 11px verdana,arial,sans-serif;
margin:5px;
}
a img {
border:0;
}
.entry {
font: 12px arial,verdana,sans-serif;
float:left;
padding-top:5px;
padding-right:25px;
padding-left:15px;
padding-bottom:10px;
text-align:justify;
margin-bottom:20px;
line-height:1.5;
margin-top:15px;
}
/* Sidebar Related */
#sidebar {
width:234px;
margin-right:3px;
padding-top: 30px;
float:right;
}
#sidebar ul {
margin: 0 ;
padding: 10px;
width:235px;
}
#sidebar ul h2{
font:18px gramond, 'times new roman';
background:url(images/topbar.png) no-repeat top;
color:#67421c;
text-align:center;
font-weight:bold;
font-variant:small-caps;
padding:17px 0 0 20px;
height:70px;
margin:0;
border:none;
}
#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin:0;
padding:0;
}
#sidebar ul li ul {
margin: 0 0 10px 0;
padding:0;
}
#sidebar ul ul li {
list-style-type: none;
margin-left:0px;
list-style-image: none;
color:#fff;
padding:5px 0 10px 30px;
margin-left:20px;
background:url(images/arrow.gif) no-repeat left;
}
#sidebar ul ul ul li {
list-style-type: disc;
padding:0;
margin-left:10px;
color:#fff;
}
#sidebar p {
margin:0;
font: 10px arial,verdana,sans-serif;
}
#sidebar a {
color:#fff;
text-decoration:none;
}
#sidebar a:hover {
text-decoration:underline;
}
/* User Comment Specific */
#comment
{
border:1px solid #483F2E;
color:#9baf10;
background-color:#F6DFB8;
}
#respond
{
padding-left:10px;
}
#commentform
{
padding:10px;
}
#commentform input
{
border:1px solid #483F2E;
background-color:#F1CD8A;
color:#9baf10;
}
ol.commentlist {
margin-left:25px;
padding:0;
}
ol.commentlist a {
color:#839927;
}
ol.commentlist p {
margin-top:3px;
margin-bottom:10px;
}
small.commentmetadata {
font: 10px arial,verdana,sans-serif;
}
small.commentmetadata a {
text-decoration:none;
}
#submit {
height: 25px;
background-color: #D6E5BD;
margin: 10px 10px 0 0;
color:#ffffff;
font-size: 1.2em;
}
/************************/
/* Search Design */
/************************/
#searchform{
margin:0 0 10px 15px;
}
#s
{
width:200px;
font:12px tahoma;
color:#CCBC90;
}
/*-------------Other------------------*/
hr {
display: none;
}
a
{
color:#711815;
}
#wp-calendar
{
width:245px;
color:#f06e29;
margin-left:10px;
text-align:center;
}
#calendar
{
}
td
{
color:#F1CA7E;
}
Alles anzeigen