Beeline

DeadProfile

Nov 22nd, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.64 KB | None | 0 0
  1. //**THIS BIT GOES IN THE PROFILE SECTION--SET TO OLDSKOOL**\\
  2.  
  3.  
  4. <style>
  5.  
  6. .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; }
  7.  
  8. ::-webkit-scrollbar {
  9. width: 5px;
  10. height: 10px;
  11. }
  12.  
  13. ::-webkit-scrollbar-button:start:decrement,
  14. ::-webkit-scrollbar-button:end:increment {
  15. height: 0px;
  16. display: block;
  17. background-color: transparent;
  18. }
  19.  
  20. ::-webkit-scrollbar-track-piece {
  21. border-top: 3px solid #3F2B44;
  22. background-color: #3F2B44;
  23. -webkit-border-radius: 0px;
  24. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  25. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  26. background-image:
  27. -moz-linear-gradient(#6BF51B, transparent),
  28. -moz-linear-gradient(#6BF51B, transparent);
  29. background-image:
  30. -o-linear-gradient(#6BF51B, transparent),
  31. -o-linear-gradient(#6BF51B, transparent);
  32. background-image:
  33. linear-gradient(#6BF51B, transparent),
  34. linear-gradient(#6BF51B, transparent);
  35. -moz-background-size: 3px 100%;
  36. background-size: 3px 100%;
  37. background-position: 0 0, 100% 0;
  38. background-repeat: no-repeat;
  39. }
  40.  
  41. ::-webkit-scrollbar-thumb:vertical {
  42. height: 50px;
  43. background-color: #6BF51B;
  44. border-color: #2BAD82;
  45. -webkit-border-radius: 2px;
  46. }
  47.  
  48.  
  49. body, html {
  50. background-color: #403143;
  51. background-image: url('');
  52. background-position: Top center;
  53. background-repeat: no-repeat;
  54. background-attachment: fixed;
  55. }
  56. html, div {
  57. font-family: trebuchet MS;
  58. color: #ffffff;
  59. font-size: 12px;
  60. font-style: normal;
  61. }
  62. a:link, .menu2, .menu2 a:link {
  63. color: #6BF51B;
  64. font-size: 9pt;
  65. font-family : trebuchet ms;
  66. text-transform: none;
  67. text-decoration: none;
  68. -webkit-transition: all 0.5s ease-out;
  69. -moz-transition: all 0.5s ease-out;
  70. }
  71.  
  72. a:visited, .menu2 a:visited {
  73. color: #2BAD82;
  74. text-transform: none;
  75. font-family : trebuchet ms;
  76. text-transform: none;
  77. text-decoration: none;
  78. }
  79.  
  80. a:hover, .menu, .menu a:link, .menu a:visited {
  81. color: #2B80AD;
  82. text-decoration: none;
  83. font-family : trebuchet ms;
  84. text-transform: none;
  85. background: transparent;
  86. -webkit-transition: all 0.5s ease-out;
  87. -moz-transition: all 0.5s ease-out;
  88. }
  89. h1{ color:white;
  90. position: relative;
  91. font-family: trebuchet m;
  92. font-size:24px;
  93. text-align:center;
  94. line-height:20px;
  95. letter-spacing:-2px;
  96. padding:0px;
  97. width: absolute;
  98. padding-right: 5px;
  99. margin:0px;
  100. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6BF51B), color-stop(1, #3F2B44));
  101. border:ridge 2px #2BAD82;
  102. }
  103. b {
  104. text-transform: uppercase;
  105. font-family: trebuchet MS;
  106. color: #2B80AD;
  107. font-size: 11px;
  108. letter-spacing: 1px;
  109. text-shadow: -2px 4px 5px rgba(46, 28, 28, 0.25);
  110. }
  111.  
  112. i {
  113. text-transform: none;
  114. font-family: georgia;
  115. color: #6BF51B;
  116. font-size: 11px;
  117. letter-spacing: 1px;
  118. }
  119.  
  120. s {
  121. text-transform: none;
  122. font-family: trebuchet MS;
  123. color: #2BAD82;
  124. font-size: 11px;
  125. letter-spacing: 1px;
  126. }
  127.  
  128. u {
  129. border-bottom: 1px solid #2BAD82;
  130. text-transform: none;
  131. font-family: georgia;
  132. font-size: 11px;
  133. letter-spacing: 1px;
  134. }
  135. blockquote {
  136. text-align: center;
  137. background-color: #3F2B44;
  138. padding: 4px;
  139. border-left: 10px solid #6BF51B;
  140. border-top: 3px solid #6BF51B;
  141. border-right: 10px solid #6BF51B;
  142. }
  143.  
  144. #navi {
  145. margin: 0px;
  146. padding-bottom:35px;
  147. position: fixed;
  148. top: -05px;
  149. right: 0px;
  150. height: 10px;
  151. width: 100%;
  152. font-family: trebuchet MS;
  153. font-size: 8pt;
  154. color: #C4B09C;
  155. text-transform: uppercase;
  156. text-align: center;
  157. letter-spacing: 2pt;
  158. background-color: ;
  159. z-index: 100;
  160. -moz-border-radius: 3px;
  161. -webkit-border-radius: 3px;
  162. border-radius: 3px;
  163. -moz-box-shadow: 0px 7px 23px #000000;
  164. -webkit-box-shadow: 0px 7px 23px #000000;
  165. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3F2B44), color-stop(1, #6BF51B));
  166. border:ridge 2px #3F2B44;
  167.  
  168. }
  169. .portlink:link, .portlink:visited, .portlink:active{
  170. color: white;
  171. font-family: trebuchet ms;
  172. font-size: 10px;
  173. text-transform: uppercase;
  174. text-shadow: 2px 2px 4px #000000;
  175. font-weight: lighter;
  176. border-right: 3px solid #953653;
  177. border-left: 3px solid #953653;
  178. line-height: 22px;
  179. text-align: center;
  180. background-color: #2D262E;
  181. padding:0px;
  182. margin:4px;
  183. background: #2BAD82;
  184. width:100px;
  185. height:25px;
  186. -moz-border-radius: 1px;
  187. -webkit-border-radius: 1px;
  188. border-radius: 1px;
  189. -moz-box-shadow: 0px 3px 5px #000000;
  190. -webkit-box-shadow: 0px 3px 5px #000000;
  191. -webkit-border-bottom-right-radius: 4px;
  192. -webkit-border-bottom-left-radius: 2px;
  193. -moz-border-radius-bottomright: 4px;
  194. -moz-border-radius-bottomleft: 2px;
  195. border-bottom-right-radius: 4px;
  196. border-bottom-left-radius: 2px;
  197. border:ridge 2px #4b3f4d;
  198. -webkit-transition: all 0.5s ease-out;
  199. -moz-transition: all 0.5s ease-out;
  200. }
  201. .portlink:hover{
  202. color: #6BF51B;
  203. background-color: #3F2B44;
  204. -webkit-border-radius: 8px;
  205. -moz-border-radius: 8px;
  206. border-radius: 8px;
  207. -moz-border-radius: 1px;
  208. -webkit-border-radius: 1px;
  209. border-radius: 1px;
  210. -moz-box-shadow: 0px 3px 5px #000000;
  211. -webkit-box-shadow: 0px 3px 5px #000000;
  212. -webkit-border-bottom-right-radius: 4px;
  213. -webkit-border-bottom-left-radius: 2px;
  214. -moz-border-radius-bottomright: 4px;
  215. -moz-border-radius-bottomleft: 2px;
  216. border-bottom-right-radius: 4px;
  217. border-bottom-left-radius: 2px;
  218. border:ridge 2px #2BAD82;
  219. -webkit-border-bottom-right-radius: 8px;
  220. -webkit-border-bottom-left-radius: 8px;
  221. -moz-border-radius-bottomright: 8px;
  222. -moz-border-radius-bottomleft: 8px;
  223. border-bottom-right-radius: 8px;
  224. border-bottom-left-radius: 8px;
  225. -webkit-transition: all 0.5s ease-out;
  226. -moz-transition: all 0.5s ease-out;
  227. }
  228. div.menu5 a
  229. {
  230. display: inline-block;
  231. padding: 3 4px;
  232. background:;
  233. border:1px solid #5E544A;
  234. color:#C4B09C;
  235. text-decoration:none;
  236. font: bold 12px Arial;
  237. line-height: 20px;
  238. margin-right:1px;
  239. }
  240.  
  241. div.menu5 a:hover, div.menu5 a.current
  242. {
  243. background:;
  244. color:#6DBABF;
  245. }
  246. img.floatLeft {
  247. float: left;
  248. margin: 4px;
  249. width: 250px;
  250. height: 250px;
  251. border: 2px solid #6BF51B;
  252. border-radius: 3px;
  253. -moz-box-shadow: 0px 7px 23px #000000;
  254. -webkit-box-shadow: 0px 7px 23px #000000;
  255. }
  256. img.floatRight {
  257. float: right;
  258. margin: 4px;
  259. }
  260. .overlay {
  261. width: 1105px;
  262. height: 1025px;
  263. background:;
  264. margin-left: 73px;
  265. position: absolute;
  266. border-top: 3px solid #2BAD82;
  267. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  268. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  269. background-image:
  270. -moz-linear-gradient(#6BF51B, transparent),
  271. -moz-linear-gradient(#6BF51B, transparent);
  272. background-image:
  273. -o-linear-gradient(#6BF51B, transparent),
  274. -o-linear-gradient(#6BF51B, transparent);
  275. background-image:
  276. linear-gradient(#6BF51B, transparent),
  277. linear-gradient(#6BF51B, transparent);
  278. -moz-background-size: 3px 100%;
  279. background-size: 3px 100%;
  280. background-position: 0 0, 100% 0;
  281. background-repeat: no-repeat;
  282. }
  283. .innerbox {
  284. overflow: auto;
  285. border: none;
  286. background: #181818;
  287. position: absolute;
  288.  
  289. }
  290. #about {
  291. top: 499px;
  292. left: 330px;
  293. width: 450px;
  294. height: 300px;
  295. padding:3px;
  296. border-top: 3px solid #2BAD82;
  297. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  298. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  299. background-image:
  300. -moz-linear-gradient(#6BF51B, transparent),
  301. -moz-linear-gradient(#6BF51B, transparent);
  302. background-image:
  303. -o-linear-gradient(#6BF51B, transparent),
  304. -o-linear-gradient(#6BF51B, transparent);
  305. background-image:
  306. linear-gradient(#6BF51B, transparent),
  307. linear-gradient(#6BF51B, transparent);
  308. -moz-background-size: 3px 100%;
  309. background-size: 3px 100%;
  310. background-position: 0 0, 100% 0;
  311. background-repeat: no-repeat;
  312.  
  313.  
  314. }
  315. #likes {
  316. top: 499px;
  317. left: 5px;
  318. width: 297px;
  319. height: 150px;
  320. padding:3px;
  321. border-top: 3px solid #2BAD82;
  322. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  323. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  324. background-image:
  325. -moz-linear-gradient(#6BF51B, transparent),
  326. -moz-linear-gradient(#6BF51B, transparent);
  327. background-image:
  328. -o-linear-gradient(#6BF51B, transparent),
  329. -o-linear-gradient(#6BF51B, transparent);
  330. background-image:
  331. linear-gradient(#6BF51B, transparent),
  332. linear-gradient(#6BF51B, transparent);
  333. -moz-background-size: 3px 100%;
  334. background-size: 3px 100%;
  335. background-position: 0 0, 100% 0;
  336. background-repeat: no-repeat;
  337.  
  338. }
  339. #dislikes {
  340. top: 658px;
  341. left: 5px;
  342. width: 297px;
  343. height: 140px;
  344. padding:3px;
  345. border-top: 3px solid #2BAD82;
  346. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  347. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  348. background-image:
  349. -moz-linear-gradient(#6BF51B, transparent),
  350. -moz-linear-gradient(#6BF51B, transparent);
  351. background-image:
  352. -o-linear-gradient(#6BF51B, transparent),
  353. -o-linear-gradient(#6BF51B, transparent);
  354. background-image:
  355. linear-gradient(#6BF51B, transparent),
  356. linear-gradient(#6BF51B, transparent);
  357. -moz-background-size: 3px 100%;
  358. background-size: 3px 100%;
  359. background-position: 0 0, 100% 0;
  360. background-repeat: no-repeat;
  361.  
  362. }
  363. #Friends {
  364. top: 808px;
  365. left: 170px;
  366. width: 755px;
  367. height: 200px;
  368. padding:3px;
  369. border-top: 3px solid #2BAD82;
  370. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  371. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  372. background-image:
  373. -moz-linear-gradient(#6BF51B, transparent),
  374. -moz-linear-gradient(#6BF51B, transparent);
  375. background-image:
  376. -o-linear-gradient(#6BF51B, transparent),
  377. -o-linear-gradient(#6BF51B, transparent);
  378. background-image:
  379. linear-gradient(#6BF51B, transparent),
  380. linear-gradient(#6BF51B, transparent);
  381. -moz-background-size: 3px 100%;
  382. background-size: 3px 100%;
  383. background-position: 0 0, 100% 0;
  384. background-repeat: no-repeat;
  385.  
  386. }
  387.  
  388. #Hideouts {
  389. top: 499px;
  390. left: 808px;
  391. width: 285px;
  392. height: 150px;
  393. padding:3px;
  394. border-top: 3px solid #2BAD82;
  395. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  396. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  397. background-image:
  398. -moz-linear-gradient(#6BF51B, transparent),
  399. -moz-linear-gradient(#6BF51B, transparent);
  400. background-image:
  401. -o-linear-gradient(#6BF51B, transparent),
  402. -o-linear-gradient(#6BF51B, transparent);
  403. background-image:
  404. linear-gradient(#6BF51B, transparent),
  405. linear-gradient(#6BF51B, transparent);
  406. -moz-background-size: 3px 100%;
  407. background-size: 3px 100%;
  408. background-position: 0 0, 100% 0;
  409. background-repeat: no-repeat;
  410.  
  411. }
  412. #Earcandy {
  413. top: 659px;
  414. left: 808px;
  415. width: 285px;
  416. height: 140px;
  417. padding:3px;
  418. border-top: 3px solid #2BAD82;
  419. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  420. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  421. background-image:
  422. -moz-linear-gradient(#6BF51B, transparent),
  423. -moz-linear-gradient(#6BF51B, transparent);
  424. background-image:
  425. -o-linear-gradient(#6BF51B, transparent),
  426. -o-linear-gradient(#6BF51B, transparent);
  427. background-image:
  428. linear-gradient(#6BF51B, transparent),
  429. linear-gradient(#6BF51B, transparent);
  430. -moz-background-size: 3px 100%;
  431. background-size: 3px 100%;
  432. background-position: 0 0, 100% 0;
  433. background-repeat: no-repeat;
  434.  
  435. }
  436. #Header {
  437. top: -3px;
  438. width: 1100px;
  439. height: 600px;
  440. margin: 3px;
  441. background: url('http://i.imgur.com/69QK7nq.gif') 0px 0px no-repeat;
  442. position: relative;
  443. background-position:top center;
  444. }
  445. .Crew {
  446. width: 100px;
  447. height: 100px;
  448. filter: alpha(opacity=100)
  449. -moz-opacity:.80;
  450. opacity: .80;
  451. margin: 0px;
  452. margin-left: 5px;
  453. padding: 1px;
  454. background: url('http://i.imgur.com/ldEhynG.png'); background-repeat: repeat; background-position:top center;
  455. background-attachment: scrolling;
  456. border: 0px solid ;
  457. -webkit-transition: all 0.5s ease-out;
  458. -moz-transition: all 0.5s ease-out;
  459. border-top: 3px solid #2BAD82;
  460. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  461. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  462. background-image:
  463. -moz-linear-gradient(#6BF51B, transparent),
  464. -moz-linear-gradient(#6BF51B, transparent);
  465. background-image:
  466. -o-linear-gradient(#6BF51B, transparent),
  467. -o-linear-gradient(#6BF51B, transparent);
  468. background-image:
  469. linear-gradient(#6BF51B, transparent),
  470. linear-gradient(#6BF51B, transparent);
  471. -moz-background-size: 3px 100%;
  472. background-size: 3px 100%;
  473. background-position: 0 0, 100% 0;
  474. background-repeat: no-repeat;
  475.  
  476. }
  477.  
  478. .Crew:hover {
  479. background: url('http://i.imgur.com/ldEhynG.png'); background-repeat: repeat; background-position:top center;
  480. background-attachment: scrolling;
  481. border: 0px solid ;
  482. filter: alpha(opacity=70)
  483. -moz-opacity:.70;
  484. opacity: .70;
  485. -webkit-transition: all 0.5s ease-out;
  486. -moz-transition: all 0.5s ease-out;
  487. }
  488.  
  489. </style>
  490.  
  491.  
  492. //**THIS BIT GOES IN THE LIKES SECTION--SET TO OLDSKOOL**\\
  493.  
  494. <div id="navi">
  495. <div class="menu5">
  496. <a href="http://vampirefreaks.com/profiles/home.php" class="portlink">Vf Home</a>
  497.  
  498. <a href="http://vampirefreaks.com/user_comment.php?user=-Trickster-&amp;rate=1" class="portlink">Inbox</a>
  499.  
  500. <a href="http://vampirefreaks.com/gallery/-Trickster-" class="portlink">Gallery</a>
  501.  
  502. <a href="http://vampirefreaks.com/journal/-Trickster-" class="portlink">Journal</a>
  503.  
  504. <a href="http://vampirefreaks.com/profile_action.php?user=-Trickster-" class="portlink">Add</a>
  505.  
  506. <a href="http://vampirefreaks.com/members/Beeline/Beeline+Designs" class="portlink">PD 14</a>
  507. </div> </div>
  508.  
  509. <div class="overlay">
  510. <div class="innerbox" id="Header"></div>
  511.  
  512. <div class="innerbox" id="about"><h1>Chimichangas</h1>
  513. <img src="http://i.imgur.com/2GHN99x.jpg" class="floatLeft" />
  514. <p>I'm assuming this is your "about me" section. So that information here!</p></div>
  515.  
  516.  
  517. <div class="innerbox" id="Friends"><h1>Friends</h1>
  518. <div align="center">
  519. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /></a>
  520.  
  521. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
  522.  
  523. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
  524.  
  525. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
  526.  
  527. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
  528.  
  529. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /></a>
  530.  
  531. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /></a>
  532.  
  533. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
  534.  
  535. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
  536.  
  537. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
  538.  
  539. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
  540.  
  541. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /></a>
  542.  
  543. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /></a>
  544.  
  545. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
  546.  
  547. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
  548.  
  549. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
  550.  
  551. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
  552.  
  553. <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /></a></div></div>
  554.  
  555. <div class="innerbox" id="Hideouts"><h1>Hideouts</h1>
  556. Put mini banners for cults here. (:</div>
  557.  
  558.  
  559. <div class="innerbox" id="Earcandy"><h1>Ear Candy</h1></div>
  560.  
  561.  
  562.  
  563. <div class="innerbox" id="likes"><h1>Likes</h1></div>
  564.  
  565.  
  566. <div class="innerbox" id="dislikes"><h1>Dislikes</h1></div>
  567.  
  568. </div>
Advertisement
Add Comment
Please, Sign In to add comment