Login   Register  
PHP Classes
elePHPant
Icontem

File: style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2007-01-18 06:09
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;
}