Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.87 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="https://static.tumblr.com/zma9h5a/6HOpq7561/roseicon.png"/>
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.  
  40. <!--
  41. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  42. THIS THEME WAS PERSONALLY CODED FOR sovereignmagic !!
  43. Coded By: Ley @ETERNALWORKS.
  44. theme shall not be redistributed. credits may not be removed.
  45. please do not remove credit links.
  46. ( thank you for your ongoing support & commission !! )
  47. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  48. -->
  49.  
  50. <link href="https://fonts.googleapis.com/css?family=Cormorant+Unicase|Meddon" rel="stylesheet">
  51. <link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet">
  52. <link href="https://fonts.googleapis.com/css?family=Jim+Nightshade" rel="stylesheet">
  53. <link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
  54.  
  55. <link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet">
  56.  
  57. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
  58.  
  59. <script language="javascript" src="https://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/javascript"></script>
  60.  
  61. <link href="https://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet">
  62.  
  63. <link href="https://fonts.googleapis.com/css?family=Lobster|Lobster+Two" rel="stylesheet">
  64.  
  65. <link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
  66.  
  67. <link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC" rel="stylesheet">
  68.  
  69. <link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
  70.  
  71. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  72.  
  73. <link href="https://fonts.googleapis.com/css?family=Abel" rel="stylesheet">
  74.  
  75. <link href="https://fonts.googleapis.com/css?family=Francois+One" rel="stylesheet">
  76.  
  77. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  78.  
  79. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
  80.  
  81. <link href="https://fonts.googleapis.com/css?family=Coda+Caption:800" rel="stylesheet">
  82.  
  83. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
  84.  
  85. <link href="https://fonts.googleapis.com/css?family=Allan" rel="stylesheet">
  86.  
  87. <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
  88.  
  89. <link href="https://fonts.googleapis.com/css?family=Cookie|Playfair+Display" rel="stylesheet">
  90.  
  91. <link href="https://fonts.googleapis.com/css?family=Lobster+Two|Rajdhani|Walter+Turncoat" rel="stylesheet">
  92.  
  93.  
  94. <link href="https://fonts.googleapis.com/css?family=Libre+Baskerville" rel="stylesheet">
  95. <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">
  96.  
  97.  
  98. <style>
  99. div#qTip {
  100. padding: 3px;
  101. display: none;
  102. text-align: center;
  103. position: absolute;
  104. font-size:7px;
  105. margin-left:10px;
  106. margin-top:-2px;
  107. line-height:9px;
  108. font-family:arial;
  109. z-index: 1000;
  110. border: 1px solid #cacaca;
  111. background-color:#fff;
  112. color: #9b9b9b;
  113. text-transform:uppercase;
  114. letter-spacing: 2px;
  115. }
  116. </style>
  117.  
  118.  
  119.  
  120.  
  121. <style type="text/css">
  122.  
  123.  
  124. .popup_block{
  125. display:none;
  126. background: url('');
  127. padding:20px;
  128. float:left;
  129. opacity: 100;
  130.  
  131. position:fixed;
  132. top:50%;left:10%;
  133. z-index: 99999;
  134. }
  135.  
  136. *html #fade {position: absolute;}
  137. *html .popup_block {position: absolute;}
  138. #fade {
  139. display:none;
  140. position:fixed;
  141. left:0px;
  142. top:0px;
  143. width:100%;
  144. height:100%;
  145. z-index:9999;
  146. background:#000;
  147. opacity:1;
  148.  
  149. }
  150.  
  151.  
  152. iframe#tumblr_controls {
  153. white-space:nowrap;
  154. -webkit-filter: invert(100%);
  155. -moz-filter: invert(100%);
  156. -o-filter: invert(100%);
  157. -ms-filter: invert(100%);
  158. filter: invert(100%);
  159. opacity:.2;transition: .8s ease-in-out;
  160. -webkit-transition: .8s ease-in-out;
  161. -moz-transition: .8s ease-in-out;
  162. -o-transition: .8s ease-in-out;
  163. }
  164.  
  165. /*----- POST IMAGES -----*/
  166.  
  167.  
  168.  
  169. img {
  170. max-width: 100%;
  171. height: auto;
  172. border:0px solid #dec884;
  173. }
  174.  
  175. pre {
  176. white-space: pre-wrap; / css-3 /
  177. white-space: -moz-pre-wrap; / Mozilla, since 1999 /
  178. white-space: -pre-wrap; / Opera 4-6 /
  179. white-space: -o-pre-wrap; / Opera 7 /
  180. word-wrap: break-word; / Internet Explorer 5.5+ /
  181. }
  182.  
  183.  
  184.  
  185. /*----- IMP -----*/
  186.  
  187. .popup_block{
  188. display:none;
  189. background: url('');
  190. padding:20px;
  191. float:left;
  192.  
  193. position:fixed;
  194. top:50%;left:50%;
  195. z-index: 99999;
  196. }
  197.  
  198. *html #fade {position: absolute;}
  199. *html .popup_block {position: absolute;}
  200. #fade {
  201. display:none;
  202. position:fixed;
  203. left:0px;
  204. top:0px;
  205. width:100%;
  206. height:100%;
  207. z-index:9999;
  208. background:#000; /* change to #fff for solid white */
  209. opacity:0.5; /* change to opacity:1; */
  210.  
  211. }
  212.  
  213.  
  214.  
  215. /*----- dedede BAR -----*/
  216.  
  217. ::-webkit-scrollbar-thumb {
  218. height: 12px;
  219. border: 1px solid #120f0f;
  220. background: url('') #;
  221. background-color: #120f0f;
  222. }
  223. ::-webkit-scrollbar {
  224. width: 8px;
  225. height: 7px;
  226. border-left: 5px solid #120f0f;
  227. border-right: 5px solid #120f0f;
  228. border-top: 2px solid #120f0f;
  229. border-bottom: 2px solid #120f0f;
  230. background: #120f0f;
  231. }
  232.  
  233. /*----- MAIN CONTENT -----*/
  234.  
  235. body {
  236. background: url('https://static.tumblr.com/zma9h5a/1Xmpq8d98/updated.png') #130f0f;
  237. background-position: top-right;
  238. background-repeat: no-repeat;/
  239. background-attachment: absolute;
  240. margin:0px;
  241. color: #5a5750;
  242. letter-spacing: 0px;
  243. font-family: 'IBM Plex Sans Condensed', sans-serif;
  244. font-size:13px;
  245. line-height:100%;
  246. height: 700px;
  247. overflow-x: hidden;
  248. overflow-y: hidden;
  249.  
  250. }
  251.  
  252. body, a, a:hover { cursor:url( https://66.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_p7nrx1hoRW1r1shc4_1280.png ), auto; }
  253.  
  254. /*----- TEXT DETAILS -----*/
  255.  
  256. b,strong {
  257. color: #bfc0b9;
  258. text-transform:uppercase;
  259. font-family: 'Cormorant Unicase', serif;
  260. letter-spacing: 2px;
  261. font-size:11px;}
  262.  
  263.  
  264. i,em {
  265. color:#776f4d;
  266. font-family: times;
  267. text-transform: none;
  268. font-size:13px;}
  269.  
  270.  
  271. h1 {
  272. font-weight:normal;
  273. font-size:18px;
  274. font-family: 'Meddon', cursive;
  275. font-style:none;
  276. text-align:justify;
  277. text-transform:none;
  278. font-style:bold;
  279. line-height:100%;
  280. letter-spacing:2px;
  281. color:#798660;
  282.  
  283.  
  284. }
  285.  
  286. a {
  287. text-decoration:none;
  288. outline:none;
  289. -moz-outline-style:none;
  290. color:#b6cfd8;
  291. -moz-transition-duration:0.5s;
  292. -webkit-transition-duration:0.5s;
  293. -o-transition-duration:0.5s;
  294. }
  295.  
  296. a:hover {
  297. text-decoration:none;
  298. outline:none;
  299. -moz-outline-style:none;
  300. color:#b6cfd8;
  301. }
  302.  
  303. /*----- REBLOG -----*/
  304.  
  305.  
  306.  
  307. blockquote {
  308. padding-left:5px;
  309. border: 1px solid #1a1818;
  310. text-align:justify;
  311. border-radius: 0px;
  312. margin:7px;
  313. background-color: #120f0f;
  314. padding:5px;
  315.  
  316. }
  317.  
  318. blockquote blockquote {
  319. padding-left:5px;
  320. border-left: 2px solid #758663;
  321. text-align:justify;
  322. border-radius: 0px;
  323. margin:7px;
  324. background-color: #120f0f;
  325. padding:5px;
  326.  
  327. }
  328.  
  329. blockquote blockquote blockquote {
  330. padding-left:5px;
  331. border-left: 1px dashed #9d5d47;
  332. text-align:justify;
  333. border-radius: 0px;
  334. margin:7px;
  335. background-color: #120f0f;
  336. padding:5px;
  337.  
  338. }
  339.  
  340.  
  341. #post {
  342. width:400px;
  343. word-wrap: break-word;
  344. padding-bottom:0px;
  345. margin-top:0px;
  346. }
  347.  
  348.  
  349. #post a{
  350. color: #738760;
  351. text-shadow:0px 0px #a0614f;
  352. letter-spacing:2px;
  353. text-transform:uppercase;
  354. font-family: 'Abel', sans-serif;
  355. font-size: 9px;
  356.  
  357.  
  358. }
  359. #post:hover .tags{
  360. opacity:1;
  361. -moz-transition-duration:0.5s;
  362. -webkit-transition-duration:0.5s;
  363. -o-transition-duration:0.5s;
  364. }
  365.  
  366.  
  367. #tags {
  368. font-family: 'IBM Plex Sans Condensed', sans-serif;
  369. margin-left:38px;
  370. color:#41523a;
  371. width:293px;
  372. text-transform:normal;
  373. line-height:120%;
  374. font-size:8px;
  375. text-align:left;
  376. padding-top:5px;
  377. padding:10px;
  378. background-color: #120f0f;
  379. border-radius: 0px;
  380. border: 0px solid #fb8982;
  381. -moz-transition-duration:0.2s;
  382. -webkit-transition-duration:0.2s;
  383. -o-transition-duration:0.2s;
  384. text-align:center;
  385. }
  386.  
  387. #tags a{
  388. font-family: 'VT323', monospace;
  389. color:#a0614f;
  390. -moz-transition-duration:0.2s;
  391. -webkit-transition-duration:0.2s;
  392. -o-transition-duration:0.2s;
  393. }
  394.  
  395. #tags a:hover{
  396. color:#41523a;
  397. -moz-transition-duration:0.2s;
  398. -webkit-transition-duration:0.2s;
  399. -o-transition-duration:0.2s;
  400. }
  401.  
  402.  
  403. /*----- SIDE CONTENT-----*/
  404.  
  405. #sidebar {
  406. color: #777;
  407. position:absolute;
  408. width:100px;
  409. height:auto;
  410. margin-top:-170px;
  411. margin-left:465px;
  412. text-align:left;
  413. }
  414.  
  415. #description {
  416. position:absolute;
  417. width:175px;
  418. font-family: 'Open Sans', sans-serif;
  419. margin-top:825px;
  420. margin-left:150px;
  421. text-align:center;
  422. font-size:10px;
  423. color: #939090;
  424. text-shadow:1px 1px #000;
  425. letter-spacing:0px;
  426. line-height:130%;
  427. -moz-transition-duration:1s;
  428. -webkit-transition-duration:1s;
  429. -o-transition-duration:1s;
  430. }
  431.  
  432. #description a {
  433. color: #aca09f;
  434. }
  435.  
  436. #description a:hover {
  437. color:#b6cfd8;
  438. }
  439.  
  440. #heads {
  441. background-color: #;
  442. position:absolute;
  443. width:360px;
  444. font-family: 'Alegreya Sans SC', sans-serif;
  445. text-transform: none;
  446. margin-top:39px;
  447. margin-left: 100px;
  448. text-align:center;
  449. font-size:9px;
  450. color: #504d48;
  451. letter-spacing:1px;
  452. line-height:130%;
  453. -moz-transition-duration:1s;
  454. -webkit-transition-duration:1s;
  455. -o-transition-duration:1s;
  456. }
  457.  
  458. #heads a {
  459. color: #000;
  460. text-shadow:0px 1px #fff;
  461. letter-spacing:2px;
  462.  
  463. }
  464.  
  465.  
  466. #heads a:hover {
  467. color:#839bb2;
  468. letter-spacing:3px;
  469. font-size: 10px;
  470. text-shadow:0px 0px #000;
  471. }
  472.  
  473.  
  474.  
  475. #navi {
  476. background-color: #transparent;
  477. position:absolute;
  478. width:84px;
  479. font-family: 'VT323', monospace;
  480. text-transform: uppercase;
  481. margin-top:428px;
  482. margin-left: 510px;
  483. text-align:center;
  484. font-size:9px;
  485. color: #828282;
  486. letter-spacing:1px;
  487. line-height:130%;
  488. -moz-transition-duration:1s;
  489. -webkit-transition-duration:1s;
  490. -o-transition-duration:1s;
  491. }
  492.  
  493. #navi a {
  494. color: #a9a19c;
  495. font-size:7px;
  496. text-shadow:0px 0px #000;
  497. letter-spacing:5px;
  498.  
  499. }
  500.  
  501.  
  502. #navi a:hover {
  503. color:#fff;
  504. letter-spacing:3px;
  505. font-size: 9px;
  506. text-shadow:0px 0px #000;
  507. }
  508.  
  509. #navi2 {
  510. background-color: #;
  511. position:absolute;
  512. width:240px;
  513. font-family: georgia;
  514. text-transform: none;
  515. margin-top:200px;
  516. margin-left: 1040px;
  517. text-align:center;
  518. font-size:25px;
  519. color: #8d5a5b;
  520. letter-spacing:1px;
  521. line-height:130%;
  522. -moz-transition-duration:1s;
  523. -webkit-transition-duration:1s;
  524. -o-transition-duration:1s;
  525. }
  526.  
  527.  
  528. #navi2 a {
  529. color: #000;
  530. text-shadow:0px 1px #fff;
  531. letter-spacing:1px;
  532.  
  533. }
  534.  
  535.  
  536. #navi2 a:hover {
  537. color:#fff;
  538. letter-spacing:3px;
  539. font-size: 28px;
  540. text-shadow:0px 0px #000;
  541. }
  542.  
  543.  
  544. #textbox2 {
  545. background-color: #;
  546. position:absolute;
  547. width:500px;
  548. font-family: 'IBM Plex Sans Condensed', sans-serif;
  549. text-transform: NONE;
  550. margin-top:80px;
  551. margin-left:67px;
  552. text-align:none;
  553. font-size:10px;
  554. color: #5a5750;
  555. letter-spacing: 0.3px;
  556. overflow-y:hidden;
  557. overflow-x:hidden;
  558. letter-spacing:0px;
  559. line-height:100%;
  560. -moz-transition-duration:1s;
  561. -webkit-transition-duration:1s;
  562. -o-transition-duration:1s;
  563. }
  564.  
  565. .sfm input {background-color: #fff;
  566. font-size: 9px;
  567. border: 1px solid;
  568. border-color: #cebec9;
  569. text-transform: uppercase;
  570. margin-top: 0px;
  571. color: #999;
  572. letter-spacing: 1px;
  573. padding: 4px 8px;
  574. font-family: calibri, helvetica, arial;}
  575.  
  576.  
  577. #textbox2 a {
  578. color: #fff;
  579. }
  580.  
  581. #textbox2 a:hover {
  582. color:#ffffff;
  583. }
  584.  
  585. #textbox {
  586. background-color: #;
  587. position:absolute;
  588. width:695px;
  589. font-family: arial;
  590. text-transform: NONE;
  591. margin-top:64px;
  592. margin-left: 380px;
  593. text-align:justify;
  594. font-size:10px;
  595. color: #535353;
  596. letter-spacing: 1px;
  597. overflow-y:hidden;
  598. overflow-x:hidden;
  599. letter-spacing:0px;
  600. line-height:100%;
  601. -moz-transition-duration:1s;
  602. -webkit-transition-duration:1s;
  603. -o-transition-duration:1s;
  604. }
  605.  
  606. #textbox a {
  607. font-family: 'Old Standard5 TT', serif;
  608. font-size:9px;
  609. color: #787878;
  610. text-transform:uppercase;
  611. letter-spacing:1px;
  612. }
  613.  
  614. #textbox a:hover {
  615. color:#ffffff;
  616. }
  617.  
  618.  
  619. #candle {
  620. background-color: #;
  621. position:absolute;
  622. width:115px;
  623. font-family: 'IBM Plex Sans Condensed', sans-serif;
  624. text-transform: NONE;
  625. margin-top:365px;
  626. margin-left: 1048px;
  627. text-align:center;
  628. font-size:9px;
  629. color: #797a7c;
  630. letter-spacing: 2px;
  631. overflow-y:hidden;
  632. overflow-x:hidden;
  633. letter-spacing:0px;
  634. line-height:100%;
  635. -moz-transition-duration:1s;
  636. -webkit-transition-duration:1s;
  637. -o-transition-duration:1s;
  638. }
  639.  
  640. #candle a {
  641. font-family: 'Old Standard5 TT', serif;
  642. font-size:9px;
  643. color: #787878;
  644. text-transform:uppercase;
  645. letter-spacing:1px;
  646. }
  647.  
  648. #candle a:hover {
  649. color:#ffffff;
  650. }
  651.  
  652. #candle2 {
  653. background-color: #;
  654. position:absolute;
  655. width:215px;
  656. font-family: 'IBM Plex Sans Condensed', sans-serif;
  657. text-transform: NONE;
  658. margin-top:356px;
  659. margin-left: 324px;
  660. text-align:center;
  661. font-size:9px;
  662. color: #797a7c;
  663. letter-spacing: 2px;
  664. overflow-y:hidden;
  665. overflow-x:hidden;
  666. letter-spacing:0px;
  667. line-height:100%;
  668. -moz-transition-duration:1s;
  669. -webkit-transition-duration:1s;
  670. -o-transition-duration:1s;
  671. }
  672.  
  673. #candle2 a {
  674. font-family: 'Old Standard5 TT', serif;
  675. font-size:9px;
  676. color: #787878;
  677. text-transform:uppercase;
  678. letter-spacing:1px;
  679. }
  680.  
  681. #candle2 a:hover {
  682. color:#ffffff;
  683. }
  684.  
  685. #blink {
  686. background-color: #;
  687. position:absolute;
  688. width:215px;
  689. font-family: 'IBM Plex Sans Condensed', sans-serif;
  690. text-transform: NONE;
  691. margin-top:436px;
  692. margin-left: 1030px;
  693. text-align:center;
  694. font-size:9px;
  695. color: #797a7c;
  696. letter-spacing: 2px;
  697. overflow-y:hidden;
  698. overflow-x:hidden;
  699. letter-spacing:0px;
  700. line-height:100%;
  701. -moz-transition-duration:1s;
  702. -webkit-transition-duration:1s;
  703. -o-transition-duration:1s;
  704. }
  705.  
  706. #blink a {
  707. font-family: 'Old Standard5 TT', serif;
  708. font-size:9px;
  709. color: #787878;
  710. text-transform:uppercase;
  711. letter-spacing:1px;
  712. }
  713.  
  714. #blink a:hover {
  715. color:#ffffff;
  716. }
  717.  
  718.  
  719. #textarea {
  720. background-color: #;
  721. position:absolute;
  722. width:410px;
  723. font-family: times;
  724. text-transform: NONE;
  725. margin-top:176px;
  726. margin-left:1120px;
  727. text-align:justify;
  728. font-size:9px;
  729. color: #67675b;
  730. letter-spacing: 0.3px;
  731. overflow-y:hidden;
  732. overflow-x:hidden;
  733. letter-spacing:0px;
  734. line-height:100%;
  735. -moz-transition-duration:1s;
  736. -webkit-transition-duration:1s;
  737. -o-transition-duration:1s;
  738. }
  739.  
  740. #textarea a {
  741. font-family: 'Old Standard5 TT', serif;
  742. font-size:9px;
  743. color: #787878;
  744. text-transform:uppercase;
  745. letter-spacing:1px;
  746. }
  747.  
  748. #textarea a:hover {
  749. color:#ffffff;
  750. }
  751.  
  752.  
  753. #discl {
  754. background-color: #;
  755. position:absolute;
  756. width:360px;
  757. font-family: 'IBM Plex Sans Condensed', sans-serif;
  758. text-transform: NONE;
  759. margin-top:600px;
  760. margin-left: 1144px;
  761. text-align:center;
  762. font-size:9px;
  763. color: #66655d;
  764. letter-spacing: 0.3px;
  765. overflow-y:hidden;
  766. overflow-x:hidden;
  767. letter-spacing:0px;
  768. line-height:100%;
  769. -moz-transition-duration:1s;
  770. -webkit-transition-duration:1s;
  771. -o-transition-duration:1s;
  772. }
  773.  
  774. #discl a {
  775. font-family: 'Old Standard5 TT', serif;
  776. font-size:9px;
  777. color: #787878;
  778. text-transform:uppercase;
  779. letter-spacing:1px;
  780. }
  781.  
  782. #discl a:hover {
  783. color:#ffffff;
  784. }
  785.  
  786.  
  787.  
  788. #links {
  789. position:relative;
  790. font-family:georgia;
  791. width:450px;
  792. margin-top:385px;
  793. z-index:-1;
  794. margin-left:270px;
  795. display:inline-block;
  796. font-size:18px;
  797. font-style:none;
  798. letter-spacing:1px;
  799. text-align:left;
  800. line-height:280%;
  801. text-transform: lowercase;
  802. -webkit-transition: all .4s linear;
  803. }
  804.  
  805. #links a{
  806. position: static;
  807. line-height:300%;
  808. margin-top:1px;
  809. margin-left:14px;
  810. width:60px;
  811. margin-bottom:4px;
  812. border-bottom:0px solid #0a141c;
  813. color: #6d5e60;
  814. text-shadow:1px 1px #9b8f86;
  815. -moz-transition-duration:.2s;
  816. -webkit-transition-duration:.2s;
  817. -o-transition-duration:.2s;
  818. }
  819.  
  820. #links a:hover {
  821. width:60px;
  822. color: #d1cfbc;
  823. -moz-transition-duration:0.2s;
  824. -webkit-transition-duration:0.2s;
  825. -o-transition-duration:0.2s;
  826. }
  827.  
  828.  
  829. #pagination {
  830. font-family: 'Cookie', cursive;
  831. position:absolute;
  832. width:210px;
  833. font-size:18px;
  834. margin-top: 540px;
  835. margin-left: 50px;
  836. padding-left:860px;
  837. letter-spacing:1px;
  838. text-align:center;
  839. }
  840.  
  841. #pagination a {
  842. color:#6c5b50;
  843. text-shadow:0px 0px #000;
  844. }
  845.  
  846. #pagination a:hover {
  847. color:#fff;
  848. }
  849.  
  850. #credit {
  851. background-color:#161313;
  852. border: 0px solid #323232;
  853. padding:5px;
  854. position:fixed;
  855. bottom:35px;
  856. right:10px;
  857. width:63px;
  858. height:21px;
  859. font-size:9px;
  860. word-wrap:break-word;
  861. overflow:hidden;
  862. text-shadow:0px 1px #000;
  863. }
  864.  
  865. #credit a {
  866. color:#a0614f;
  867. text-transform:uppercase;
  868. font-size:9px;
  869. }
  870.  
  871.  
  872. /*----- POST CONTENT -----*/
  873.  
  874.  
  875. #entries {
  876. background: ;
  877. opacity: 100;
  878. padding: 10px;
  879. width: 410px;
  880. margin-left:493px;
  881. text-align:justify;
  882. margin-top:26px;
  883. margin-bottom: 50px;
  884. height:555px;
  885. overflow-x: hidden;
  886. overflow-y: auto;
  887. position: absolute;
  888. -moz-transition-duration: 0.8s;
  889. -webkit-transition-duration: 0.8s;
  890. -o-transition-duration: 0.8s;
  891. }
  892.  
  893.  
  894. ::selection {
  895. background: #100e0e; /* WebKit/Blink Browsers */
  896. }
  897. ::-moz-selection {
  898. background: #100e0e; /* Gecko Browsers */
  899. }
  900.  
  901.  
  902. #headers{
  903. width:63px;
  904. height:7px;
  905. color: #fff;
  906. padding:10px;
  907. font-size:8px;
  908. font-family: georgia;
  909. font-weight:bold;
  910. letter-spacing:3px;
  911. line-height:100%;
  912. text-transform:uppercase;
  913. background: url('https://static.tumblr.com/zma9h5a/Tcwpq74i3/head.gif');
  914. background-color: #110f0e;
  915. border:1px solid #27322a;
  916. border-bottom:2px solid #9e483a;
  917. text-align:center;
  918. }
  919.  
  920. #headers2{
  921. width:84px;
  922. height:7px;
  923. color: #fff;
  924. padding:10px;
  925. font-size:8px;
  926. font-family: georgia;
  927. font-weight:bold;
  928. letter-spacing:3px;
  929. line-height:100%;
  930. text-transform:uppercase;
  931. background: url('https://static.tumblr.com/zma9h5a/Tcwpq74i3/head.gif');
  932. background-color: #110f0e;
  933. border:1px solid #27322a;
  934. border-bottom:2px solid #9e483a;
  935. text-align:center;
  936. }
  937.  
  938.  
  939. #info {
  940. background: url("");
  941. background-color: #120f0f;
  942. border-left:5px solid #41523a;
  943. border-right:5px solid #41523a;
  944. font-family: 'Playfair Display', serif;
  945. width:300px;
  946. margin-top:5px;
  947. margin-left:38px;
  948. margin-bottom: 15px;
  949. padding-bottom:140px;
  950. font-size:9px;
  951. background:#;
  952. padding:4px;
  953. color: #776f4d;
  954. text-transform:uppercase;
  955. font-style:bold;
  956. text-align:left;
  957. -moz-transition-duration:0.5s;
  958. -webkit-transition-duration:0.5s;
  959. -o-transition-duration:0.5s;
  960. }
  961.  
  962. #info a {
  963. color:#4b3832;
  964. font-style:normal;
  965. font-size:9px;
  966. font-family: 'Playfair Display', serif;
  967.  
  968. }
  969.  
  970. #info a:hover {
  971. color:#fff;
  972. }
  973.  
  974. .quote {
  975. font-size:11px;
  976. font-family:georgia;
  977. font-style:normal;
  978. line-height:17px;
  979. margin-bottom:15px;
  980. text-transform:normal;
  981. text-align:left;
  982. font-weight:normal;
  983. font-style:none;
  984. color:#fff;
  985. text-shadow:1px 1px #000;
  986. }
  987.  
  988. #ask {
  989. float:left;
  990. color:#000;
  991. padding: 5px;
  992.  
  993. }
  994. #ask_bg{
  995. padding: 5px;
  996. background: url(HERE);
  997. background-color: transparent;
  998. height: auto;
  999. width: 380px;
  1000. font-family: 'Cormorant Unicase', serif;
  1001. font-size: 11px;
  1002. color: #637f65;
  1003. border-bottom:1px dashed #6e5749;
  1004. }
  1005.  
  1006.  
  1007. /*----- BOTTOM IMAGE -----*/
  1008.  
  1009. #corner {
  1010. font-size:9px;
  1011. font-family:cambria;
  1012. font-style:italic;
  1013. letter-spacing:1px;
  1014. -moz-transition-duration:0.5s;
  1015. -webkit-transition-duration:0.5s;
  1016. -o-transition-duration:0.5s;
  1017. }
  1018.  
  1019. #corner a {
  1020. background-color:transparent;
  1021. position:fixed;
  1022. right:15px;
  1023. bottom:10px
  1024. }
  1025.  
  1026.  
  1027.  
  1028. #cornerplayer
  1029. {z-index:999;
  1030. background-color:transparent;
  1031. width:30px;
  1032. height:50px;
  1033. border-radius:0px 0px 0px 0px;
  1034. -moz-border-radius:0px 50px 0px 0px;
  1035. position:fixed;
  1036. overflow:hidden;
  1037. bottom:0px;
  1038. right:0px;
  1039. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  1040.  
  1041. #cornericon
  1042. {margin-top:15px;
  1043. margin-bottom:20px;
  1044. margin-right:-5px;
  1045. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  1046.  
  1047. #cornerplayer:hover
  1048. {width:200px;
  1049. -moz-border-radius:0px;
  1050. border-radius:0px;}
  1051.  
  1052. #cornerplayer:hover #cornericon
  1053. {margin-top:10px;
  1054. margin-left:0px;
  1055. margin-bottom:4px;}
  1056.  
  1057. </style>
  1058. </head>
  1059. <body>
  1060.  
  1061. <!-- Wikplayer https://www.wikplayer.com --><script type="text/javascript" src="https://www.wikplayer.com/code.js"
  1062. data-config="{'skin':'https://static.tumblr.com/s2k8dvk/SNMo9m1ik/nobroken-18-0.css','volume':35,'autoplay':true,'shuffle':true,'repeat':0,'showcomment':false,'marqueetexton':true,'placement':'mini','showplaylist':false,'playlist':[{'title':'','url':'https://www.youtube.com/watch?v=ifQ3JRS4gqc'}]}" ></script><!-- Wikplayer code end --></div>
  1063.  
  1064. <script type="text/javascript" src="https://bpmaker.giffy.me/userdata/user/53/53959/2/parts.js"></script>
  1065.  
  1066.  
  1067. <div id='cornerplayer' style="text-align:center;">
  1068.  
  1069. <!--<div>
  1070.  
  1071. <div> </div>-->
  1072.  
  1073. </div><!--cornerplayer-->
  1074.  
  1075.  
  1076. <div id="sidebar">
  1077.  
  1078. <div id="sidebarimage">
  1079. <a href="/"><img src="{image:sidebar}"></a></div>
  1080.  
  1081.  
  1082. <div id="navi">
  1083.  
  1084. <div id="headers">magic</div><br>
  1085.  
  1086. <div style="padding: 2px; background-color: #120f0f; border-bottom:1px dashed #1a1818; line-height: 1;"> <a href="/"> refresh </a></div><br>
  1087. <div style="padding: 2px; background-color: #120f0f; border-bottom:1px dashed #1a1818; line-height: 1;"> <a href="#?w=300" rel="01" class="poplight"> message </a></div><br>
  1088. <div style="padding: 2px; background-color: #120f0f; border-bottom:1px dashed #1a1818; line-height: 1;"> <a href="#?w=300" rel="02" class="poplight"> submit </a></div><br>
  1089. <div style="padding: 2px; background-color: #120f0f; border-bottom:1px dashed #1a1818; line-height: 1;"> <a href="/"> navigation </a></div><br>
  1090. <div style="padding: 2px; background-color: #120f0f; border-bottom:1px dashed #1a1818; line-height: 1;"> <a href="/"> other </a></div><br>
  1091. <div style="padding: 2px; background-color: #120f0f; border-bottom:1px dashed #1a1818; line-height: 1;"> <a href="/"> other </a></div><br>
  1092.  
  1093. <blockquote>a small little quote here will be cute.</blockquote>
  1094.  
  1095. </div></div></div>
  1096.  
  1097. <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>
  1098.  
  1099. <div id="candle">
  1100. <img src="https://static.tumblr.com/zma9h5a/Op8pq72gx/candle.gif">
  1101. </div>
  1102. </div>
  1103.  
  1104. <div id="candle2">
  1105. <img src="https://static.tumblr.com/zma9h5a/yd0pq72xj/candle2.gif">
  1106. </div>
  1107. </div>
  1108.  
  1109. <div id="blink">
  1110. <img src="https://static.tumblr.com/zma9h5a/Yw6pq8dm8/untitled-10.gif">
  1111.  
  1112. </div></div>
  1113.  
  1114. <div id="textbox2">
  1115. <div id="headers2">sovereign</div><br>
  1116. <div style="width: 110px; height:190px; background-color: #; border-color: #511f1d; border-style: solid; border-width: 0px; letter-spacing:1px; overflow: auto;">
  1117. <small>
  1118. <b>strong</b> <i>italic</i><br>
  1119. here is where you can write in your description. here is where you can write in your description. here is where you can write in your description. here is where you can write in your description. here is where you can write in your description. here is where you chere is where you can write in your description. here is where you can write in your description. here is where you can write in your description. here is where you can write in your description. here is where you can write in your description. here is where you chere is where you can write in your description. here is where you can write in your description. here is where you can write in your description. here is where you can write in your description. here is where you can write in your description. here is where you chere is where you can write in your description. here is where you can write in your description. here is where you can write in your description. here is where you can write in your description. here is where you can write in your description. here is where you c
  1120. </small>
  1121.  
  1122. </center>
  1123. </div></div></div><br>
  1124.  
  1125. <div id="02" class="popup_block">
  1126.  
  1127.  
  1128. <div style="width: 400px; height: 400px; background-color:#100d0d;border-color: #0e0b0b;border-style: double; color: #d5e4e6; font-size: 10px; font-family: arial; overflow: auto;">
  1129.  
  1130. <h1> a submit page title</h1>
  1131.  
  1132. <blockquote>here's a blockquote</blockquote>
  1133. <b>bold</b> <i>italic</i> <u>underline</u><br><br>
  1134.  
  1135. <Center><p><iframe id="submit_form" src="https://www.tumblr.com/submit_form/{Name}.tumblr.com" frameborder="0" height="300" scrolling="no" width="85%"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]--></p>
  1136. </center></div>
  1137.  
  1138. </font>
  1139.  
  1140.  
  1141. </div></div></div>
  1142.  
  1143. <div id="01" class="popup_block">
  1144.  
  1145.  
  1146. <div style="width: 400px; height: 400px; background-color:#100d0d;border-color: #0e0b0b;border-style: double; color: #d5e4e6; font-size: 10px; font-family: arial; overflow: auto;">
  1147.  
  1148. <h1> a message page title</h1>
  1149.  
  1150.  
  1151. <blockquote>here's a blockquote</blockquote>
  1152. <b>bold</b> <i>italic</i> <u>underline</u><br><br>
  1153.  
  1154. <iframe frameborder="0" border="0" scrolling="no" width="380" height="280" allowtransparency="true" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe></p>
  1155.  
  1156. </font>
  1157.  
  1158. </div></div></div>
  1159.  
  1160. <div id="pagination">
  1161. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> previous </a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}"> forward</a><br />{/block:NextPage}{/block:Pagination}</div></div>
  1162. </div></div></div>
  1163.  
  1164. <div id="entries">{block:Posts}
  1165.  
  1166.  
  1167.  
  1168. <div id="post">
  1169.  
  1170.  
  1171.  
  1172. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1173.  
  1174. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1175.  
  1176. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1177.  
  1178. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1179.  
  1180. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1181.  
  1182. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  1183.  
  1184. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1185.  
  1186. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1187.  
  1188. {block:Answer}<div id="ask_bg"><div id="ask"><img src="https://static.tumblr.com/zma9h5a/6HOpq7561/roseicon.png" style="margin-left:7px;margin-right:13px;border:0px solid #9ca59a;padding:2px;"></div> <b>{Asker}</b> <font color="9a7757">asked</font>:</em><br> "{Question}"<br><br></div>{Answer}{/block:Answer}
  1189.  
  1190.  
  1191. <div id="info">
  1192. {block:Date} <a href="{Permalink}">{TimeAgo}</a>
  1193. {/block:Date} {block:NoteCount}&nbsp; <small>notes</small>:</font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}<div style="float:right;">
  1194.  
  1195. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}"></a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}"></a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; <a href="{ReblogURL}"target="_blank" title="reblog this post"> <img src="https://static.tumblr.com/zma9h5a/1kcpq75on/leaf.png"> </font></big> </a> </div>
  1196.  
  1197. </div>
  1198.  
  1199.  
  1200. <div id="tags">
  1201. {block:HasTags}
  1202. {block:Tags}
  1203. # <a href="{TagURL}">{Tag}</a>&nbsp;
  1204. {/block:Tags}
  1205. {/block:HasTags}
  1206. </div>
  1207. <p>
  1208.  
  1209. {/block:Posts}
  1210.  
  1211.  
  1212. <script>
  1213. $(document).ready(function() {
  1214. $('a.poplight[href^=#]').click(function() {
  1215. var popID = $(this).attr('rel'); //Get Popup Name
  1216. var popURL = $(this).attr('href'); //Get Popup href to define size
  1217. var query= popURL.split('?');
  1218. var dim= query[1].split('&');
  1219. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  1220. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  1221. var popMargTop = ($('#' + popID).height() + 80) / 2;
  1222. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  1223. //Apply Margin to Popup
  1224. $('#' + popID).css({
  1225. 'margin-top' : -popMargTop,
  1226. 'margin-left' : -popMargLeft
  1227. });
  1228. $('body').append('<div id="fade"></div>');
  1229. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade bin the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  1230. return false;
  1231. });
  1232. $('a.close, #fade').live('click', function() {
  1233. $('#fade , .popup_block').fadeOut(function() {
  1234. $('#fade, a.close').remove(); //fade them both out
  1235. });
  1236. return false;
  1237. });
  1238. });
  1239. </script>
  1240.  
  1241. <script type="text/javascript">
  1242. <!--
  1243. function clickIE() {if (document.all) {(message);return false;}}
  1244. function clickNS(e) {if
  1245. (document.layers||(document.getElementById&&!document.all)) {
  1246. if (e.which==2||e.which==3) {(message);return false;}}}
  1247. if (document.layers)
  1248. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  1249. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  1250. document.oncontextmenu=new Function("return false")
  1251. // -->
  1252. </script>
  1253.  
  1254. </body>
  1255. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement