#1 2003-12-23 05:17:53

miirk
Member
2003-12-23
3

One-pixel Gap In Themes?

I'm getting a one-pixel gap between the different parts of the theme borders in Safari and MSIE for Mac. Is there a way to fix this?

Also, are there any templates that don't use any image files? I'd prefer just a simple CSS or table formated design.

http://muux.com/images/onepixelgap.png

Offline

 

#2 2003-12-23 07:37:34

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14068

Re: One-pixel Gap In Themes?

Also, are there any templates that don't use any image files? I'd prefer just a simple CSS or table formated design.

I also prefer (as you can see on http://phpwebgallery.net/gallery ). To do that, it's simple : edit the file template/default/htmlfunctions.inc.php and replace the functions get_frame_begin and get_frame_end by the to small ones commented (you'll understand quickly).

I'm sorry about the gap you find with these browsers (I knew that would happen)

Offline

 

#3 2003-12-23 08:46:35

miirk
Member
2003-12-23
3

Re: One-pixel Gap In Themes?

Merci beaucoup! That got rid of the border images. Now I have to edit my style sheet, since the font is white on a white background now.

Offline

 

#4 2003-12-23 08:55:50

miirk
Member
2003-12-23
3

Re: One-pixel Gap In Themes?

Hmmm ... where do I edit the styles to change the font color and/or the background color? I looked at style.inc.php and saw variables like $user. I not sure what I can touch.

Offline

 

#5 2003-12-24 05:59:13

Roy
Member
Norway
2003-09-21
28

Re: One-pixel Gap In Themes?

If you look here: /template/default/theme/conf.php you will find lines like:

$user['couleur_fond'] = '#444444';
$user['couleur_text_fond'] = 'white';
$user['couleur_text'] = 'white';

Try to change the values "#444444", "white", and "white". I think that would solve your problem.
If you look in the earlier posts in this forum you will find info about your problem
Roy

Offline

 

Board footer

Powered by FluxBB