[Remind-Fans] rem2html stylesheet question
David F. Skoll
dfs at roaringpenguin.com
Tue Dec 4 15:33:44 EST 2012
On Tue, 4 Dec 2012 14:15:31 -0600
Jeff Gipson <jeffagipson at gmail.com> wrote:
> I noticed the rem-default.css stylesheet contains a td.rem-today
> class. However, the HTML (which does use other classes in this file)
> does not use this class. I was hoping to change the background color
> of the TODAY cell to light yellow, so it stands out a little on the
> white background.
I use:
REM [realtoday()] SPECIAL HTMLCLASS rem-today
and defined a td.rem-today class appropriately.
> Also, it would be fantastic if there were td.rem-past and
> td.re-future classes so that calendar days that have passed might be
> a shade darker.
Similarly:
IF today() < realtoday() THEN
REM SPECIAL HTMLCLASS rem-past
ENDIF
IF today() > realtoday() THEN
REM SPECIAL HTMLCLASS rem-future
ENDIF
Regards,
David.
More information about the Remind-fans
mailing list