The Problem.

I am using a modified version of the theme summertime, on Drupal 6.16.
I would like to add some CSS to the theme that works for all of the text on the website.

The code I would like to use is:

"text-shadow: -0.06em 0 red, 0.06em 0 cyan;"

Is there a way I can apply this to all text on my site?

Background information.

www.heyworld.co.uk is my website and I am editing the files on my subdomain 3d.heyworld.co.uk so I have to edit the raw files but still allow Drupal to use the same database for both files. (providing Drupal Doesn't cache the theme CSS) This means I cannot use a module or edit the nodes manually.

So I am not asking for you to suggest modules to me, just how to insert the CSS into my Theme on the subdomain.

Comments

ollar’s picture

Status: Active » Postponed (maintainer needs more info)

Hi. Add to local.css

*{text-shadow: -0.06em 0 red, 0.06em 0 cyan;}
restyler’s picture

Status: Postponed (maintainer needs more info) » Fixed
Jj-1’s picture

Status: Fixed » Closed (won't fix)

My issue was I was using the same database connected to two sites, with different files. I have attempted this the wrong way. I need to find a way to use two sites with the same content but use the original theme for one and the modified theme for the other.
Thank you.