home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web15 / CIS31 / class.css < prev    next >
Cascading Style Sheet File  |  2011-04-16  |  1KB  |  41 lines

  1. /*
  2.    Project
  3.    Author: Amber White Jowers
  4.    Date:   March 27, 2011
  5.  
  6.    Filename:         class.css
  7.    Supporting Files: none
  8.  
  9. */
  10.  
  11. table.classes        {border: 10px outset rgb(153, 0, 153);                     border-collapse: collapse; font-family:                 Arial, Helvetica, sans-serif; 
  12.             font-size: 0.7em; width: 50%}
  13.  
  14.  
  15.  
  16. table.classes th, table.classes td
  17.             {border: 1px solid gray}
  18.  
  19. table.classes thead    {color: white; background-color:                     rgb(203,50,203)}
  20.  
  21. table.classes col.firstCol    
  22.             {background-color: ivory;             width: 7%}
  23.  
  24. table.classes col.dayCols
  25.             {width: 13%}
  26.  
  27.  
  28. table.classes thead tr    {height: 20px}
  29. table.classes tbody tr    {height: 30px}
  30.  
  31. table.classes tbody td    {vertical-align: top; padding: 5px}
  32.  
  33. table.classes caption    {caption-side: top; text-align: right}
  34.  
  35. #schedule h2        {text-decoration: none; text-align: center; font-size: 1.2em}
  36.  
  37. address {text-align: center; font: normal small-caps 0.95em               sans-serif; border-top: 0.5em double purple; padding-top:          1em}
  38.  
  39.  
  40.  
  41.