Advertisement
Guest User

Untitled

a guest
Mar 10th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.14 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://i.postimg.cc/cJP6MXMt/Lyrian-196.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 dryadalismagicae !!
  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=PT+Sans" rel="stylesheet">
  51.  
  52. <link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet">
  53.  
  54. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
  55.  
  56. <script language="javascript" src="https://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/javascript"></script>
  57.  
  58. <link href="https://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet">
  59.  
  60. <link href="https://fonts.googleapis.com/css?family=Lobster|Lobster+Two" rel="stylesheet">
  61.  
  62. <link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
  63.  
  64. <link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC" rel="stylesheet">
  65.  
  66. <link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
  67.  
  68. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  69.  
  70. <link href="https://fonts.googleapis.com/css?family=Abel" rel="stylesheet">
  71.  
  72. <link href="https://fonts.googleapis.com/css?family=Francois+One" rel="stylesheet">
  73.  
  74. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  75.  
  76. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
  77.  
  78. <link href="https://fonts.googleapis.com/css?family=Coda+Caption:800" rel="stylesheet">
  79.  
  80. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
  81.  
  82. <link href="https://fonts.googleapis.com/css?family=Allan" rel="stylesheet">
  83.  
  84. <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
  85.  
  86. <link href="https://fonts.googleapis.com/css?family=Cookie|Playfair+Display" rel="stylesheet">
  87.  
  88. <link href="https://fonts.googleapis.com/css?family=Lobster+Two|Rajdhani|Walter+Turncoat" rel="stylesheet">
  89.  
  90.  
  91. <link href="https://fonts.googleapis.com/css?family=Libre+Baskerville" rel="stylesheet">
  92. <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">
  93.  
  94.  
  95. <style>
  96. div#qTip {
  97. padding: 3px;
  98. display: none;
  99. text-align: center;
  100. position: absolute;
  101. font-size:7px;
  102. margin-left:10px;
  103. margin-top:-2px;
  104. line-height:9px;
  105. font-family:arial;
  106. z-index: 1000;
  107. border: 1px solid #cacaca;
  108. background-color:#fff;
  109. color: #9b9b9b;
  110. text-transform:uppercase;
  111. letter-spacing: 2px;
  112. }
  113. </style>
  114.  
  115.  
  116.  
  117.  
  118. <style type="text/css">
  119.  
  120.  
  121. .popup_block{
  122. display:none;
  123. background: url('');
  124. padding:20px;
  125. float:left;
  126. opacity: 100;
  127.  
  128. position:fixed;
  129. top:50%;left:50%;
  130. z-index: 99999;
  131. }
  132.  
  133. *html #fade {position: absolute;}
  134. *html .popup_block {position: absolute;}
  135. #fade {
  136. display:none;
  137. position:fixed;
  138. left:0px;
  139. top:0px;
  140. width:100%;
  141. height:100%;
  142. z-index:9999;
  143. background:#000; /* change to #fff for solid white */
  144. opacity:0.5; /* change to opacity:1; */
  145.  
  146. }
  147.  
  148.  
  149. iframe#tumblr_controls {
  150. white-space:nowrap;
  151. -webkit-filter: invert(100%);
  152. -moz-filter: invert(100%);
  153. -o-filter: invert(100%);
  154. -ms-filter: invert(100%);
  155. filter: invert(100%);
  156. opacity:.2;transition: .8s ease-in-out;
  157. -webkit-transition: .8s ease-in-out;
  158. -moz-transition: .8s ease-in-out;
  159. -o-transition: .8s ease-in-out;
  160. }
  161.  
  162. /*----- POST IMAGES -----*/
  163.  
  164.  
  165. img {
  166. max-width: 100%;
  167. height: auto;
  168. border:0px solid #dec884;
  169. }
  170.  
  171. pre {
  172. white-space: pre-wrap; / css-3 /
  173. white-space: -moz-pre-wrap; / Mozilla, since 1999 /
  174. white-space: -pre-wrap; / Opera 4-6 /
  175. white-space: -o-pre-wrap; / Opera 7 /
  176. word-wrap: break-word; / Internet Explorer 5.5+ /
  177. }
  178.  
  179.  
  180.  
  181. /*----- IMP -----*/
  182.  
  183. .popup_block{
  184. display:none;
  185. background: url('');
  186. padding:20px;
  187. float:left;
  188.  
  189. position:fixed;
  190. top:50%;left:50%;
  191. z-index: 99999;
  192. }
  193.  
  194. *html #fade {position: absolute;}
  195. *html .popup_block {position: absolute;}
  196. #fade {
  197. display:none;
  198. position:fixed;
  199. left:0px;
  200. top:0px;
  201. width:100%;
  202. height:100%;
  203. z-index:9999;
  204. background:#000; /* change to #fff for solid white */
  205. opacity:0.5; /* change to opacity:1; */
  206.  
  207. }
  208.  
  209.  
  210.  
  211. /*----- dedede BAR -----*/
  212.  
  213. ::-webkit-scrollbar-thumb {
  214. height: 12px;
  215. border: 1px solid #16160d;
  216. background: url('') #;
  217. background-color: #0b0b09;
  218. }
  219. ::-webkit-scrollbar {
  220. width: 8px;
  221. height: 7px;
  222. border-left: 5px solid #0b0b09;
  223. border-right: 5px solid #0b0b09;
  224. border-top: 2px solid #0b0b09;
  225. border-bottom: 2px solid #0b0b09;
  226. background: #0b0b09;
  227. }
  228.  
  229. /*----- MAIN CONTENT -----*/
  230.  
  231. body {
  232. background: url('https://static.tumblr.com/zma9h5a/fSWpo6547/prettytheme_copy.png') #0b0b09;
  233. background-position: top-right;
  234. background-repeat: no-repeat;/
  235. background-attachment: absolute;
  236. margin:0px;
  237. color: #67675b;
  238. letter-spacing: 0px;
  239. font-family: times;
  240. font-size:13px;
  241. line-height:100%;
  242. height: 900px;
  243. overflow-x: hidden;
  244.  
  245.  
  246. }
  247.  
  248. body, a, a:hover { cursor:url( https://66.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_p7nrx1hoRW1r1shc4_1280.png ), auto; }
  249.  
  250. /*----- TEXT DETAILS -----*/
  251.  
  252. b,strong {
  253. color: #919187;
  254. text-transform:uppercase;
  255. font-family: times;
  256. letter-spacing: 1px;
  257. font-size:12px;}
  258.  
  259.  
  260. i,em {
  261. color:#556238;
  262. font-family: times;
  263. text-transform: none;
  264. font-size:11px;}
  265.  
  266.  
  267. h1 {
  268. font-weight:normal;
  269. font-size:13px;
  270. font-family: 'Playfair Display', serif;
  271. text-align:center;
  272. text-transform:uppercase;
  273. font-style:bold;
  274. line-height:100%;
  275. letter-spacing:2px;
  276. color:#58747f;
  277.  
  278.  
  279. }
  280.  
  281. a {
  282. text-decoration:none;
  283. outline:none;
  284. -moz-outline-style:none;
  285. color:#b6cfd8;
  286. -moz-transition-duration:0.5s;
  287. -webkit-transition-duration:0.5s;
  288. -o-transition-duration:0.5s;
  289. }
  290.  
  291. a:hover {
  292. text-decoration:none;
  293. outline:none;
  294. -moz-outline-style:none;
  295. color:#b6cfd8;
  296. }
  297.  
  298. /*----- REBLOG -----*/
  299.  
  300.  
  301.  
  302. blockquote {
  303. padding-left:5px;
  304. border: 1px solid #0c0c0a;
  305. text-align:justify;
  306. border-radius: 0px;
  307. margin:7px;
  308. background-color: #0b0b09;
  309. padding:5px;
  310. }
  311.  
  312.  
  313. #post {
  314. width:395px;
  315. word-wrap: break-word;
  316. padding-bottom:0px;
  317. margin-top:0px;
  318. }
  319.  
  320.  
  321. #post a{
  322. color: #58747f;
  323. text-shadow:0px 0px #000;
  324. letter-spacing:2px;
  325. text-transform:uppercase;
  326. font-family: 'Abel', sans-serif;
  327. font-size: 9px;
  328.  
  329.  
  330. }
  331. #post:hover .tags{
  332. opacity:1;
  333. -moz-transition-duration:0.5s;
  334. -webkit-transition-duration:0.5s;
  335. -o-transition-duration:0.5s;
  336. }
  337.  
  338.  
  339. #tags {
  340. font-family: 'IBM Plex Sans Condensed', sans-serif;
  341. margin-left:30px;
  342. color:#556238;
  343. width:310px;
  344. text-transform:normal;
  345. line-height:120%;
  346. font-size:10px;
  347. text-align:left;
  348. padding-top:5px;
  349. padding:10px;
  350. background-color: #0b0b09;
  351. border-radius: 0px;
  352. border: 1px solid #16160d;
  353. -moz-transition-duration:0.2s;
  354. -webkit-transition-duration:0.2s;
  355. -o-transition-duration:0.2s;
  356. text-align:center;
  357. }
  358.  
  359. #tags a{
  360. font-family: 'IBM Plex Sans Condensed', sans-serif;
  361. text-shadow:1px 1px #000;
  362. color:#989895;
  363. -moz-transition-duration:0.2s;
  364. -webkit-transition-duration:0.2s;
  365. -o-transition-duration:0.2s;
  366. }
  367.  
  368. #tags a:hover{
  369. color:#000;
  370. -moz-transition-duration:0.2s;
  371. -webkit-transition-duration:0.2s;
  372. -o-transition-duration:0.2s;
  373. }
  374.  
  375.  
  376. /*----- SIDE CONTENT-----*/
  377.  
  378. #sidebar {
  379. color: #777;
  380. position:absolute;
  381. width:100px;
  382. height:auto;
  383. margin-top:-170px;
  384. margin-left:465px;
  385. text-align:left;
  386. }
  387.  
  388. #description {
  389. position:absolute;
  390. width:175px;
  391. font-family: 'Open Sans', sans-serif;
  392. margin-top:625px;
  393. margin-left:150px;
  394. text-align:center;
  395. font-size:10px;
  396. color: #939090;
  397. text-shadow:1px 1px #000;
  398. letter-spacing:0px;
  399. line-height:130%;
  400. -moz-transition-duration:1s;
  401. -webkit-transition-duration:1s;
  402. -o-transition-duration:1s;
  403. }
  404.  
  405. #description a {
  406. color: #aca09f;
  407. }
  408.  
  409. #description a:hover {
  410. color:#b6cfd8;
  411. }
  412.  
  413. #heads {
  414. background-color: #;
  415. position:absolute;
  416. width:360px;
  417. font-family: 'Alegreya Sans SC', sans-serif;
  418. text-transform: none;
  419. margin-top:39px;
  420. margin-left: 100px;
  421. text-align:center;
  422. font-size:9px;
  423. color: #504d48;
  424. letter-spacing:1px;
  425. line-height:130%;
  426. -moz-transition-duration:1s;
  427. -webkit-transition-duration:1s;
  428. -o-transition-duration:1s;
  429. }
  430.  
  431. #heads a {
  432. color: #000;
  433. text-shadow:0px 1px #fff;
  434. letter-spacing:2px;
  435.  
  436. }
  437.  
  438.  
  439. #heads a:hover {
  440. color:#839bb2;
  441. letter-spacing:3px;
  442. font-size: 10px;
  443. text-shadow:0px 0px #000;
  444. }
  445.  
  446.  
  447.  
  448. #navi {
  449. background-color: #;
  450. position:absolute;
  451. width:140px;
  452. font-family: georgia;
  453. text-transform: uppercase;
  454. margin-top:90px;
  455. margin-left: 957px;
  456. text-align:center;
  457. font-size:8px;
  458. color: #8d5a5b;
  459. letter-spacing:1px;
  460. line-height:130%;
  461. -moz-transition-duration:1s;
  462. -webkit-transition-duration:1s;
  463. -o-transition-duration:1s;
  464. }
  465.  
  466. #navi a {
  467. color: #8b8e88;
  468. text-shadow:0px 0px #000;
  469. letter-spacing:2px;
  470.  
  471. }
  472.  
  473.  
  474. #navi a:hover {
  475. color:#000;
  476. letter-spacing:3px;
  477. font-size: 9px;
  478. text-shadow:0px 0px #000;
  479. }
  480.  
  481. #navi2 {
  482. background-color: #;
  483. position:absolute;
  484. width:240px;
  485. font-family: georgia;
  486. text-transform: none;
  487. margin-top:200px;
  488. margin-left: 1040px;
  489. text-align:center;
  490. font-size:25px;
  491. color: #8d5a5b;
  492. letter-spacing:1px;
  493. line-height:130%;
  494. -moz-transition-duration:1s;
  495. -webkit-transition-duration:1s;
  496. -o-transition-duration:1s;
  497. }
  498.  
  499.  
  500. #navi2 a {
  501. color: #000;
  502. text-shadow:0px 1px #fff;
  503. letter-spacing:1px;
  504.  
  505. }
  506.  
  507.  
  508. #navi2 a:hover {
  509. color:#fff;
  510. letter-spacing:3px;
  511. font-size: 28px;
  512. text-shadow:0px 0px #000;
  513. }
  514.  
  515.  
  516. #mains {
  517. background-color: #;
  518. position:absolute;
  519. width:190px;
  520. font-family: 'IBM Plex Sans Condensed', sans-serif;
  521. text-transform: NONE;
  522. margin-top:377px;
  523. margin-left:1127px;
  524. text-align:none;
  525. font-size:9px;
  526. color: #666262;
  527. letter-spacing: 0.3px;
  528. overflow-y:hidden;
  529. overflow-x:hidden;
  530. letter-spacing:0px;
  531. line-height:100%;
  532. -moz-transition-duration:1s;
  533. -webkit-transition-duration:1s;
  534. -o-transition-duration:1s;
  535. }
  536.  
  537. .sfm input {background-color: #fff;
  538. font-size: 9px;
  539. border: 1px solid;
  540. border-color: #cebec9;
  541. text-transform: uppercase;
  542. margin-top: 0px;
  543. color: #999;
  544. letter-spacing: 1px;
  545. padding: 4px 8px;
  546. font-family: calibri, helvetica, arial;}
  547.  
  548.  
  549. #mains a {
  550. color: #fff;
  551. }
  552.  
  553. #mains a:hover {
  554. color:#ffffff;
  555. }
  556.  
  557. #textbox {
  558. background-color: #;
  559. position:absolute;
  560. width:395px;
  561. font-family: times;
  562. text-transform: NONE;
  563. margin-top:520px;
  564. margin-left: -240px;
  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. #textbox 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. #textbox a:hover {
  587. color:#ffffff;
  588. }
  589.  
  590.  
  591. #marqueeee {
  592. background-color: #;
  593. position:absolute;
  594. width:215px;
  595. font-family: 'IBM Plex Sans Condensed', sans-serif;
  596. text-transform: NONE;
  597. margin-top:186px;
  598. margin-left: -239px;
  599. text-align:center;
  600. font-size:9px;
  601. color: #797a7c;
  602. letter-spacing: 2px;
  603. overflow-y:hidden;
  604. overflow-x:hidden;
  605. letter-spacing:0px;
  606. line-height:100%;
  607. -moz-transition-duration:1s;
  608. -webkit-transition-duration:1s;
  609. -o-transition-duration:1s;
  610. }
  611.  
  612. #marqueeee a {
  613. font-family: 'Old Standard5 TT', serif;
  614. font-size:9px;
  615. color: #787878;
  616. text-transform:uppercase;
  617. letter-spacing:1px;
  618. }
  619.  
  620. #marqueeee a:hover {
  621. color:#ffffff;
  622. }
  623.  
  624.  
  625. #textarea {
  626. background-color: #;
  627. position:absolute;
  628. width:410px;
  629. font-family: 'PT Sans', sans-serif;
  630. text-transform: NONE;
  631. margin-top:476px;
  632. margin-left:158px;
  633. text-align:justify;
  634. font-size:9px;
  635. color: #797a7c;
  636. letter-spacing: 0.3px;
  637. overflow-y:hidden;
  638. overflow-x:hidden;
  639. letter-spacing:0px;
  640. line-height:100%;
  641. -moz-transition-duration:1s;
  642. -webkit-transition-duration:1s;
  643. -o-transition-duration:1s;
  644. }
  645.  
  646. #textarea a {
  647. font-family: 'Old Standard5 TT', serif;
  648. font-size:9px;
  649. color: #787878;
  650. text-transform:uppercase;
  651. letter-spacing:1px;
  652. }
  653.  
  654. #textarea a:hover {
  655. color:#ffffff;
  656. }
  657.  
  658.  
  659. #discl {
  660. background-color: #;
  661. position:absolute;
  662. width:360px;
  663. font-family: 'IBM Plex Sans Condensed', sans-serif;
  664. text-transform: NONE;
  665. margin-top:600px;
  666. margin-left: 1144px;
  667. text-align:center;
  668. font-size:9px;
  669. color: #66655d;
  670. letter-spacing: 0.3px;
  671. overflow-y:hidden;
  672. overflow-x:hidden;
  673. letter-spacing:0px;
  674. line-height:100%;
  675. -moz-transition-duration:1s;
  676. -webkit-transition-duration:1s;
  677. -o-transition-duration:1s;
  678. }
  679.  
  680. #discl a {
  681. font-family: 'Old Standard5 TT', serif;
  682. font-size:9px;
  683. color: #787878;
  684. text-transform:uppercase;
  685. letter-spacing:1px;
  686. }
  687.  
  688. #discl a:hover {
  689. color:#ffffff;
  690. }
  691.  
  692.  
  693.  
  694. #links {
  695. position:relative;
  696. font-family:georgia;
  697. width:450px;
  698. margin-top:385px;
  699. z-index:-1;
  700. margin-left:270px;
  701. display:inline-block;
  702. font-size:18px;
  703. font-style:none;
  704. letter-spacing:1px;
  705. text-align:left;
  706. line-height:280%;
  707. text-transform: lowercase;
  708. -webkit-transition: all .4s linear;
  709. }
  710.  
  711. #links a{
  712. position: static;
  713. line-height:300%;
  714. margin-top:1px;
  715. margin-left:14px;
  716. width:60px;
  717. margin-bottom:4px;
  718. border-bottom:0px solid #0a141c;
  719. color: #6d5e60;
  720. text-shadow:1px 1px #9b8f86;
  721. -moz-transition-duration:.2s;
  722. -webkit-transition-duration:.2s;
  723. -o-transition-duration:.2s;
  724. }
  725.  
  726. #links a:hover {
  727. width:60px;
  728. color: #d1cfbc;
  729. -moz-transition-duration:0.2s;
  730. -webkit-transition-duration:0.2s;
  731. -o-transition-duration:0.2s;
  732. }
  733.  
  734.  
  735. #pagination {
  736. font-family: 'Cookie', cursive;
  737. position:absolute;
  738. width:210px;
  739. font-size:18px;
  740. margin-top: 270px;
  741. margin-left: -340px;
  742. padding-left:860px;
  743. letter-spacing:1px;
  744. text-align:center;
  745. }
  746.  
  747. #pagination a {
  748. color:#233c1d;
  749. text-shadow:0px 0px #000;
  750. }
  751.  
  752. #pagination a:hover {
  753. color:#96a9c1;
  754. }
  755.  
  756. #credit {
  757. background-color:#0b0b09;
  758. border: 1px solid #1e261c;
  759. padding:5px;
  760. position:fixed;
  761. bottom:35px;
  762. right:30px;
  763. width:73px;
  764. height:21px;
  765. font-size:9px;
  766. word-wrap:break-word;
  767. overflow:hidden;
  768. text-shadow:0px 1px #000;
  769. }
  770.  
  771. #credit a {
  772. color:#63412e;
  773. text-transform:uppercase;
  774. font-size:9px;
  775. }
  776.  
  777.  
  778. /*----- POST CONTENT -----*/
  779.  
  780.  
  781. #entries {
  782. background: ;
  783. opacity: 100;
  784. padding: 10px;
  785. width: 400px;
  786. margin-left:565px;
  787. text-align:justify;
  788. margin-top:285px;
  789. margin-bottom: 50px;
  790. height:560px;
  791. overflow-x: hidden;
  792. overflow-y: auto;
  793. position: absolute;
  794. -moz-transition-duration: 0.8s;
  795. -webkit-transition-duration: 0.8s;
  796. -o-transition-duration: 0.8s;
  797. }
  798.  
  799.  
  800. ::selection {
  801. background: #000; /* WebKit/Blink Browsers */
  802. }
  803. ::-moz-selection {
  804. background: #000; /* Gecko Browsers */
  805. }
  806.  
  807.  
  808. #headers{
  809. width:123px;
  810. height:auto;
  811. color: #3c7048;
  812. text-shadow:1px 1px #000;
  813. padding:10px;
  814. font-size:7px;
  815. font-weight:bold;
  816. letter-spacing:3px;
  817. line-height:100%;
  818. text-transform:uppercase;
  819. background: url('');
  820. background-color: #0b0b09;
  821. border:0px solid #87a080;
  822. text-align:center;
  823. }
  824.  
  825. #headers2{
  826. width:304px;
  827. height:auto;
  828. color: #000;
  829. text-shadow:1px 1px #fff;
  830. padding:10px;
  831. font-size:7px;
  832. font-weight:bold;
  833. letter-spacing:3px;
  834. line-height:100%;
  835. text-transform:uppercase;
  836. background: url('');
  837. background-color: #dddddc;
  838. border:0px dashed #dec6cf;
  839. text-align:center;
  840. }
  841.  
  842.  
  843. #info {
  844. background: url("");
  845. background-color: #0b0b09;
  846. border:1px solid #16160d;
  847. font-family: 'Playfair Display', serif;
  848. width:240px;
  849. margin-top:5px;
  850. margin-left:80px;
  851. margin-bottom: 15px;
  852. padding-bottom:140px;
  853. font-size:9px;
  854. background:#;
  855. padding:4px;
  856. color: #9ca59a;
  857. text-transform:uppercase;
  858. font-style:bold;
  859. text-align:left;
  860. -moz-transition-duration:0.5s;
  861. -webkit-transition-duration:0.5s;
  862. -o-transition-duration:0.5s;
  863. }
  864.  
  865. #info a {
  866. color:#556238;
  867. text-shadow:1px 1px #000;
  868. font-style:normal;
  869. font-size:9px;
  870. font-family: 'Playfair Display', serif;
  871.  
  872. }
  873.  
  874. #info a:hover {
  875. color:#4b3832;
  876. }
  877.  
  878. .quote {
  879. font-size:11px;
  880. font-family:georgia;
  881. font-style:normal;
  882. line-height:17px;
  883. margin-bottom:15px;
  884. text-transform:normal;
  885. text-align:left;
  886. font-weight:normal;
  887. font-style:none;
  888. color:#fff;
  889. text-shadow:1px 1px #000;
  890. }
  891.  
  892. #ask {
  893. float:left;
  894. color:#000;
  895. padding: 5px;
  896.  
  897. }
  898. #ask_bg{
  899. padding: 5px;
  900. background: url(HERE);
  901. background-color: transparent;
  902. height: auto;
  903. width: 380px;
  904. font-family: 'IBM Plex Sans Condensed', sans-serif;
  905. font-size: 10px;
  906. color: #524f4d;
  907. border:0px dashed #0a0f12;
  908. }
  909.  
  910.  
  911. /*----- BOTTOM IMAGE -----*/
  912.  
  913. #corner {
  914. font-size:9px;
  915. font-family:cambria;
  916. font-style:italic;
  917. letter-spacing:1px;
  918. -moz-transition-duration:0.5s;
  919. -webkit-transition-duration:0.5s;
  920. -o-transition-duration:0.5s;
  921. }
  922.  
  923. #corner a {
  924. background-color:transparent;
  925. position:fixed;
  926. right:15px;
  927. bottom:10px
  928. }
  929.  
  930.  
  931.  
  932. #cornerplayer
  933. {z-index:999;
  934. background-color:transparent;
  935. width:30px;
  936. height:50px;
  937. border-radius:0px 0px 0px 0px;
  938. -moz-border-radius:0px 50px 0px 0px;
  939. position:fixed;
  940. overflow:hidden;
  941. bottom:0px;
  942. right:0px;
  943. -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;}
  944.  
  945. #cornericon
  946. {margin-top:15px;
  947. margin-bottom:20px;
  948. margin-right:-5px;
  949. -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;}
  950.  
  951. #cornerplayer:hover
  952. {width:200px;
  953. -moz-border-radius:0px;
  954. border-radius:0px;}
  955.  
  956. #cornerplayer:hover #cornericon
  957. {margin-top:10px;
  958. margin-left:0px;
  959. margin-bottom:4px;}
  960.  
  961. </style>
  962. </head>
  963. <body>
  964.  
  965.  
  966.  
  967. <script type="text/javascript" src="https://bpmaker.giffy.me/userdata/user/53/53959/2/parts.js"></script>
  968.  
  969.  
  970. <div id='cornerplayer' style="text-align:center;">
  971.  
  972. <!--<div>
  973.  
  974. <div> </div>-->
  975.  
  976. </div><!--cornerplayer-->
  977.  
  978.  
  979. <div id="sidebar">
  980.  
  981. <div id="sidebarimage">
  982. <a href="/"><img src="{image:sidebar}"></a></div>
  983.  
  984.  
  985.  
  986.  
  987. <div id="textbox">
  988. <div id="headers">title</div><br>
  989. <div style="width: 143px; height:165px; background-color: #0b0b09; border-color: #511f1d; border-style: solid; border-width: 0px; letter-spacing:0px; overflow: auto;">
  990.  
  991. <h1>header text</h1>
  992. <b>strong</b> <i>italic</i><br><br>
  993.  
  994.  
  995. 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.
  996.  
  997.  
  998. </center>
  999. </div>
  1000. </div></div>
  1001. </div>
  1002.  
  1003.  
  1004. <div id="navi">
  1005. <div id="headers"> navigation </div><br>
  1006.  
  1007. <div style="padding: 2px; background-color: #0b0b09; border-bottom:1px dashed #19191e; line-height: 1;"><a href="/URL">refresh</a></div><br>
  1008. <div style="padding: 2px; background-color: #0b0b09; border-bottom:1px dashed #19191e; line-height: 1;"><a href="/ask">ask</a></div><br>
  1009. <div style="padding: 2px; background-color: #0b0b09; border-bottom:1px dashed #19191e; line-height: 1;"><a href="/URL">rules</a></div><br>
  1010. <div style="padding: 2px; background-color: #0b0b09; border-bottom:1px dashed #19191e; line-height: 1;"><a href="/URL">navigation</a></div><br>
  1011.  
  1012.  
  1013.  
  1014. </div>
  1015.  
  1016.  
  1017. <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>
  1018.  
  1019.  
  1020. </div></div></div>
  1021.  
  1022.  
  1023. <div id="description">
  1024.  
  1025. <div id="pagination">
  1026. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> ◁ </a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}"> ▷ </a><br />{/block:NextPage}{/block:Pagination}</div></div>
  1027. </div></div></div>
  1028.  
  1029. <div id="entries">{block:Posts}
  1030.  
  1031.  
  1032.  
  1033. <div id="post">
  1034.  
  1035.  
  1036.  
  1037. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1038.  
  1039. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1040.  
  1041. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1042.  
  1043. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1044.  
  1045. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1046.  
  1047. {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}
  1048.  
  1049. {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}
  1050.  
  1051. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1052.  
  1053. {block:Answer}<div id="ask_bg"><div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:0px solid #9ca59a;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br></div>{Answer}{/block:Answer}
  1054.  
  1055.  
  1056. <div id="info">
  1057. {block:Date} <a href="{Permalink}">{TimeAgo}</a>
  1058. {/block:Date} {block:NoteCount}&nbsp; <small>notes</small>:</font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}<div style="float:right;">
  1059.  
  1060. {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"> REBLOG </font></big> </a> </div>
  1061.  
  1062. </div>
  1063.  
  1064.  
  1065. <div id="tags">
  1066. {block:HasTags}
  1067. {block:Tags}
  1068. #<a href="{TagURL}">{Tag}</a>&nbsp;
  1069. {/block:Tags}
  1070. {/block:HasTags}
  1071. </div>
  1072. <p>
  1073.  
  1074. {/block:Posts}
  1075.  
  1076.  
  1077. <script>
  1078. $(document).ready(function() {
  1079. $('a.poplight[href^=#]').click(function() {
  1080. var popID = $(this).attr('rel'); //Get Popup Name
  1081. var popURL = $(this).attr('href'); //Get Popup href to define size
  1082. var query= popURL.split('?');
  1083. var dim= query[1].split('&');
  1084. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  1085. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  1086. var popMargTop = ($('#' + popID).height() + 80) / 2;
  1087. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  1088. //Apply Margin to Popup
  1089. $('#' + popID).css({
  1090. 'margin-top' : -popMargTop,
  1091. 'margin-left' : -popMargLeft
  1092. });
  1093. $('body').append('<div id="fade"></div>');
  1094. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade bin the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  1095. return false;
  1096. });
  1097. $('a.close, #fade').live('click', function() {
  1098. $('#fade , .popup_block').fadeOut(function() {
  1099. $('#fade, a.close').remove(); //fade them both out
  1100. });
  1101. return false;
  1102. });
  1103. });
  1104. </script>
  1105.  
  1106. <script type="text/javascript">
  1107. <!--
  1108. function clickIE() {if (document.all) {(message);return false;}}
  1109. function clickNS(e) {if
  1110. (document.layers||(document.getElementById&&!document.all)) {
  1111. if (e.which==2||e.which==3) {(message);return false;}}}
  1112. if (document.layers)
  1113. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  1114. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  1115. document.oncontextmenu=new Function("return false")
  1116. // -->
  1117. </script>
  1118.  
  1119. </body>
  1120. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement