Advertisement
Guest User

Untitled

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