Beeline

DeadGallery

Nov 22nd, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.32 KB | None | 0 0
  1. <style>
  2.  
  3.  
  4.  
  5. .ui-widget {display: none;}
  6.  
  7. .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; }
  8.  
  9. .main {
  10. top: 400px;
  11. margin:5px;
  12. background-color: #181818;
  13. border-radius: 20px;
  14. width: 250px;
  15. height: 100px;
  16. border: ridge 2px #6BF51B;
  17. position: absolute;
  18.  
  19.  
  20. }
  21.  
  22. body, html{
  23. background-color: #3F2B44;
  24. background-image: url('http://i.imgur.com/69QK7nq.gif');
  25. background-position: top center;
  26. background-repeat: no-repeat;
  27. background-attachment: fixed;
  28.  
  29. }
  30.  
  31.  
  32. body, div, table {
  33. font-family: trebuchet MS;
  34. font-size: 12px;
  35. line-height: 11px;
  36. color: #6bf51b;
  37. text-shadow: -2px 4px 5px rgba(46, 28, 28, 0.25);
  38.  
  39. }
  40.  
  41.  
  42. b {
  43. text-transform: uppercase;
  44. font-family: trebuchet MS;
  45. color: #2B80AD;
  46. font-size: 11px;
  47. letter-spacing: 1px;
  48. text-shadow: -2px 4px 5px rgba(46, 28, 28, 0.25);
  49. }
  50.  
  51. i {
  52. text-transform: none;
  53. font-family: georgia;
  54. color: #6BF51B;
  55. font-size: 11px;
  56. letter-spacing: 1px;
  57. }
  58.  
  59. s {
  60. text-transform: none;
  61. font-family: trebuchet MS;
  62. color: #2BAD82;
  63. font-size: 11px;
  64. letter-spacing: 1px;
  65. }
  66.  
  67. u {
  68. border-bottom: 1px solid #2BAD82;
  69. text-transform: none;
  70. font-family: georgia;
  71. font-size: 11px;
  72. letter-spacing: 1px;
  73. }
  74.  
  75.  
  76. a:link, .menu2, .menu2 a:link {
  77. color: #6BF51B;
  78. font-size: 9pt;
  79. font-family : trebuchet ms;
  80. text-transform: none;
  81. text-decoration: none;
  82. -webkit-transition: all 0.5s ease-out;
  83. -moz-transition: all 0.5s ease-out;
  84. }
  85.  
  86. a:visited, .menu2 a:visited {
  87. color: #2BAD82;
  88. text-transform: none;
  89. font-family : trebuchet ms;
  90. text-transform: none;
  91. text-decoration: none;
  92. }
  93.  
  94. a:hover, .menu, .menu a:link, .menu a:visited {
  95. color: #2B80AD;
  96. text-decoration: none;
  97. font-family : trebuchet ms;
  98. text-transform: none;
  99. background: transparent;
  100. -webkit-transition: all 0.5s ease-out;
  101. -moz-transition: all 0.5s ease-out;
  102. }
  103.  
  104. h1{ color:white;
  105. position: relative;
  106. font-family: trebuchet m;
  107. font-size:24px;
  108. text-align:center;
  109. line-height:20px;
  110. letter-spacing:-2px;
  111. padding:0px;
  112. width: absolute;
  113. padding-right: 5px;
  114. margin:0px;
  115. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6BF51B), color-stop(1, #3F2B44));
  116. border:ridge 2px #2BAD82;
  117. }
  118.  
  119. small {
  120. color: #6bf51b;
  121. font-family: trebuchet ms;
  122. font-size: 10px;
  123. text-transform: uppercase;
  124. }
  125.  
  126. body {
  127. position: absolute;
  128. top: 100px;
  129. left: 0;
  130. bottom: 0;
  131. width: 500px;
  132. left: 200px;
  133. overflow-y: scroll;
  134. overflow-x: hidden;
  135. }
  136.  
  137. ::-webkit-scrollbar {
  138. width: 5px;
  139. height: 10px;
  140. }
  141.  
  142. ::-webkit-scrollbar-button:start:decrement,
  143. ::-webkit-scrollbar-button:end:increment {
  144. height: 0px;
  145. display: block;
  146. background-color: transparent;
  147. }
  148.  
  149. ::-webkit-scrollbar-track-piece {
  150. border-top: 3px solid #3F2B44;
  151. background-color: #3F2B44;
  152. -webkit-border-radius: 0px;
  153. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  154. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  155. background-image:
  156. -moz-linear-gradient(#6BF51B, transparent),
  157. -moz-linear-gradient(#6BF51B, transparent);
  158. background-image:
  159. -o-linear-gradient(#6BF51B, transparent),
  160. -o-linear-gradient(#6BF51B, transparent);
  161. background-image:
  162. linear-gradient(#6BF51B, transparent),
  163. linear-gradient(#6BF51B, transparent);
  164. -moz-background-size: 3px 100%;
  165. background-size: 3px 100%;
  166. background-position: 0 0, 100% 0;
  167. background-repeat: no-repeat;
  168. }
  169.  
  170. ::-webkit-scrollbar-thumb:vertical {
  171. height: 50px;
  172. background-color: #6BF51B;
  173. border-color: #2BAD82;
  174. -webkit-border-radius: 2px;
  175. }
  176.  
  177.  
  178. .forum_comment {
  179. font-size: 8px;
  180. line-height: 8px;
  181. text-transform: uppercase;
  182. color: #6bf51b;
  183. background: #413b36;
  184. font-family: trebuchet MS;
  185. text-align: center;
  186. font-weight: lighter;
  187. line-height: 10px;
  188. letter-spacing: 5px;
  189. font-style: none;
  190. border: none;
  191. border-top: 3px solid #2BAD82;
  192. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  193. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  194. background-image:
  195. -moz-linear-gradient(#6BF51B, transparent),
  196. -moz-linear-gradient(#6BF51B, transparent);
  197. background-image:
  198. -o-linear-gradient(#6BF51B, transparent),
  199. -o-linear-gradient(#6BF51B, transparent);
  200. background-image:
  201. linear-gradient(#6BF51B, transparent),
  202. linear-gradient(#6BF51B, transparent);
  203. -moz-background-size: 3px 100%;
  204. background-size: 3px 100%;
  205. background-position: 0 0, 100% 0;
  206. background-repeat: no-repeat;
  207. }
  208.  
  209. a:link img, a:visited img {
  210. filter: alpha(opacity=100)
  211. -moz-opacity:100;
  212. opacity: 100;
  213. -webkit-border-radius: 0px;
  214. -moz-border-radius: 0px;
  215. -webkit-transition: all 0.5s ease-out;
  216. -moz-transition: all 0.5s ease-out;
  217. }
  218.  
  219. a:hover img {
  220. filter: alpha(opacity=70)
  221. -moz-opacity:.70;
  222. opacity: .70;
  223. -webkit-border-radius: 0px;
  224. -moz-border-radius: 0px;
  225. -webkit-transition: all 0.5s ease-out;
  226. -moz-transition: all 0.5s ease-out;
  227. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  228. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  229. background-image:
  230. -moz-linear-gradient(#6BF51B, transparent),
  231. -moz-linear-gradient(#6BF51B, transparent);
  232. background-image:
  233. -o-linear-gradient(#6BF51B, transparent),
  234. -o-linear-gradient(#6BF51B, transparent);
  235. background-image:
  236. linear-gradient(#6BF51B, transparent),
  237. linear-gradient(#6BF51B, transparent);
  238. -moz-background-size: 3px 100%;
  239. background-size: 3px 100%;
  240. background-position: 0 0, 100% 0;
  241. background-repeat: no-repeat;
  242. }
  243.  
  244. a.navlink:link, a.navlink:visited, .navlink:active {
  245. display: inline-table;
  246. font: 8px Small Fonts;
  247. text-transform: uppercase;
  248. color: #6BF51B;
  249. background: #25C388;
  250. text-align: center;
  251. border-radius: 3px;
  252. border-right: 2px solid #823756;
  253. border-left: 4px solid #823756;
  254. padding: 2px;
  255. margin: 2px;
  256. -webkit-transition: all 0.8s ease-out;
  257. -moz-transition: all 0.8s ease-out;
  258. }
  259.  
  260. a.navlink:hover {
  261. display: block;
  262. font: 8px sans;
  263. text-transform: uppercase;
  264. color: #484274;
  265. background: #823756;
  266. text-align: center;
  267. border-radius: 3px;
  268. border-right: 4px solid #25C388;
  269. border-left: 6px solid #25C388;
  270. padding: 2px;
  271. margin: 2px;
  272. -webkit-transition: all 0.8s ease-out;
  273. -moz-transition: all 0.8s ease-out;
  274. }
  275.  
  276. textarea {
  277. width: 70%;
  278. background: #1c1b22;
  279. border: none;
  280. text-align: center;
  281. height: 100px;
  282. border-top: 3px solid #2BAD82;
  283. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  284. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  285. background-image:
  286. -moz-linear-gradient(#6BF51B, transparent),
  287. -moz-linear-gradient(#6BF51B, transparent);
  288. background-image:
  289. -o-linear-gradient(#6BF51B, transparent),
  290. -o-linear-gradient(#6BF51B, transparent);
  291. background-image:
  292. linear-gradient(#6BF51B, transparent),
  293. linear-gradient(#6BF51B, transparent);
  294. -moz-background-size: 3px 100%;
  295. background-size: 3px 100%;
  296. background-position: 0 0, 100% 0;
  297. background-repeat: no-repeat;
  298. }
  299.  
  300. .entrytable {
  301. background: #6D898A;
  302. background: url('http://i.imgur.com/j9aZgye.png');
  303. text-align: center;
  304. border: none;
  305. width: 400px;
  306. border-top: 3px solid #2BAD82;
  307. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  308. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  309. background-image:
  310. -moz-linear-gradient(#6BF51B, transparent),
  311. -moz-linear-gradient(#6BF51B, transparent);
  312. background-image:
  313. -o-linear-gradient(#6BF51B, transparent),
  314. -o-linear-gradient(#6BF51B, transparent);
  315. background-image:
  316. linear-gradient(#6BF51B, transparent),
  317. linear-gradient(#6BF51B, transparent);
  318. -moz-background-size: 3px 100%;
  319. background-size: 3px 100%;
  320. background-position: 0 0, 100% 0;
  321. background-repeat: no-repeat;
  322. }
  323.  
  324. .entrytable td {
  325. border: none;
  326. }
  327.  
  328. .comment_table {
  329. background:#181818;
  330. text-align: center;
  331. border: none;
  332. width: 400px;
  333. border-top: 3px solid #2BAD82;
  334. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  335. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  336. background-image:
  337. -moz-linear-gradient(#6BF51B, transparent),
  338. -moz-linear-gradient(#6BF51B, transparent);
  339. background-image:
  340. -o-linear-gradient(#6BF51B, transparent),
  341. -o-linear-gradient(#6BF51B, transparent);
  342. background-image:
  343. linear-gradient(#6BF51B, transparent),
  344. linear-gradient(#6BF51B, transparent);
  345. -moz-background-size: 3px 100%;
  346. background-size: 3px 100%;
  347. background-position: 0 0, 100% 0;
  348. background-repeat: no-repeat;
  349. }
  350.  
  351. .comment_table td {
  352. border: none;
  353. }
  354.  
  355. .commentform {
  356. background: #211e3e;
  357. text-align: center;
  358. border: none;
  359. width: 700px;
  360. border-top: 3px solid #2BAD82;
  361. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  362. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  363. background-image:
  364. -moz-linear-gradient(#6BF51B, transparent),
  365. -moz-linear-gradient(#6BF51B, transparent);
  366. background-image:
  367. -o-linear-gradient(#6BF51B, transparent),
  368. -o-linear-gradient(#6BF51B, transparent);
  369. background-image:
  370. linear-gradient(#6BF51B, transparent),
  371. linear-gradient(#6BF51B, transparent);
  372. -moz-background-size: 3px 100%;
  373. background-size: 3px 100%;
  374. background-position: 0 0, 100% 0;
  375. background-repeat: no-repeat;
  376. }
  377.  
  378. .commentform td {
  379. border: none;
  380. }
  381.  
  382. #last_comment {
  383. background: #211e3e;
  384. text-align: center;
  385. border: none;
  386. width: 700px;
  387. border-top: 3px solid #2BAD82;
  388. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  389. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  390. background-image:
  391. -moz-linear-gradient(#6BF51B, transparent),
  392. -moz-linear-gradient(#6BF51B, transparent);
  393. background-image:
  394. -o-linear-gradient(#6BF51B, transparent),
  395. -o-linear-gradient(#6BF51B, transparent);
  396. background-image:
  397. linear-gradient(#6BF51B, transparent),
  398. linear-gradient(#6BF51B, transparent);
  399. -moz-background-size: 3px 100%;
  400. background-size: 3px 100%;
  401. background-position: 0 0, 100% 0;
  402. background-repeat: no-repeat;
  403. }
  404.  
  405. #last_comment td {
  406. border: none;
  407. }
  408.  
  409. .darkbox td {
  410. border: none;
  411. }
  412.  
  413. #ajaxpane {
  414. border: none
  415. }
  416.  
  417. #ajaxpane td {
  418. border: none;
  419. }
  420.  
  421. .ajaxtooltip {
  422. border: none;
  423. background: transparent;
  424. }
  425.  
  426. </style>
  427.  
  428. <center>
  429.  
  430. <style>
  431.  
  432. .folder_node {
  433. width: 98px;
  434. height: 98px;
  435. background-image: url("http://i.imgur.com/TvMrUKQ.png");
  436. background-repeat: no-repeat;
  437. display: inline-block;
  438. opacity: 100;
  439. transition: all 1s ease-out;
  440. -o-transition: all 1s ease-out;
  441. -webkit-transition: all 1s ease-out;
  442. -moz-transition: all 1s ease-out;
  443. }
  444. .folder_node:hover {
  445. opacity: .70;
  446. transition: all 1s ease-out;
  447. -o-transition: all 1s ease-out;
  448. -webkit-transition: all 1s ease-out;
  449. -moz-transition: all 1s ease-out;
  450. }
  451.  
  452. .folder_thumbnail {
  453. display: none;
  454. }
  455.  
  456. .gallery_node img {
  457. align: center;
  458. width: 80px;
  459. height: 80px;
  460. border: 4px solid #25C388;
  461. transition: all 1s ease-out;
  462. -o-transition: all 1s ease-out;
  463. -webkit-transition: all 1s ease-out;
  464. -moz-transition: all 1s ease-out;
  465. border-top: 3px solid #2BAD82;
  466. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  467. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  468. background-image:
  469. -moz-linear-gradient(#6BF51B, transparent),
  470. -moz-linear-gradient(#6BF51B, transparent);
  471. background-image:
  472. -o-linear-gradient(#6BF51B, transparent),
  473. -o-linear-gradient(#6BF51B, transparent);
  474. background-image:
  475. linear-gradient(#6BF51B, transparent),
  476. linear-gradient(#6BF51B, transparent);
  477. -moz-background-size: 3px 100%;
  478. background-size: 3px 100%;
  479. background-position: 0 0, 100% 0;
  480. background-repeat: no-repeat;
  481. }
  482. .gallery_node img:hover {
  483. border: 4px solid #25C388;
  484. transition: all 1s ease-out;
  485. -o-transition: all 1s ease-out;
  486. -webkit-transition: all 1s ease-out;
  487. -moz-transition: all 1s ease-out;
  488. border-top: 3px solid #2BAD82;
  489. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  490. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  491. background-image:
  492. -moz-linear-gradient(#6BF51B, transparent),
  493. -moz-linear-gradient(#6BF51B, transparent);
  494. background-image:
  495. -o-linear-gradient(#6BF51B, transparent),
  496. -o-linear-gradient(#6BF51B, transparent);
  497. background-image:
  498. linear-gradient(#6BF51B, transparent),
  499. linear-gradient(#6BF51B, transparent);
  500. -moz-background-size: 3px 100%;
  501. background-size: 3px 100%;
  502. background-position: 0 0, 100% 0;
  503. background-repeat: no-repeat;
  504. }
  505.  
  506. #vf_pic {
  507. width: 400px;
  508. border: 4px solid #25C388;
  509. transition: all 1s ease-out;
  510. -o-transition: all 1s ease-out;
  511. -webkit-transition: all 1s ease-out;
  512. -moz-transition: all 1s ease-out;
  513. border-top: 3px solid #2BAD82;
  514. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  515. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  516. background-image:
  517. -moz-linear-gradient(#6BF51B, transparent),
  518. -moz-linear-gradient(#6BF51B, transparent);
  519. background-image:
  520. -o-linear-gradient(#6BF51B, transparent),
  521. -o-linear-gradient(#6BF51B, transparent);
  522. background-image:
  523. linear-gradient(#6BF51B, transparent),
  524. linear-gradient(#6BF51B, transparent);
  525. -moz-background-size: 3px 100%;
  526. background-size: 3px 100%;
  527. background-position: 0 0, 100% 0;
  528. background-repeat: no-repeat;
  529. }
  530. #vf_pic:hover {
  531. border: 4px solid #25C388;
  532. transition: all 1s ease-out;
  533. -o-transition: all 1s ease-out;
  534. -webkit-transition: all 1s ease-out;
  535. -moz-transition: all 1s ease-out;
  536. border-top: 3px solid #2BAD82;
  537. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  538. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  539. background-image:
  540. -moz-linear-gradient(#6BF51B, transparent),
  541. -moz-linear-gradient(#6BF51B, transparent);
  542. background-image:
  543. -o-linear-gradient(#6BF51B, transparent),
  544. -o-linear-gradient(#6BF51B, transparent);
  545. background-image:
  546. linear-gradient(#6BF51B, transparent),
  547. linear-gradient(#6BF51B, transparent);
  548. -moz-background-size: 3px 100%;
  549. background-size: 3px 100%;
  550. background-position: 0 0, 100% 0;
  551. background-repeat: no-repeat;
  552. }
  553.  
  554. select {
  555. background: #332a3f;
  556. font-size: 10px;
  557. text-transform: uppercase;
  558. color: #6bf51b;
  559. border: none;
  560. border:ridge 2px #25C388;
  561. -moz-border-radius: 3px;
  562. -webkit-border-radius: 3px;
  563. border-radius: 3px;
  564. -moz-box-shadow: 0px 7px 23px #000000;
  565. -webkit-box-shadow: 0px 7px 23px #000000;
  566. }
  567.  
  568. input {
  569. background: #332a3f;
  570. font-size: 10px;
  571. text-transform: uppercase;
  572. color: #25C388;
  573. border: none;
  574. border-top: 3px solid #2BAD82;
  575. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
  576. background-image: -webkit-linear-gradient(#6BF51B, transparent);
  577. background-image:
  578. -moz-linear-gradient(#6BF51B, transparent),
  579. -moz-linear-gradient(#6BF51B, transparent);
  580. background-image:
  581. -o-linear-gradient(#6BF51B, transparent),
  582. -o-linear-gradient(#6BF51B, transparent);
  583. background-image:
  584. linear-gradient(#6BF51B, transparent),
  585. linear-gradient(#6BF51B, transparent);
  586. -moz-background-size: 3px 100%;
  587. background-size: 3px 100%;
  588. background-position: 0 0, 100% 0;
  589. background-repeat: no-repeat;
  590.  
  591. }
  592.  
  593. #status_submit_button {background-image: none; }
  594.  
  595. .portlink:link, .portlink:visited, .portlink:active{
  596. color: white;
  597. font-family: trebuchet ms;
  598. font-size: 10px;
  599. text-transform: uppercase;
  600. font-weight: lighter;
  601. border-right: 3px solid #007F9F;
  602. border-left: 3px solid #007F9F;
  603. line-height: 22px;
  604. text-align: center;
  605. padding:0px;
  606. margin:5px;
  607. background: #25C388;
  608. width:100px;
  609. height:25px;
  610. -webkit-transition: all 0.5s ease-out;
  611. -moz-transition: all 0.5s ease-out;
  612. display:inline-block;
  613. border:ridge 2px #823756;
  614. -moz-border-radius: 3px;
  615. -webkit-border-radius: 3px;
  616. border-radius: 3px;
  617. -moz-box-shadow: 0px 7px 23px #000000;
  618. -webkit-box-shadow: 0px 7px 23px #000000;
  619. }
  620. .portlink:hover{
  621. color: #fff;
  622. background-color: #823756;
  623. -webkit-border-radius: 8px;
  624. -moz-border-radius: 8px;
  625. border-radius: 8px;
  626. -webkit-transition: all 0.8s ease-out;
  627. -moz-transition: all 0.8s ease-out;
  628. }
  629.  
  630.  
  631. #navi {
  632. margin: 0px;
  633. position: fixed;
  634. top: 0px;
  635. left: 0px;
  636. height: 50px;
  637. width: 100%;
  638. border:ridge 2px #823756;
  639. -moz-border-radius: 3px;
  640. -webkit-border-radius: 3px;
  641. border-radius: 3px;
  642. -moz-box-shadow: 0px 7px 23px #000000;
  643. -webkit-box-shadow: 0px 7px 23px #000000;
  644. z-index: 100;
  645. -moz-border-radius: 3px;
  646. -webkit-border-radius: 3px;
  647. border-radius: 3px;
  648. -moz-box-shadow: 0px 7px 23px #000000;
  649. -webkit-box-shadow: 0px 7px 23px #000000;
  650. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3F2B44), color-stop(1, #6BF51B));
  651. border: ridge 2px #3F2B44;
  652. }
  653. div.menu5
  654. {
  655. width:750px;
  656. margin:0 auto;
  657. text-align:center;
  658. background:;
  659. border:px solid black;
  660. font-size:0;
  661. padding:0px;
  662. }
  663.  
  664. div.menu5 a
  665. {
  666. display: inline-block;
  667. padding: 3 4px;
  668. background:#25C388;
  669. border:1px solid #282c2d;
  670. color:#C4B09C;
  671. text-decoration:none;
  672. font: bold 12px Arial;
  673. line-height: 20px;
  674. margin-right:1px;
  675. }
  676.  
  677. div.menu5 a:hover, div.menu5 a.current
  678. {
  679. background:#823756;
  680. color:#E6D4C3;
  681. }
  682. </style>
  683.  
  684. <div id="navi">
  685. <div class="menu5">
  686.  
  687. <a href="http://vampirefreaks.com/profiles/home.php" class="portlink">VF Home</a>
  688. <a href="/-Trickster-" class="portlink">My Profile</a>
  689. <a href="/gallery/-Trickster-" class="portlink">Refresh</a>
  690. <a href="http://vampirefreaks.com/pics_edit_header.php" class="portlink">Edit Gallery</a>
  691. <a href="/journal/-Trickster-" class="portlink">Jottings</a>
  692. <a href="http://vampirefreaks.com/members/Beeline/Beeline+Designs" class="portlink">PD 14</a>
  693.  
  694. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment