PHP Classes

File: chooser.css

Recommend this page to a friend!
  Classes of Nigel Johnson   Date Chooser   chooser.css   Download  
File: chooser.css
Role: Auxiliary data
Content type: text/plain
Description: a generic CSS file for the examples
Class: Date Chooser
Outputs a calendar to let the user choose a date
Author: By
Last change: made sizings settable in the CSS... unformatted looks like hell, but then just don't not format.
Date: 20 years ago
Size: 1,391 bytes
 

Contents

Class file image Download
body {background: #440044; font-family:Verdana; color:yellow; } table.calendar {background: #dddddd; border: 1px solid yellow; color:black; } th {padding:5px; width:30px; } th.prev {background: #d4d4d4; font-weight:bold; } th.next {background: #d4d4d4; font-weight:bold; } th.month {background: #c0c0c0; font-size: 20px; } th.dayofweek {background: #ffffff; font-size: 14px; color:#008800; } td {padding:5px; height:30px; } td.day {background: #eaeaea; font-size:12px; } td.today {background: #dfdfdf; font-weight:bold; font-size:12px; } td.selectedday {background: #fcfcfc; font-weight:bold; font-size:14px; } A {background: transparent; text-decoration:none; } A.day {color:#880088; } A.today {color:#7a007a; } A.selectedday {color:red; }