PHP Classes

File: class.xCalendar.css

Recommend this page to a friend!
  Classes of Kimmo Lankila   xCalendar   class.xCalendar.css   Download  
File: class.xCalendar.css
Role: Auxiliary data
Content type: text/plain
Description: Stylesheet example
Class: xCalendar
Output an HTML calendar for a given month
Author: By
Last change:
Date: 19 years ago
Size: 617 bytes
 

Contents

Class file image Download
#calendar { background-color : white; border-bottom : 1px solid black; border-right : 1px solid black; color : black; font-family : "Courier New", Courier, monospace; font-size : 8pt; } #calendar TD { border-left : 1px solid black; border-top : 1px solid black; text-align : center; } #calendar TD.name { background-color : #E4E4E4; width : 14%; } #calendar TD.title { background-color : #778899; color : white; font-weight : bold; text-align : center; } #calendar TD.today { background-color : #00CC80; }