Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > SUPPORT / INFORMATION > Pixelpost Help

Post Reply
 
Thread Tools
  #1  
Old 11-28-2004, 04:58 AM
abel's Avatar
abel Offline
pp regular
 
Join Date: Nov 2004
Posts: 33
change the fonts for comments?

can you change the fonts in the comments section?

heres the link to an example..

http://www.abellongoria.com/index.php?showimage=20

i was looking to change it to Arial 8pt in general to match the rest of the page etc..

lemme know where i need to look in order to tweak it a bit. im using the pixelpost-light template...

thanks in advance! ive tried looking for the variable myself but never found it...

abel.
Reply With Quote
  #2  
Old 11-28-2004, 06:52 AM
Connie
Guest
 
Posts: n/a
Abel,
when you look into the generated output of that page, you will see that the comments are placed in a

Code:
<div id="comments">
when you look into the template "image_template.html" you will find the relevant CSS-styles there:

Code:
#comments {
    width:590px;
    padding:10px;
    background:#fff;
    font-size:10px;
    border-left:1px solid #999;
    border-right:1px solid #999;
    border-top:0px;
    border-bottom:1px solid #999;
    }
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
#comments li {
	display:block;
	margin:0px;
	color:#444;
	text-decoration:none;
	padding:3px;
	}
#comments li a {
	color:#444;
	text-decoration:none;
	}
#comments li:hover {
	background:#f5f5f5;
	}
#comments li a:hover {
	background:#f5f5f5;
	}
so that is the place to change the fonts, not the variable itself in the script
:lol:
Reply With Quote
  #3  
Old 11-28-2004, 12:56 PM
Anonymous Offline
pixelpost guru
 
Join Date: Oct 2004
Posts: 810
ahh got it working now...

thanks a ton.

im am completely new to PHP so im learning quite a bit in a short period of time...

thaaks
Reply With Quote
  #4  
Old 11-28-2004, 12:57 PM
abel's Avatar
abel Offline
pp regular
 
Join Date: Nov 2004
Posts: 33
whoops. apparently i didnt log in for that last comment...
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 08:20 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs