NekoPrincessSheila

BrkenDreams VF Profile Layout

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