need a little help tweaking CSS for Ajaxian theme

rcronin1

Joined: 2007-03-09
Posts: 47
Posted: Fri, 2009-01-02 03:02

Hi there,

I am trying to visually embed Gallery in an existing website. I am using the Ajaxian theme. I have adjusted the theme.tpl and theme.css but am looking for a couple of things I can't find:

Here is the installation: http://www.willimanticfood.coop/gallery2/main.php
Here's the css: http://www.willimanticfood.coop/gallery2/themes/ajaxian/theme.css

1. I would like to change the color of the links. I have done this before, but can't get it to take on this one.

2. I would like to change the background body color. I was able to remove an image that was at the bottom of the page via the CSS, but can't find the right place to change the overall background color. Currently it is black.

Thank you!

Becky

 
rcronin1

Joined: 2007-03-09
Posts: 47
Posted: Sun, 2009-01-04 17:22

Did I post this in the right forum? I'll move it if I should.

Thanks!

Becky

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2009-01-04 20:48
#gallery a { color: #000000 !important; }
#gallery a:hover { color: #cccc00 !important; }
#gallery a:active { color: #cccc00 !important; }

from:
modules/colorpack/packs/black/color.css

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
rcronin1

Joined: 2007-03-09
Posts: 47
Posted: Mon, 2009-01-05 01:30

Thanks, Super Dave. Now it looks a lot better! http://www.willimanticfood.coop/gallery2/main.php

I really appreciate it! :)

Becky