[Theme] Tien for Gallery2

chrisofdeath

Joined: 2007-05-18
Posts: 2
Posted: Sun, 2007-11-11 18:10

Hmm, it looks like the font in the left navigation bar is different between IE and Firefox. Make sure FireFox isn't set to override the fonts used in different webpages. Also, you could drop the text size in FireFox by a notch or two (ctrl minus).

 
skidpics

Joined: 2007-11-06
Posts: 43
Posted: Tue, 2007-11-27 07:04

I have firefox setup so that it does not override - good point though, but not the problem...

 
JesseHansen
JesseHansen's picture

Joined: 2007-04-15
Posts: 18
Posted: Tue, 2010-11-30 05:20

how do I get the thumbnails to be centered over the title? Seems a bit nitpicky, but was hoping someone could enlighten me... it's a work in progress... Love the theme thus far!

http://www.caberoscadrecorner.com/photos/

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Tue, 2010-11-30 13:01

gallery2/themes/tien/theme.css line ~394 td.giAlbumCellThumbnail div.giAlbumThumbnail add: margin: 0 auto;

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
JesseHansen
JesseHansen's picture

Joined: 2007-04-15
Posts: 18
Posted: Tue, 2010-11-30 14:49

added the line as mentioned... however, nothing changed on my front page... text under thumbnails are still flush left. :( Did I miss something?

Here's my css code:

...

td.giAlbumCellThumbnail div.giAlbumThumbnail {
margin: 0 auto;
float: left;
width: 62px;
}
...
truncated by moderator

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Tue, 2010-11-30 14:55

Well, looking at that don't you think you'd want to remove the float?

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
JesseHansen
JesseHansen's picture

Joined: 2007-04-15
Posts: 18
Posted: Tue, 2010-11-30 15:09

I'll try and see what happens... thanks for the prompt response... will let ya know.

 
JesseHansen
JesseHansen's picture

Joined: 2007-04-15
Posts: 18
Posted: Tue, 2010-11-30 15:11

Removed floats on both of these... still no change :(

td.giAlbumCellThumbnail div.giAlbumThumbnail {
margin: 0 auto;
width: 62px;
}

td.giAlbumCellThumbnail div.giAlbum {
padding-left: 4px;
margin-top: -4px;
}

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Tue, 2010-11-30 15:37

when I edit the element directly in firebug it looks fine.
but lets get more specific:

.giAlbumThumbnail img{
    margin: 0 auto;
}

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
JesseHansen
JesseHansen's picture

Joined: 2007-04-15
Posts: 18
Posted: Tue, 2010-11-30 15:55

ok... did that, still not right... perhaps I'm not explaining what I'd like to accomplish.

On the albums, [img]http://www.caberoscadrecorner.com/photos/main.php?g2_view=core.DownloadItem&g2_itemId=162&g2_serialNumber=1[/img]

when viewing the individual items, it's fine... just not the albums... still everything is flush left. I'm probably overlooking something simple I'm sure.

I would like to stop and thank you for taking the time out of your busy schedule to help dumb me. I appreciate it.

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Tue, 2010-11-30 16:01

I understand what you want. I do not see these changes reflected in your theme.css or anywhere in your gallery.

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2