Best theme for Drupal integration?

snackmaster

Joined: 2005-11-20
Posts: 20
Posted: Sun, 2005-12-18 15:39

Anyone have any good Drupal/Gallery theme suggestions? samples out there?

I have Gallery2 integration working with Drupal and it's very nice but the default Gallery theme doesn't fit very well, too much text at all levels (Gallery, Thumbnails, Images).

I would absolutely love, love love Siriux to be my theme but for some strange reason the width defined for Image Pages in Siriux also applies to the Drupal Navigation column, exploding the Nav. Heh then I have a600px wide Navigation :) Any way to fix that in the CSS or code?

Login or register to post comments
Laurent Mirguet

Joined: 2006-11-11
Posts: 3
Posted: Sat, 2006-11-11 09:42

I have exactly the same question. If anyone has a clue it will be highly appreciated.

Login or register to post comments
roginald

Joined: 2006-11-19
Posts: 2
Posted: Sun, 2006-11-19 09:17

i spotted the width declaration in the embedded styles on the drupal/gallery pages. i set the width at 400px and sure enough, a rule of:

.content: 400px

shows up actually embedded within the page, trouble is .content is usd by drupal in the side blocks apparantly, i haven't come up with a quick fix yet, i'll post if something short of tweaking the template presents itself.

Login or register to post comments
roginald

Joined: 2006-11-19
Posts: 2
Posted: Sun, 2006-11-19 09:27

ok, so quick fix, i removed the following line:

.content {ldelim} width: {$theme.params.contentWidth}px; {rdelim}

from the siriux theme.tpl file, seems to not break anything while fixing the width dealy-o.

Login or register to post comments
snackmaster

Joined: 2005-11-20
Posts: 20
Posted: Tue, 2006-12-05 03:21

Nice Roginald.
I believe I ran into another similar problem and the general solution was to add a prefix - renaming all the Gallery CSS classes to .galxxxxx or similar and updating all code as well.

CSS, javascript etc. should have unique names in general for situations like this.

Login or register to post comments