Questions after the CSS Refactor
lvthunder
Joined: 2003-09-12
Posts: 808 |
Posted: Tue, 2005-04-05 04:42 |
I'm trying to update my layout and theme to use the new style of CSS and I am running into a few problems. My gallery install is http://www.lvthunder.com/gallery2 1. The list that occurs under the Navigation is shifted too far to the right. I can't figure out how to shift it back. 2. I've never laid out a site with tables, but I would like to set fixed widths so the pictures line up better under the header banner. 3. The smaller text under the thumbnails should be grey not gold like the text under the Random Image. I'm sure I'm just overlooking something, but I just can't seem to figure out what it is. Thanks in advance, |
|
Posts: 8601
you'll find #gsSidebarCol { width:1% } in templates/layout.css... you can either add this to your layout.css or add $template->style('templates/layout.css') to your layout.inc.
i don't see the other problems you mention, so maybe you just need to make sure your browser isn't using old cached css.
Posts: 808
You don't see that the Date and Views under the Random Image is grey while the Date and Views under the thumbnails are gold? They both use the class giInfo. The suggestion that mindless posted works for my concerns for 1 and 2.
Thanks
Posts: 8601
sorry, I read "not gold like the text under the Random Image".. but the text there is grey, not gold.. got confused on what you wanted.
your theme sets giInfo to grey.. if you want gold, change the color there. if you want grey, try adding #gallery on the front so it won't be overridden by whatever is overriding it under item thumbnails.
Posts: 808
Do you mean if I want grey, try adding #gallery on the front so it won't be overridden by whatever is overriding it under item thumbnails.
Posts: 8601
uh, yeah