PHP Classes

File: style.css

Recommend this page to a friend!
  Classes of Riccardo Brambilla   RCalendar   style.css   Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: Stylesheet
Class: RCalendar
Display XHTML calendars of a given month
Author: By
Last change:
Date: 18 years ago
Size: 508 bytes
 

Contents

Class file image Download
/* CSS Example File */ body { font-family:Arial Unicode MS; font-size:14px; } table { border:1px solid #ccc; font-size:12px; width:300px; } th { font-weight:normal; background-color:#efefef; border:1px solid #efefef; cursor:default; text-align:right; } td { border:1px solid #efefef; cursor:default; text-align:right; } .mh { background-color:#fff; font-weight:normal; font-size: 14px; border:1px solid #ccc; cursor:default; text-align:center; }