Guest User

Untitled

a guest
Jan 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. body {
  2. font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  3. background: url(images/background.jpg);
  4. background-repeat: repeat-x;
  5. background-color: #363636;
  6. text-align: center;
  7. }
  8.  
  9. #container {
  10. margin-left: auto;
  11. margin-right: auto;
  12. width: 960px;
  13. }
  14.  
  15.  
  16.  
  17. #topbar {
  18. background: url(images/logobar.png);
  19. color: #e1e1e1;
  20. height: 40px;
  21. margin-bottom: 120px;
  22. }
  23.  
  24. #userpanel {
  25. float: right;
  26. margin-top: 5px;
  27. height: 40px;
  28. width: 700px;
  29. }
  30.  
  31. #wall {
  32. width: 960px;
  33. }
  34.  
  35. #divide {
  36. width: 960px;
  37. height: 40px;
  38. margin-top: 10px;
  39. }
  40.  
  41. #profile {
  42. text-align: left;
  43. margin-left: 225px;
  44. width: 500px;
  45. height: 190px;
  46. }
  47.  
  48. #profile img{
  49. float: left;
  50. }
  51.  
  52. #profile p{
  53. font-size: 18px;
  54. color: #252525;
  55. }
  56.  
  57. #bio {
  58. text-align: left;
  59. margin-left: 225px;
  60. width: 500px;
  61. height: 210px;
  62. background: url(images/buble.jpg);
  63. }
  64.  
  65. #bio p {
  66. text-align: left;
  67. padding-left: 10px;
  68. padding-top: 30px;
  69. width: 500px;
  70. color: #e1e1e1;
  71. }
  72.  
  73. #post {
  74. width: 500px;
  75. margin-top: 10px;
  76. color: #e1e1e1;
  77. text-align: left;
  78. margin-left: 225px;
  79. }
  80.  
  81. #post sub, a {
  82. color: #565656;
  83. }
  84.  
  85. input {
  86. background: url("images/textfieldbg.jpg");
  87. background-repeat: no-repeat;
  88. height: 180px;
  89. width: 500px;
  90. border: 0px;
  91. margin-top: 10px;
  92. color: #e1e1e1;
  93. font-size: 18px;
  94. padding-left: 4px;
  95. }
  96.  
  97. .button {
  98. background: url(images/button.jpg);
  99. background-repeat: no-repeat;
  100. width: 137px;
  101. height: 50px;
  102. float:right;
  103. margin-right: 235px;
  104. }
  105.  
  106. .radio {
  107. width: 19px;
  108. height: 25px;
  109. margin-left: 230px;
  110. background: url(unchecked.jpg) no-repeat;
  111. display: block;
  112. clear: left;
  113. }
  114.  
  115. .dropdown {
  116. background: url(dropdownbg.jpg) no-repeat;
  117. width: 384px;
  118. height: 50px;
  119. border: 0px;
  120. }
Add Comment
Please, Sign In to add comment