Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 259: Line 259:


===Show a certain day of the week in red===
===Show a certain day of the week in red===
Example: calday5 can be used to change the color of Fridays.
Substitute X with the number of the weekday: Monday=1, Tuesday=2, Wednesday=3, Thursday=4, Friday=5, Saturday=6, Sunday=7
  .calday5{background-color:red;}
  .caldayX{background-color:red;}


===Show today in red===
===Show today in red===