Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. body{
  2. margin: 0px;
  3. background-color: #e0e0ee;
  4. }
  5.  
  6. .Header{
  7. background-color: #75D701;
  8. width: 1903px;
  9. height: 50px;
  10. }
  11.  
  12. .titleBox{
  13. margin-top: -40px;
  14. padding-left: 450px;
  15. font-family: "Baloo Chettan", cursive;
  16. font-size: 30px;
  17. color: #3B4E32;
  18. width: 100px;
  19. }
  20.  
  21. input{
  22. margin-left: 550px;
  23. margin-top: 12px;
  24. width: 900px;
  25. height: 30px;
  26. }
  27.  
  28. .bodyBox{
  29. margin-top: 0px;
  30. margin-bottom: 30px;
  31. width: 1000px;
  32. height: 1000px;
  33. margin-left: 450px;
  34. background-color: #e0e0ee;
  35. }
  36.  
  37. .coverPhoto{
  38. width: 1000px;
  39. height: 300px;
  40. }
  41.  
  42. .profilePhoto{
  43. margin-top: -200px;
  44. margin-left: 30px;
  45. border: solid, 5px;
  46. border-style: solid;
  47. border-width: 5px;
  48. border-color: #75D701;
  49. width: 200px;
  50. }
  51.  
  52. .name{
  53. margin-left: 0px;
  54. width: 1000px;
  55. height: 40px;
  56. margin-top: 93px;
  57. font-weight: 700;
  58. background-color: #F8F8FF;
  59. }
  60.  
  61. ul{
  62. list-style-type: none;
  63. margin-top: -130px;
  64. margin-left: 200px;
  65. }
  66.  
  67. li{
  68. display: inline;
  69. float: left;
  70. padding: 0;
  71. }
  72.  
  73. li a{
  74. text-decoration: none;
  75. color: black;
  76. margin-left: 10px;
  77. padding-left: 0px;
  78. padding-right: 0px;
  79.  
  80. }
  81.  
  82. li a:hover{
  83. background-color: #75D701;
  84. }
  85.  
  86. .navBar{
  87. margin-top: 3px;
  88. font-family: "Oswald", cursive;
  89. font-family: "Oswald", cursive;
  90. font-size: 20px;
  91. }
  92.  
  93. .navBarLink{
  94. display: block;
  95. font-family: "Oswald", cursive;
  96. font-size: 20px;
  97. }
  98.  
  99. .addAsFriend{
  100. display: block;
  101. font-family: "Oswald", cursive;
  102. font-size: 20px;
  103. margin-top: 5px;
  104. }
  105.  
  106. .nameText{
  107. font-family: 'Oswald', cursive;
  108. font-size: 30px;
  109. margin-top: -60px;
  110. padding-left: 250px;
  111. color: black;
  112. }
  113.  
  114. .pictures{
  115. background-color: #F8F8FF;
  116. margin-left: 0px;
  117. margin-top: 20px;
  118. margin-right: 615px;
  119. padding-top: 10px;
  120. padding-bottom: 2px;
  121. }
  122.  
  123. .photosText{
  124. margin-left: 40px;
  125. padding-left: 10px;
  126. padding-right: 10px;
  127. font-family: "Oswald", cursive;
  128. font-size: 20px;
  129. color: black;
  130. }
  131.  
  132. a{
  133. text-decoration: none;
  134. }
  135.  
  136. a:hover{
  137. background-color: #75D701;
  138. }
  139.  
  140. .pic1{
  141. width: 120px;
  142. margin-top: 10px;
  143. margin-left: 5px;
  144. }
  145.  
  146. .pic2{
  147. width: 120px;
  148. margin-top: 10px;
  149. }
  150.  
  151. .pic3{
  152. width: 120px;
  153. margin-top: 10px;
  154. }
  155.  
  156. .post{
  157. background-color: #F8F8FF;
  158. width: 600px;
  159. margin-left: 400px;
  160. margin-top: -182px;
  161. min-height: 200px;
  162. }
  163.  
  164. .profPicSmall{
  165. margin-top: -5px;
  166. margin-right: 10px;
  167. width: 56px;
  168. float: left;
  169. }
  170.  
  171. .post1Text{
  172. float: left;
  173. margin-left: 10px;
  174. padding-top: 15px;
  175. font-family: "Oswald", cursive;
  176. font-size: 20px;
  177. width: 500px;
  178. }
  179.  
  180. .SimonZlak{
  181. float: left;
  182. color: #75D701;
  183. font-family: "Oswald", cursive;
  184. font-size: 20px;
  185. margin-top: -5px;
  186. }
  187.  
  188. .postTextOnly{
  189. margin-top: -5px;
  190. }
  191.  
  192. p2{
  193. font-family: Arial;
  194. font-size: 12px;
  195. }
  196.  
  197. .likeButton{
  198. margin-top: 80px;
  199. width: 100px;
  200. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement