home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web06 / tables.css < prev   
Cascading Style Sheet File  |  2011-03-04  |  863b  |  40 lines

  1. /*
  2.    Embryology-Tables CSS
  3.    Author: Antonio Chavez
  4.    Date: March 4, 2011
  5.  
  6.    Filename:         tables.css
  7.    Supporting Files: left.jpg
  8.  
  9. */
  10.  
  11. table.comparison
  12.     {border-collapse: collapse;
  13.     font-family: Trebuchet MS, Arial, Verdana, sans-serif; width: 100%}
  14.  
  15. table.comparison caption
  16.     {caption-side: bottom; font-size: 0.8em; text-align: right}
  17.  
  18. table.comparison col.cateCol
  19.     {width: 13%}
  20.  
  21. table.comparison col.lastCol
  22.     {width: 13%;}
  23.  
  24. table.comparison col.featsCol
  25.     {background-color: rgb(215, 205, 151); width: 7%;}
  26.  
  27. table.comparison td, table.comparison th
  28.     {font-size: 0.7em; vertical-align: top;
  29.     border: 1px solid gray}
  30.  
  31. table.comparison tr
  32.     {height: 25px}
  33.  
  34. table.comparison thead tr
  35.     {background-color: rgb(105, 177, 60)}
  36.  
  37. .cateCol
  38.     {background: url(images/left.jpg) repeat-y left}
  39.  
  40.