home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web06 / m31 / stable.css < prev    next >
Cascading Style Sheet File  |  2011-03-31  |  2KB  |  50 lines

  1. /*
  2.    Alternative Energy Summary Table Style Sheet
  3.    Author: Antonio Chavez
  4.    Date:   Mar 30, 2011
  5.  
  6.    Filename:         stable.css
  7.    Supporting Files: bottom.jpg, bottomleft.jpg, bottomright.jpg, left.jpg, 
  8.                      right.jpg, tableback.jpg, top.jpg, topleft.jpg, topright.jpg
  9. */
  10.  
  11. table.energySummary {text-align: center; font-size: 12px;
  12.     margin: 0px 0px 10px 20px; border-collapse: collapse;}
  13.  
  14. table.energySummary caption {font-size: 16px; caption-size: top;
  15.     text-align: center; letter-spacing: 5px}
  16.  
  17. table.energySummary col.firstColumn {width: 22%}
  18. table.energySummary col.middleColumns {width: 28%}
  19. table.energySummary col.lastColumn {width: 22%}
  20.  
  21. table.energySummary thead {border-bottom: 2px solid gray}
  22. table.energySummary tbody td {border: 1px dotted gray}
  23. table.energySummary tfoot {border-top: 2px solid gray; text-align: center}
  24.  
  25. table.energySummary td {padding: 0px 5px 0px 5px}
  26. table.energySummary th {letter-spacing: 2px}
  27. table.energySummary tr {height: 30px}
  28.  
  29. table.energySummary col.firstColumn
  30.     {background: url(images/left.jpg) repeat-y left}
  31. table.energySummary col.middleColumns
  32.     {background: url(images/blank.jpg) repeat}
  33. table.energySummary col.lastColumn
  34.     {background: url(images/right.jpg) repeat-y right}
  35.  
  36. table.energySummary thead tr
  37.     {background: url(images/top.jpg) repeat-x top}
  38. table.energySummary tfoot tr
  39.     {background: url(images/bottom.jpg) repeat-x bottom}
  40.  
  41. table.energySummary #topLeft
  42.     {background: url(images/topLeft.jpg) no-repeat top left}
  43. table.energySummary #topRight
  44.     {background: url(images/topRight.jpg) no-repeat top right}
  45. table.energySummary #bottomLeft
  46.     {background: url(images/bottomLeft.jpg) no-repeat bottom left}
  47. table.energySummary #bottomRight
  48.     {background: url(images/bottomRight.jpg) no-repeat bottom right}
  49.  
  50.