Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.86 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. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.  
  40. <!--
  41. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  42. THIS THEME WAS PERSONALLY CODED FOR krystallius !!
  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 #f0e7de;
  216. background: url('') #;
  217. background-color: #efe0d8;
  218. }
  219. ::-webkit-scrollbar {
  220. width: 8px;
  221. height: 7px;
  222. border-left: 5px solid #efe0d8;
  223. border-right: 5px solid #efe0d8;
  224. border-top: 2px solid #efe0d8;
  225. border-bottom: 2px solid #efe0d8;
  226. background: #efe0d8;
  227. }
  228.  
  229. /*----- MAIN CONTENT -----*/
  230.  
  231. body {
  232. background: url('https://static.tumblr.com/zma9h5a/yinporvzt/serahheme_copy.png') #ebe0d4;
  233. background-position: top-right;
  234. background-repeat: no-repeat;/
  235. background-attachment: absolute;
  236. margin:0px;
  237. color: #505149;
  238. letter-spacing: 1px;
  239. font-family: times;
  240. font-size:12px;
  241. line-height:100%;
  242. height: 900px;
  243. overflow-x: hidden;
  244. overflow-y: hidden;
  245.  
  246.  
  247. }
  248.  
  249. body, a, a:hover { cursor:url( https://66.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_p7nrx1hoRW1r1shc4_1280.png ), auto; }
  250.  
  251. /*----- TEXT DETAILS -----*/
  252.  
  253. b,strong {
  254. color: #e09d93;
  255. text-transform:uppercase;
  256. font-family: times;
  257. letter-spacing: 1px;
  258. font-size:11px;}
  259.  
  260.  
  261. i,em {
  262. color:#d79e9d;
  263. font-family: times;
  264. text-transform: none;
  265. font-size:12px;}
  266.  
  267.  
  268. h1 {
  269. font-weight:normal;
  270. font-size:12px;
  271. font-family: 'Playfair Display', serif;
  272. text-align:center;
  273. text-transform:uppercase;
  274. font-style:bold;
  275. line-height:100%;
  276. letter-spacing:2px;
  277. color:#b1afad;
  278.  
  279.  
  280. }
  281.  
  282. a {
  283. text-decoration:none;
  284. outline:none;
  285. -moz-outline-style:none;
  286. color:#b6cfd8;
  287. -moz-transition-duration:0.5s;
  288. -webkit-transition-duration:0.5s;
  289. -o-transition-duration:0.5s;
  290. }
  291.  
  292. a:hover {
  293. text-decoration:none;
  294. outline:none;
  295. -moz-outline-style:none;
  296. color:#b6cfd8;
  297. }
  298.  
  299. /*----- REBLOG -----*/
  300.  
  301.  
  302.  
  303. blockquote {
  304. padding-left:5px;
  305. border: 0px solid #141313;
  306. text-align:justify;
  307. border-radius: 0px;
  308. margin:7px;
  309. background-color: #efe0d8;
  310. padding:5px;
  311. }
  312.  
  313.  
  314. #post {
  315. width:395px;
  316. word-wrap: break-word;
  317. padding-bottom:0px;
  318. margin-top:0px;
  319. }
  320.  
  321.  
  322. #post a{
  323. color: #e09d93;
  324. text-shadow:0px 0px #e09d93;
  325. letter-spacing:2px;
  326. text-transform:uppercase;
  327. font-family: 'Abel', sans-serif;
  328. font-size: 9px;
  329.  
  330.  
  331. }
  332. #post:hover .tags{
  333. opacity:1;
  334. -moz-transition-duration:0.5s;
  335. -webkit-transition-duration:0.5s;
  336. -o-transition-duration:0.5s;
  337. }
  338.  
  339.  
  340. #tags {
  341. font-family: 'IBM Plex Sans Condensed', sans-serif;
  342. margin-left:30px;
  343. color:#d79e9d;
  344. width:310px;
  345. text-transform:normal;
  346. line-height:120%;
  347. font-size:10px;
  348. text-align:left;
  349. padding-top:5px;
  350. padding:10px;
  351. background-color: #efe0d8;
  352. border-radius: 0px;
  353. border: 1px solid #f0e7de;
  354. -moz-transition-duration:0.2s;
  355. -webkit-transition-duration:0.2s;
  356. -o-transition-duration:0.2s;
  357. text-align:center;
  358. }
  359.  
  360. #tags a{
  361. font-family: 'IBM Plex Sans Condensed', sans-serif;
  362. text-shadow:0px 0px #000;
  363. color:#505149;
  364. -moz-transition-duration:0.2s;
  365. -webkit-transition-duration:0.2s;
  366. -o-transition-duration:0.2s;
  367. }
  368.  
  369. #tags a:hover{
  370. color:#000;
  371. -moz-transition-duration:0.2s;
  372. -webkit-transition-duration:0.2s;
  373. -o-transition-duration:0.2s;
  374. }
  375.  
  376.  
  377. /*----- SIDE CONTENT-----*/
  378.  
  379. #sidebar {
  380. color: #777;
  381. position:absolute;
  382. width:100px;
  383. height:auto;
  384. margin-top:-170px;
  385. margin-left:465px;
  386. text-align:left;
  387. }
  388.  
  389. #description {
  390. position:absolute;
  391. width:175px;
  392. font-family: 'Open Sans', sans-serif;
  393. margin-top:625px;
  394. margin-left:150px;
  395. text-align:center;
  396. font-size:10px;
  397. color: #939090;
  398. text-shadow:1px 1px #000;
  399. letter-spacing:0px;
  400. line-height:130%;
  401. -moz-transition-duration:1s;
  402. -webkit-transition-duration:1s;
  403. -o-transition-duration:1s;
  404. }
  405.  
  406. #description a {
  407. color: #aca09f;
  408. }
  409.  
  410. #description a:hover {
  411. color:#b6cfd8;
  412. }
  413.  
  414. #heads {
  415. background-color: #;
  416. position:absolute;
  417. width:360px;
  418. font-family: 'Alegreya Sans SC', sans-serif;
  419. text-transform: none;
  420. margin-top:39px;
  421. margin-left: 100px;
  422. text-align:center;
  423. font-size:9px;
  424. color: #504d48;
  425. letter-spacing:1px;
  426. line-height:130%;
  427. -moz-transition-duration:1s;
  428. -webkit-transition-duration:1s;
  429. -o-transition-duration:1s;
  430. }
  431.  
  432. #heads a {
  433. color: #000;
  434. text-shadow:0px 1px #fff;
  435. letter-spacing:2px;
  436.  
  437. }
  438.  
  439.  
  440. #heads a:hover {
  441. color:#839bb2;
  442. letter-spacing:3px;
  443. font-size: 10px;
  444. text-shadow:0px 0px #000;
  445. }
  446.  
  447.  
  448.  
  449. #navi {
  450. background-color: #;
  451. position:absolute;
  452. width:98px;
  453. font-family: georgia;
  454. text-transform: uppercase;
  455. margin-top:34px;
  456. margin-left: 50px;
  457. text-align:center;
  458. font-size:8px;
  459. color: #8d5a5b;
  460. letter-spacing:1px;
  461. line-height:130%;
  462. -moz-transition-duration:1s;
  463. -webkit-transition-duration:1s;
  464. -o-transition-duration:1s;
  465. }
  466.  
  467. #navi a {
  468. color: #b1afad;
  469. font-size:7px;
  470. text-shadow:0px 0px #000;
  471. letter-spacing:5px;
  472.  
  473. }
  474.  
  475.  
  476. #navi a:hover {
  477. color:#d0c8a4;
  478. letter-spacing:3px;
  479. font-size: 9px;
  480. text-shadow:0px 0px #000;
  481. }
  482.  
  483. #navi2 {
  484. background-color: #;
  485. position:absolute;
  486. width:240px;
  487. font-family: georgia;
  488. text-transform: none;
  489. margin-top:200px;
  490. margin-left: 1040px;
  491. text-align:center;
  492. font-size:25px;
  493. color: #8d5a5b;
  494. letter-spacing:1px;
  495. line-height:130%;
  496. -moz-transition-duration:1s;
  497. -webkit-transition-duration:1s;
  498. -o-transition-duration:1s;
  499. }
  500.  
  501.  
  502. #navi2 a {
  503. color: #000;
  504. text-shadow:0px 1px #fff;
  505. letter-spacing:1px;
  506.  
  507. }
  508.  
  509.  
  510. #navi2 a:hover {
  511. color:#fff;
  512. letter-spacing:3px;
  513. font-size: 28px;
  514. text-shadow:0px 0px #000;
  515. }
  516.  
  517.  
  518. #mains {
  519. background-color: #;
  520. position:absolute;
  521. width:190px;
  522. font-family: 'IBM Plex Sans Condensed', sans-serif;
  523. text-transform: NONE;
  524. margin-top:377px;
  525. margin-left:1127px;
  526. text-align:none;
  527. font-size:9px;
  528. color: #666262;
  529. letter-spacing: 0.3px;
  530. overflow-y:hidden;
  531. overflow-x:hidden;
  532. letter-spacing:0px;
  533. line-height:100%;
  534. -moz-transition-duration:1s;
  535. -webkit-transition-duration:1s;
  536. -o-transition-duration:1s;
  537. }
  538.  
  539. .sfm input {background-color: #fff;
  540. font-size: 9px;
  541. border: 1px solid;
  542. border-color: #cebec9;
  543. text-transform: uppercase;
  544. margin-top: 0px;
  545. color: #999;
  546. letter-spacing: 1px;
  547. padding: 4px 8px;
  548. font-family: calibri, helvetica, arial;}
  549.  
  550.  
  551. #mains a {
  552. color: #fff;
  553. }
  554.  
  555. #mains a:hover {
  556. color:#ffffff;
  557. }
  558.  
  559. #textbox {
  560. background-color: #;
  561. position:absolute;
  562. width:495px;
  563. font-family: times;
  564. text-transform: NONE;
  565. margin-top:400px;
  566. margin-left: 630px;
  567. text-align:justify;
  568. font-size:9px;
  569. color: #505149;
  570. letter-spacing: 1px;
  571. overflow-y:hidden;
  572. overflow-x:hidden;
  573. letter-spacing:0px;
  574. line-height:100%;
  575. -moz-transition-duration:1s;
  576. -webkit-transition-duration:1s;
  577. -o-transition-duration:1s;
  578. }
  579.  
  580. #textbox a {
  581. font-family: 'Old Standard5 TT', serif;
  582. font-size:9px;
  583. color: #787878;
  584. text-transform:uppercase;
  585. letter-spacing:1px;
  586. }
  587.  
  588. #textbox a:hover {
  589. color:#ffffff;
  590. }
  591.  
  592.  
  593. #marqueeee {
  594. background-color: #;
  595. position:absolute;
  596. width:215px;
  597. font-family: 'IBM Plex Sans Condensed', sans-serif;
  598. text-transform: NONE;
  599. margin-top:186px;
  600. margin-left: -239px;
  601. text-align:center;
  602. font-size:9px;
  603. color: #797a7c;
  604. letter-spacing: 2px;
  605. overflow-y:hidden;
  606. overflow-x:hidden;
  607. letter-spacing:0px;
  608. line-height:100%;
  609. -moz-transition-duration:1s;
  610. -webkit-transition-duration:1s;
  611. -o-transition-duration:1s;
  612. }
  613.  
  614. #marqueeee a {
  615. font-family: 'Old Standard5 TT', serif;
  616. font-size:9px;
  617. color: #787878;
  618. text-transform:uppercase;
  619. letter-spacing:1px;
  620. }
  621.  
  622. #marqueeee a:hover {
  623. color:#ffffff;
  624. }
  625.  
  626.  
  627. #textarea {
  628. background-color: #;
  629. position:absolute;
  630. width:410px;
  631. font-family: times;
  632. text-transform: NONE;
  633. margin-top:176px;
  634. margin-left:1120px;
  635. text-align:justify;
  636. font-size:9px;
  637. color: #67675b;
  638. letter-spacing: 0.3px;
  639. overflow-y:hidden;
  640. overflow-x:hidden;
  641. letter-spacing:0px;
  642. line-height:100%;
  643. -moz-transition-duration:1s;
  644. -webkit-transition-duration:1s;
  645. -o-transition-duration:1s;
  646. }
  647.  
  648. #textarea a {
  649. font-family: 'Old Standard5 TT', serif;
  650. font-size:9px;
  651. color: #787878;
  652. text-transform:uppercase;
  653. letter-spacing:1px;
  654. }
  655.  
  656. #textarea a:hover {
  657. color:#ffffff;
  658. }
  659.  
  660.  
  661. #discl {
  662. background-color: #;
  663. position:absolute;
  664. width:360px;
  665. font-family: 'IBM Plex Sans Condensed', sans-serif;
  666. text-transform: NONE;
  667. margin-top:600px;
  668. margin-left: 1144px;
  669. text-align:center;
  670. font-size:9px;
  671. color: #66655d;
  672. letter-spacing: 0.3px;
  673. overflow-y:hidden;
  674. overflow-x:hidden;
  675. letter-spacing:0px;
  676. line-height:100%;
  677. -moz-transition-duration:1s;
  678. -webkit-transition-duration:1s;
  679. -o-transition-duration:1s;
  680. }
  681.  
  682. #discl a {
  683. font-family: 'Old Standard5 TT', serif;
  684. font-size:9px;
  685. color: #787878;
  686. text-transform:uppercase;
  687. letter-spacing:1px;
  688. }
  689.  
  690. #discl a:hover {
  691. color:#ffffff;
  692. }
  693.  
  694.  
  695.  
  696. #links {
  697. position:relative;
  698. font-family:georgia;
  699. width:450px;
  700. margin-top:385px;
  701. z-index:-1;
  702. margin-left:270px;
  703. display:inline-block;
  704. font-size:18px;
  705. font-style:none;
  706. letter-spacing:1px;
  707. text-align:left;
  708. line-height:280%;
  709. text-transform: lowercase;
  710. -webkit-transition: all .4s linear;
  711. }
  712.  
  713. #links a{
  714. position: static;
  715. line-height:300%;
  716. margin-top:1px;
  717. margin-left:14px;
  718. width:60px;
  719. margin-bottom:4px;
  720. border-bottom:0px solid #0a141c;
  721. color: #6d5e60;
  722. text-shadow:1px 1px #9b8f86;
  723. -moz-transition-duration:.2s;
  724. -webkit-transition-duration:.2s;
  725. -o-transition-duration:.2s;
  726. }
  727.  
  728. #links a:hover {
  729. width:60px;
  730. color: #d1cfbc;
  731. -moz-transition-duration:0.2s;
  732. -webkit-transition-duration:0.2s;
  733. -o-transition-duration:0.2s;
  734. }
  735.  
  736.  
  737. #pagination {
  738. font-family: 'Cookie', cursive;
  739. position:absolute;
  740. width:210px;
  741. font-size:15px;
  742. margin-top: -2px;
  743. margin-left: -295px;
  744. padding-left:860px;
  745. letter-spacing:1px;
  746. text-align:center;
  747. }
  748.  
  749. #pagination a {
  750. color:#91647b;
  751. text-shadow:0px 0px #fff;
  752. }
  753.  
  754. #pagination a:hover {
  755. color:#96a9c1;
  756. }
  757.  
  758. #credit {
  759. background-color:#efe0d8;
  760. border: 1px solid #f0e7de;
  761. padding:5px;
  762. position:fixed;
  763. bottom:35px;
  764. right:30px;
  765. width:73px;
  766. height:21px;
  767. font-size:9px;
  768. word-wrap:break-word;
  769. overflow:hidden;
  770. text-shadow:0px 1px #fff;
  771. }
  772.  
  773. #credit a {
  774. color:#a9888c;
  775. text-transform:uppercase;
  776. font-size:8px;
  777. }
  778.  
  779.  
  780. /*----- POST CONTENT -----*/
  781.  
  782.  
  783. #entries {
  784. background: ;
  785. opacity: 100;
  786. padding: 10px;
  787. width: 401px;
  788. margin-left:632px;
  789. text-align:justify;
  790. margin-top:53px;
  791. margin-bottom: 50px;
  792. height:525px;
  793. overflow-x: hidden;
  794. overflow-y: auto;
  795. position: absolute;
  796. -moz-transition-duration: 0.8s;
  797. -webkit-transition-duration: 0.8s;
  798. -o-transition-duration: 0.8s;
  799. }
  800.  
  801.  
  802. ::selection {
  803. background: #f3e0d5; /* WebKit/Blink Browsers */
  804. }
  805. ::-moz-selection {
  806. background: #f3e0d5; /* Gecko Browsers */
  807. }
  808.  
  809.  
  810. #headers{
  811. width:87px;
  812. height:5px;
  813. color: #b11f65;
  814. padding:10px;
  815. font-size:7px;
  816. font-weight:bold;
  817. letter-spacing:3px;
  818. line-height:100%;
  819. text-transform:uppercase;
  820. background: url('');
  821. background-color: #f5cd53;
  822. border:0px solid #f28bae;
  823. text-align:center;
  824. }
  825.  
  826. #headers2{
  827. width:304px;
  828. height:auto;
  829. color: #000;
  830. text-shadow:1px 1px #fff;
  831. padding:10px;
  832. font-size:7px;
  833. font-weight:bold;
  834. letter-spacing:3px;
  835. line-height:100%;
  836. text-transform:uppercase;
  837. background: url('');
  838. background-color: #dddddc;
  839. border:0px dashed #dec6cf;
  840. text-align:center;
  841. }
  842.  
  843.  
  844. #info {
  845. background: url("");
  846. background-color: #efe0d8;
  847. border:1px solid #efe0d8;
  848. font-family: 'Playfair Display', serif;
  849. width:240px;
  850. margin-top:5px;
  851. margin-left:80px;
  852. margin-bottom: 15px;
  853. padding-bottom:140px;
  854. font-size:9px;
  855. background:#;
  856. padding:4px;
  857. color: #9ca59a;
  858. text-transform:uppercase;
  859. font-style:bold;
  860. text-align:left;
  861. -moz-transition-duration:0.5s;
  862. -webkit-transition-duration:0.5s;
  863. -o-transition-duration:0.5s;
  864. }
  865.  
  866. #info a {
  867. color:#69605e;
  868. text-shadow:0px 1px #fff;
  869. font-style:normal;
  870. font-size:9px;
  871. font-family: 'Playfair Display', serif;
  872.  
  873. }
  874.  
  875. #info a:hover {
  876. color:#4b3832;
  877. }
  878.  
  879. .quote {
  880. font-size:11px;
  881. font-family:georgia;
  882. font-style:normal;
  883. line-height:17px;
  884. margin-bottom:15px;
  885. text-transform:normal;
  886. text-align:left;
  887. font-weight:normal;
  888. font-style:none;
  889. color:#fff;
  890. text-shadow:1px 1px #000;
  891. }
  892.  
  893. #ask {
  894. float:left;
  895. color:#000;
  896. padding: 5px;
  897.  
  898. }
  899. #ask_bg{
  900. padding: 5px;
  901. background: url(HERE);
  902. background-color: transparent;
  903. height: auto;
  904. width: 380px;
  905. font-family: 'IBM Plex Sans Condensed', sans-serif;
  906. font-size: 10px;
  907. color: #524f4d;
  908. border:0px dashed #0a0f12;
  909. }
  910.  
  911.  
  912. /*----- BOTTOM IMAGE -----*/
  913.  
  914. #corner {
  915. font-size:9px;
  916. font-family:cambria;
  917. font-style:italic;
  918. letter-spacing:1px;
  919. -moz-transition-duration:0.5s;
  920. -webkit-transition-duration:0.5s;
  921. -o-transition-duration:0.5s;
  922. }
  923.  
  924. #corner a {
  925. background-color:transparent;
  926. position:fixed;
  927. right:15px;
  928. bottom:10px
  929. }
  930.  
  931.  
  932.  
  933. #cornerplayer
  934. {z-index:999;
  935. background-color:transparent;
  936. width:30px;
  937. height:50px;
  938. border-radius:0px 0px 0px 0px;
  939. -moz-border-radius:0px 50px 0px 0px;
  940. position:fixed;
  941. overflow:hidden;
  942. bottom:0px;
  943. right:0px;
  944. -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;}
  945.  
  946. #cornericon
  947. {margin-top:15px;
  948. margin-bottom:20px;
  949. margin-right:-5px;
  950. -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;}
  951.  
  952. #cornerplayer:hover
  953. {width:200px;
  954. -moz-border-radius:0px;
  955. border-radius:0px;}
  956.  
  957. #cornerplayer:hover #cornericon
  958. {margin-top:10px;
  959. margin-left:0px;
  960. margin-bottom:4px;}
  961.  
  962. </style>
  963. </head>
  964. <body>
  965.  
  966.  
  967.  
  968. <script type="text/javascript" src="https://bpmaker.giffy.me/userdata/user/53/53959/2/parts.js"></script>
  969.  
  970.  
  971. <div id='cornerplayer' style="text-align:center;">
  972.  
  973. <!--<div>
  974.  
  975. <div> </div>-->
  976.  
  977. </div><!--cornerplayer-->
  978.  
  979.  
  980. <div id="sidebar">
  981.  
  982. <div id="sidebarimage">
  983. <a href="/"><img src="{image:sidebar}"></a></div>
  984.  
  985.  
  986.  
  987.  
  988. <div id="textbox">
  989. <div style="width: 120px; height:170px; background-color: #efe0d8; 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.  
  1006. <div style="padding: 2px; background-color: #efe0d8; border:1px solid #f0e7de; line-height: 1;"><img src="https://66.media.tumblr.com/b9a52a0bd5b6df8d0083b6400a104fdc/tumblr_inline_p7gjraQcYv1rhwzwl_75sq.gif"> <a href="/">refresh</a></div><br>
  1007. <div style="padding: 2px; background-color: #efe0d8; border:1px solid #f0e7de; line-height: 1;"><img src="https://66.media.tumblr.com/1967ca7037ed054bb5192eb63834e746/tumblr_inline_p7gjraqXvJ1rhwzwl_75sq.gif"> <a href="/">message</a></div><br>
  1008. <div style="padding: 2px; background-color: #efe0d8; border:1px solid #f0e7de; line-height: 1;"><img src="https://66.media.tumblr.com/bc54e512f3b791e10f5d4891e4765dc0/tumblr_inline_p7gjraoHL31rhwzwl_75sq.gif"> <a href="/">submit</a></div><br>
  1009. <div style="padding: 2px; background-color: #efe0d8; border:1px solid #f0e7de; line-height: 1;"> <img src="https://66.media.tumblr.com/b9a52a0bd5b6df8d0083b6400a104fdc/tumblr_inline_p7gjraQcYv1rhwzwl_75sq.gif"> <a href="/">archive</a></div><br>
  1010. <div style="padding: 2px; background-color: #efe0d8; border:1px solid #f0e7de; line-height: 1;"><img src="https://66.media.tumblr.com/1967ca7037ed054bb5192eb63834e746/tumblr_inline_p7gjraqXvJ1rhwzwl_75sq.gif"> <a href="/">link 01</a></div><br>
  1011. <div style="padding: 2px; background-color: #efe0d8; border:1px solid #f0e7de; line-height: 1;"><img src="https://66.media.tumblr.com/bc54e512f3b791e10f5d4891e4765dc0/tumblr_inline_p7gjraoHL31rhwzwl_75sq.gif"> <a href="/">link 02</a></div><br>
  1012. <div style="padding: 2px; background-color: #efe0d8; border:1px solid #f0e7de; line-height: 1;"> <img src="https://66.media.tumblr.com/b9a52a0bd5b6df8d0083b6400a104fdc/tumblr_inline_p7gjraQcYv1rhwzwl_75sq.gif"> <a href="/">link 03</a></div><br>
  1013. <div style="padding: 2px; background-color: #efe0d8; border:1px solid #f0e7de; line-height: 1;"><img src="https://66.media.tumblr.com/1967ca7037ed054bb5192eb63834e746/tumblr_inline_p7gjraqXvJ1rhwzwl_75sq.gif"> <a href="/">link 04</a></div><br>
  1014. <div style="padding: 2px; background-color: #efe0d8; border:1px solid #f0e7de; line-height: 1;"><img src="https://66.media.tumblr.com/bc54e512f3b791e10f5d4891e4765dc0/tumblr_inline_p7gjraoHL31rhwzwl_75sq.gif"> <a href="/">link 05</a></div><br>
  1015. <div style="padding: 2px; background-color: #efe0d8; border:1px solid #f0e7de; line-height: 1;"> <img src="https://66.media.tumblr.com/b9a52a0bd5b6df8d0083b6400a104fdc/tumblr_inline_p7gjraQcYv1rhwzwl_75sq.gif"> <a href="/">link 06</a></div><br>
  1016.  
  1017. </div>
  1018.  
  1019.  
  1020. <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>
  1021.  
  1022.  
  1023. </div></div></div>
  1024.  
  1025.  
  1026. <div id="description">
  1027.  
  1028. <div id="pagination">
  1029. {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>
  1030. </div></div></div>
  1031.  
  1032. <div id="entries">{block:Posts}
  1033.  
  1034.  
  1035.  
  1036. <div id="post">
  1037.  
  1038.  
  1039.  
  1040. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1041.  
  1042. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1043.  
  1044. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1045.  
  1046. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1047.  
  1048. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1049.  
  1050. {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}
  1051.  
  1052. {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}
  1053.  
  1054. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1055.  
  1056. {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}
  1057.  
  1058.  
  1059. <div id="info">
  1060. {block:Date} <a href="{Permalink}">{TimeAgo}</a>
  1061. {/block:Date} {block:NoteCount}&nbsp; <small>notes</small>:</font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}<div style="float:right;">
  1062.  
  1063. {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>
  1064.  
  1065. </div>
  1066.  
  1067.  
  1068. <div id="tags">
  1069. {block:HasTags}
  1070. {block:Tags}
  1071. # <a href="{TagURL}">{Tag}</a>&nbsp;
  1072. {/block:Tags}
  1073. {/block:HasTags}
  1074. </div>
  1075. <p>
  1076.  
  1077. {/block:Posts}
  1078.  
  1079.  
  1080. <script>
  1081. $(document).ready(function() {
  1082. $('a.poplight[href^=#]').click(function() {
  1083. var popID = $(this).attr('rel'); //Get Popup Name
  1084. var popURL = $(this).attr('href'); //Get Popup href to define size
  1085. var query= popURL.split('?');
  1086. var dim= query[1].split('&');
  1087. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  1088. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  1089. var popMargTop = ($('#' + popID).height() + 80) / 2;
  1090. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  1091. //Apply Margin to Popup
  1092. $('#' + popID).css({
  1093. 'margin-top' : -popMargTop,
  1094. 'margin-left' : -popMargLeft
  1095. });
  1096. $('body').append('<div id="fade"></div>');
  1097. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade bin the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  1098. return false;
  1099. });
  1100. $('a.close, #fade').live('click', function() {
  1101. $('#fade , .popup_block').fadeOut(function() {
  1102. $('#fade, a.close').remove(); //fade them both out
  1103. });
  1104. return false;
  1105. });
  1106. });
  1107. </script>
  1108.  
  1109. <script type="text/javascript">
  1110. <!--
  1111. function clickIE() {if (document.all) {(message);return false;}}
  1112. function clickNS(e) {if
  1113. (document.layers||(document.getElementById&&!document.all)) {
  1114. if (e.which==2||e.which==3) {(message);return false;}}}
  1115. if (document.layers)
  1116. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  1117. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  1118. document.oncontextmenu=new Function("return false")
  1119. // -->
  1120. </script>
  1121.  
  1122. </body>
  1123. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement