Guest User

Untitled

a guest
Jan 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. body
  2. {
  3. line-height: 1.6em;
  4. }
  5.  
  6. h1 {
  7. color: #2A1959;
  8. border-bottom: 2px solid #2A1959;
  9. }
  10.  
  11. h2 {
  12. color: #474B94;
  13. font-size: 1.2 em;
  14. }
  15.  
  16. #footer {
  17. clear: both;
  18. border-top: 1px solid #2A1959;
  19. text-align: left;
  20. height: 50px;
  21. font-size: 70%;
  22. width: 100%;
  23. }
  24.  
  25. #hor-minimalist-a
  26. {
  27. font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  28. font-size: 12px;
  29. background: #fff;
  30. margin: 45px;
  31. width: 480px;
  32. border-collapse: collapse;
  33. text-align: left;
  34. }
  35. #hor-minimalist-a th
  36. {
  37. font-size: 14px;
  38. font-weight: normal;
  39. color: #039;
  40. padding: 10px 8px;
  41. border-bottom: 2px solid #6678b1;
  42. }
  43. #hor-minimalist-a td
  44. {
  45. color: #669;
  46. padding: 9px 8px 0px 8px;
  47. }
  48. #hor-minimalist-a tbody tr:hover td
  49. {
  50. color: #009;
  51. }
Add Comment
Please, Sign In to add comment