NekoPrincessSheila

Rob VF Layout

Apr 25th, 2014
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.54 KB | None | 0 0
  1. <style>
  2. .maintop, .leftnav, .profilename, .profilepages, .topbar, .defaultpic, .thumbnail, .gallery, .videos, .userinfo, .journal_entry, .profile_title, .likes_title, .dislikes_title, .music_title, .buttons1, .buttons2, .buttons3, .friends, .rate, .comment_title, .comments, .tagline, .menu2, .profilepages, .footer_links { display: none; }
  3.  
  4. body, html{
  5. background: url('http://i.imgur.com/T8YSKTf.jpg'); background-attachment: fixed;
  6. }
  7.  
  8. body, table, .rate b {
  9. text-decoration: none;
  10. text-transform: none;
  11. font: 8pt century gothic;
  12. letter-spacing: 1px;
  13. color: #2FA158;
  14. }
  15.  
  16. b {
  17. text-decoration: bold;
  18. text-transform: none;
  19. text-shadow: -1px 1px 0px #004743;
  20. font: 8pt century gothic;
  21. letter-spacing: 1px;
  22. color: #78C200;
  23. }
  24.  
  25. i {
  26. text-decoration: italic;
  27. text-shadow: none;
  28. font: 7pt century gothic;
  29. color: #2FA158;
  30. font-style: italic;
  31. }
  32.  
  33. u {
  34. border-bottom: 1px dotted #78C200;
  35. font: 8pt century gothic;
  36. color: #2FA158;
  37. }
  38.  
  39. s {
  40. text-decoration: strike;
  41. text-transform: lowercase;
  42. font: 6pt century gothic;
  43. letter-spacing: -1px;
  44. color: #6BB2AC;
  45. }
  46.  
  47. h1 {
  48. display: inline;
  49. padding: 0px;
  50. margin-top: 0px;
  51. margin-bottom: 0px;
  52. border-radius: 5px;
  53. border-bottom: #78C200 solid 1px;
  54. text-decoration: none;
  55. text-transform: uppercase;
  56. letter-spacing: 5px;
  57. font: 11pt century gothic;
  58. color: #2FA158;
  59. background: transparent;
  60. }
  61.  
  62. h1:first-letter {
  63. font-size: 200%;
  64. color: #78C200;
  65. }
  66.  
  67. h2 {
  68. display: block;
  69. padding: 0px;
  70. margin-top: 0px;
  71. margin-bottom: 0px;
  72. border-radius: 5px;
  73. text-decoration: none;
  74. text-transform: uppercase;
  75. letter-spacing: 5px;
  76. font: 9pt century gothic;
  77. color: #2FA158;
  78. background: transparent;
  79. }
  80.  
  81. a:link, a:visited {
  82. font: 8pt century gothic;
  83. color: #004743;
  84. font-weight: bold;
  85. -webkit-transition: all 1s ease;
  86. -moz-transition: all 1s ease;
  87. -ms-transition: all 1s ease;
  88. -o-transition: all 1s ease;
  89. transition: all 1s ease;
  90. }
  91.  
  92. a:hover {
  93. font: 8pt century gothic;
  94. color: #78C200;
  95. background: transparent;
  96. font-weight: bold;
  97. }
  98.  
  99. a.nav:link, a.navlink:visited {
  100. color: #004743;
  101. background: transparent;
  102. font-size: 8pt;
  103. -webkit-transition: all 1s ease;
  104. -moz-transition: all 1s ease;
  105. -ms-transition: all 1s ease;
  106. -o-transition: all 1s ease;
  107. transition: all 1s ease;
  108. }
  109.  
  110. a.nav:hover {
  111. color: #78C200;
  112. background: transparent;
  113. font-size: 8pt;
  114. }
  115.  
  116. .navi:link, .navi:visited {
  117. font: 12px century gothic;
  118. text-transform: uppercase;
  119. color: #78C200;
  120. background: #000;
  121. border-radius: 20px;
  122. margin: 3px;
  123. padding: 3px;
  124. border: 1px solid #78C200;
  125. -webkit-transition: all 1s ease;
  126. -moz-transition: all 1s ease;
  127. -ms-transition: all 1s ease;
  128. -o-transition: all 1s ease;
  129. transition: all 1s ease;
  130. }
  131.  
  132. .navi:hover {
  133. font: 12px century gothic;
  134. color: #2FA158;
  135. border: 1px solid #2FA158;
  136. background: transparent;
  137. }
  138. ::-webkit-scrollbar {
  139. width: 5px;
  140. background: #transparent;
  141. }
  142.  
  143.  
  144.  
  145. .base{
  146. top: 50px;
  147. width: 900px;
  148. height: 800px;
  149. position: relative;
  150. background: url('http://i.imgur.com/g4mVWMM.png');
  151. border-radius: 5px;
  152. border: 0px solid #fff;
  153. border-radius: 0px;
  154. }
  155.  
  156. #about {
  157. top: 110px;
  158. width: 400px;
  159. height: 400px;
  160. left: 120px;
  161. overflow: autp;
  162. position: absolute;
  163. background: transparent;
  164. text-align: center;
  165. border-radius: 50%;
  166. border: 0px solid #fff;
  167. }
  168.  
  169. #likes {
  170. top: 520px;
  171. width: 300px;
  172. height: 250px;
  173. left: 40px;
  174. overflow: auto;
  175. position: absolute;
  176. background: transparent;
  177. text-align: center;
  178. border-radius: 5px;
  179. border-radius: 50%;
  180. border: 0px solid #fff;
  181. }
  182.  
  183. #tunes {
  184. top: 220px;
  185. width: 300px;
  186. height: 250px;
  187. left: 570px;
  188. overflow: auto;
  189. position: absolute;
  190. background: transparent;
  191. text-align: center;
  192. border-radius: 50%;
  193. border: 0px solid #fff;
  194. }
  195.  
  196. #links {
  197. top: 30px;
  198. width: 320px;
  199. height: 150px;
  200. left: 550px;
  201. overflow: auto;
  202. position: absolute;
  203. background: transparent;
  204. text-align: center;
  205. border-radius: 20px;
  206. border: 0px solid #fff;
  207. }
  208.  
  209. #dislikes {
  210. top: 510px;
  211. width: 300px;
  212. height: 250px;
  213. left: 390px;
  214. overflow: auto;
  215. position: absolute;
  216. background: transparent;
  217. text-align: center;
  218. border-radius: 50%;
  219. border: 0px solid #fff;
  220. }
  221.  
  222.  
  223. </style>
  224.  
  225. <center>
  226.  
  227. <div class="base">
  228. <div id="about">
  229. <br /><br /><h1>about myself</h1><br /><br />
  230.  
  231. <p>about you bit goes here</p>
  232.  
  233. </div>
  234.  
  235. <div id="likes">
  236. <br /><h1>loves</h1><br /><br />
  237.  
  238. <li>like</li>
  239. <li>like</li>
  240. <li>like</li>
  241. <li>like</li>
  242. <li>like</li>
  243. <li>like</li>
  244. <li>like</li>
  245. <li>like</li>
  246.  
  247. </div>
  248.  
  249. <div id="tunes">
  250. <br /><h1>tunes</h1><br /><br />
  251.  
  252. <li>band</li>
  253. <li>band</li>
  254. <li>band</li>
  255. <li>band</li>
  256. <li>band</li>
  257. <li>band</li>
  258. <li>band</li>
  259. <li>band</li>
  260.  
  261. </div>
  262.  
  263. <div id="links">
  264. <br /><br />
  265.  
  266. <a href="http://vampirefreaks.com/profiles/home.php" class="navi">VF HOME</a>
  267. <a href="http://vampirefreaks.com/journal/vampireEMO12" class="navi" target="_blank">JOURNAL</a>
  268. <a href="http://vampirefreaks.com/profile_action.php?user=vampireEMO12&amp;uid=4028465&amp;friendslist=1" class="navi">BEFRIEND</a><br /><br />
  269.  
  270. <a href="http://vampirefreaks.com/user_comment.php?user=vampireEMO12&amp;uid=5034505&amp;rate=1" class="navi" target="_blank">COMMENT&amp;RATE</a>
  271. <a href="http://www.facebook.com/profile.php?id=740288572" class="navi">Facebook</a><br /><br />
  272.  
  273. <a href="http://maddened-by-the-stars.tk" class="navi" target="_blank">©MbtSD</a>
  274. </div>
  275.  
  276. <div id="dislikes">
  277. <br /><h1>loathes</h1><br /><br />
  278.  
  279. <li>dislike</li>
  280. <li>dislike</li>
  281. <li>dislike</li>
  282. <li>dislike</li>
  283. <li>dislike</li>
  284. <li>dislike</li>
  285. <li>dislike</li>
  286. <li>dislike</li>
  287.  
  288. </div>
  289.  
  290. </div>
Advertisement
Add Comment
Please, Sign In to add comment