Content Part: Bilder (CSS)

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
pilxel
Posts: 8
Joined: Sat 18. Feb 2006, 20:36

Content Part: Bilder (CSS)

Post by pilxel »

Für die Bildunterzeile ist offenbar die CSS-Klasse ".imglistcaption" zuständig. Wo kann ich dieses CSS finden, damit ich es anpassen kann?
Danke für einen Tipp.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi pilxel,

du musst sie in der frontend.css erstellen.
z.Bsp. für Text mit Bild

Code: Select all

.image_caption {
	padding: 5px 0 0 0; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #666666;
	display: block;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
}       
oder für Bilder z.Bsp.:

Code: Select all

.imglistcaption {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #666666;
	display: block;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
}   




Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply