home *** CD-ROM | disk | FTP | other *** search
/ bombers.k12.ar.us / bombers.k12.ar.us.tar / bombers.k12.ar.us / calendars / cal.css < prev    next >
Cascading Style Sheet File  |  2007-03-23  |  3KB  |  88 lines

  1. <style type="text/css">
  2. a    { font-family: Arial;font-size: 9pt;text-decoration:none;color:black; }
  3. a:link    { font-family: Arial;font-size: 9pt;text-decoration:none;color:black; }
  4. a:visited            { font-family: Arial;font-size: 9pt;text-decoration:none;color:black; }
  5. a:active            { font-family: Arial;font-size: 9pt;text-decoration:none;color:black; }
  6. body             { font-family:Arial; font-size: 9pt; margin:0px; }
  7. body.DetailBody     { margin-right:2px;margin-left:2px;background-color:#CCFFFF; }
  8. body.footer        { margin:0px; background-color:#99CCCC;    }
  9. table.CalHeader     { background-color:#99CCCC;height:60px; }
  10. td.CalTitle         { font-size:18pt; background-color:#669999;color:#CCFFFF; }
  11. table.DetailHeader     { background-color:#669999;margin:0px; }
  12. td.CalMonth         { font-size:16pt;color:black; }
  13. table.MonthDayHdr     { background-color:#669999; }
  14. td             { font-family:Arial; font-size: 9pt; }
  15. td.DayHeader         { height:40px; font-family:Arial; font-size: 10pt; font-weight: bold; }
  16. td.cell            {
  17.                 border-color:#669999;
  18.                  border-width:.1em;
  19.                  border-bottom-style:none;
  20.                  border-top-style:none;
  21.                  border-right-style:solid;
  22.                 border-left-style:none;
  23.               }
  24.  
  25. td.bottomcell        {
  26.                  border-color:#669999;
  27.                  border-width:.1em;
  28.                  border-bottom-style:solid;
  29.                  border-top-style:none;
  30.                  border-right-style:solid;
  31.                    border-left-style:none;
  32.               }
  33.  
  34. td.numbercell        {
  35.               color:#669999;
  36.                 border-color:#669999;
  37.                  border-width:.1em;
  38.                  border-bottom-style:none;
  39.                  border-top-style:none;
  40.                  border-right-style:solid;
  41.                  border-left-style:none;
  42.                }
  43.  
  44. td.FillDay        {
  45.               background-color:#CCCCCC;
  46.               border-color:#669999;
  47.               border-width:.1em;
  48.               border-bottom-style:none;
  49.               border-top-style:none;
  50.               border-right-style:solid;
  51.               border-left-style:none;
  52.             }
  53.  
  54. td.bottomFillDay     {
  55.               background-color:#CCCCCC;
  56.                  border-color:#669999;
  57.                  border-width:.1em;
  58.                  border-bottom-style:solid;
  59.                  border-top-style:none;
  60.                  border-right-style:solid;
  61.                 border-left-style:none;
  62.               }
  63.  
  64. td.FillDay2         {
  65.               border-color:#669999;
  66.               border-width:.1em;
  67.               border-bottom-style:none;
  68.               border-top-style:none;
  69.                border-right-style:solid;
  70.               border-left-style:none;
  71.             }
  72.  
  73. td.bottomFillDay2    {
  74.               border-color:#669999;
  75.               border-width:.1em;
  76.               border-bottom-style:solid;
  77.               border-top-style:none;
  78.               border-right-style:solid;
  79.               border-left-style:none;
  80.             }
  81.  
  82. div.banner        { background-color:#CCCCCC; }
  83.  
  84. .show             { font-family: verdana, arial; cursor:hand; }
  85. .hide             { display:none; background-color:white;cursor:hand; }
  86.  
  87. </style> 
  88.