rgb color hardcoded
|
December 02, 2007, 05:49 PM
|
|
Is there any possibility to work-around the hard coded background color values when creating your own theme?
Example: a lot of
background-color: rgb(250, 250, 250);
in the latest 'photosidebar' incarnation.
Thanks,
void
|
| |
|
Team 23
December 02, 2007, 06:00 PM
|
|
Sorry, I forgot to add css classes on the elements last night. I've done so now, so this will work for you:
.tag-line-odd {background-color:green !important;}
.album-line-odd {background-color:red !important;}
.group-line-odd {background-color:yellow !important;}
|
| |
|
December 02, 2007, 07:01 PM
|
|
thanks for the swift response and solution!
|
| |
|
Team 23
December 02, 2007, 07:37 PM
|
|
No problem -- please let us know if there's anything else that needs changing ;-)
|
| |
|
December 03, 2007, 08:21 PM
|
|
as you asked so nicely :-)
if you go to the "23 Home" page when you logged in, the background color of the 'your latest photos/albums' box at the right is hard-coded as well without a css class to "theme" the element (at least a 'td' and a 'div' in the 'main' table).
"background-color: rgb(220, 239, 254);"
It is not major, as it is only me seeing this page (I think).
|
| |
|
Team 23
December 03, 2007, 08:27 PM
|
|
You're right, you are the only one seeing that page (other than people who have stolen your theme, that is). If you really want me to I can add some class names -- but we are going to rebuild that page from the ground up in January, so I wouldn't bother if I were you?
|
| |
|
December 03, 2007, 09:00 PM
|
|
I thought so - me too does not see a lot of value in this page at it is a the moment, so lets not bother
|
| |
|