Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.23 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 AMALGAMMUSES !!
  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 #0c0c0c;
  196. background: url('') #;
  197. background-color: #0c0c0c;
  198. }
  199. ::-webkit-scrollbar {
  200. width: 8px;
  201. height: 7px;
  202. border-left: 5px solid #060606;
  203. border-right: 5px solid #060606;
  204. border-top: 2px solid #060606;
  205. border-bottom: 2px solid #060606;
  206. background: #060606;
  207. }
  208.  
  209. /*----- MAIN CONTENT -----*/
  210.  
  211. body {
  212. background: url('https://static.tumblr.com/zma9h5a/vdspqfri8/untitled-12.png') #030303;
  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: 900px;
  223. overflow-x: hidden;
  224. overflow-y: hidden;
  225.  
  226.  
  227. }
  228.  
  229. body, a, a:hover { cursor:url( https://66.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_p7nrx1hoRW1r1shc4_1280.png ), auto; }
  230.  
  231. /*----- TEXT DETAILS -----*/
  232.  
  233. b,strong {
  234. color: #fff;
  235. text-transform:uppercase;
  236. font-family: times;
  237. letter-spacing: 1px;
  238. font-size:12px;}
  239.  
  240.  
  241. i,em {
  242. color:#6d5174;
  243. font-family: times;
  244. text-transform: none;
  245. font-size:12px;}
  246.  
  247.  
  248. h1 {
  249. font-weight:normal;
  250. font-size:15px;
  251. font-family: 'Playfair Display', serif;
  252. text-align:center;
  253. text-transform:uppercase;
  254. font-style:bold;
  255. line-height:100%;
  256. letter-spacing:2px;
  257. color:#fff;
  258.  
  259.  
  260. }
  261.  
  262. a {
  263. text-decoration:none;
  264. outline:none;
  265. -moz-outline-style:none;
  266. color:#b6cfd8;
  267. -moz-transition-duration:0.5s;
  268. -webkit-transition-duration:0.5s;
  269. -o-transition-duration:0.5s;
  270. }
  271.  
  272. a:hover {
  273. text-decoration:none;
  274. outline:none;
  275. -moz-outline-style:none;
  276. color:#b6cfd8;
  277. }
  278.  
  279. /*----- REBLOG -----*/
  280.  
  281.  
  282.  
  283. blockquote {
  284. padding-left:5px;
  285. border: 1px solid #e1ddc3;
  286. text-align:justify;
  287. border-radius: 0px;
  288. margin:7px;
  289. background-color: #e7e5d2;
  290. padding:5px;
  291. }
  292.  
  293.  
  294. /*----- SIDE CONTENT-----*/
  295.  
  296. #sidebar {
  297. color: #777;
  298. position:absolute;
  299. width:100px;
  300. height:auto;
  301. margin-top:-170px;
  302. margin-left:465px;
  303. text-align:left;
  304. }
  305.  
  306.  
  307. #navi {
  308. background-color: #;
  309. position:absolute;
  310. width:84px;
  311. font-family: georgia;
  312. text-transform: uppercase;
  313. margin-top:325px;
  314. margin-left: 160px;
  315. text-align:center;
  316. font-size:7px;
  317. padding:2px;
  318. color: #8d5a5b;
  319. letter-spacing:1px;
  320. line-height:130%;
  321. -moz-transition-duration:1s;
  322. -webkit-transition-duration:1s;
  323. -o-transition-duration:1s;
  324. }
  325.  
  326. #navi a {
  327. color: #fff;
  328. font-size:10px;
  329. letter-spacing:5px;
  330.  
  331. }
  332.  
  333.  
  334. #navi a:hover {
  335. color:#000;
  336. letter-spacing:3px;
  337. font-size: 12px;
  338. text-shadow:0px 0px #000;
  339. }
  340.  
  341.  
  342. #textbox {
  343. background-color: #060606;
  344. border: 1px solid #262020;
  345. padding:6px;
  346. position:absolute;
  347. width:106px;
  348. font-family: arial;
  349. text-transform: NONE;
  350. margin-top:250px;
  351. margin-left: 20px;
  352. text-align:justify;
  353. font-size:9px;
  354. color: #696363;
  355. letter-spacing: 1px;
  356. overflow-y:hidden;
  357. overflow-x:hidden;
  358. letter-spacing:0px;
  359. line-height:100%;
  360. -moz-transition-duration:1s;
  361. -webkit-transition-duration:1s;
  362. -o-transition-duration:1s;
  363. }
  364.  
  365. #textbox a {
  366. font-family: 'Old Standard5 TT', serif;
  367. font-size:9px;
  368. color: #787878;
  369. text-transform:uppercase;
  370. letter-spacing:1px;
  371. }
  372.  
  373. #textbox a:hover {
  374. color:#060606;
  375. }
  376.  
  377.  
  378. #sess {
  379. background-color: #060606;
  380. border: 1px solid #262020;
  381. padding:6px;
  382. position:absolute;
  383. width:306px;
  384. height:118px;
  385. font-family: times;
  386. text-transform: NONE;
  387. margin-top:245px;
  388. margin-left: -200px;
  389. text-align:justify;
  390. font-size:9px;
  391. color: #67675b;
  392. letter-spacing: 1px;
  393. overflow-y:hidden;
  394. overflow-x:hidden;
  395. letter-spacing:0px;
  396. line-height:100%;
  397. -moz-transition-duration:1s;
  398. -webkit-transition-duration:1s;
  399. -o-transition-duration:1s;
  400. }
  401.  
  402. #sess a {
  403. font-family: 'Old Standard5 TT', serif;
  404. font-size:9px;
  405. color: #787878;
  406. text-transform:uppercase;
  407. letter-spacing:1px;
  408. }
  409.  
  410. #sess a:hover {
  411. color:#060606;
  412. }
  413.  
  414.  
  415. #kouga {
  416. background-color: #060606;
  417. border: 1px solid #262020;
  418. padding:6px;
  419. position:absolute;
  420. width:306px;
  421. height:118px;
  422. font-family: times;
  423. text-transform: NONE;
  424. margin-top:75px;
  425. margin-left: 605px;
  426. text-align:justify;
  427. font-size:9px;
  428. color: #67675b;
  429. letter-spacing: 1px;
  430. overflow-y:hidden;
  431. overflow-x:hidden;
  432. letter-spacing:0px;
  433. line-height:100%;
  434. -moz-transition-duration:1s;
  435. -webkit-transition-duration:1s;
  436. -o-transition-duration:1s;
  437. }
  438.  
  439. #kouga a {
  440. font-family: 'Old Standard5 TT', serif;
  441. font-size:9px;
  442. color: #787878;
  443. text-transform:uppercase;
  444. letter-spacing:1px;
  445. }
  446.  
  447. #kouga a:hover {
  448. color:#060606;
  449. }
  450.  
  451. #loz {
  452. background-color: #060606;
  453. border: 1px solid #262020;
  454. padding:6px;
  455. position:absolute;
  456. width:306px;
  457. height:118px;
  458. font-family: times;
  459. text-transform: NONE;
  460. margin-top:75px;
  461. margin-left: 945px;
  462. text-align:justify;
  463. font-size:9px;
  464. color: #67675b;
  465. letter-spacing: 1px;
  466. overflow-y:hidden;
  467. overflow-x:hidden;
  468. letter-spacing:0px;
  469. line-height:100%;
  470. -moz-transition-duration:1s;
  471. -webkit-transition-duration:1s;
  472. -o-transition-duration:1s;
  473. }
  474.  
  475. #loz a {
  476. font-family: 'Old Standard5 TT', serif;
  477. font-size:9px;
  478. color: #787878;
  479. text-transform:uppercase;
  480. letter-spacing:1px;
  481. }
  482.  
  483. #loz a:hover {
  484. color:#060606;
  485. }
  486.  
  487. #snot {
  488. background-color: #060606;
  489. border: 1px solid #262020;
  490. padding:6px;
  491. position:absolute;
  492. width:306px;
  493. font-family: times;
  494. text-transform: NONE;
  495. margin-top:408px;
  496. margin-left: 605px;
  497. text-align:justify;
  498. font-size:9px;
  499. color: #67675b;
  500. letter-spacing: 1px;
  501. overflow-y:hidden;
  502. overflow-x:hidden;
  503. letter-spacing:0px;
  504. line-height:100%;
  505. -moz-transition-duration:1s;
  506. -webkit-transition-duration:1s;
  507. -o-transition-duration:1s;
  508. }
  509.  
  510. #snot a {
  511. font-family: 'Old Standard5 TT', serif;
  512. font-size:9px;
  513. color: #787878;
  514. text-transform:uppercase;
  515. letter-spacing:1px;
  516. }
  517.  
  518. #snot a:hover {
  519. color:#060606;
  520. }
  521.  
  522.  
  523. #krel {
  524. background-color: #060606;
  525. border: 1px solid #262020;
  526. padding:6px;
  527. position:absolute;
  528. width:306px;
  529. height:118px;
  530. font-family: times;
  531. text-transform: NONE;
  532. margin-top:240px;
  533. margin-left: 265px;
  534. text-align:justify;
  535. font-size:9px;
  536. color: #67675b;
  537. letter-spacing: 1px;
  538. overflow-y:hidden;
  539. overflow-x:hidden;
  540. letter-spacing:0px;
  541. line-height:100%;
  542. -moz-transition-duration:1s;
  543. -webkit-transition-duration:1s;
  544. -o-transition-duration:1s;
  545. }
  546.  
  547. #krel a {
  548. font-family: 'Old Standard5 TT', serif;
  549. font-size:9px;
  550. color: #787878;
  551. text-transform:uppercase;
  552. letter-spacing:1px;
  553. }
  554.  
  555. #krel a:hover {
  556. color:#060606;
  557. }
  558.  
  559. #jim {
  560. background-color: #060606;
  561. border: 1px solid #262020;
  562. padding:6px;
  563. position:absolute;
  564. width:306px;
  565. font-family: times;
  566. text-transform: NONE;
  567. margin-top:408px;
  568. margin-left: 265px;
  569. text-align:justify;
  570. font-size:9px;
  571. color: #67675b;
  572. letter-spacing: 1px;
  573. overflow-y:hidden;
  574. overflow-x:hidden;
  575. letter-spacing:0px;
  576. line-height:100%;
  577. -moz-transition-duration:1s;
  578. -webkit-transition-duration:1s;
  579. -o-transition-duration:1s;
  580. }
  581.  
  582. #jim a {
  583. font-family: 'Old Standard5 TT', serif;
  584. font-size:9px;
  585. color: #787878;
  586. text-transform:uppercase;
  587. letter-spacing:1px;
  588. }
  589.  
  590. #jim a:hover {
  591. color:#060606;
  592. }
  593.  
  594. #verse07 {
  595. background-color: #060606;
  596. border: 1px solid #262020;
  597. padding:6px;
  598. position:absolute;
  599. width:306px;
  600. height:118px;
  601. font-family: times;
  602. text-transform: NONE;
  603. margin-top:240px;
  604. margin-left: 605px;
  605. text-align:justify;
  606. font-size:9px;
  607. color: #67675b;
  608. letter-spacing: 1px;
  609. overflow-y:hidden;
  610. overflow-x:hidden;
  611. letter-spacing:0px;
  612. line-height:100%;
  613. -moz-transition-duration:1s;
  614. -webkit-transition-duration:1s;
  615. -o-transition-duration:1s;
  616. }
  617.  
  618. #verse07 a {
  619. font-family: 'Old Standard5 TT', serif;
  620. font-size:9px;
  621. color: #787878;
  622. text-transform:uppercase;
  623. letter-spacing:1px;
  624. }
  625.  
  626. #verse07 a:hover {
  627. color:#060606;
  628. }
  629.  
  630.  
  631. #rock {
  632. background-color: #060606;
  633. border: 1px solid #262020;
  634. padding:6px;
  635. position:absolute;
  636. width:306px;
  637. height:118px;
  638. font-family: times;
  639. text-transform: NONE;
  640. margin-top:240px;
  641. margin-left: 947px;
  642. text-align:justify;
  643. font-size:9px;
  644. color: #67675b;
  645. letter-spacing: 1px;
  646. overflow-y:hidden;
  647. overflow-x:hidden;
  648. letter-spacing:0px;
  649. line-height:100%;
  650. -moz-transition-duration:1s;
  651. -webkit-transition-duration:1s;
  652. -o-transition-duration:1s;
  653. }
  654.  
  655. #rock a {
  656. font-family: 'Old Standard5 TT', serif;
  657. font-size:9px;
  658. color: #787878;
  659. text-transform:uppercase;
  660. letter-spacing:1px;
  661. }
  662.  
  663. #rock a:hover {
  664. color:#060606;
  665. }
  666.  
  667. #viggo {
  668. background-color: #060606;
  669. border: 1px solid #262020;
  670. padding:6px;
  671. position:absolute;
  672. width:306px;
  673. font-family: times;
  674. text-transform: NONE;
  675. margin-top:408px;
  676. margin-left: 947px;
  677. text-align:justify;
  678. font-size:9px;
  679. color: #67675b;
  680. letter-spacing: 1px;
  681. overflow-y:hidden;
  682. overflow-x:hidden;
  683. letter-spacing:0px;
  684. line-height:100%;
  685. -moz-transition-duration:1s;
  686. -webkit-transition-duration:1s;
  687. -o-transition-duration:1s;
  688. }
  689.  
  690. #viggo a {
  691. font-family: 'Old Standard5 TT', serif;
  692. font-size:9px;
  693. color: #787878;
  694. text-transform:uppercase;
  695. letter-spacing:1px;
  696. }
  697.  
  698. #viggo a:hover {
  699. color:#060606;
  700. }
  701.  
  702. #verse10 {
  703. background-color: #060606;
  704. border: 1px solid #262020;
  705. padding:6px;
  706. position:absolute;
  707. width:186px;
  708. font-family: times;
  709. text-transform: NONE;
  710. margin-top:470px;
  711. margin-left: 750px;
  712. text-align:justify;
  713. font-size:9px;
  714. color: #67675b;
  715. letter-spacing: 1px;
  716. overflow-y:hidden;
  717. overflow-x:hidden;
  718. letter-spacing:0px;
  719. line-height:100%;
  720. -moz-transition-duration:1s;
  721. -webkit-transition-duration:1s;
  722. -o-transition-duration:1s;
  723. }
  724.  
  725. #verse10 a {
  726. font-family: 'Old Standard5 TT', serif;
  727. font-size:9px;
  728. color: #787878;
  729. text-transform:uppercase;
  730. letter-spacing:1px;
  731. }
  732.  
  733. #verse10 a:hover {
  734. color:#060606;
  735. }
  736.  
  737.  
  738. #verse11 {
  739. background-color: #060606;
  740. border: 1px solid #262020;
  741. padding:6px;
  742. position:absolute;
  743. width:186px;
  744. font-family: times;
  745. text-transform: NONE;
  746. margin-top:470px;
  747. margin-left: 1000px;
  748. text-align:justify;
  749. font-size:9px;
  750. color: #67675b;
  751. letter-spacing: 1px;
  752. overflow-y:hidden;
  753. overflow-x:hidden;
  754. letter-spacing:0px;
  755. line-height:100%;
  756. -moz-transition-duration:1s;
  757. -webkit-transition-duration:1s;
  758. -o-transition-duration:1s;
  759. }
  760.  
  761. #verse11 a {
  762. font-family: 'Old Standard5 TT', serif;
  763. font-size:9px;
  764. color: #787878;
  765. text-transform:uppercase;
  766. letter-spacing:1px;
  767. }
  768.  
  769. #verse11 a:hover {
  770. color:#060606;
  771. }
  772.  
  773. #verse12 {
  774. background-color: #060606;
  775. border: 1px solid #262020;
  776. padding:6px;
  777. position:absolute;
  778. width:186px;
  779. font-family: times;
  780. text-transform: NONE;
  781. margin-top:470px;
  782. margin-left: 1055px;
  783. text-align:justify;
  784. font-size:9px;
  785. color: #67675b;
  786. letter-spacing: 1px;
  787. overflow-y:hidden;
  788. overflow-x:hidden;
  789. letter-spacing:0px;
  790. line-height:100%;
  791. -moz-transition-duration:1s;
  792. -webkit-transition-duration:1s;
  793. -o-transition-duration:1s;
  794. }
  795.  
  796. #verse12 a {
  797. font-family: 'Old Standard5 TT', serif;
  798. font-size:9px;
  799. color: #787878;
  800. text-transform:uppercase;
  801. letter-spacing:1px;
  802. }
  803.  
  804. #verse12 a:hover {
  805. color:#060606;
  806. }
  807.  
  808. #verse13 {
  809. background-color: #060606;
  810. border: 1px solid #262020;
  811. padding:6px;
  812. position:absolute;
  813. width:186px;
  814. font-family: times;
  815. text-transform: NONE;
  816. margin-top:644px;
  817. margin-left: 500px;
  818. text-align:justify;
  819. font-size:9px;
  820. color: #67675b;
  821. letter-spacing: 1px;
  822. overflow-y:hidden;
  823. overflow-x:hidden;
  824. letter-spacing:0px;
  825. line-height:100%;
  826. -moz-transition-duration:1s;
  827. -webkit-transition-duration:1s;
  828. -o-transition-duration:1s;
  829. }
  830.  
  831. #verse13 a {
  832. font-family: 'Old Standard5 TT', serif;
  833. font-size:9px;
  834. color: #787878;
  835. text-transform:uppercase;
  836. letter-spacing:1px;
  837. }
  838.  
  839. #verse13 a:hover {
  840. color:#060606;
  841. }
  842.  
  843. #verse14 {
  844. background-color: #060606;
  845. border: 1px solid #262020;
  846. padding:6px;
  847. position:absolute;
  848. width:186px;
  849. font-family: times;
  850. text-transform: NONE;
  851. margin-top:644px;
  852. margin-left: 750px;
  853. text-align:justify;
  854. font-size:9px;
  855. color: #67675b;
  856. letter-spacing: 1px;
  857. overflow-y:hidden;
  858. overflow-x:hidden;
  859. letter-spacing:0px;
  860. line-height:100%;
  861. -moz-transition-duration:1s;
  862. -webkit-transition-duration:1s;
  863. -o-transition-duration:1s;
  864. }
  865.  
  866. #verse14 a {
  867. font-family: 'Old Standard5 TT', serif;
  868. font-size:9px;
  869. color: #787878;
  870. text-transform:uppercase;
  871. letter-spacing:1px;
  872. }
  873.  
  874. #verse14 a:hover {
  875. color:#060606;
  876. }
  877.  
  878. #verse15 {
  879. background-color: #060606;
  880. border: 1px solid #262020;
  881. padding:6px;
  882. position:absolute;
  883. width:186px;
  884. font-family: times;
  885. text-transform: NONE;
  886. margin-top:644px;
  887. margin-left: 1000px;
  888. text-align:justify;
  889. font-size:9px;
  890. color: #67675b;
  891. letter-spacing: 1px;
  892. overflow-y:hidden;
  893. overflow-x:hidden;
  894. letter-spacing:0px;
  895. line-height:100%;
  896. -moz-transition-duration:1s;
  897. -webkit-transition-duration:1s;
  898. -o-transition-duration:1s;
  899. }
  900.  
  901. #verse15 a {
  902. font-family: 'Old Standard5 TT', serif;
  903. font-size:9px;
  904. color: #787878;
  905. text-transform:uppercase;
  906. letter-spacing:1px;
  907. }
  908.  
  909. #verse15 a:hover {
  910. color:#060606;
  911. }
  912.  
  913. #verse16 {
  914. background-color: #060606;
  915. border: 1px solid #d3d3d3;
  916. padding:6px;
  917. position:absolute;
  918. width:186px;
  919. font-family: times;
  920. text-transform: NONE;
  921. margin-top:644px;
  922. margin-left: 1055px;
  923. text-align:justify;
  924. font-size:9px;
  925. color: #67675b;
  926. letter-spacing: 1px;
  927. overflow-y:hidden;
  928. overflow-x:hidden;
  929. letter-spacing:0px;
  930. line-height:100%;
  931. -moz-transition-duration:1s;
  932. -webkit-transition-duration:1s;
  933. -o-transition-duration:1s;
  934. }
  935.  
  936. #verse16 a {
  937. font-family: 'Old Standard5 TT', serif;
  938. font-size:9px;
  939. color: #787878;
  940. text-transform:uppercase;
  941. letter-spacing:1px;
  942. }
  943.  
  944. #verse16 a:hover {
  945. color:#060606;
  946. }
  947.  
  948.  
  949. #marqueeee {
  950. background-color: #;
  951. position:absolute;
  952. width:215px;
  953. font-family: 'IBM Plex Sans Condensed', sans-serif;
  954. text-transform: NONE;
  955. margin-top:186px;
  956. margin-left: -239px;
  957. text-align:center;
  958. font-size:9px;
  959. color: #797a7c;
  960. letter-spacing: 2px;
  961. overflow-y:hidden;
  962. overflow-x:hidden;
  963. letter-spacing:0px;
  964. line-height:100%;
  965. -moz-transition-duration:1s;
  966. -webkit-transition-duration:1s;
  967. -o-transition-duration:1s;
  968. }
  969.  
  970. #marqueeee a {
  971. font-family: 'Old Standard5 TT', serif;
  972. font-size:9px;
  973. color: #787878;
  974. text-transform:uppercase;
  975. letter-spacing:1px;
  976. }
  977.  
  978. #marqueeee a:hover {
  979. color:#060606;
  980. }
  981.  
  982.  
  983. #bannerimage {
  984. background-color: #;
  985. position:absolute;
  986. width:543px;
  987. border:1px solid #1d1919;
  988. font-family: times;
  989. text-transform: NONE;
  990. margin-top:36px;
  991. margin-left:565px;
  992. text-align:justify;
  993. font-size:9px;
  994. color: #67675b;
  995. letter-spacing: 0.3px;
  996. overflow-y:hidden;
  997. overflow-x:hidden;
  998. letter-spacing:0px;
  999. line-height:100%;
  1000. -moz-transition-duration:1s;
  1001. -webkit-transition-duration:1s;
  1002. -o-transition-duration:1s;
  1003. }
  1004.  
  1005. #bannerimage a {
  1006. font-family: 'Old Standard5 TT', serif;
  1007. font-size:9px;
  1008. color: #787878;
  1009. text-transform:uppercase;
  1010. letter-spacing:1px;
  1011. }
  1012.  
  1013. #bannerimage a:hover {
  1014. color:#060606;
  1015. }
  1016.  
  1017.  
  1018. #discl {
  1019. background-color: #;
  1020. position:absolute;
  1021. width:360px;
  1022. font-family: 'IBM Plex Sans Condensed', sans-serif;
  1023. text-transform: NONE;
  1024. margin-top:600px;
  1025. margin-left: 1144px;
  1026. text-align:center;
  1027. font-size:9px;
  1028. color: #66655d;
  1029. letter-spacing: 0.3px;
  1030. overflow-y:hidden;
  1031. overflow-x:hidden;
  1032. letter-spacing:0px;
  1033. line-height:100%;
  1034. -moz-transition-duration:1s;
  1035. -webkit-transition-duration:1s;
  1036. -o-transition-duration:1s;
  1037. }
  1038.  
  1039. #discl a {
  1040. font-family: 'Old Standard5 TT', serif;
  1041. font-size:9px;
  1042. color: #787878;
  1043. text-transform:uppercase;
  1044. letter-spacing:1px;
  1045. }
  1046.  
  1047. #discl a:hover {
  1048. color:#060606;
  1049. }
  1050.  
  1051.  
  1052. #credit {
  1053. background-color:#0f0f0f;
  1054. border: 1px solid #000;
  1055. padding:5px;
  1056. position:fixed;
  1057. bottom:35px;
  1058. right:30px;
  1059. width:73px;
  1060. height:21px;
  1061. font-size:9px;
  1062. word-wrap:break-word;
  1063. overflow:hidden;
  1064. text-shadow:0px 1px #000;
  1065. }
  1066.  
  1067. #credit a {
  1068. color:#2e424c;
  1069. text-transform:uppercase;
  1070. font-size:9px;
  1071. }
  1072.  
  1073.  
  1074. /*----- POST CONTENT -----*/
  1075.  
  1076.  
  1077. #entries {
  1078. background: ;
  1079. opacity: 100;
  1080. padding: 10px;
  1081. width: 400px;
  1082. margin-left:418px;
  1083. text-align:justify;
  1084. margin-top:300px;
  1085. margin-bottom: 50px;
  1086. height:450px;
  1087. overflow-x: hidden;
  1088. overflow-y: auto;
  1089. position: absolute;
  1090. -moz-transition-duration: 0.8s;
  1091. -webkit-transition-duration: 0.8s;
  1092. -o-transition-duration: 0.8s;
  1093. }
  1094.  
  1095.  
  1096. ::selection {
  1097. background: #000; /* WebKit/Blink Browsers */
  1098. }
  1099. ::-moz-selection {
  1100. background: #000; /* Gecko Browsers */
  1101. }
  1102.  
  1103.  
  1104. #headers{
  1105. width:86px;
  1106. height:auto;
  1107. color: #fff;
  1108. text-shadow:1px 1px #000;
  1109. padding:10px;
  1110. font-size:7px;
  1111. font-weight:bold;
  1112. letter-spacing:3px;
  1113. line-height:100%;
  1114. text-transform:uppercase;
  1115. background: url('https://static.tumblr.com/zma9h5a/70wpqfqc0/hed.gif');
  1116. background-color: #000;
  1117. border:1px solid #1e1919;
  1118. text-align:center;
  1119. }
  1120.  
  1121. #headers2{
  1122. width:304px;
  1123. height:auto;
  1124. color: #000;
  1125. text-shadow:1px 1px #fff;
  1126. padding:10px;
  1127. font-size:7px;
  1128. font-weight:bold;
  1129. letter-spacing:3px;
  1130. line-height:100%;
  1131. text-transform:uppercase;
  1132. background: url('');
  1133. background-color: #dddddc;
  1134. border:0px dashed #dec6cf;
  1135. text-align:center;
  1136. }
  1137.  
  1138.  
  1139.  
  1140. </style>
  1141. </head>
  1142. <body>
  1143.  
  1144.  
  1145.  
  1146. <script type="text/javascript" src="https://bpmaker.giffy.me/userdata/user/53/53959/2/parts.js"></script>
  1147.  
  1148.  
  1149. <div id='cornerplayer' style="text-align:center;">
  1150.  
  1151. <!--<div>
  1152.  
  1153. <div> </div>-->
  1154.  
  1155. </div><!--cornerplayer-->
  1156.  
  1157.  
  1158. <div id="sidebar">
  1159.  
  1160.  
  1161.  
  1162. <div id="sess">
  1163.  
  1164.  
  1165. <a href="URL" target="_blank"><IMG SRC="https://static.tumblr.com/zma9h5a/FJypqfnyx/sess.png"></a>
  1166.  
  1167.  
  1168. </center>
  1169. </div>
  1170. </div></div>
  1171.  
  1172.  
  1173.  
  1174. <div id="kouga">
  1175. <a href="URL" target="_blank"><img src="https://static.tumblr.com/zma9h5a/xQKpqfo5n/kouga.png"></a>
  1176.  
  1177.  
  1178. </center>
  1179. </div>
  1180. </div></div>
  1181. </div>
  1182.  
  1183.  
  1184. <div id="loz">
  1185.  
  1186. <a href="URL" target="_blank"><img src="https://static.tumblr.com/zma9h5a/4H4pqfoc3/loz.png"></a>
  1187.  
  1188. </center>
  1189. </div>
  1190. </div></div>
  1191. </div>
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197. <div id="krel">
  1198. <a href="URL" target="_blank"><img src="https://static.tumblr.com/zma9h5a/KpWpqfohs/krel.png"></a>
  1199.  
  1200.  
  1201. </center>
  1202. </div>
  1203. </div></div>
  1204. </div>
  1205.  
  1206. <div id="jim">
  1207. <a href="URL" target="_blank"><img src="https://static.tumblr.com/zma9h5a/bt6pqfozy/jim.png"></a>
  1208. </center>
  1209. </div>
  1210. </div></div>
  1211. </div>
  1212.  
  1213.  
  1214.  
  1215. <div id="verse07">
  1216.  
  1217. <a href="URL" target="_blank"><img src="https://static.tumblr.com/zma9h5a/6YLpqfonx/naia.png"></a>
  1218.  
  1219.  
  1220. </center>
  1221. </div>
  1222. </div></div>
  1223. </div>
  1224.  
  1225. <div id="rock">
  1226. <a href="URL" target="_blank"><img src="https://static.tumblr.com/zma9h5a/eTdpqfot5/rocklee.png"></a>
  1227.  
  1228. </center>
  1229. </div>
  1230. </div></div>
  1231. </div>
  1232.  
  1233. <div id="viggo">
  1234.  
  1235. <a href="URL" target="_blank"><img src="https://static.tumblr.com/zma9h5a/X4Ppqfp4q/viggo.png"></a>
  1236.  
  1237. </center>
  1238. </div>
  1239. </div></div>
  1240. </div>
  1241.  
  1242.  
  1243. <div id="snot">
  1244. <a href="URL" target="_blank"><img src="https://static.tumblr.com/zma9h5a/td2pqfpa3/snot.png"></a>
  1245. </center>
  1246. </div>
  1247. </div></div>
  1248. </div>
  1249.  
  1250. <div id="textbox">
  1251. <div id="headers">TITLE HERE.</div>
  1252. <div style="width: 102px; height:210px; background-color: #060606; border-color: #1d1919; border-style: solid; border-width: 0px; padding:3px; letter-spacing:0px; overflow: auto;">
  1253.  
  1254. <h1>header</h1>
  1255. <b>strong</b> <i>italic</i><br><br>
  1256.  
  1257.  
  1258. 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.
  1259.  
  1260.  
  1261. </center>
  1262. </div>
  1263. </div></div>
  1264.  
  1265.  
  1266.  
  1267. <div id="navi">
  1268.  
  1269.  
  1270. <div style="padding: 2px; background-color: #060606; border:1px solid #1d1919; line-height: 1;"> <a href="/">link</a></div><br>
  1271. <div style="padding: 2px; background-color: #060606; border:1px solid #1d1919; line-height: 1;"> <a href="/">link</a></div><br>
  1272. <div style="padding: 2px; background-color: #060606; border:1px solid #1d1919; line-height: 1;"> <a href="/">link</a></div><br>
  1273. <div style="padding: 2px; background-color: #060606; border:1px solid #1d1919; line-height: 1;"> <a href="/">link</a></div><br>
  1274. <div style="padding: 2px; background-color: #060606; border:1px solid #1d1919; line-height: 1;"> <a href="/">link</a></div><br>
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281. </div>
  1282.  
  1283.  
  1284. <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>
  1285.  
  1286.  
  1287. </div></div></div>
  1288.  
  1289.  
  1290.  
  1291.  
  1292. <script>
  1293. $(document).ready(function() {
  1294. $('a.poplight[href^=#]').click(function() {
  1295. var popID = $(this).attr('rel'); //Get Popup Name
  1296. var popURL = $(this).attr('href'); //Get Popup href to define size
  1297. var query= popURL.split('?');
  1298. var dim= query[1].split('&');
  1299. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  1300. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  1301. var popMargTop = ($('#' + popID).height() + 80) / 2;
  1302. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  1303. //Apply Margin to Popup
  1304. $('#' + popID).css({
  1305. 'margin-top' : -popMargTop,
  1306. 'margin-left' : -popMargLeft
  1307. });
  1308. $('body').append('<div id="fade"></div>');
  1309. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade bin the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  1310. return false;
  1311. });
  1312. $('a.close, #fade').live('click', function() {
  1313. $('#fade , .popup_block').fadeOut(function() {
  1314. $('#fade, a.close').remove(); //fade them both out
  1315. });
  1316. return false;
  1317. });
  1318. });
  1319. </script>
  1320.  
  1321. <script type="text/javascript">
  1322. <!--
  1323. function clickIE() {if (document.all) {(message);return false;}}
  1324. function clickNS(e) {if
  1325. (document.layers||(document.getElementById&&!document.all)) {
  1326. if (e.which==2||e.which==3) {(message);return false;}}}
  1327. if (document.layers)
  1328. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  1329. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  1330. document.oncontextmenu=new Function("return false")
  1331. // -->
  1332. </script>
  1333.  
  1334. </body>
  1335. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement