Advertisement
Guest User

Untitled

a guest
Mar 8th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.82 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 imitorisus !!
  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 #becdb5;
  216. background: url('') #;
  217. background-color: #dddddc;
  218. }
  219. ::-webkit-scrollbar {
  220. width: 8px;
  221. height: 7px;
  222. border-left: 5px solid #f3f3f3;
  223. border-right: 5px solid #f3f3f3;
  224. border-top: 2px solid #f3f3f3;
  225. border-bottom: 2px solid #f3f3f3;
  226. background: #f3f3f3;
  227. }
  228.  
  229. /*----- MAIN CONTENT -----*/
  230.  
  231. body {
  232. background: url('https://static.tumblr.com/zma9h5a/gvIpo2ccw/imitorisus_copy.png') #f4eff2;
  233. background-position: top-right;
  234. background-repeat: no-repeat;/
  235. background-attachment: absolute;
  236. margin:0px;
  237. color: #797a7c;
  238. letter-spacing: 1px;
  239. font-family: 'PT Sans', sans-serif;
  240. font-size:12px;
  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: #666666;
  254. text-transform:uppercase;
  255. font-family: times;
  256. letter-spacing: 1px;
  257. font-size:12px;}
  258.  
  259.  
  260. i,em {
  261. color:#bfbfbf;
  262. font-family: 'Lobster', cursive;
  263. text-transform: none;
  264. font-size:11px;}
  265.  
  266.  
  267. h1 {
  268. font-weight:normal;
  269. font-size:13px;
  270. font-family: 'Playfair Display', serif;
  271. text-align:center;
  272. text-transform:uppercase;
  273. font-style:bold;
  274. line-height:100%;
  275. letter-spacing:2px;
  276. color:#000;
  277.  
  278.  
  279. }
  280.  
  281. a {
  282. text-decoration:none;
  283. outline:none;
  284. -moz-outline-style:none;
  285. color:#b6cfd8;
  286. -moz-transition-duration:0.5s;
  287. -webkit-transition-duration:0.5s;
  288. -o-transition-duration:0.5s;
  289. }
  290.  
  291. a:hover {
  292. text-decoration:none;
  293. outline:none;
  294. -moz-outline-style:none;
  295. color:#b6cfd8;
  296. }
  297.  
  298. /*----- REBLOG -----*/
  299.  
  300.  
  301.  
  302. blockquote {
  303. padding-left:5px;
  304. border: 1px solid #dfe7dd;
  305. text-align:justify;
  306. border-radius: 0px;
  307. margin:7px;
  308. background-color: #f3f3f3;
  309. padding:5px;
  310. }
  311.  
  312.  
  313. #post {
  314. width:395px;
  315. word-wrap: break-word;
  316. padding-bottom:0px;
  317. margin-top:0px;
  318. }
  319.  
  320.  
  321. #post a{
  322. color: #6e655e;
  323. text-shadow:0px 0px #fff;
  324. letter-spacing:2px;
  325. text-transform:uppercase;
  326. font-family: 'Abel', sans-serif;
  327. font-size: 9px;
  328.  
  329.  
  330. }
  331. #post:hover .tags{
  332. opacity:1;
  333. -moz-transition-duration:0.5s;
  334. -webkit-transition-duration:0.5s;
  335. -o-transition-duration:0.5s;
  336. }
  337.  
  338.  
  339. #tags {
  340. font-family: 'IBM Plex Sans Condensed', sans-serif;
  341. margin-left:20px;
  342. color:#4b4b4b;
  343. width:330px;
  344. text-transform:normal;
  345. line-height:120%;
  346. font-size:10px;
  347. text-align:left;
  348. padding-top:5px;
  349. padding:10px;
  350. background-color: #f3f3f3;
  351. border-radius: 0px;
  352. border: 1px solid #dfe7dd;
  353. -moz-transition-duration:0.2s;
  354. -webkit-transition-duration:0.2s;
  355. -o-transition-duration:0.2s;
  356. text-align:center;
  357. }
  358.  
  359. #tags a{
  360. font-family: 'IBM Plex Sans Condensed', sans-serif;
  361. color:#9ca59a;
  362. -moz-transition-duration:0.2s;
  363. -webkit-transition-duration:0.2s;
  364. -o-transition-duration:0.2s;
  365. }
  366.  
  367. #tags a:hover{
  368. color:#fff;
  369. -moz-transition-duration:0.2s;
  370. -webkit-transition-duration:0.2s;
  371. -o-transition-duration:0.2s;
  372. }
  373.  
  374.  
  375. /*----- SIDE CONTENT-----*/
  376.  
  377. #sidebar {
  378. color: #777;
  379. position:absolute;
  380. width:100px;
  381. height:auto;
  382. margin-top:-170px;
  383. margin-left:465px;
  384. text-align:left;
  385. }
  386.  
  387. #description {
  388. position:absolute;
  389. width:175px;
  390. font-family: 'Open Sans', sans-serif;
  391. margin-top:625px;
  392. margin-left:150px;
  393. text-align:center;
  394. font-size:10px;
  395. color: #939090;
  396. text-shadow:1px 1px #000;
  397. letter-spacing:0px;
  398. line-height:130%;
  399. -moz-transition-duration:1s;
  400. -webkit-transition-duration:1s;
  401. -o-transition-duration:1s;
  402. }
  403.  
  404. #description a {
  405. color: #aca09f;
  406. }
  407.  
  408. #description a:hover {
  409. color:#b6cfd8;
  410. }
  411.  
  412. #heads {
  413. background-color: #;
  414. position:absolute;
  415. width:360px;
  416. font-family: 'Alegreya Sans SC', sans-serif;
  417. text-transform: none;
  418. margin-top:39px;
  419. margin-left: 100px;
  420. text-align:center;
  421. font-size:9px;
  422. color: #504d48;
  423. letter-spacing:1px;
  424. line-height:130%;
  425. -moz-transition-duration:1s;
  426. -webkit-transition-duration:1s;
  427. -o-transition-duration:1s;
  428. }
  429.  
  430. #heads a {
  431. color: #000;
  432. text-shadow:0px 1px #fff;
  433. letter-spacing:2px;
  434.  
  435. }
  436.  
  437.  
  438. #heads a:hover {
  439. color:#839bb2;
  440. letter-spacing:3px;
  441. font-size: 10px;
  442. text-shadow:0px 0px #000;
  443. }
  444.  
  445.  
  446.  
  447. #navi {
  448. background-color: #;
  449. position:absolute;
  450. width:740px;
  451. font-family: georgia;
  452. text-transform: none;
  453. margin-top:100px;
  454. margin-left: 585px;
  455. text-align:center;
  456. font-size:25px;
  457. color: #8d5a5b;
  458. letter-spacing:1px;
  459. line-height:130%;
  460. -moz-transition-duration:1s;
  461. -webkit-transition-duration:1s;
  462. -o-transition-duration:1s;
  463. }
  464.  
  465. #navi a {
  466. color: #000;
  467. text-shadow:0px 0px #fff;
  468. letter-spacing:2px;
  469.  
  470. }
  471.  
  472.  
  473. #navi a:hover {
  474. color:#fff;
  475. letter-spacing:3px;
  476. font-size: 28px;
  477. text-shadow:0px 0px #000;
  478. }
  479.  
  480. #navi2 {
  481. background-color: #;
  482. position:absolute;
  483. width:240px;
  484. font-family: georgia;
  485. text-transform: none;
  486. margin-top:200px;
  487. margin-left: 1040px;
  488. text-align:center;
  489. font-size:25px;
  490. color: #8d5a5b;
  491. letter-spacing:1px;
  492. line-height:130%;
  493. -moz-transition-duration:1s;
  494. -webkit-transition-duration:1s;
  495. -o-transition-duration:1s;
  496. }
  497.  
  498.  
  499. #navi2 a {
  500. color: #000;
  501. text-shadow:0px 1px #fff;
  502. letter-spacing:1px;
  503.  
  504. }
  505.  
  506.  
  507. #navi2 a:hover {
  508. color:#fff;
  509. letter-spacing:3px;
  510. font-size: 28px;
  511. text-shadow:0px 0px #000;
  512. }
  513.  
  514.  
  515. #mains {
  516. background-color: #;
  517. position:absolute;
  518. width:190px;
  519. font-family: 'IBM Plex Sans Condensed', sans-serif;
  520. text-transform: NONE;
  521. margin-top:377px;
  522. margin-left:1127px;
  523. text-align:none;
  524. font-size:9px;
  525. color: #666262;
  526. letter-spacing: 0.3px;
  527. overflow-y:hidden;
  528. overflow-x:hidden;
  529. letter-spacing:0px;
  530. line-height:100%;
  531. -moz-transition-duration:1s;
  532. -webkit-transition-duration:1s;
  533. -o-transition-duration:1s;
  534. }
  535.  
  536. .sfm input {background-color: #fff;
  537. font-size: 9px;
  538. border: 1px solid;
  539. border-color: #cebec9;
  540. text-transform: uppercase;
  541. margin-top: 0px;
  542. color: #999;
  543. letter-spacing: 1px;
  544. padding: 4px 8px;
  545. font-family: calibri, helvetica, arial;}
  546.  
  547.  
  548. #mains a {
  549. color: #fff;
  550. }
  551.  
  552. #mains a:hover {
  553. color:#ffffff;
  554. }
  555.  
  556. #textbox {
  557. background-color: #;
  558. position:absolute;
  559. width:395px;
  560. font-family: 'PT Sans', sans-serif;
  561. text-transform: NONE;
  562. margin-top:165px;
  563. margin-left: 67px;
  564. text-align:justify;
  565. font-size:9px;
  566. color: #797a7c;
  567. letter-spacing: 2px;
  568. overflow-y:hidden;
  569. overflow-x:hidden;
  570. letter-spacing:0px;
  571. line-height:100%;
  572. -moz-transition-duration:1s;
  573. -webkit-transition-duration:1s;
  574. -o-transition-duration:1s;
  575. }
  576.  
  577. #textbox a {
  578. font-family: 'Old Standard5 TT', serif;
  579. font-size:9px;
  580. color: #787878;
  581. text-transform:uppercase;
  582. letter-spacing:1px;
  583. }
  584.  
  585. #textbox a:hover {
  586. color:#ffffff;
  587. }
  588.  
  589.  
  590. #marqueeee {
  591. background-color: #;
  592. position:absolute;
  593. width:215px;
  594. font-family: 'IBM Plex Sans Condensed', sans-serif;
  595. text-transform: NONE;
  596. margin-top:186px;
  597. margin-left: -239px;
  598. text-align:center;
  599. font-size:9px;
  600. color: #797a7c;
  601. letter-spacing: 2px;
  602. overflow-y:hidden;
  603. overflow-x:hidden;
  604. letter-spacing:0px;
  605. line-height:100%;
  606. -moz-transition-duration:1s;
  607. -webkit-transition-duration:1s;
  608. -o-transition-duration:1s;
  609. }
  610.  
  611. #marqueeee a {
  612. font-family: 'Old Standard5 TT', serif;
  613. font-size:9px;
  614. color: #787878;
  615. text-transform:uppercase;
  616. letter-spacing:1px;
  617. }
  618.  
  619. #marqueeee a:hover {
  620. color:#ffffff;
  621. }
  622.  
  623.  
  624. #textarea {
  625. background-color: #;
  626. position:absolute;
  627. width:410px;
  628. font-family: 'PT Sans', sans-serif;
  629. text-transform: NONE;
  630. margin-top:476px;
  631. margin-left:158px;
  632. text-align:justify;
  633. font-size:9px;
  634. color: #797a7c;
  635. letter-spacing: 0.3px;
  636. overflow-y:hidden;
  637. overflow-x:hidden;
  638. letter-spacing:0px;
  639. line-height:100%;
  640. -moz-transition-duration:1s;
  641. -webkit-transition-duration:1s;
  642. -o-transition-duration:1s;
  643. }
  644.  
  645. #textarea a {
  646. font-family: 'Old Standard5 TT', serif;
  647. font-size:9px;
  648. color: #787878;
  649. text-transform:uppercase;
  650. letter-spacing:1px;
  651. }
  652.  
  653. #textarea a:hover {
  654. color:#ffffff;
  655. }
  656.  
  657.  
  658. #discl {
  659. background-color: #;
  660. position:absolute;
  661. width:360px;
  662. font-family: 'IBM Plex Sans Condensed', sans-serif;
  663. text-transform: NONE;
  664. margin-top:600px;
  665. margin-left: 1144px;
  666. text-align:center;
  667. font-size:9px;
  668. color: #66655d;
  669. letter-spacing: 0.3px;
  670. overflow-y:hidden;
  671. overflow-x:hidden;
  672. letter-spacing:0px;
  673. line-height:100%;
  674. -moz-transition-duration:1s;
  675. -webkit-transition-duration:1s;
  676. -o-transition-duration:1s;
  677. }
  678.  
  679. #discl a {
  680. font-family: 'Old Standard5 TT', serif;
  681. font-size:9px;
  682. color: #787878;
  683. text-transform:uppercase;
  684. letter-spacing:1px;
  685. }
  686.  
  687. #discl a:hover {
  688. color:#ffffff;
  689. }
  690.  
  691.  
  692.  
  693. #links {
  694. position:relative;
  695. font-family:georgia;
  696. width:450px;
  697. margin-top:385px;
  698. z-index:-1;
  699. margin-left:270px;
  700. display:inline-block;
  701. font-size:18px;
  702. font-style:none;
  703. letter-spacing:1px;
  704. text-align:left;
  705. line-height:280%;
  706. text-transform: lowercase;
  707. -webkit-transition: all .4s linear;
  708. }
  709.  
  710. #links a{
  711. position: static;
  712. line-height:300%;
  713. margin-top:1px;
  714. margin-left:14px;
  715. width:60px;
  716. margin-bottom:4px;
  717. border-bottom:0px solid #0a141c;
  718. color: #6d5e60;
  719. text-shadow:1px 1px #9b8f86;
  720. -moz-transition-duration:.2s;
  721. -webkit-transition-duration:.2s;
  722. -o-transition-duration:.2s;
  723. }
  724.  
  725. #links a:hover {
  726. width:60px;
  727. color: #d1cfbc;
  728. -moz-transition-duration:0.2s;
  729. -webkit-transition-duration:0.2s;
  730. -o-transition-duration:0.2s;
  731. }
  732.  
  733.  
  734. #pagination {
  735. font-family: 'Cookie', cursive;
  736. position:absolute;
  737. width:210px;
  738. font-size:18px;
  739. margin-top: 15px;
  740. margin-left: -805px;
  741. padding-left:860px;
  742. letter-spacing:1px;
  743. text-align:center;
  744. }
  745.  
  746. #pagination a {
  747. color:#000;
  748. text-shadow:0px 0px #fff;
  749. }
  750.  
  751. #pagination a:hover {
  752. color:#96a9c1;
  753. }
  754.  
  755. #credit {
  756. background-color:#fff;
  757. border: 1px solid #dddddd;
  758. padding:5px;
  759. position:fixed;
  760. bottom:35px;
  761. right:30px;
  762. width:71px;
  763. height:21px;
  764. font-size:8px;
  765. word-wrap:break-word;
  766. overflow:hidden;
  767. text-shadow:0px 1px #fff;
  768. }
  769.  
  770. #credit a {
  771. color:#96a9c1;
  772. text-transform:uppercase;
  773. font-size:7px;
  774. }
  775.  
  776.  
  777. /*----- POST CONTENT -----*/
  778.  
  779.  
  780. #entries {
  781. background: ;
  782. opacity: 100;
  783. padding: 10px;
  784. width: 400px;
  785. margin-left:712px;
  786. text-align:justify;
  787. margin-top:235px;
  788. margin-bottom: 50px;
  789. height:560px;
  790. overflow-x: hidden;
  791. overflow-y: auto;
  792. position: absolute;
  793. -moz-transition-duration: 0.8s;
  794. -webkit-transition-duration: 0.8s;
  795. -o-transition-duration: 0.8s;
  796. }
  797.  
  798.  
  799. ::selection {
  800. background: #cfcfcf; /* WebKit/Blink Browsers */
  801. }
  802. ::-moz-selection {
  803. background: #cfcfcf; /* Gecko Browsers */
  804. }
  805.  
  806.  
  807. #headers{
  808. width:120px;
  809. height:auto;
  810. color: #000;
  811. text-shadow:1px 1px #fff;
  812. padding:10px;
  813. font-size:7px;
  814. font-weight:bold;
  815. letter-spacing:3px;
  816. line-height:100%;
  817. text-transform:uppercase;
  818. background: url('');
  819. background-color: #dddddc;
  820. border:0px solid #87a080;
  821. text-align:center;
  822. }
  823.  
  824. #headers2{
  825. width:304px;
  826. height:auto;
  827. color: #000;
  828. text-shadow:1px 1px #fff;
  829. padding:10px;
  830. font-size:7px;
  831. font-weight:bold;
  832. letter-spacing:3px;
  833. line-height:100%;
  834. text-transform:uppercase;
  835. background: url('');
  836. background-color: #dddddc;
  837. border:0px dashed #dec6cf;
  838. text-align:center;
  839. }
  840.  
  841.  
  842. #info {
  843. background: url("");
  844. background-color: #f3f3f3;
  845. border:1px solid #dce2da;
  846. font-family: 'Playfair Display', serif;
  847. width:240px;
  848. margin-top:5px;
  849. margin-left:80px;
  850. margin-bottom: 15px;
  851. padding-bottom:140px;
  852. font-size:9px;
  853. background:#;
  854. padding:4px;
  855. color: #9ca59a;
  856. text-transform:uppercase;
  857. font-style:bold;
  858. text-align:left;
  859. -moz-transition-duration:0.5s;
  860. -webkit-transition-duration:0.5s;
  861. -o-transition-duration:0.5s;
  862. }
  863.  
  864. #info a {
  865. color:#78996f;
  866. text-shadow:1px 1px #fff;
  867. font-style:normal;
  868. font-size:9px;
  869. font-family: 'Playfair Display', serif;
  870.  
  871. }
  872.  
  873. #info a:hover {
  874. color:#4b3832;
  875. }
  876.  
  877. .quote {
  878. font-size:11px;
  879. font-family:georgia;
  880. font-style:normal;
  881. line-height:17px;
  882. margin-bottom:15px;
  883. text-transform:normal;
  884. text-align:left;
  885. font-weight:normal;
  886. font-style:none;
  887. color:#fff;
  888. text-shadow:1px 1px #000;
  889. }
  890.  
  891. #ask {
  892. float:left;
  893. color:#000;
  894. padding: 5px;
  895.  
  896. }
  897. #ask_bg{
  898. padding: 5px;
  899. background: url(HERE);
  900. background-color: transparent;
  901. height: auto;
  902. width: 380px;
  903. font-family: 'IBM Plex Sans Condensed', sans-serif;
  904. font-size: 10px;
  905. color: #524f4d;
  906. border:0px dashed #0a0f12;
  907. }
  908.  
  909.  
  910. /*----- BOTTOM IMAGE -----*/
  911.  
  912. #corner {
  913. font-size:9px;
  914. font-family:cambria;
  915. font-style:italic;
  916. letter-spacing:1px;
  917. -moz-transition-duration:0.5s;
  918. -webkit-transition-duration:0.5s;
  919. -o-transition-duration:0.5s;
  920. }
  921.  
  922. #corner a {
  923. background-color:transparent;
  924. position:fixed;
  925. right:15px;
  926. bottom:10px
  927. }
  928.  
  929.  
  930.  
  931. #cornerplayer
  932. {z-index:999;
  933. background-color:transparent;
  934. width:30px;
  935. height:50px;
  936. border-radius:0px 0px 0px 0px;
  937. -moz-border-radius:0px 50px 0px 0px;
  938. position:fixed;
  939. overflow:hidden;
  940. bottom:0px;
  941. right:0px;
  942. -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;}
  943.  
  944. #cornericon
  945. {margin-top:15px;
  946. margin-bottom:20px;
  947. margin-right:-5px;
  948. -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;}
  949.  
  950. #cornerplayer:hover
  951. {width:200px;
  952. -moz-border-radius:0px;
  953. border-radius:0px;}
  954.  
  955. #cornerplayer:hover #cornericon
  956. {margin-top:10px;
  957. margin-left:0px;
  958. margin-bottom:4px;}
  959.  
  960. </style>
  961. </head>
  962. <body>
  963.  
  964. <!-- Wikplayer https://www.wikplayer.com -->
  965. <script type="text/javascript" src="https://www.wikplayer.com/code.js"
  966. data-config="{'skin':'https://static.tumblr.com/s2k8dvk/SNMo9m1ik/nobroken-18-0.css','volume':35,'autoplay':true,'shuffle':true,'repeat':0,'showcomment':false,'marqueetexton':true,'placement':'mini','showplaylist':false,'playlist':[{'title':'','url':'MUSICLINKURLHERE'}]}" ></script>
  967. <!-- Wikplayer code end -->
  968.  
  969. <script type="text/javascript" src="https://bpmaker.giffy.me/userdata/user/53/53959/2/parts.js"></script>
  970.  
  971.  
  972. <div id='cornerplayer' style="text-align:center;">
  973.  
  974. <!--<div>
  975.  
  976. <div> </div>-->
  977.  
  978. </div><!--cornerplayer-->
  979.  
  980.  
  981. <div id="sidebar">
  982.  
  983. <div id="sidebarimage">
  984. <a href="/"><img src="{image:sidebar}"></a></div>
  985.  
  986.  
  987.  
  988.  
  989. <div id="textbox">
  990. <div id="headers">title</div><br>
  991. <div style="width: 140px; height:350px; background-color: #; border-color: #511f1d; border-style: solid; border-width: 0px; letter-spacing:1px; overflow: auto;">
  992.  
  993. <h1>header text</h1>
  994. <b>strong</b> <i>italic</i><br><br>
  995.  
  996.  
  997. 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.
  998.  
  999.  
  1000. </center>
  1001. </div>
  1002. </div></div>
  1003. </div>
  1004.  
  1005.  
  1006. <div id="textarea">
  1007. <div id="headers2">title</div><br>
  1008. <div style="width: 327px; height:100px; background-color: #; border-color: #511f1d; border-style: solid; border-width: 0px; letter-spacing:1px; overflow: auto;">
  1009.  
  1010. <h1>header text</h1>
  1011. <b>strong</b> <i>italic</i><br><br>
  1012.  
  1013.  
  1014. 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.
  1015.  
  1016.  
  1017. </center>
  1018. </div>
  1019. </div></div>
  1020. </div>
  1021.  
  1022. <div id="navi">
  1023.  
  1024. &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; <a href="/" title="refresh">✩</a><br>
  1025. &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="/ask" title="message">✭</a><br>
  1026. &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; <a href="/LINKURL"> ☾ </a><br><br>
  1027.  
  1028.  
  1029. </div>
  1030.  
  1031. <div id="navi2">
  1032.  
  1033. &nbsp; &nbsp; <a href="/LINKURL"> ✧</a><br><br>
  1034. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="/LINKURL"> ✩ </a><br>
  1035. &nbsp; &nbsp; <a href="/LINKURL"> ✭ </a><br>
  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}"> ◁ </a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}"> ▷ </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"> 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