3
ok... ears up.
!st, get rid of that javascript crap if you were trying to use it to style your text in the cal. Then absorb this...
Whenever you see either "CLASS" or "STYLE", that means CSS is being used to style the object.
EG. (from your cal.)
class=inCal>Something FunRight?.... right...!
------------------------------------------
One of the linked css style sheets (3 are being called on your page:) contains a definition for the style .inCal
In this case it is the last sheet (the other 2 don't define .inCal anywhere)
---------------------------------------------
SO, to change an item/object's CSS properties:
1: Find out what class or style it is using.
2: Find out which style sheet is defining the class/style
3: Edit the stylesheet and change the specific style to your pref's.
4: Save the edited stylesheet.
The changes will be instant, you do not need to update any modules or anything in order to see CSS changes.
Hope that helps.