Advertisement
Guest User

Untitled

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