PHP Classes

File: styles/calendar.css

Recommend this page to a friend!
  Classes of Christoff Truter   PHP Calendar   styles/calendar.css   Download  
File: styles/calendar.css
Role: Auxiliary data
Content type: text/plain
Description: StyleSheet to set look and feel
Class: PHP Calendar
Generate month calendar that can be used in forms
Author: By
Last change:
Date: 17 years ago
Size: 410 bytes
 

Contents

Class file image Download
table.calendar { border:1px solid; } .navigateYear { background-color:green; color:white; } td.month { background-color:gray; text-align:center; } tr.daysOfTheWeek { background-color:silver; } .normalDate { background-color:white; color:black; } .currentDate { background-color:green; color:white; } .selectedDate { background-color:blue; color:white; }