PDA

View Full Version : list of java colours, please


philx123
Dec-20-2009, 04:49 AM
I'm just experimenting with the colour of my site.
I'm happy using the general themes, but my header stays white. I've tracked it down to:

#navcontainer ul li a
{text-decoration: none;
padding: .2em 1em;
color: #6B615A;
background-color: #fff;}

#navcontainer ul li a:hover
{text-decoration:overline underline;
background-color: #fff;}

Can someone give me the # numbers for all the corresponding Smugmug theme colours?

Or can someone show me another way of changing the header colour?

Many thanks

Phil

denisegoldberg
Dec-20-2009, 04:58 AM
Can someone give me the # numbers for all the corresponding Smugmug theme colours?
You can see the colors used in the themes by looking at the theme tab in the Firefox Web Developer Extension when looking at a page using the theme.

If you're not familiar with that, here's a link to a tutorial - http://dgrin.smugmug.com/gallery/1354921.

Or you can use a tool like Instant Eyedropper (http://instant-eyedropper.com/) to identify the colors on any web page. If you don't like that one, I found it by doing a search for identify colors on screen. There are others available as well.

--- Denise

philx123
Dec-20-2009, 07:23 AM
You can see the colors used in the themes by looking at the theme tab in the Firefox Web Developer Extension when looking at a page using the theme.

If you're not familiar with that, here's a link to a tutorial - http://dgrin.smugmug.com/gallery/1354921.

Or you can use a tool like Instant Eyedropper (http://instant-eyedropper.com/) to identify the colors on any web page. If you don't like that one, I found it by doing a search for identify colors on screen. There are others available as well.

--- Denise


Thanks for that, Denise. As ever, you come to my rescue.
And the eye dropper tool, very handy.