bordercol.css 831 B

12345678910111213141516171819202122232425
  1. table {
  2. margin-bottom: 0.5in;
  3. }
  4. caption {
  5. font-weight: bold;
  6. font-style: italic;
  7. }
  8. td {background-color:LightCyan }
  9. table.topLight {border-top: 1px solid #AFAFAF}
  10. table.bottom {border-bottom: 1px solid black}
  11. table.bottomDark {border-bottom: 1px solid #444444}
  12. table.leftLight {border-left: 1px solid #AFAFAF}
  13. table.right {border-right: 1px solid black}
  14. table.rightDark {border-right: 1px solid #444444}
  15. table.top {border-top: 1px solid black}
  16. table.left {border-left: 1px solid black}
  17. table.bc {border-collapse:collapse}
  18. tbody.border{border-top: 1px solid black; border-bottom: 1px solid black; }
  19. tr.border{border-top: 1px solid black; border-bottom: 1px solid black; }
  20. td.border{border-left:1px solid black;}
  21. div.maskPixel{position:absolute; background-color:Black; width:1px; height:1px; }