NekoPrincessSheila

VampireRob VF Layout

Jun 13th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.05 KB | None | 0 0
  1. <style>
  2.  
  3. .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; }
  4.  
  5. html, body {
  6. background: url('http://i.imgur.com/BeJyLOX.gif');
  7. background-attachment: fixed;
  8. }
  9.  
  10. body, table {
  11. text-decoration: none;
  12. text-transform: none;
  13. font: 9pt helvetica;
  14. letter-spacing: 1px;
  15. color: #FAF5E0;
  16. }
  17.  
  18. b {
  19. text-decoration: bold;
  20. text-transform: uppercase;
  21. font-weight: bold;
  22. text-shadow: 2px 2px 1px #B4100F;
  23. font: 9pt helvetica;
  24. letter-spacing: 1px;
  25. color: #FAF5E0;
  26. }
  27.  
  28. i {
  29. text-decoration: italic;
  30. text-shadow: none;
  31. font: 9pt helvetica;
  32. color: #FAF5E0;
  33. font-style: italic;
  34. }
  35.  
  36. u {
  37. border-bottom: 1px dashed #B4100F;
  38. font: 9pt helvetica;
  39. color: #FAF5E0;
  40. }
  41.  
  42. s {
  43. text-decoration: strike;
  44. text-transform: lowercase;
  45. font: 8pt helvetica;
  46. letter-spacing: 1px;
  47. color: #B4100F;
  48. }
  49.  
  50. h1 {
  51. display: block;
  52. padding: 0px;
  53. margin-top: 0px;
  54. margin-bottom: 0px;
  55. border-radius: 5px;
  56. text-decoration: none;
  57. text-transform: uppercase;
  58. letter-spacing: 5px;
  59. font: 11pt helvetica;
  60. color: #FAF5E0;
  61. background: transparent;
  62. border-bottom: 1px solid #A3D803;
  63. }
  64.  
  65. h1:first-letter {
  66. font-size: 150%;
  67. color: #A3D803;
  68. }
  69.  
  70. h2 {
  71. display: block;
  72. padding: 0px;
  73. margin-top: 5px;
  74. margin-bottom: 5px;
  75. border-radius: 20px;
  76. text-decoration: none;
  77. text-transform: uppercase;
  78. letter-spacing: 5px;
  79. font: 9pt helvetica;
  80. color: #FAF5E0;
  81. background: transparent;
  82. border-bottom: 1px solid #A3D803;
  83. }
  84.  
  85. a:link, a:visited {
  86. font: 9pt helvetica;
  87. color: #B4100F;
  88. font-weight: bold;
  89. }
  90.  
  91. a:hover {
  92. font: 9pt helvetica;
  93. color: #A3D803;
  94. background: transparent;
  95. font-weight: bold;
  96. }
  97.  
  98. a.nav:link, a.navlink:visited {
  99. color: #B4100F;
  100. background: transparent;
  101. font-size: 8pt;
  102. -webkit-transition: all 1s ease;
  103. -moz-transition: all 1s ease;
  104. -ms-transition: all 1s ease;
  105. -o-transition: all 1s ease;
  106. transition: all 1s ease;
  107. }
  108.  
  109. a.nav:hover {
  110. color: #A3D803;
  111. background: transparent;
  112. font-size: 8pt;
  113. }
  114.  
  115. ::-webkit-scrollbar {
  116. width: 5px;
  117. }
  118. ::-webkit-scrollbar-track {
  119. background-color: #9F2323;
  120. }
  121. ::-webkit-scrollbar-thumb {
  122. background-color: #A3D803;
  123. }
  124.  
  125. .pagenavi:link, .pagenavi:visited {
  126. display: block;
  127. padding: 0px;
  128. margin-top: 0px;
  129. margin-bottom: 0px;
  130. border-radius: 0px;
  131. text-decoration: none;
  132. text-transform: uppercase;
  133. letter-spacing: 1.5px;
  134. font: 9pt helvetica;
  135. color: #A3D803;
  136. background: #000;
  137. -webkit-transition: all 1s ease;
  138. -moz-transition: all 1s ease;
  139. -ms-transition: all 1s ease;
  140. -o-transition: all 1s ease;
  141. transition: all 1s ease;
  142. }
  143.  
  144. .pagenavi:hover {
  145. display: block;
  146. padding: 0px;
  147. margin-top: 0px;
  148. margin-bottom: 0px;
  149. border-radius: 0px;
  150. text-decoration: none;
  151. text-align: center;
  152. text-transform: lowercase;
  153. letter-spacing: 5px;
  154. color: #B4100F;
  155. background: #FAF5E0;
  156. -webkit-transition: all 1s ease;
  157. -moz-transition: all 1s ease;
  158. -ms-transition: all 1s ease;
  159. -o-transition: all 1s ease;
  160. transition: all 1s ease;
  161. }
  162.  
  163. .gall {
  164. border: 2px solid #A3D803;
  165. height: 100px;
  166. width: 200px;
  167. border-radius: 5px;
  168. background: #9F2323;
  169. -webkit-transition: all 1s ease;
  170. -moz-transition: all 1s ease;
  171. -ms-transition: all 1s ease;
  172. -o-transition: all 1s ease;
  173. transition: all 1s ease;
  174. }
  175.  
  176. .gall:hover {
  177. border: 2px solid #B4100F;
  178. border-radius: 40px;
  179. background: #9F2323;
  180. -webkit-transition: all 1s ease;
  181. -moz-transition: all 1s ease;
  182. -ms-transition: all 1s ease;
  183. -o-transition: all 1s ease;
  184. transition: all 1s ease;
  185. }
  186.  
  187. .pal {
  188. border: 2px solid #A3D803;
  189. height: 100px;
  190. width: 100px;
  191. border-radius: 5px;
  192. background: #9F2323;
  193. -webkit-transition: all 1s ease;
  194. -moz-transition: all 1s ease;
  195. -ms-transition: all 1s ease;
  196. -o-transition: all 1s ease;
  197. transition: all 1s ease;
  198. }
  199.  
  200. .pal:hover {
  201. border: 2px solid #B4100F;
  202. border-radius: 100px;
  203. background: #9F2323;
  204. -webkit-transition: all 1s ease;
  205. -moz-transition: all 1s ease;
  206. -ms-transition: all 1s ease;
  207. -o-transition: all 1s ease;
  208. transition: all 1s ease;
  209. }
  210.  
  211. .cult {
  212. border: 2px solid #A3D803;
  213. height: 100px;
  214. width: 200px;
  215. background: #9F2323;
  216. border-radius: 5px;
  217. -webkit-transition: all 1s ease;
  218. -moz-transition: all 1s ease;
  219. -ms-transition: all 1s ease;
  220. -o-transition: all 1s ease;
  221. transition: all 1s ease;
  222. }
  223.  
  224. .cult:hover {
  225. border: 2px solid #B4100F;
  226. border-radius: 40px;
  227. background: #9F2323;
  228. -webkit-transition: all 1s ease;
  229. -moz-transition: all 1s ease;
  230. -ms-transition: all 1s ease;
  231. -o-transition: all 1s ease;
  232. transition: all 1s ease;
  233. }
  234.  
  235.  
  236. .base {
  237. top: 30px;
  238. width: 800px;
  239. height: 600px;
  240. position: relative;
  241. background: #000 url('http://i.imgur.com/RbG4SMg.png') no-repeat top left;
  242. border-radius: 0px 0px 5px 5px;
  243. border: 0px solid #FAF5E0;
  244. }
  245.  
  246. #header {
  247. top: 0px;
  248. width: 580px;
  249. height: 210px;
  250. left: 0px;
  251. overflow: hidden;
  252. position: absolute;
  253. background: transparent;
  254. text-align: left;
  255. border-radius: 0px;
  256. border: 1px solid #FAF5E0;
  257. z-index: 2;
  258. }
  259.  
  260. #basics {
  261. top: 0px;
  262. width: 220px;
  263. height: 280px;
  264. left: 580px;
  265. overflow: hidden;
  266. position: absolute;
  267. background: transparent;
  268. text-align: center;
  269. border-radius: 0px;
  270. border: 1px solid #FAF5E0;
  271. z-index: 0;
  272. }
  273.  
  274. #navibox {
  275. top: 280px;
  276. width: 220px;
  277. height: 320px;
  278. left: 580px;
  279. overflow: hidden;
  280. position: absolute;
  281. background: transparent;
  282. text-align: center;
  283. border-radius: 0px 0px 5px 0px;
  284. border: 1px solid #FAF5E0;
  285. z-index: 0;
  286. }
  287.  
  288. #content {
  289. top: 210px;
  290. width: 580px;
  291. height: 390px;
  292. left: 0px;
  293. overflow: hidden;
  294. position: absolute;
  295. background: transparent;
  296. text-align: center;
  297. border-radius: 0px 0px 0px 5px;
  298. border: 1px solid #FAF5E0;
  299. z-index: 0;
  300. }
  301.  
  302. .container {
  303. width: 570px;
  304. height: 390px;
  305. overflow: auto;
  306. overflow-y: hidden;
  307. border-radius: 0px;
  308. background: transparent;
  309. }
  310. .section {
  311. height: 390px;
  312. overflow: auto;
  313. border-radius: 0px;
  314. background: transparent;
  315. }
  316.  
  317. </style>
  318.  
  319. <center>
  320. <div class="base">
  321. <div id="header">
  322. <br /><br />
  323. <img src="http://i.imgur.com/XBcA5Ta.png" />
  324. </div>
  325.  
  326. <div id="basics"><br />
  327. <a href="/gallery/xXxVampireRobxXx"><img src="http://i.imgur.com/SS4qTtP.png" class="gall" /></a>
  328. <h2>basics</h2>
  329. <b>Name::</b> Rob<br />
  330. <b>Age::</b> 25<br />
  331. <b>Relationship Status::</b> <a href="/KonekoHime">♥♥♥♥</a><br />
  332. <b>Account::</b> Free<br />
  333. <br />
  334.  
  335. BILLY GOES HERE
  336.  
  337. </div>
  338.  
  339. <div id="navibox">
  340. <h2>site navi</h2>
  341. <a href="http://vampirefreaks.com/profiles/home.php" class="pagenavi">vf home</a>
  342. <a href="/journal/xXxVampireRobxXx" class="pagenavi">journal</a>
  343. <a href="http://vampirefreaks.com/profile_action.php?user=xXxVampireRobxXx&amp;uid=4028465&amp;friendslist=1" class="pagenavi">befriend</a>
  344. <a href="http://vampirefreaks.com/user_comment.php?user=xXxVampireRobxXx&amp;uid=5034505&amp;rate=1" class="pagenavi">rate/comment</a>
  345. <br />
  346. <h2>page navi</h2>
  347. <a href="#about" class="pagenavi">about</a>
  348. <a href="#likes" class="pagenavi">loves</a>
  349. <a href="#dislikes" class="pagenavi">loathes</a>
  350. <a href="#music" class="pagenavi">music</a>
  351. <a href="#cults" class="pagenavi">cults</a>
  352. <a href="#friends" class="pagenavi">friends</a>
  353. <br />
  354. <a href="http://maddened-by-the-stars.tk"><img src="http://fc01.deviantart.net/fs48/f/2009/167/6/c/6c02458b6864a6f799dbac3538745353.gif" title="© Maddened by the Stars Designs" /></a>
  355. <br />
  356.  
  357. </div>
  358.  
  359. <div id="content">
  360.  
  361. <div class="container">
  362. <a name="about"></a>
  363. <div class="section">
  364. <h1>about</h1><br />
  365.  
  366. <p>ABOUT YOU GOES HERE</p>
  367.  
  368. </div>
  369.  
  370. <a name="likes"></a>
  371. <div class="section">
  372. <h1>loves</h1><br />
  373.  
  374. <p>LOVES GO HERE</p>
  375.  
  376. </div>
  377.  
  378. <a name="dislikes"></a>
  379. <div class="section">
  380. <h1>loathes</h1><br />
  381.  
  382. <p>LOATHES GO HERE</p>
  383.  
  384. </div>
  385.  
  386. <a name="music"></a>
  387. <div class="section">
  388. <h1>music</h1><br />
  389.  
  390. <p>MUSIC GOES HERE</p>
  391.  
  392. </div>
  393.  
  394. <a name="cults"></a>
  395. <div class="section">
  396. <h1>cults</h1><br />
  397.  
  398. <a href="/cult/Adult_Entertainment"><img src="http://i.imgur.com/K7JL8cZ.png" class="cult" /></a>
  399.  
  400. <a href="/cult/CULTNAME"><img src="" class="cult" /></a>
  401.  
  402. <a href="/cult/CULTNAME"><img src="" class="cult" /></a>
  403.  
  404. <a href="/cult/CULTNAME"><img src="" class="cult" /></a>
  405.  
  406. <a href="/cult/CULTNAME"><img src="" class="cult" /></a>
  407.  
  408. <a href="/cult/CULTNAME"><img src="" class="cult" /></a>
  409.  
  410. </div>
  411.  
  412. <a name="friends"></a>
  413. <div class="section">
  414. <h1>friends</h1><br />
  415.  
  416. <a href="/KonekoHime"><img src="http://icons1.vampirefreaks.com/K/Ko/Kon/KonekoHime/5175935.gif" class="pal" /></a>
  417.  
  418. <a href="/USERNAME"><img src="" class="pal" /></a>
  419.  
  420. <a href="/USERNAME"><img src="" class="pal" /></a>
  421.  
  422. <a href="/USERNAME"><img src="" class="pal" /></a>
  423.  
  424. <a href="/USERNAME"><img src="" class="pal" /></a>
  425.  
  426. <a href="/USERNAME"><img src="" class="pal" /></a>
  427.  
  428. <a href="/USERNAME"><img src="" class="pal" /></a>
  429.  
  430. <a href="/USERNAME"><img src="" class="pal" /></a>
  431.  
  432. <a href="/USERNAME"><img src="" class="pal" /></a>
  433.  
  434. <a href="/USERNAME"><img src="" class="pal" /></a>
  435.  
  436. </div>
  437.  
  438.  
  439.  
  440. </div>
  441.  
  442. </div>
Advertisement
Add Comment
Please, Sign In to add comment