Advertisement
Guest User

Untitled

a guest
May 28th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. #menu li {
  2.  
  3.  
  4. list-style:none;
  5. float:right;
  6. margin-right:0px;
  7. Padding-left:20px;
  8. padding-right:20px;
  9. padding-bottom:20px;
  10. font-family:Helvetica;
  11. }
  12.  
  13.  
  14.  
  15. #header {
  16.  
  17. padding: 0 10px 5px 10px;
  18.  
  19.  
  20.  
  21. }
  22.  
  23. #aboutcontent {
  24.  
  25. text-align:center;
  26. padding:5px;
  27. font-family:helvetica;
  28. font-size:12px;
  29. }
  30.  
  31.  
  32.  
  33. a {
  34. color:black;
  35. text-decoration:none;
  36. }
  37.  
  38. a:hover {
  39. color: #54f7bc; }
  40.  
  41. #container {
  42.  
  43. padding:20px;
  44. }
  45.  
  46. #body {
  47.  
  48. padding:10px;
  49.  
  50.  
  51. }
  52.  
  53.  
  54.  
  55. #twitterstyle {
  56.  
  57. height:150px;
  58. width:200px;
  59. font-family:helvetica;
  60. font-size:12px;
  61.  
  62.  
  63. }
  64.  
  65. #pubDate{
  66.  
  67. font-size:9px;
  68. }
  69.  
  70.  
  71.  
  72.  
  73. #footer{
  74.  
  75. Padding:5px;
  76. text-align:center;
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement