Advertisement
Guest User

Untitled

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