Closed (fixed)
Project:
Golden Hour
Version:
5.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2007 at 19:09 UTC
Updated:
15 Mar 2007 at 03:28 UTC
Hi,
I would like to propose that we change the default colors for tables from grey and darker grey to something more attractive. golden hour uses great colors and this would really enhance the look and feel. perhaps a light blue and, for the sort-by column, a brighter blue? i'm not a color expert but i think anything would be an improvement.
thanks for listening!
Comments
Comment #1
jwolf commentedI accept your proposal.
Let me know when you're finished with the changes and I'll take a look at what you came up with.
Comment #2
jonnyz commentedSure. I'd be glad to. Only thing is that I'm a little confused as to how to impact these.
What I was talking about were the tables that i have inserted into pages using the insert view module. I went to the golden hour style sheet and played around with the colors there but they did not impact the view tables. i changed all the colors in the tables section of the sheet to black (#fff) yet the tables remained grey.
Can you guide me as to where these view colors are determined? Perhaps they have nothing to do with the main theme?
I would also like to make the same changes to the table colors used for the forums module as well.
thanks for you guidance.
Comment #3
jwolf commentedThe forum module (part of core) includes its own style sheet => forum.css
As for styling your views, the views module includes Views Theme Wizard (views_theme_wizard.module).
Comment #4
jwolf commentedSee also:
style.css (line 392)
and style.css (line 387)
Comment #5
jwolf commentedalmost forgot...
system.css (line 9)
You can take the above from system.css and put it into the theme's style sheet (make your changes to the colors) and it will override the system's styles for the tables.
Comment #6
jwolf commented