wieder bin ich einen Schritt weiter. Letztes Thema in Sachen Bilder formatieren: image captions.
Ich habe also nach der Anleitung auf
http://wiki.cmsmadesimple.org/index.php ... aptions/de
jquery und imagecaptions installiert. Scheint auch zu funktionieren, aber die Captions der Bilder sind fuerchterlich schmal, siehe:
http://geojena.billert.de/index.php?pag ... ikums-2000
Leider finde ich im CSS nichts, was das bewirken sollte. Warum also ist der Textbereich der Captions so schmal?
Hier das CSS:
Code: Select all
/* Some suggested CSS styles for the Image Captions plug-in. */
div.captionborder, div.captionborderleft,div.captionborderright {
border: 1px solid #cccccc;
padding: 3px;
background-color: #333333;
}
div.captionborderright {
float: right;
margin-left: 1em;
}
div.captionborderleft {
float: left;
margin-right: 1em;
}
p.captiontext {
margin: 0;
padding: 0;
font-size: 90%;
background-color: #333333;
color: white;
text-align: center;
}
div.captionborderright p.captiontext {
text-align: right;
padding-right: 3px;
}
div.captionborderleft p.captiontext {
text-align: left;
padding-left: 3px;
}
Viele Gruesse,
Thomas.