[ PHPXref.com ] [ Generated: Sun Jul 20 19:19:23 2008 ] [ PBS Helpdesk 0.93 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> calendar.css (source)

   1          /* Calendar border */
   2          TABLE.calendar
   3          {
   4              border-style: solid;
   5              border-top-style: none;
   6              border-width: thin;
   7              border-color: darkblue;
   8              font-family:       sans-serif;
   9              width: 9.51em;
  10              height: 7.3em;
  11          }
  12          
  13          /* Calendar heading */
  14          TABLE.calendar TR.month TH {
  15              background-color:  darkblue;
  16              color:             white;
  17              font-size:         8pt;
  18              font-weight:       bold;
  19              padding:           1px 0px 1px 0px;
  20          }
  21          
  22          TABLE.calendar TR.days TH {
  23              background-color:     white;
  24              padding:              0px 1px 0px 1px;
  25              border-bottom-color:  black;
  26              border-bottom-style:  solid;
  27              border-bottom-width:  thin;
  28              font-size:            8pt;
  29              text-align:           center;
  30          }
  31          
  32          /* Calendar heading links */
  33          TABLE.calendar TR TH A:link,
  34          TABLE.calendar TR TH A:visited,
  35          TABLE.calendar TR TH A:active
  36          {
  37              text-decoration:  none;
  38              font-weight:      boldest;
  39              color:            white;
  40              font-size:        8pt;
  41          }
  42          
  43          TABLE.calendar TR TH A:hover {
  44              text-decoration:  underline;
  45              font-weight:      boldest;
  46              color:            white;
  47              font-size:        8pt;
  48          }
  49          
  50          
  51          /* Calendar entries */
  52          TABLE.calendar TR TD {
  53              background-color:  white;
  54              padding:           0px 1px 0px 1px;
  55              text-align:        right;
  56              font-size:         8pt;
  57          }
  58          
  59          /* Calendar entry links */
  60          TABLE.calendar TR TD A:link,
  61          TABLE.calendar TR TD A:visited,
  62          TABLE.calendar TR TD A:active
  63          {
  64              display:           block;
  65              text-decoration:   none;
  66              font-weight:       bold;
  67              color:             #000000;
  68          }
  69          
  70          TABLE.calendar TR TD A:hover {
  71              display:           block;
  72              text-decoration:   underline;
  73              color:             #000000;
  74          }
  75          
  76          /* Calendar entry for today */
  77          TABLE.calendar TR TD.today {
  78              background-color:  #e0e0f7;
  79          }


[ Powered by PHPXref - Served by Debian GNU/Linux ]