Advertisement
Guest User

css

a guest
Apr 15th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. body
  2. {background-color: #333333;
  3. color:000000;
  4. font-family: arial, helvetica, sans-serif;
  5. margin: 0px 0px 0px 0px
  6. }
  7.  
  8.  
  9. #wrapper
  10. {width:960px;
  11. margin-left: auto;
  12. margin-right: auto;
  13. background-color: #000000
  14. }
  15.  
  16. #banner
  17. {background-image: url(money_banner_bkg.jpg);
  18. background-repeat: no-repeat;
  19. background-color: #000033;
  20. border-top: 3px solid black;
  21. border-left: 3px solid black;
  22. border-right: 3px solid black;
  23. border-bottom: 3px solid black;
  24. }
  25.  
  26. h1 {
  27. color: #FFFFFF;
  28. line-height: 100%;
  29. font-family: Times New Roman, serif;
  30. padding-left: 65%;
  31. }
  32.  
  33. #nav
  34. {float:left;
  35. width: 150px;
  36. background-color: #cccccc;
  37. margin-left: 3px;
  38. padding: 2px;
  39. }
  40. #nav a{text-decoration: none;}
  41. #nav ul {list-style-type: none;}
  42.  
  43. #rightcolumn
  44. {overflow:auto;
  45. padding-left: 10px;
  46. background-color: #ffffff;
  47. margin-right: 3px;
  48. margin-left: 3px;
  49. }
  50.  
  51. #footer
  52. {font-size: .8em;
  53. text-align: right;
  54. background-color: #006600;
  55. margin-bottom: 5px;
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement