Please help regarding background and font size...

the_menace

Joined: 2004-02-16
Posts: 39
Posted: Sun, 2005-01-09 22:06

I have two questions:

The default color for the matrix theme is a white background but is there a way to make it transparent to fit my own theme?

The next question is the font size. I was able to locate where to change the font size but its only changing the 'sidebar'. I want to change the main gallery itself where the thumbnails are. I was doing all my research but couldn't find anything. I looked at /gallery/themes/matrix/styles/theme.css and /gallery/templates/global.tpl but nothing is working for me. I'm running on ideas. Please help! I'll appreciate it.

 
thumb
thumb's picture

Joined: 2004-05-26
Posts: 238
Posted: Sun, 2005-01-09 23:04
the_menace wrote:
is there a way to make it transparent to fit my own theme?

The next question is the font size. I was able to locate where to change the font size but its only changing the 'sidebar'. I want to change the main gallery itself where the thumbnails are. I was doing all my research but couldn't find anything. I looked at /gallery/themes/matrix/styles/theme.css and /gallery/templates/global.tpl but nothing is working for me. I'm running on ideas. Please help! I'll appreciate it.

I'm not quite sure what you mean by transparent. There are several things you might consider. You might consider editing colors in matrix/styles/theme.css to match your site's theme. You could also apply your site's style sheet to gallery by adding a link or @import to templates/global.tpl.

Do a find for "font-size" to change font sizes in themes/matrix/styles/theme.css.

 
the_menace

Joined: 2004-02-16
Posts: 39
Posted: Mon, 2005-01-10 01:01

Well the default color is white for 'matrix'. Is there a way to get rid of the white with just the tables?

Quote:
Do a find for "font-size" to change font sizes in themes/matrix/styles/theme.css.

How about the font style? What should I look for? Thanks.

 
thumb
thumb's picture

Joined: 2004-05-26
Posts: 238
Posted: Mon, 2005-01-10 01:37
Quote:
Well the default color is white for 'matrix'. Is there a way to get rid of the white with just the tables?

Try editing "background-color" in the "td.gbItemAlbum" declaration.

Change "font-family" declarations in the style sheet.