Login   Register  
PHP Classes
elePHPant
Icontem

File: calendar_style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Matt Malenski  >  Smarty Calendar  >  calendar_style.css  >  Download  
File: calendar_style.css
Role: Auxiliary data
Content type: text/plain
Description: CSS file for Calendar, it is includes in calendar.tpl
Class: Smarty Calendar
Generate month calendars using a Smarty template
Author: By
Last change:
Date: 2005-06-30 07:05
Size: 1,565 bytes
 

Contents

Class file image Download
body{
     margin: 0;
     padding: 0;
     font-family: verdana, arial,Helvetica, sans-serif;
     font-size: 8pt;
}
td{
     font-size: 8pt;
}
font.alert{
        font-weight: bolder;
        color: #990066;
        text-transform: uppercase;
}
font.not_approved{
     font-style: italic;
}
tr.week{
     text-align: right;
     vertical-align: top;
}
tr.holiday{
     font-weight: bold;
     color: #FFFFFF;
     background-color: #FE6802;
     vertical-align:top;
}
tr.day_name{
     background-color: #003366;
     color: #FFFFFF;
     font-size: 8pt;
}
td.right_box{
     text-align: left;
}
td.left_box{
     text-align: right;
}
.weekend_link{
     color: #FFFFFF;
     font-size: 8pt;
}
.weekend_box{
     background-color: #738293;
     border-bottom: thin solid #E0E0E0;
     color: #FFFFFF;
     width: 72pt;
     height: 36pt;
}
td.dark_date_box{
     background-color: #B8B8B8;
     width: 72pt;
     height: 36pt;
}
td.today_date_box{
     background-color: #FFBC90;
     width: 72pt;
     height: 36pt;
}
td.date_box{
     background-color: #E0E0E0;
     width: 72pt;
     height: 36pt;
}
.quote {
	font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.gen { font-size : 12px; }
.gen{ color : #000000; }
a.gen{ color: #006699; text-decoration: none; }
a.gen:hover{ color: #DD6900; text-decoration: underline; }