home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web10 / CIS31 / table_race.css < prev    next >
Cascading Style Sheet File  |  2011-04-18  |  879b  |  31 lines

  1. /* Case Project
  2.   
  3.  
  4.    table_race style sheet
  5.    Author: Edina Fuzesi
  6.    Date: 04/18/2011  
  7.  
  8.    Filename: table_race.css
  9.    Supporting Files: 
  10.  
  11. */
  12.  
  13. table.schedule {border: 10px outset rgb(153,0,153); border-collapse: collapse;
  14. font-family: Arial, Helvetica, sans-serif; font-size: 0.7em; width: 100%}
  15.  
  16. table.categories th, table.schedule td {border: 1px solid grey}
  17.  
  18. table.categories thead {color: white; background-color: rgb(203, 50, 203)}
  19.  
  20. table.categories col.firstCol {background-color: white; width: 7%}
  21.  
  22. table.categories col.eventCols  {width: 13%; background-color: pink}
  23.  
  24. table.categories thead tr {height: 20px}
  25. table.categories tbody tr {height: 30px; font-size: 125%; text-align: center}
  26.  
  27. table.categories tbody td {vertical-align: center; padding: 5px}
  28.  
  29. table.categories caption {caption-side: top; text-align: right; font-size: 200%}
  30.  
  31.