Advertisement
Guest User

Untitled

a guest
May 24th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.27 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <title>{Title}</title>
  4.  
  5.  
  6. <script type="text/javascript"
  7. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8. <script>
  9. $(document).ready(function() {
  10. $('a.poplight[href^=#]').click(function() {
  11. var popID = $(this).attr('rel'); //Get Popup Name
  12. var popURL = $(this).attr('href'); //Get Popup href to define size
  13. var query= popURL.split('?');
  14. var dim= query[1].split('&');
  15. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  16. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  17. var popMargTop = ($('#' + popID).height() + 80) / 2;
  18. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  19. //Apply Margin to Popup
  20. $('#' + popID).css({
  21. 'margin-top' : -popMargTop,
  22. 'margin-left' : -popMargLeft
  23. });
  24. $('body').append('<div id="fade"></div>');
  25. $('#fade').css({'filter' : 'alpha(opacity=100)'}).fadeIn(); //Fade bin the fade layer - .css({'filter' : 'alpha(opacity=100)'})
  26. return false;
  27. });
  28. $('a.close, #fade').live('click', function() {
  29. $('#fade , .popup_block').fadeOut(function() {
  30. $('#fade, a.close').remove(); //fade them both out
  31. });
  32. return false;
  33. });
  34. });
  35. </script>
  36. <link rel="shortcut icon" href="{favicon}"/>
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38.  
  39. <!--
  40. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  41. THIS THEME WAS PERSONALLY CODED FOR RAVUSNIGHTBLOSSOM !!
  42. Coded By: Ley @ETERNALWORKS.
  43. theme shall not be redistributed. credits may not be removed.
  44. please do not remove credit links.
  45. ( thank you for your ongoing support & commission !! )
  46. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  47. -->
  48.  
  49. <link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
  50.  
  51. <link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet">
  52.  
  53. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
  54.  
  55. <script language="javascript" src="https://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/javascript"></script>
  56.  
  57. <link href="https://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet">
  58.  
  59. <link href="https://fonts.googleapis.com/css?family=Lobster|Lobster+Two" rel="stylesheet">
  60.  
  61. <link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
  62.  
  63. <link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC" rel="stylesheet">
  64.  
  65. <link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
  66.  
  67. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  68.  
  69. <link href="https://fonts.googleapis.com/css?family=Abel" rel="stylesheet">
  70.  
  71. <link href="https://fonts.googleapis.com/css?family=Francois+One" rel="stylesheet">
  72.  
  73. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  74.  
  75. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
  76.  
  77. <link href="https://fonts.googleapis.com/css?family=Coda+Caption:800" rel="stylesheet">
  78.  
  79. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
  80.  
  81. <link href="https://fonts.googleapis.com/css?family=Allan" rel="stylesheet">
  82.  
  83. <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
  84.  
  85. <link href="https://fonts.googleapis.com/css?family=Cookie|Playfair+Display" rel="stylesheet">
  86.  
  87. <link href="https://fonts.googleapis.com/css?family=Lobster+Two|Rajdhani|Walter+Turncoat" rel="stylesheet">
  88.  
  89.  
  90. <link href="https://fonts.googleapis.com/css?family=Libre+Baskerville" rel="stylesheet">
  91. <link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed|IBM+Plex+Serif:300i|Old+Standard+TT|Playfair+Display|Roboto+Condensed" rel="stylesheet">
  92.  
  93.  
  94. <style>
  95. div#qTip {
  96. padding: 3px;
  97. display: none;
  98. text-align: center;
  99. position: absolute;
  100. font-size:7px;
  101. margin-left:10px;
  102. margin-top:-2px;
  103. line-height:9px;
  104. font-family:arial;
  105. z-index: 1000;
  106. border: 1px solid #cacaca;
  107. background-color:#fff;
  108. color: #9b9b9b;
  109. text-transform:uppercase;
  110. letter-spacing: 2px;
  111. }
  112. </style>
  113.  
  114.  
  115.  
  116.  
  117. <style type="text/css">
  118.  
  119.  
  120. .popup_block{
  121. display:none;
  122. background: url('');
  123. padding:20px;
  124. float:left;
  125. opacity: 100;
  126.  
  127. position:fixed;
  128. top:50%;left:50%;
  129. z-index: 99999;
  130. }
  131.  
  132. *html #fade {position: absolute;}
  133. *html .popup_block {position: absolute;}
  134. #fade {
  135. display:none;
  136. position:fixed;
  137. left:0px;
  138. top:0px;
  139. width:100%;
  140. height:100%;
  141. z-index:9999;
  142. background:#000; /* change to #fff for solid white */
  143. opacity:0.5; /* change to opacity:1; */
  144.  
  145. }
  146.  
  147.  
  148. iframe#tumblr_controls {
  149. white-space:nowrap;
  150. -webkit-filter: invert(100%);
  151. -moz-filter: invert(100%);
  152. -o-filter: invert(100%);
  153. -ms-filter: invert(100%);
  154. filter: invert(100%);
  155. opacity:.2;transition: .8s ease-in-out;
  156. -webkit-transition: .8s ease-in-out;
  157. -moz-transition: .8s ease-in-out;
  158. -o-transition: .8s ease-in-out;
  159. }
  160.  
  161. /*----- IMP -----*/
  162.  
  163. .popup_block{
  164. display:none;
  165. background: url('');
  166. padding:20px;
  167. float:left;
  168.  
  169. position:fixed;
  170. top:50%;left:50%;
  171. z-index: 99999;
  172. }
  173.  
  174. *html #fade {position: absolute;}
  175. *html .popup_block {position: absolute;}
  176. #fade {
  177. display:none;
  178. position:fixed;
  179. left:0px;
  180. top:0px;
  181. width:100%;
  182. height:100%;
  183. z-index:9999;
  184. background:#000; /* change to #fff for solid white */
  185. opacity:0.5; /* change to opacity:1; */
  186.  
  187. }
  188.  
  189.  
  190.  
  191. /*----- SCROLL BAR -----*/
  192.  
  193. ::-webkit-scrollbar-thumb {
  194. height: 12px;
  195. border: 1px solid #ece7e7;
  196. background: url('') #;
  197. background-color: #fff;
  198. }
  199. ::-webkit-scrollbar {
  200. width: 8px;
  201. height: 7px;
  202. border-left: 5px solid #fff;
  203. border-right: 5px solid #fff;
  204. border-top: 2px solid #fff;
  205. border-bottom: 2px solid #fff;
  206. background: #fff;
  207. }
  208.  
  209. /*----- MAIN CONTENT -----*/
  210.  
  211. body {
  212. background: url('https://i.imgur.com/ozdnx6Q.png') #e7e4e3;
  213. background-position: top-left;
  214. background-repeat: no-repeat;
  215. background-attachment: absolute;
  216. margin:0px;
  217. color: #67675b;
  218. letter-spacing: 0px;
  219. font-family: times;
  220. font-size:13px;
  221. line-height:100%;
  222. height: 840px;
  223. overflow-x: hidden;
  224.  
  225.  
  226. }
  227.  
  228. body, a, a:hover { cursor:url( https://66.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_p7nrx1hoRW1r1shc4_1280.png ), auto; }
  229.  
  230. /*----- TEXT DETAILS -----*/
  231.  
  232. b,strong {
  233. color: #acbaba;
  234. text-transform:uppercase;
  235. font-family: times;
  236. letter-spacing: 1px;
  237. font-size:12px;}
  238.  
  239.  
  240. i,em {
  241. color:#000;
  242. font-family: times;
  243. text-transform: none;
  244. font-size:12px;}
  245.  
  246.  
  247. h1 {
  248. font-weight:normal;
  249. font-size:15px;
  250. font-family: 'Playfair Display', serif;
  251. text-align:center;
  252. text-transform:uppercase;
  253. font-style:bold;
  254. line-height:100%;
  255. letter-spacing:2px;
  256. color:#000;
  257.  
  258.  
  259. }
  260.  
  261. a {
  262. text-decoration:none;
  263. outline:none;
  264. -moz-outline-style:none;
  265. color:#b6cfd8;
  266. -moz-transition-duration:0.5s;
  267. -webkit-transition-duration:0.5s;
  268. -o-transition-duration:0.5s;
  269. }
  270.  
  271. a:hover {
  272. text-decoration:none;
  273. outline:none;
  274. -moz-outline-style:none;
  275. color:#b6cfd8;
  276. }
  277.  
  278. /*----- REBLOG -----*/
  279.  
  280.  
  281.  
  282. blockquote {
  283. padding-left:5px;
  284. border: 1px solid #e1ddc3;
  285. text-align:justify;
  286. border-radius: 0px;
  287. margin:7px;
  288. background-color: #e7e5d2;
  289. padding:5px;
  290. }
  291.  
  292.  
  293. /*----- SIDE CONTENT-----*/
  294.  
  295. #sidebar {
  296. color: #777;
  297. position:absolute;
  298. width:100px;
  299. height:auto;
  300. margin-top:-170px;
  301. margin-left:465px;
  302. text-align:left;
  303. }
  304.  
  305.  
  306. #navi {
  307. background-color: #;
  308. position:absolute;
  309. width:100px;
  310. font-family: 'VT323', monospace;
  311. text-transform: uppercase;
  312. margin-top:35px;
  313. margin-left: 417px;
  314. text-align:center;
  315. font-size:8px;
  316. color: #000;
  317. letter-spacing:1px;
  318. line-height:130%;
  319. -moz-transition-duration:1s;
  320. -webkit-transition-duration:1s;
  321. -o-transition-duration:1s;
  322. }
  323.  
  324. #navi a {
  325. color: #000;
  326. font-size:10px;
  327. letter-spacing:5px;
  328.  
  329. }
  330.  
  331.  
  332. #navi a:hover {
  333. color:#000;
  334. letter-spacing:3px;
  335. font-size: 12px;
  336. text-shadow:0px 0px #000;
  337. }
  338.  
  339.  
  340.  
  341. #verse01 {
  342. background-color: #ffffff;
  343. border: 1px solid #cacaca;
  344. padding:6px;
  345. position:absolute;
  346. width:123px;
  347. font-family: times;
  348. text-transform: NONE;
  349. margin-top:230px;
  350. margin-left: 170px;
  351. text-align:justify;
  352. font-size:9px;
  353. color: #67675b;
  354. letter-spacing: 1px;
  355. overflow-y:hidden;
  356. overflow-x:hidden;
  357. letter-spacing:0px;
  358. line-height:100%;
  359. -moz-transition-duration:1s;
  360. -webkit-transition-duration:1s;
  361. -o-transition-duration:1s;
  362. }
  363.  
  364. #verse01 a {
  365. font-family: 'Old Standard5 TT', serif;
  366. font-size:9px;
  367. color: #787878;
  368. text-transform:uppercase;
  369. letter-spacing:1px;
  370. }
  371.  
  372. #verse01 a:hover {
  373. color:#ffffff;
  374. }
  375.  
  376.  
  377. #verse02 {
  378. background-color: #ffffff;
  379. border: 1px solid #cacaca;
  380. padding:6px;
  381. position:absolute;
  382. width:123px;
  383. font-family: times;
  384. text-transform: NONE;
  385. margin-top:60px;
  386. margin-left: 792px;
  387. text-align:justify;
  388. font-size:9px;
  389. color: #67675b;
  390. letter-spacing: 1px;
  391. overflow-y:hidden;
  392. overflow-x:hidden;
  393. letter-spacing:0px;
  394. line-height:100%;
  395. -moz-transition-duration:1s;
  396. -webkit-transition-duration:1s;
  397. -o-transition-duration:1s;
  398. }
  399.  
  400.  
  401. #verse02 a {
  402. font-family: 'Old Standard5 TT', serif;
  403. font-size:9px;
  404. color: #787878;
  405. text-transform:uppercase;
  406. letter-spacing:1px;
  407. }
  408.  
  409. #verse02 a:hover {
  410. color:#ffffff;
  411. }
  412.  
  413. #verse03 {
  414. background-color: #ffffff;
  415. border: 1px solid #cacaca;
  416. padding:6px;
  417. position:absolute;
  418. width:123px;
  419. font-family: times;
  420. text-transform: NONE;
  421. margin-top:60px;
  422. margin-left: 950px;
  423. text-align:justify;
  424. font-size:9px;
  425. color: #67675b;
  426. letter-spacing: 1px;
  427. overflow-y:hidden;
  428. overflow-x:hidden;
  429. letter-spacing:0px;
  430. line-height:100%;
  431. -moz-transition-duration:1s;
  432. -webkit-transition-duration:1s;
  433. -o-transition-duration:1s;
  434. }
  435.  
  436.  
  437. #verse03 a {
  438. font-family: 'Old Standard5 TT', serif;
  439. font-size:9px;
  440. color: #787878;
  441. text-transform:uppercase;
  442. letter-spacing:1px;
  443. }
  444.  
  445. #verse03 a:hover {
  446. color:#ffffff;
  447. }
  448.  
  449. #verse04 {
  450. background-color: #ffffff;
  451. border: 1px solid #cacaca;
  452. padding:6px;
  453. position:absolute;
  454. width:123px;
  455. font-family: times;
  456. text-transform: NONE;
  457. margin-top:60px;
  458. margin-left: 1104px;
  459. text-align:justify;
  460. font-size:9px;
  461. color: #67675b;
  462. letter-spacing: 1px;
  463. overflow-y:hidden;
  464. overflow-x:hidden;
  465. letter-spacing:0px;
  466. line-height:100%;
  467. -moz-transition-duration:1s;
  468. -webkit-transition-duration:1s;
  469. -o-transition-duration:1s;
  470. }
  471.  
  472. #verse04 a {
  473. font-family: 'Old Standard5 TT', serif;
  474. font-size:9px;
  475. color: #787878;
  476. text-transform:uppercase;
  477. letter-spacing:1px;
  478. }
  479.  
  480. #verse04 a:hover {
  481. color:#ffffff;
  482. }
  483.  
  484.  
  485. #verse05 {
  486. background-color: #ffffff;
  487. border: 1px solid #cacaca;
  488. padding:6px;
  489. position:absolute;
  490. width:123px;
  491. font-family: times;
  492. text-transform: NONE;
  493. margin-top:300px;
  494. margin-left: 635px;
  495. text-align:justify;
  496. font-size:9px;
  497. color: #67675b;
  498. letter-spacing: 1px;
  499. overflow-y:hidden;
  500. overflow-x:hidden;
  501. letter-spacing:0px;
  502. line-height:100%;
  503. -moz-transition-duration:1s;
  504. -webkit-transition-duration:1s;
  505. -o-transition-duration:1s;
  506. }
  507.  
  508. #verse05 a {
  509. font-family: 'Old Standard5 TT', serif;
  510. font-size:9px;
  511. color: #787878;
  512. text-transform:uppercase;
  513. letter-spacing:1px;
  514. }
  515.  
  516. #verse05 a:hover {
  517. color:#ffffff;
  518. }
  519.  
  520. #verse06 {
  521. background-color: #ffffff;
  522. border: 1px solid #cacaca;
  523. padding:6px;
  524. position:absolute;
  525. width:123px;
  526. font-family: times;
  527. text-transform: NONE;
  528. margin-top:300px;
  529. margin-left: 792px;
  530. text-align:justify;
  531. font-size:9px;
  532. color: #67675b;
  533. letter-spacing: 1px;
  534. overflow-y:hidden;
  535. overflow-x:hidden;
  536. letter-spacing:0px;
  537. line-height:100%;
  538. -moz-transition-duration:1s;
  539. -webkit-transition-duration:1s;
  540. -o-transition-duration:1s;
  541. }
  542.  
  543. #verse06 a {
  544. font-family: 'Old Standard5 TT', serif;
  545. font-size:9px;
  546. color: #787878;
  547. text-transform:uppercase;
  548. letter-spacing:1px;
  549. }
  550.  
  551. #verse06 a:hover {
  552. color:#ffffff;
  553. }
  554.  
  555. #verse07 {
  556. background-color: #ffffff;
  557. border: 1px solid #cacaca;
  558. padding:6px;
  559. position:absolute;
  560. width:123px;
  561. font-family: times;
  562. text-transform: NONE;
  563. margin-top:300px;
  564. margin-left: 949px;
  565. text-align:justify;
  566. font-size:9px;
  567. color: #67675b;
  568. letter-spacing: 1px;
  569. overflow-y:hidden;
  570. overflow-x:hidden;
  571. letter-spacing:0px;
  572. line-height:100%;
  573. -moz-transition-duration:1s;
  574. -webkit-transition-duration:1s;
  575. -o-transition-duration:1s;
  576. }
  577.  
  578. #verse07 a {
  579. font-family: 'Old Standard5 TT', serif;
  580. font-size:9px;
  581. color: #787878;
  582. text-transform:uppercase;
  583. letter-spacing:1px;
  584. }
  585.  
  586. #verse07 a:hover {
  587. color:#ffffff;
  588. }
  589.  
  590.  
  591. #verse08 {
  592. background-color: #ffffff;
  593. border: 1px solid #cacaca;
  594. padding:6px;
  595. position:absolute;
  596. width:123px;
  597. font-family: times;
  598. text-transform: NONE;
  599. margin-top:300px;
  600. margin-left: 1105px;
  601. text-align:justify;
  602. font-size:9px;
  603. color: #67675b;
  604. letter-spacing: 1px;
  605. overflow-y:hidden;
  606. overflow-x:hidden;
  607. letter-spacing:0px;
  608. line-height:100%;
  609. -moz-transition-duration:1s;
  610. -webkit-transition-duration:1s;
  611. -o-transition-duration:1s;
  612. }
  613.  
  614. #verse08 a {
  615. font-family: 'Old Standard5 TT', serif;
  616. font-size:9px;
  617. color: #787878;
  618. text-transform:uppercase;
  619. letter-spacing:1px;
  620. }
  621.  
  622. #verse08 a:hover {
  623. color:#ffffff;
  624. }
  625.  
  626. #verse09 {
  627. background-color: #ffffff;
  628. border: 1px solid #cacaca;
  629. padding:6px;
  630. position:absolute;
  631. width:123px;
  632. font-family: times;
  633. text-transform: NONE;
  634. margin-top:545px;
  635. margin-left: 635px;
  636. text-align:justify;
  637. font-size:9px;
  638. color: #67675b;
  639. letter-spacing: 1px;
  640. overflow-y:hidden;
  641. overflow-x:hidden;
  642. letter-spacing:0px;
  643. line-height:100%;
  644. -moz-transition-duration:1s;
  645. -webkit-transition-duration:1s;
  646. -o-transition-duration:1s;
  647. }
  648.  
  649.  
  650. #verse09 a {
  651. font-family: 'Old Standard5 TT', serif;
  652. font-size:9px;
  653. color: #787878;
  654. text-transform:uppercase;
  655. letter-spacing:1px;
  656. }
  657.  
  658. #verse09 a:hover {
  659. color:#ffffff;
  660. }
  661.  
  662. #verse10 {
  663. background-color: #ffffff;
  664. border: 1px solid #cacaca;
  665. padding:6px;
  666. position:absolute;
  667. width:123px;
  668. font-family: times;
  669. text-transform: NONE;
  670. margin-top:545px;
  671. margin-left: 792px;
  672. text-align:justify;
  673. font-size:9px;
  674. color: #67675b;
  675. letter-spacing: 1px;
  676. overflow-y:hidden;
  677. overflow-x:hidden;
  678. letter-spacing:0px;
  679. line-height:100%;
  680. -moz-transition-duration:1s;
  681. -webkit-transition-duration:1s;
  682. -o-transition-duration:1s;
  683. }
  684.  
  685. #verse10 a {
  686. font-family: 'Old Standard5 TT', serif;
  687. font-size:9px;
  688. color: #787878;
  689. text-transform:uppercase;
  690. letter-spacing:1px;
  691. }
  692.  
  693. #verse10 a:hover {
  694. color:#ffffff;
  695. }
  696.  
  697.  
  698. #verse11 {
  699. background-color: #ffffff;
  700. border: 1px solid #cacaca;
  701. padding:6px;
  702. position:absolute;
  703. width:123px;
  704. font-family: times;
  705. text-transform: NONE;
  706. margin-top:545px;
  707. margin-left: 948px;
  708. text-align:justify;
  709. font-size:9px;
  710. color: #67675b;
  711. letter-spacing: 1px;
  712. overflow-y:hidden;
  713. overflow-x:hidden;
  714. letter-spacing:0px;
  715. line-height:100%;
  716. -moz-transition-duration:1s;
  717. -webkit-transition-duration:1s;
  718. -o-transition-duration:1s;
  719. }
  720.  
  721. #verse11 a {
  722. font-family: 'Old Standard5 TT', serif;
  723. font-size:9px;
  724. color: #787878;
  725. text-transform:uppercase;
  726. letter-spacing:1px;
  727. }
  728.  
  729. #verse11 a:hover {
  730. color:#ffffff;
  731. }
  732.  
  733. #verse12 {
  734. background-color: #ffffff;
  735. border: 1px solid #cacaca;
  736. padding:6px;
  737. position:absolute;
  738. width:123px;
  739. font-family: times;
  740. text-transform: NONE;
  741. margin-top:545px;
  742. margin-left: 1105px;
  743. text-align:justify;
  744. font-size:9px;
  745. color: #67675b;
  746. letter-spacing: 1px;
  747. overflow-y:hidden;
  748. overflow-x:hidden;
  749. letter-spacing:0px;
  750. line-height:100%;
  751. -moz-transition-duration:1s;
  752. -webkit-transition-duration:1s;
  753. -o-transition-duration:1s;
  754. }
  755.  
  756. #verse12 a {
  757. font-family: 'Old Standard5 TT', serif;
  758. font-size:9px;
  759. color: #787878;
  760. text-transform:uppercase;
  761. letter-spacing:1px;
  762. }
  763.  
  764. #verse12 a:hover {
  765. color:#ffffff;
  766. }
  767.  
  768. #verse13 {
  769. background-color: #ffffff;
  770. border: 1px solid #cacaca;
  771. padding:6px;
  772. position:absolute;
  773. width:123px;
  774. font-family: times;
  775. text-transform: NONE;
  776. margin-top:545px;
  777. margin-left: 15px;
  778. text-align:justify;
  779. font-size:9px;
  780. color: #67675b;
  781. letter-spacing: 1px;
  782. overflow-y:hidden;
  783. overflow-x:hidden;
  784. letter-spacing:0px;
  785. line-height:100%;
  786. -moz-transition-duration:1s;
  787. -webkit-transition-duration:1s;
  788. -o-transition-duration:1s;
  789. }
  790.  
  791.  
  792. #verse13 a {
  793. font-family: 'Old Standard5 TT', serif;
  794. font-size:9px;
  795. color: #787878;
  796. text-transform:uppercase;
  797. letter-spacing:1px;
  798. }
  799.  
  800. #verse13 a:hover {
  801. color:#ffffff;
  802. }
  803.  
  804. #verse14 {
  805. background-color: #ffffff;
  806. border: 1px solid #cacaca;
  807. padding:6px;
  808. position:absolute;
  809. width:123px;
  810. font-family: times;
  811. text-transform: NONE;
  812. margin-top:545px;
  813. margin-left: 171px;
  814. text-align:justify;
  815. font-size:9px;
  816. color: #67675b;
  817. letter-spacing: 1px;
  818. overflow-y:hidden;
  819. overflow-x:hidden;
  820. letter-spacing:0px;
  821. line-height:100%;
  822. -moz-transition-duration:1s;
  823. -webkit-transition-duration:1s;
  824. -o-transition-duration:1s;
  825. }
  826.  
  827. #verse14 a {
  828. font-family: 'Old Standard5 TT', serif;
  829. font-size:9px;
  830. color: #787878;
  831. text-transform:uppercase;
  832. letter-spacing:1px;
  833. }
  834.  
  835. #verse14 a:hover {
  836. color:#ffffff;
  837. }
  838.  
  839. #verse15 {
  840. background-color: #ffffff;
  841. border: 1px solid #cacaca;
  842. padding:6px;
  843. position:absolute;
  844. width:123px;
  845. font-family: times;
  846. text-transform: NONE;
  847. margin-top:545px;
  848. margin-left: 325px;
  849. text-align:justify;
  850. font-size:9px;
  851. color: #67675b;
  852. letter-spacing: 1px;
  853. overflow-y:hidden;
  854. overflow-x:hidden;
  855. letter-spacing:0px;
  856. line-height:100%;
  857. -moz-transition-duration:1s;
  858. -webkit-transition-duration:1s;
  859. -o-transition-duration:1s;
  860. }
  861.  
  862. #verse15 a {
  863. font-family: 'Old Standard5 TT', serif;
  864. font-size:9px;
  865. color: #787878;
  866. text-transform:uppercase;
  867. letter-spacing:1px;
  868. }
  869.  
  870. #verse15 a:hover {
  871. color:#ffffff;
  872. }
  873.  
  874. #verse16 {
  875. background-color: #ffffff;
  876. border: 1px solid #cacaca;
  877. padding:6px;
  878. position:absolute;
  879. width:123px;
  880. font-family: times;
  881. text-transform: NONE;
  882. margin-top:545px;
  883. margin-left: 480px;
  884. text-align:justify;
  885. font-size:9px;
  886. color: #67675b;
  887. letter-spacing: 1px;
  888. overflow-y:hidden;
  889. overflow-x:hidden;
  890. letter-spacing:0px;
  891. line-height:100%;
  892. -moz-transition-duration:1s;
  893. -webkit-transition-duration:1s;
  894. -o-transition-duration:1s;
  895. }
  896.  
  897. #verse16 a {
  898. font-family: 'Old Standard5 TT', serif;
  899. font-size:9px;
  900. color: #787878;
  901. text-transform:uppercase;
  902. letter-spacing:1px;
  903. }
  904.  
  905. #verse16 a:hover {
  906. color:#ffffff;
  907. }
  908.  
  909.  
  910. #marqueeee {
  911. background-color: #;
  912. position:absolute;
  913. width:215px;
  914. font-family: 'IBM Plex Sans Condensed', sans-serif;
  915. text-transform: NONE;
  916. margin-top:186px;
  917. margin-left: -239px;
  918. text-align:center;
  919. font-size:9px;
  920. color: #797a7c;
  921. letter-spacing: 2px;
  922. overflow-y:hidden;
  923. overflow-x:hidden;
  924. letter-spacing:0px;
  925. line-height:100%;
  926. -moz-transition-duration:1s;
  927. -webkit-transition-duration:1s;
  928. -o-transition-duration:1s;
  929. }
  930.  
  931. #marqueeee a {
  932. font-family: 'Old Standard5 TT', serif;
  933. font-size:9px;
  934. color: #787878;
  935. text-transform:uppercase;
  936. letter-spacing:1px;
  937. }
  938.  
  939. #marqueeee a:hover {
  940. color:#ffffff;
  941. }
  942.  
  943.  
  944. #bannerimage {
  945. background-color: #;
  946. position:absolute;
  947. width:543px;
  948. border:1px solid #ffd0d4;
  949. font-family: times;
  950. text-transform: NONE;
  951. margin-top:36px;
  952. margin-left:565px;
  953. text-align:justify;
  954. font-size:9px;
  955. color: #67675b;
  956. letter-spacing: 0.3px;
  957. overflow-y:hidden;
  958. overflow-x:hidden;
  959. letter-spacing:0px;
  960. line-height:100%;
  961. -moz-transition-duration:1s;
  962. -webkit-transition-duration:1s;
  963. -o-transition-duration:1s;
  964. }
  965.  
  966. #bannerimage a {
  967. font-family: 'Old Standard5 TT', serif;
  968. font-size:9px;
  969. color: #787878;
  970. text-transform:uppercase;
  971. letter-spacing:1px;
  972. }
  973.  
  974. #bannerimage a:hover {
  975. color:#ffffff;
  976. }
  977.  
  978.  
  979. #discl {
  980. background-color: #;
  981. position:absolute;
  982. width:360px;
  983. font-family: 'IBM Plex Sans Condensed', sans-serif;
  984. text-transform: NONE;
  985. margin-top:600px;
  986. margin-left: 1144px;
  987. text-align:center;
  988. font-size:9px;
  989. color: #66655d;
  990. letter-spacing: 0.3px;
  991. overflow-y:hidden;
  992. overflow-x:hidden;
  993. letter-spacing:0px;
  994. line-height:100%;
  995. -moz-transition-duration:1s;
  996. -webkit-transition-duration:1s;
  997. -o-transition-duration:1s;
  998. }
  999.  
  1000. #discl a {
  1001. font-family: 'Old Standard5 TT', serif;
  1002. font-size:9px;
  1003. color: #787878;
  1004. text-transform:uppercase;
  1005. letter-spacing:1px;
  1006. }
  1007.  
  1008. #discl a:hover {
  1009. color:#ffffff;
  1010. }
  1011.  
  1012.  
  1013. #credit {
  1014. background-color:#ffffff;
  1015. border: 1px solid #ece7e7;
  1016. padding:5px;
  1017. position:fixed;
  1018. bottom:35px;
  1019. right:10px;
  1020. width:73px;
  1021. height:21px;
  1022. font-size:9px;
  1023. word-wrap:break-word;
  1024. overflow:hidden;
  1025. text-shadow:0px 1px #fff;
  1026. }
  1027.  
  1028. #credit a {
  1029. color:#000;
  1030. text-transform:uppercase;
  1031. font-size:9px;
  1032. }
  1033.  
  1034.  
  1035. /*----- POST CONTENT -----*/
  1036.  
  1037.  
  1038. #entries {
  1039. background: ;
  1040. opacity: 100;
  1041. padding: 10px;
  1042. width: 400px;
  1043. margin-left:418px;
  1044. text-align:justify;
  1045. margin-top:300px;
  1046. margin-bottom: 50px;
  1047. height:450px;
  1048. overflow-x: hidden;
  1049. overflow-y: auto;
  1050. position: absolute;
  1051. -moz-transition-duration: 0.8s;
  1052. -webkit-transition-duration: 0.8s;
  1053. -o-transition-duration: 0.8s;
  1054. }
  1055.  
  1056.  
  1057. ::selection {
  1058. background: #000; /* WebKit/Blink Browsers */
  1059. }
  1060. ::-moz-selection {
  1061. background: #000; /* Gecko Browsers */
  1062. }
  1063.  
  1064.  
  1065. #headers{
  1066. width:104px;
  1067. height:auto;
  1068. color: #000;
  1069. text-shadow:1px 1px #fff;
  1070. padding:10px;
  1071. font-size:7px;
  1072. font-weight:bold;
  1073. letter-spacing:3px;
  1074. line-height:100%;
  1075. text-transform:uppercase;
  1076. background: url('');
  1077. background-color: #ebe8e7;
  1078. border:0px solid #87a080;
  1079. text-align:center;
  1080. }
  1081.  
  1082. #headers2{
  1083. width:82px;
  1084. height:auto;
  1085. color: #000;
  1086. text-shadow:1px 1px #fff;
  1087. padding:10px;
  1088. font-size:7px;
  1089. font-weight:bold;
  1090. letter-spacing:3px;
  1091. line-height:100%;
  1092. text-transform:uppercase;
  1093. background: url('');
  1094. background-color: #ebe8e7;
  1095. border:0px solid #87a080;
  1096. text-align:center;
  1097. }
  1098.  
  1099.  
  1100. </style>
  1101. </head>
  1102. <body>
  1103.  
  1104.  
  1105.  
  1106. <script type="text/javascript" src="https://bpmaker.giffy.me/userdata/user/53/53959/2/parts.js"></script>
  1107.  
  1108.  
  1109. <div id='cornerplayer' style="text-align:center;">
  1110.  
  1111. <!--<div>
  1112.  
  1113. <div> </div>-->
  1114.  
  1115. </div><!--cornerplayer-->
  1116.  
  1117.  
  1118. <div id="sidebar">
  1119.  
  1120. <div id="verse01">
  1121. <img src="https://i.imgur.com/GJGfcD3.png"><br><br>
  1122. <div id="headers">VINCENT.</div>
  1123. <div style="width: 118px; height:110px; background-color: #ffffff; border-color: #24092a; border-style: solid; border-width: 0px; padding:3px; letter-spacing:0px; overflow: auto;">
  1124.  
  1125. <b>strong</b> <i>italic</i><br><br>
  1126.  
  1127.  
  1128. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1129.  
  1130.  
  1131. </center>
  1132. </div>
  1133. </div></div>
  1134. </div>
  1135.  
  1136. <div id="verse02">
  1137. <img src="https://i.imgur.com/L8YjrSD.png"><br><br>
  1138. <div id="headers">ARDYN</div>
  1139. <div style="width: 118px; height:110px; background-color: #ffffff; border-color: #24092a; border-style: solid; border-width: 0px; padding:3px; letter-spacing:0px; overflow: auto;">
  1140.  
  1141. <b>strong</b> <i>italic</i><br><br>
  1142.  
  1143.  
  1144. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1145.  
  1146.  
  1147. </center>
  1148. </div>
  1149. </div></div>
  1150. </div>
  1151.  
  1152.  
  1153. <div id="verse03">
  1154. <img src="https://i.imgur.com/LVAgda3.png"><br><br>
  1155. <div id="headers">KUJA</div>
  1156. <div style="width: 118px; height:110px; background-color: #ffffff; border-color: #24092a; border-style: solid; border-width: 0px; padding:3px; letter-spacing:0px; overflow: auto;">
  1157.  
  1158. <b>strong</b> <i>italic</i><br><br>
  1159.  
  1160.  
  1161. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1162.  
  1163.  
  1164. </center>
  1165. </div>
  1166. </div></div>
  1167. </div>
  1168.  
  1169.  
  1170.  
  1171. <div id="verse04">
  1172. <img src="https://i.imgur.com/eBKMnhQ.png"><br><br>
  1173. <div id="headers">THIS GUY.</div>
  1174. <div style="width: 118px; height:110px; background-color: #ffffff; border-color: #24092a; border-style: solid; border-width: 0px; padding:3px; letter-spacing:0px; overflow: auto;">
  1175.  
  1176. <b>strong</b> <i>italic</i><br><br>
  1177.  
  1178.  
  1179. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1180.  
  1181.  
  1182. </center>
  1183. </div>
  1184. </div></div>
  1185. </div>
  1186.  
  1187.  
  1188. <div id="verse05">
  1189. <img src="https://i.imgur.com/nI4UTfb.png"><br><br>
  1190. <div id="headers">GENTIANA ( SP ? ).</div>
  1191. <div style="width: 118px; height:110px; background-color: #ffffff; border-color: #24092a; border-style: solid; border-width: 0px; padding:3px; letter-spacing:0px; overflow: auto;">
  1192.  
  1193. <b>strong</b> <i>italic</i><br><br>
  1194.  
  1195.  
  1196. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1197.  
  1198.  
  1199. </center>
  1200. </div>
  1201. </div></div>
  1202. </div>
  1203.  
  1204. <div id="verse06">
  1205. <img src="https://i.imgur.com/hOnFco1.png"><br><br>
  1206. <div id="headers">DADDY.</div>
  1207. <div style="width: 118px; height:110px; background-color: #ffffff; border-color: #24092a; border-style: solid; border-width: 0px; padding:3px; letter-spacing:0px; overflow: auto;">
  1208.  
  1209. <b>strong</b> <i>italic</i><br><br>
  1210.  
  1211.  
  1212. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1213.  
  1214.  
  1215. </center>
  1216. </div>
  1217. </div></div>
  1218. </div>
  1219.  
  1220.  
  1221.  
  1222. <div id="verse07">
  1223. <img src="https://i.imgur.com/C2jsBue.png"><br><br>
  1224. <div id="headers">MR HORNY.</div>
  1225. <div style="width: 118px; height:110px; background-color: #ffffff; border-color: #24092a; border-style: solid; border-width: 0px; padding:3px; letter-spacing:0px; overflow: auto;">
  1226.  
  1227. <b>strong</b> <i>italic</i><br><br>
  1228.  
  1229.  
  1230. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1231.  
  1232.  
  1233. </center>
  1234. </div>
  1235. </div></div>
  1236. </div>
  1237.  
  1238.  
  1239. <div id="verse08">
  1240. <img src="https://i.imgur.com/CR75vXL.png"><br><br>
  1241. <div id="headers">NOT NYX.</div>
  1242. <div style="width: 118px; height:110px; background-color: #ffffff; border-color: #24092a; border-style: solid; border-width: 0px; padding:3px; letter-spacing:0px; overflow: auto;">
  1243.  
  1244. <b>strong</b> <i>italic</i><br><br>
  1245.  
  1246.  
  1247. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1248.  
  1249.  
  1250. </center>
  1251. </div>
  1252. </div></div>
  1253. </div>
  1254.  
  1255. <div id="verse09">
  1256. <img src="https://i.imgur.com/wpcUz1E.png"><br><br>
  1257. <div id="headers">CHAOS.</div>
  1258. <div style="width: 118px; height:110px; background-color: #ffffff; border-color: #24092a; border-style: solid; border-width: 0px; padding:3px; letter-spacing:0px; overflow: auto;">
  1259.  
  1260. <b>strong</b> <i>italic</i><br><br>
  1261.  
  1262.  
  1263. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1264.  
  1265.  
  1266. </center>
  1267. </div>
  1268. </div></div>
  1269. </div>
  1270.  
  1271. <div id="verse10">
  1272. <img src="https://i.imgur.com/EaXBJWR.png"><br><br>
  1273. <div id="headers">PRETTY BOY.</div>
  1274. <div style="width: 118px; height:110px; background-color: #ffffff; border-color: #24092a; border-style: solid; border-width: 0px; padding:3px; letter-spacing:0px; overflow: auto;">
  1275.  
  1276. <b>strong</b> <i>italic</i><br><br>
  1277.  
  1278.  
  1279. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1280.  
  1281.  
  1282. </center>
  1283. </div>
  1284. </div></div>
  1285. </div>
  1286.  
  1287. <div id="verse11">
  1288. <img src="https://i.imgur.com/ECRH745.png"><br><br>
  1289. <div id="headers">NOCTIS.</div>
  1290. <div style="width: 118px; height:110px; background-color: #ffffff; border-color: #24092a; border-style: solid; border-width: 0px; padding:3px; letter-spacing:0px; overflow: auto;">
  1291.  
  1292. <b>strong</b> <i>italic</i><br><br>
  1293.  
  1294.  
  1295. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1296.  
  1297.  
  1298. </center>
  1299. </div>
  1300. </div></div>
  1301. </div>
  1302.  
  1303. <div id="verse12">
  1304. <img src="https://i.imgur.com/cAFMjRM.png"><br><br>
  1305. <div id="headers">BEST FF CHARA EVER MADE.</div>
  1306. <div style="width: 118px; height:110px; background-color: #ffffff; border-color: #24092a; border-style: solid; border-width: 0px; padding:3px; letter-spacing:0px; overflow: auto;">
  1307.  
  1308. <b>strong</b> <i>italic</i><br><br>
  1309.  
  1310.  
  1311. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1312.  
  1313.  
  1314. </center>
  1315. </div>
  1316. </div></div>
  1317. </div>
  1318.  
  1319.  
  1320. <div id="verse13">
  1321. <img src="https://i.imgur.com/FmtBrjg.png"><br><br>
  1322. <div id="headers">GLASSES.</div>
  1323. <div style="width: 118px; height:110px; background-color: #ffffff; border-color: #24092a; border-style: solid; border-width: 0px; padding:3px; letter-spacing:0px; overflow: auto;">
  1324.  
  1325. <b>strong</b> <i>italic</i><br><br>
  1326.  
  1327.  
  1328. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1329.  
  1330.  
  1331. </center>
  1332. </div>
  1333. </div></div>
  1334. </div>
  1335.  
  1336. <div id="verse14">
  1337. <img src="https://i.imgur.com/z0yeLtP.png"><br><br>
  1338. <div id="headers">SER BRIENNE.</div>
  1339. <div style="width: 118px; height:110px; background-color: #ffffff; border-color: #24092a; border-style: solid; border-width: 0px; padding:3px; letter-spacing:0px; overflow: auto;">
  1340.  
  1341. <b>strong</b> <i>italic</i><br><br>
  1342.  
  1343.  
  1344. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1345.  
  1346.  
  1347. </center>
  1348. </div>
  1349. </div></div>
  1350. </div>
  1351.  
  1352. <div id="verse15">
  1353. <img src="https://i.imgur.com/RCtUibL.png"><br><br>
  1354. <div id="headers">THIS GIRL.</div>
  1355. <div style="width: 118px; height:110px; background-color: #ffffff; border-color: #24092a; border-style: solid; border-width: 0px; padding:3px; letter-spacing:0px; overflow: auto;">
  1356.  
  1357. <b>strong</b> <i>italic</i><br><br>
  1358.  
  1359.  
  1360. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1361.  
  1362.  
  1363. </center>
  1364. </div>
  1365. </div></div>
  1366. </div>
  1367.  
  1368. <div id="verse16">
  1369. <img src="https://i.imgur.com/HzBnIFn.png"><br><br>
  1370. <div id="headers">muse name here.</div>
  1371. <div style="width: 118px; height:110px; background-color: #ffffff; border-color: #24092a; border-style: solid; border-width: 0px; padding:3px; letter-spacing:0px; overflow: auto;">
  1372.  
  1373. <b>strong</b> <i>italic</i><br><br>
  1374.  
  1375.  
  1376. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like. Here is where you write all of your about and personal information to have your clients get to know a little about you & your work ! it will scroll so you can write as much as you'd like.
  1377.  
  1378.  
  1379. </center>
  1380. </div>
  1381. </div></div>
  1382. </div>
  1383.  
  1384.  
  1385. <div id="navi">
  1386.  
  1387.  
  1388. <div style="padding: 2px; background-color: #e7e4e3; border:1px dashed #d6d6d6; line-height: 1;"> <a href="/">link</a></div><br>
  1389. <div style="padding: 2px; background-color: #e7e4e3; border:1px dashed #d6d6d6; line-height: 1;"> <a href="/">link</a></div><br>
  1390. <div style="padding: 2px; background-color: #e7e4e3; border:1px dashed #d6d6d6; line-height: 1;"> <a href="/">link</a></div><br>
  1391. <div style="padding: 2px; background-color: #e7e4e3; border:1px dashed #d6d6d6; line-height: 1;"> <a href="/">link</a></div><br>
  1392.  
  1393. <div id="headers2">side title</div><br>
  1394.  
  1395. <b>strong</b> <i>italics</i> <a href="/">link</a><br>
  1396. <br>
  1397.  
  1398.  
  1399. You can fill in the space here with anything you'd like.
  1400.  
  1401.  
  1402.  
  1403. </div>
  1404.  
  1405.  
  1406. <div id="credit"><img src="https://66.media.tumblr.com/00e3aebba634e544de1865cb753aba9a/tumblr_inline_p7gjrashZy1rhwzwl_75sq.gif"> THEME BY: <a href="https://eternalworks.tumblr.com/" target="blank">ETERNALWORKS</a></div>
  1407.  
  1408.  
  1409. </div></div></div>
  1410.  
  1411.  
  1412.  
  1413.  
  1414. <script>
  1415. $(document).ready(function() {
  1416. $('a.poplight[href^=#]').click(function() {
  1417. var popID = $(this).attr('rel'); //Get Popup Name
  1418. var popURL = $(this).attr('href'); //Get Popup href to define size
  1419. var query= popURL.split('?');
  1420. var dim= query[1].split('&');
  1421. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  1422. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  1423. var popMargTop = ($('#' + popID).height() + 80) / 2;
  1424. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  1425. //Apply Margin to Popup
  1426. $('#' + popID).css({
  1427. 'margin-top' : -popMargTop,
  1428. 'margin-left' : -popMargLeft
  1429. });
  1430. $('body').append('<div id="fade"></div>');
  1431. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade bin the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  1432. return false;
  1433. });
  1434. $('a.close, #fade').live('click', function() {
  1435. $('#fade , .popup_block').fadeOut(function() {
  1436. $('#fade, a.close').remove(); //fade them both out
  1437. });
  1438. return false;
  1439. });
  1440. });
  1441. </script>
  1442.  
  1443. <script type="text/javascript">
  1444. <!--
  1445. function clickIE() {if (document.all) {(message);return false;}}
  1446. function clickNS(e) {if
  1447. (document.layers||(document.getElementById&&!document.all)) {
  1448. if (e.which==2||e.which==3) {(message);return false;}}}
  1449. if (document.layers)
  1450. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  1451. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  1452. document.oncontextmenu=new Function("return false")
  1453. // -->
  1454. </script>
  1455.  
  1456. </body>
  1457. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement