Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 61: | Line 61: | ||
You can highlight both the headings of the calendar (i.e. Mon, Tue, Wed, Thu, Fri, Sat, Sun) and all the dates that fall on a given day of the week (i.e. all 4 or 5 dates that fall on a Saturday). | You can highlight both the headings of the calendar (i.e. Mon, Tue, Wed, Thu, Fri, Sat, Sun) and all the dates that fall on a given day of the week (i.e. all 4 or 5 dates that fall on a Saturday). | ||
Headings = .dayMon (dayTue, dayWed, dayThu, dayFri, daySat, daySun) | Headings = '.dayMon' (or dayTue, dayWed, dayThu, dayFri, daySat, daySun) | ||
Dates = '.daymon' (or daytue, dayewed, daythu, dayfri, daysat, daysun) | |||
Example 1: Set the font color for the weekday heading of Monday ('Mon') | Example 1: Set the font color for the weekday heading of Monday ('Mon') | ||