Advertisement
Guest User

Untitled

a guest
Dec 13th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.58 KB | None | 0 0
  1. body
  2. {
  3.     line-height: 1.6em;
  4. }
  5.  
  6. #hor-minimalist-b
  7. {
  8.     font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  9.     font-size: 12px;
  10.     background: #fff;
  11.     margin: 45px;
  12.     width: 550px;
  13.     border-collapse: collapse;
  14.     text-align: left;
  15. }
  16. #hor-minimalist-b th
  17. {
  18.     text-align: inherit;
  19.     font-size: 14px;
  20.     font-weight: normal;
  21.     color: #039;
  22.     padding: 10px 8px;
  23.     border-bottom: 2px solid #6678b1;
  24. }
  25. #hor-minimalist-b td
  26. {
  27.     border-bottom: 1px solid #ccc;
  28.     color: #669;
  29.     padding: 6px 8px;
  30.     min-width: 180px;
  31. }
  32. #hor-minimalist-b tbody tr:hover td
  33. {
  34.     color: #009;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement