PHP Classes

File: calendar_stylesheet_black.css

Recommend this page to a friend!
  Classes of Imthiaz Rafiq   PhpIcalendarX   calendar_stylesheet_black.css   Download  
File: calendar_stylesheet_black.css
Role: Auxiliary data
Content type: text/plain
Description: Calender Stylesheet
Class: PhpIcalendarX
Calendar generation defined with templates
Author: By
Last change: updated...
Date: 21 years ago
Size: 6,439 bytes
 

Contents

Class file image Download
/* CSS Document */ /* Php ICalenderX by Imthiaz Rafiq */ /* hmimthiaz@vsnl.net.com */ /* This sets the link color */ .black-cal-link:link { background: transparent; color: #FFFFFF; text-decoration: none} .black-cal-link:visited { background: transparent; color: #FFFFFF; text-decoration: none} .black-cal-link:hover { background: transparent; color: #FFFFFF; text-decoration: underline} /* This sets the dull link color */ .black-cal-dlink:link { background: transparent; color: #949494; text-decoration: none} .black-cal-dlink:visited { background: transparent; color: #949494; text-decoration: none} .black-cal-dlink:hover { background: transparent; color: #949494; text-decoration: underline} /* This sets the calender outer box */ .black-cal-box { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px; border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid; border-top-color: #333333;border-right-color: #333333;border-bottom-color: #333333; border-left-color: #333333;} /* This sets the calendar back */ .black-cal-back { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;background-color: #000000;} /* This sets the calender year outer box */ .black-cal-year-box { border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CCCCCC;} /* This sets the calender today box */ /* This feature was added to PhpICalenderX by Mr.Matthew Waygood ( mwwaygoo@hotmail.com ) */ .black-cal-today { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #FFFFFF;background-color: #999999; border-right-width: 1px;border-right-style: solid;border-right-color: #CCCCCC;} /* This sets the calender year previous box */ .black-cal-year-prev { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #FFFFFF;background-color: #999999; border-right-width: 1px;border-right-style: solid;border-right-color: #CCCCCC;} /* This sets the calender year number previous box */ .black-cal-year { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #FFFFFF;background-color: #999999;} /* This sets the calender year Next box */ .black-cal-year-next { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #FFFFFF;background-color: #999999; border-left-width: 1px;border-left-style: solid;border-left-color: #CCCCCC;} /* This sets the calender month outer box */ .black-cal-month-box { border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #CCCCCC;} /* This sets the calender month previous box */ .black-cal-month-prev { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #FFFFFF;background-color: #999999; border-right-width: 1px;border-right-style: solid;border-right-color: #CCCCCC;} /* This sets the calender month text box */ .black-cal-month { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #FFFFFF;background-color: #999999;} /* This sets the calender month next box */ .black-cal-month-next { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;border-left-width: 1px;color: #FFFFFF;background-color: #999999; border-left-style: solid;border-left-color: #CCCCCC;} /* This sets day of the week no head start*/ .black-cal-week-no-head { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; background-color: #585858; } /* Rest of week no of days */ .black-cal-week-no-rest { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; background-color: #727272; border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px; border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid; border-top-color: #4A4A4A;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #4A4A4A; } /* This sets day of the week start*/ .black-cal-day-start { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; background-color: #585858; } /* This sets day of the week rest*/ .black-cal-day-rest { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; background-color: #000000; } /* This sets days start*/ .black-cal-days-start { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; background-color: #4A4A4A; border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px; border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid; border-top-color: #4A4A4A;border-right-color: #626262;border-bottom-color: #626262; border-left-color: #4A4A4A; } /* This sets days rest*/ .black-cal-days-rest { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; background-color: #727272; border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px; border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid; border-top-color: #4A4A4A;border-right-color: #CCCCCC;border-bottom-color: #CCCCCC; border-left-color: #4A4A4A; } /* This sets day box*/ .black-cal-days-box { display: marker; } /* This sets the current day */ .black-cal-cur-day { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; background-color: #000000; border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px; border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid; border-top-color: #0000FF;border-right-color: #0000FF;border-bottom-color: #0000FF; border-left-color: #0000FF; } /* This sets selected date*/ .black-cal-sel-day { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; background-color: #303030; border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px; border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid; border-top-color: #FF0000;border-right-color: #FF0000;border-bottom-color: #FF0000; border-left-color: #FF0000; }