Thanks for your helpful advice.
I do not understand how the styles in drupal6-reference.css (that appears to be the name of styles.css in my Zen sub-theme, at least it appears to contain the coding you have quoted) relate to the styles in my "personalised" css file (my_theme_name.css).
I have added the following to the page style in my theme_name.css file:
background-image: url(images/Homepagebg3.jpg
This, as I suppose one would expect, creates a background for the whole site incuding the admin pages.
What I would like to do is to make the background of the content area of my pages black (preserving the image background in the sidebars and header and footer) and to change the text color for all my pages WITHOUT affecting the admin pages.
Do the styles in drupal6-reference.css override those in my personalised css file and, if so, which ones will affect all the admin pages? I have tried to identify the styles using Firefox/firebug but I find it very confusing.
Sorry to ask such elementary questions.
Main Topics
Browse All Topics





by: fearialtogPosted on 2009-10-30 at 01:45:57ID: 25701022
Most of the default style sheets have a section marked with the following comment
** Module specific styles
It appears around line number 275
Alter the background colours from here on.
Select allOpen in new window