home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web29 / project / tables.css < prev    next >
Cascading Style Sheet File  |  2011-03-04  |  903b  |  39 lines

  1. /*
  2.    Mark it with a B! Confections
  3.  
  4.    Table style sheet
  5.    Author: Richard Thomson
  6.    Date:   4 March 2011
  7.  
  8.    Filename:   tables.css
  9.    Supporting Files:
  10.  
  11. */
  12.  
  13. table.flavors
  14.     {width: 50%; font-family: tahoma; border-collapse: collapse; border-left: 3px solid     yellow; border-right: 3px solid yellow; border-bottom: 2px solid yellow; 
  15.     background-color: white; cell-padding: 1px; cell-spacing: 3px}
  16.  
  17. table.flavors td, th
  18.     {font-size: 0.8em; text-align: center}
  19.  
  20. table.flavors td
  21.     {vertical-align: top; border-bottom: 1px dotted yellow; border-right: 1px solid
  22.     yellow; color: red}
  23.  
  24. table.flavors th
  25.     {}
  26.  
  27. table.flavors tr
  28.     {height: 25px}
  29.  
  30. table.flavors thead
  31.     {background-color: pink; color: white; border-bottom: 2px solid yellow}
  32.  
  33. table.flavors caption
  34.     {text-align: right; caption-side: bottom; font-size: 0.7em}
  35.  
  36. col.cake
  37.     {width: 50%}
  38. col.filling
  39.     {width: 50%}