Advertisement
Guest User

Untitled

a guest
Jan 9th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. /* TablePlugin */
  2. .foswikiTable,
  3. .foswikiTable tr,
  4. {
  5. border-right: 1px solid #C1DAD7;
  6. border-collapse: collapse;
  7. border-bottom: 1px solid #C1DAD7;
  8. border-top: 1px solid #C1DAD7;
  9. background-color: #fff;
  10. }
  11.  
  12. .foswikiTable th {
  13. border-right: 1px solid #C1DAD7;
  14. background-color: #38708B;
  15. border-bottom: 1px solid #C1DAD7;
  16. border-top: 1px solid #C1DAD7;
  17. color: white;
  18. }
  19. .foswikiTable th a:visited{color:#fff;}
  20. .foswikiTable th a:link{color:#fff;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement