Advertisement
Guest User

Untitled

a guest
Mar 6th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.53 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 inuxdaiyokai !!
  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=Cookie" rel="stylesheet">
  51.  
  52. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
  53.  
  54. <script language="javascript" src="https://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/javascript"></script>
  55.  
  56. <link href="https://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet">
  57.  
  58. <link href="https://fonts.googleapis.com/css?family=Lobster|Lobster+Two" rel="stylesheet">
  59.  
  60. <link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
  61.  
  62. <link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC" rel="stylesheet">
  63.  
  64. <link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
  65.  
  66. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  67.  
  68. <link href="https://fonts.googleapis.com/css?family=Abel" rel="stylesheet">
  69.  
  70. <link href="https://fonts.googleapis.com/css?family=Francois+One" rel="stylesheet">
  71.  
  72. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  73.  
  74. <link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
  75.  
  76. <link href="https://fonts.googleapis.com/css?family=Coda+Caption:800" rel="stylesheet">
  77.  
  78. <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
  79.  
  80. <link href="https://fonts.googleapis.com/css?family=Allan" rel="stylesheet">
  81.  
  82. <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
  83.  
  84. <link href="https://fonts.googleapis.com/css?family=Cookie|Playfair+Display" rel="stylesheet">
  85.  
  86. <link href="https://fonts.googleapis.com/css?family=Lobster+Two|Rajdhani|Walter+Turncoat" rel="stylesheet">
  87.  
  88.  
  89. <link href="https://fonts.googleapis.com/css?family=Libre+Baskerville" rel="stylesheet">
  90. <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">
  91.  
  92.  
  93. <style>
  94. div#qTip {
  95. padding: 3px;
  96. display: none;
  97. text-align: center;
  98. position: absolute;
  99. font-size:7px;
  100. margin-left:10px;
  101. margin-top:-2px;
  102. line-height:9px;
  103. font-family:arial;
  104. z-index: 1000;
  105. border: 1px solid #cacaca;
  106. background-color:#fff;
  107. color: #9b9b9b;
  108. text-transform:uppercase;
  109. letter-spacing: 2px;
  110. }
  111. </style>
  112.  
  113.  
  114.  
  115.  
  116. <style type="text/css">
  117.  
  118.  
  119. .popup_block{
  120. display:none;
  121. background: url('');
  122. padding:20px;
  123. float:left;
  124. opacity: 100;
  125.  
  126. position:fixed;
  127. top:50%;left:50%;
  128. z-index: 99999;
  129. }
  130.  
  131. *html #fade {position: absolute;}
  132. *html .popup_block {position: absolute;}
  133. #fade {
  134. display:none;
  135. position:fixed;
  136. left:0px;
  137. top:0px;
  138. width:100%;
  139. height:100%;
  140. z-index:9999;
  141. background:#000; /* change to #fff for solid white */
  142. opacity:0.5; /* change to opacity:1; */
  143.  
  144. }
  145.  
  146.  
  147. iframe#tumblr_controls {
  148. white-space:nowrap;
  149. -webkit-filter: invert(100%);
  150. -moz-filter: invert(100%);
  151. -o-filter: invert(100%);
  152. -ms-filter: invert(100%);
  153. filter: invert(100%);
  154. opacity:.2;transition: .8s ease-in-out;
  155. -webkit-transition: .8s ease-in-out;
  156. -moz-transition: .8s ease-in-out;
  157. -o-transition: .8s ease-in-out;
  158. }
  159.  
  160. /*----- POST IMAGES -----*/
  161.  
  162.  
  163. img {
  164. max-width: 100%;
  165. height: auto;
  166. border:0px solid #dec884;
  167. }
  168.  
  169. pre {
  170. white-space: pre-wrap; / css-3 /
  171. white-space: -moz-pre-wrap; / Mozilla, since 1999 /
  172. white-space: -pre-wrap; / Opera 4-6 /
  173. white-space: -o-pre-wrap; / Opera 7 /
  174. word-wrap: break-word; / Internet Explorer 5.5+ /
  175. }
  176.  
  177.  
  178.  
  179. /*----- IMP -----*/
  180.  
  181. .popup_block{
  182. display:none;
  183. background: url('');
  184. padding:20px;
  185. float:left;
  186.  
  187. position:fixed;
  188. top:50%;left:50%;
  189. z-index: 99999;
  190. }
  191.  
  192. *html #fade {position: absolute;}
  193. *html .popup_block {position: absolute;}
  194. #fade {
  195. display:none;
  196. position:fixed;
  197. left:0px;
  198. top:0px;
  199. width:100%;
  200. height:100%;
  201. z-index:9999;
  202. background:#000; /* change to #fff for solid white */
  203. opacity:0.5; /* change to opacity:1; */
  204.  
  205. }
  206.  
  207.  
  208.  
  209. /*----- dedede BAR -----*/
  210.  
  211. ::-webkit-scrollbar-thumb {
  212. height: 12px;
  213. border: 1px solid #becdb5;
  214. background: url('') #;
  215. background-color: #dddddc;
  216. }
  217. ::-webkit-scrollbar {
  218. width: 8px;
  219. height: 7px;
  220. border-left: 5px solid #f3f3f3;
  221. border-right: 5px solid #f3f3f3;
  222. border-top: 2px solid #f3f3f3;
  223. border-bottom: 2px solid #f3f3f3;
  224. background: #f3f3f3;
  225. }
  226.  
  227. /*----- MAIN CONTENT -----*/
  228.  
  229. body {
  230. background: url('https://static.tumblr.com/zma9h5a/y7tpnz1hr/sesshoudmarutheme_copy.png') #ebebea;
  231. background-position: top-right;
  232. background-repeat: no-repeat;/
  233. background-attachment: absolute;
  234. margin:0px;
  235. color: #797a7c;
  236. letter-spacing: 1px;
  237. font-family: times;
  238. font-size:12px;
  239. line-height:100%;
  240. height: 900px;
  241. overflow-x: hidden;
  242.  
  243.  
  244. }
  245.  
  246. body, a, a:hover { cursor:url( https://66.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_p7nrx1hoRW1r1shc4_1280.png ), auto; }
  247.  
  248. /*----- TEXT DETAILS -----*/
  249.  
  250. b,strong {
  251. color: #666666;
  252. text-transform:uppercase;
  253. font-family: times;
  254. letter-spacing: 1px;
  255. font-size:12px;}
  256.  
  257.  
  258. i,em {
  259. color:#bfbfbf;
  260. font-family: 'Lobster', cursive;
  261. text-transform: none;
  262. font-size:11px;}
  263.  
  264.  
  265. h1 {
  266. font-weight:normal;
  267. font-size:11px;
  268. font-family: 'Playfair Display', serif;
  269. text-align:center;
  270. text-transform:uppercase;
  271. font-style:bold;
  272. line-height:100%;
  273. letter-spacing:2px;
  274. color:#a76d9a;
  275.  
  276.  
  277. }
  278.  
  279. a {
  280. text-decoration:none;
  281. outline:none;
  282. -moz-outline-style:none;
  283. color:#b6cfd8;
  284. -moz-transition-duration:0.5s;
  285. -webkit-transition-duration:0.5s;
  286. -o-transition-duration:0.5s;
  287. }
  288.  
  289. a:hover {
  290. text-decoration:none;
  291. outline:none;
  292. -moz-outline-style:none;
  293. color:#b6cfd8;
  294. }
  295.  
  296. /*----- REBLOG -----*/
  297.  
  298.  
  299.  
  300. blockquote {
  301. padding-left:5px;
  302. border: 1px solid #dfe7dd;
  303. text-align:justify;
  304. border-radius: 0px;
  305. margin:7px;
  306. background-color: #f3f3f3;
  307. padding:5px;
  308. }
  309.  
  310.  
  311. #post {
  312. width:380px;
  313. word-wrap: break-word;
  314. padding-bottom:0px;
  315. margin-top:0px;
  316. }
  317.  
  318.  
  319. #post a{
  320. color: #6e655e;
  321. text-shadow:0px 0px #fff;
  322. letter-spacing:2px;
  323. text-transform:uppercase;
  324. font-family: 'Abel', sans-serif;
  325. font-size: 9px;
  326.  
  327.  
  328. }
  329. #post:hover .tags{
  330. opacity:1;
  331. -moz-transition-duration:0.5s;
  332. -webkit-transition-duration:0.5s;
  333. -o-transition-duration:0.5s;
  334. }
  335.  
  336.  
  337. #tags {
  338. font-family: 'IBM Plex Sans Condensed', sans-serif;
  339. margin-left:10px;
  340. color:#4b4b4b;
  341. width:330px;
  342. text-transform:normal;
  343. line-height:120%;
  344. font-size:10px;
  345. text-align:left;
  346. padding-top:5px;
  347. padding:10px;
  348. background-color: #f3f3f3;
  349. border-radius: 0px;
  350. border: 1px solid #dfe7dd;
  351. -moz-transition-duration:0.2s;
  352. -webkit-transition-duration:0.2s;
  353. -o-transition-duration:0.2s;
  354. text-align:center;
  355. }
  356.  
  357. #tags a{
  358. font-family: 'IBM Plex Sans Condensed', sans-serif;
  359. color:#9ca59a;
  360. -moz-transition-duration:0.2s;
  361. -webkit-transition-duration:0.2s;
  362. -o-transition-duration:0.2s;
  363. }
  364.  
  365. #tags a:hover{
  366. color:#fff;
  367. -moz-transition-duration:0.2s;
  368. -webkit-transition-duration:0.2s;
  369. -o-transition-duration:0.2s;
  370. }
  371.  
  372.  
  373. /*----- SIDE CONTENT-----*/
  374.  
  375. #sidebar {
  376. color: #777;
  377. position:absolute;
  378. width:100px;
  379. height:auto;
  380. margin-top:-170px;
  381. margin-left:465px;
  382. text-align:left;
  383. }
  384.  
  385. #description {
  386. position:absolute;
  387. width:175px;
  388. font-family: 'Open Sans', sans-serif;
  389. margin-top:625px;
  390. margin-left:150px;
  391. text-align:center;
  392. font-size:10px;
  393. color: #939090;
  394. text-shadow:1px 1px #000;
  395. letter-spacing:0px;
  396. line-height:130%;
  397. -moz-transition-duration:1s;
  398. -webkit-transition-duration:1s;
  399. -o-transition-duration:1s;
  400. }
  401.  
  402. #description a {
  403. color: #aca09f;
  404. }
  405.  
  406. #description a:hover {
  407. color:#b6cfd8;
  408. }
  409.  
  410. #heads {
  411. background-color: #;
  412. position:absolute;
  413. width:360px;
  414. font-family: 'Alegreya Sans SC', sans-serif;
  415. text-transform: none;
  416. margin-top:39px;
  417. margin-left: 100px;
  418. text-align:center;
  419. font-size:9px;
  420. color: #504d48;
  421. letter-spacing:1px;
  422. line-height:130%;
  423. -moz-transition-duration:1s;
  424. -webkit-transition-duration:1s;
  425. -o-transition-duration:1s;
  426. }
  427.  
  428. #heads a {
  429. color: #000;
  430. text-shadow:0px 1px #fff;
  431. letter-spacing:2px;
  432.  
  433. }
  434.  
  435.  
  436. #heads a:hover {
  437. color:#839bb2;
  438. letter-spacing:3px;
  439. font-size: 10px;
  440. text-shadow:0px 0px #000;
  441. }
  442.  
  443.  
  444.  
  445. #navi {
  446. background-color: #;
  447. position:absolute;
  448. width:140px;
  449. font-family: georgia;
  450. text-transform: uppercase;
  451. margin-top:354px;
  452. margin-left: 140px;
  453. text-align:center;
  454. font-size:7px;
  455. color: #878889;
  456. letter-spacing:1px;
  457. line-height:130%;
  458. -moz-transition-duration:1s;
  459. -webkit-transition-duration:1s;
  460. -o-transition-duration:1s;
  461. }
  462.  
  463. #navi a {
  464. color: #484848;
  465. font-size:7px;
  466. letter-spacing:3px;
  467.  
  468. }
  469.  
  470.  
  471. #navi a:hover {
  472. color:#fff;
  473. letter-spacing:4px;
  474. font-size: 9px;
  475. text-shadow:0px 0px #000;
  476. }
  477.  
  478. #navi2 {
  479. background-color: #;
  480. position:absolute;
  481. width:120px;
  482. font-family: 'Alegreya Sans SC', sans-serif;
  483. text-transform: none;
  484. margin-top:407px;
  485. margin-left: 437px;
  486. text-align:center;
  487. font-size:9px;
  488. color: #000;
  489. letter-spacing:1px;
  490. line-height:130%;
  491. -moz-transition-duration:1s;
  492. -webkit-transition-duration:1s;
  493. -o-transition-duration:1s;
  494. }
  495.  
  496. #navi2 a {
  497. color: #fff;
  498. text-shadow:0px 1px #000;
  499. letter-spacing:1px;
  500.  
  501. }
  502.  
  503.  
  504. #navi2 a:hover {
  505. color:#839bb2;
  506. letter-spacing:3px;
  507. font-size: 10px;
  508. text-shadow:0px 0px #000;
  509. }
  510.  
  511.  
  512. #mains {
  513. background-color: #;
  514. position:absolute;
  515. width:190px;
  516. font-family: 'IBM Plex Sans Condensed', sans-serif;
  517. text-transform: NONE;
  518. margin-top:377px;
  519. margin-left:1127px;
  520. text-align:none;
  521. font-size:9px;
  522. color: #666262;
  523. letter-spacing: 0.3px;
  524. overflow-y:hidden;
  525. overflow-x:hidden;
  526. letter-spacing:0px;
  527. line-height:100%;
  528. -moz-transition-duration:1s;
  529. -webkit-transition-duration:1s;
  530. -o-transition-duration:1s;
  531. }
  532.  
  533. .sfm input {background-color: #fff;
  534. font-size: 9px;
  535. border: 1px solid;
  536. border-color: #cebec9;
  537. text-transform: uppercase;
  538. margin-top: 0px;
  539. color: #999;
  540. letter-spacing: 1px;
  541. padding: 4px 8px;
  542. font-family: calibri, helvetica, arial;}
  543.  
  544.  
  545. #mains a {
  546. color: #fff;
  547. }
  548.  
  549. #mains a:hover {
  550. color:#ffffff;
  551. }
  552.  
  553. #textbox {
  554. background-color: #;
  555. position:absolute;
  556. width:395px;
  557. font-family: times;
  558. text-transform: NONE;
  559. margin-top:320px;
  560. margin-left: -325px;
  561. text-align:center;
  562. font-size:9px;
  563. color: #797a7c;
  564. letter-spacing: 2px;
  565. overflow-y:hidden;
  566. overflow-x:hidden;
  567. letter-spacing:0px;
  568. line-height:100%;
  569. -moz-transition-duration:1s;
  570. -webkit-transition-duration:1s;
  571. -o-transition-duration:1s;
  572. }
  573.  
  574. #textbox a {
  575. font-family: 'Old Standard5 TT', serif;
  576. font-size:9px;
  577. color: #787878;
  578. text-transform:uppercase;
  579. letter-spacing:1px;
  580. }
  581.  
  582. #textbox a:hover {
  583. color:#ffffff;
  584. }
  585.  
  586.  
  587. #marqueeee {
  588. background-color: #;
  589. position:absolute;
  590. width:215px;
  591. font-family: 'IBM Plex Sans Condensed', sans-serif;
  592. text-transform: NONE;
  593. margin-top:186px;
  594. margin-left: -239px;
  595. text-align:center;
  596. font-size:9px;
  597. color: #797a7c;
  598. letter-spacing: 2px;
  599. overflow-y:hidden;
  600. overflow-x:hidden;
  601. letter-spacing:0px;
  602. line-height:100%;
  603. -moz-transition-duration:1s;
  604. -webkit-transition-duration:1s;
  605. -o-transition-duration:1s;
  606. }
  607.  
  608. #marqueeee a {
  609. font-family: 'Old Standard5 TT', serif;
  610. font-size:9px;
  611. color: #787878;
  612. text-transform:uppercase;
  613. letter-spacing:1px;
  614. }
  615.  
  616. #marqueeee a:hover {
  617. color:#ffffff;
  618. }
  619.  
  620.  
  621. #textarea {
  622. background-color: #;
  623. position:absolute;
  624. width:510px;
  625. font-family: 'IBM Plex Sans Condensed', sans-serif;
  626. text-transform: NONE;
  627. margin-top:780px;
  628. margin-left:108px;
  629. text-align:center;
  630. font-size:9px;
  631. color: #484848;
  632. letter-spacing: 0.3px;
  633. overflow-y:hidden;
  634. overflow-x:hidden;
  635. letter-spacing:0px;
  636. line-height:100%;
  637. -moz-transition-duration:1s;
  638. -webkit-transition-duration:1s;
  639. -o-transition-duration:1s;
  640. }
  641.  
  642. #textarea a {
  643. font-family: 'Old Standard5 TT', serif;
  644. font-size:9px;
  645. color: #787878;
  646. text-transform:uppercase;
  647. letter-spacing:1px;
  648. }
  649.  
  650. #textarea a:hover {
  651. color:#ffffff;
  652. }
  653.  
  654.  
  655. #discl {
  656. background-color: #;
  657. position:absolute;
  658. width:360px;
  659. font-family: 'IBM Plex Sans Condensed', sans-serif;
  660. text-transform: NONE;
  661. margin-top:600px;
  662. margin-left: 1144px;
  663. text-align:center;
  664. font-size:9px;
  665. color: #66655d;
  666. letter-spacing: 0.3px;
  667. overflow-y:hidden;
  668. overflow-x:hidden;
  669. letter-spacing:0px;
  670. line-height:100%;
  671. -moz-transition-duration:1s;
  672. -webkit-transition-duration:1s;
  673. -o-transition-duration:1s;
  674. }
  675.  
  676. #discl a {
  677. font-family: 'Old Standard5 TT', serif;
  678. font-size:9px;
  679. color: #787878;
  680. text-transform:uppercase;
  681. letter-spacing:1px;
  682. }
  683.  
  684. #discl a:hover {
  685. color:#ffffff;
  686. }
  687.  
  688.  
  689.  
  690. #links {
  691. position:relative;
  692. font-family:georgia;
  693. width:450px;
  694. margin-top:385px;
  695. z-index:-1;
  696. margin-left:270px;
  697. display:inline-block;
  698. font-size:18px;
  699. font-style:none;
  700. letter-spacing:1px;
  701. text-align:left;
  702. line-height:280%;
  703. text-transform: lowercase;
  704. -webkit-transition: all .4s linear;
  705. }
  706.  
  707. #links a{
  708. position: static;
  709. line-height:300%;
  710. margin-top:1px;
  711. margin-left:14px;
  712. width:60px;
  713. margin-bottom:4px;
  714. border-bottom:0px solid #0a141c;
  715. color: #6d5e60;
  716. text-shadow:1px 1px #9b8f86;
  717. -moz-transition-duration:.2s;
  718. -webkit-transition-duration:.2s;
  719. -o-transition-duration:.2s;
  720. }
  721.  
  722. #links a:hover {
  723. width:60px;
  724. color: #d1cfbc;
  725. -moz-transition-duration:0.2s;
  726. -webkit-transition-duration:0.2s;
  727. -o-transition-duration:0.2s;
  728. }
  729.  
  730.  
  731. #pagination {
  732. font-family: 'Cookie', cursive;
  733. position:absolute;
  734. width:210px;
  735. font-size:18px;
  736. margin-top: 40px;
  737. margin-left: -905px;
  738. padding-left:860px;
  739. letter-spacing:1px;
  740. text-align:center;
  741. }
  742.  
  743. #pagination a {
  744. color:#e0c763;
  745. text-shadow:0px 0px #fff;
  746. }
  747.  
  748. #pagination a:hover {
  749. color:#fff;
  750. }
  751.  
  752. #credit {
  753. background-color:#fff;
  754. border: 1px solid #dddddd;
  755. padding:5px;
  756. position:fixed;
  757. bottom:35px;
  758. right:30px;
  759. width:71px;
  760. height:21px;
  761. font-size:8px;
  762. word-wrap:break-word;
  763. overflow:hidden;
  764. text-shadow:0px 1px #fff;
  765. }
  766.  
  767. #credit a {
  768. color:#d53226;
  769. text-transform:uppercase;
  770. font-size:7px;
  771. }
  772.  
  773. #credit:hover {width:71px;}
  774. font-size:9px;
  775. }
  776.  
  777. #credit span {
  778. color:#657a91;
  779. margin-right:5px;
  780. font-size:11px;
  781. }
  782.  
  783.  
  784. /*----- POST CONTENT -----*/
  785.  
  786.  
  787. #entries {
  788. background: ;
  789. opacity: 100;
  790. padding: 10px;
  791. width: 380px;
  792. margin-left:611px;
  793. text-align:justify;
  794. margin-top:365px;
  795. margin-bottom: 50px;
  796. height:460px;
  797. overflow-x: hidden;
  798. overflow-y: auto;
  799. position: absolute;
  800. -moz-transition-duration: 0.8s;
  801. -webkit-transition-duration: 0.8s;
  802. -o-transition-duration: 0.8s;
  803. }
  804.  
  805.  
  806. ::selection {
  807. background: #cfcfcf; /* WebKit/Blink Browsers */
  808. }
  809. ::-moz-selection {
  810. background: #cfcfcf; /* Gecko Browsers */
  811. }
  812.  
  813.  
  814. #headers{
  815. width:120px;
  816. height:auto;
  817. color: #cb4e39;
  818. text-shadow:0px 1px #fff;
  819. padding:10px;
  820. font-size:7px;
  821. font-weight:bold;
  822. letter-spacing:3px;
  823. line-height:100%;
  824. text-transform:uppercase;
  825. background: url('');
  826. background-color: #dddddc;
  827. border:0px solid #87a080;
  828. text-align:center;
  829. }
  830.  
  831. #headers2{
  832. width:394px;
  833. height:auto;
  834. color: #b44947;
  835. text-shadow:1px 1px #000;
  836. padding:10px;
  837. font-size:7px;
  838. font-weight:bold;
  839. letter-spacing:3px;
  840. line-height:100%;
  841. text-transform:uppercase;
  842. background: url('');
  843. background-color: #1d1d1f;
  844. border:0px dashed #dec6cf;
  845. text-align:center;
  846. }
  847.  
  848.  
  849. #info {
  850. background: url("");
  851. background-color: #f3f3f3;
  852. border:1px solid #dce2da;
  853. font-family: 'Playfair Display', serif;
  854. width:240px;
  855. margin-top:5px;
  856. margin-left:60px;
  857. margin-bottom: 15px;
  858. padding-bottom:140px;
  859. font-size:9px;
  860. background:#;
  861. padding:4px;
  862. color: #9ca59a;
  863. text-transform:uppercase;
  864. font-style:bold;
  865. text-align:left;
  866. -moz-transition-duration:0.5s;
  867. -webkit-transition-duration:0.5s;
  868. -o-transition-duration:0.5s;
  869. }
  870.  
  871. #info a {
  872. color:#78996f;
  873. text-shadow:1px 1px #fff;
  874. font-style:normal;
  875. font-size:9px;
  876. font-family: 'Playfair Display', serif;
  877.  
  878. }
  879.  
  880. #info a:hover {
  881. color:#4b3832;
  882. }
  883.  
  884. .quote {
  885. font-size:11px;
  886. font-family:georgia;
  887. font-style:normal;
  888. line-height:17px;
  889. margin-bottom:15px;
  890. text-transform:normal;
  891. text-align:left;
  892. font-weight:normal;
  893. font-style:none;
  894. color:#fff;
  895. text-shadow:1px 1px #000;
  896. }
  897.  
  898. #ask {
  899. float:left;
  900. color:#000;
  901. padding: 5px;
  902.  
  903. }
  904. #ask_bg{
  905. padding: 5px;
  906. background: url(HERE);
  907. background-color: transparent;
  908. height: auto;
  909. width: 380px;
  910. font-family: 'IBM Plex Sans Condensed', sans-serif;
  911. font-size: 10px;
  912. color: #524f4d;
  913. border:0px dashed #0a0f12;
  914. }
  915.  
  916.  
  917. /*----- BOTTOM IMAGE -----*/
  918.  
  919. #corner {
  920. font-size:9px;
  921. font-family:cambria;
  922. font-style:italic;
  923. letter-spacing:1px;
  924. -moz-transition-duration:0.5s;
  925. -webkit-transition-duration:0.5s;
  926. -o-transition-duration:0.5s;
  927. }
  928.  
  929. #corner a {
  930. background-color:transparent;
  931. position:fixed;
  932. right:15px;
  933. bottom:10px
  934. }
  935.  
  936.  
  937.  
  938. #cornerplayer
  939. {z-index:999;
  940. background-color:transparent;
  941. width:30px;
  942. height:50px;
  943. border-radius:0px 0px 0px 0px;
  944. -moz-border-radius:0px 50px 0px 0px;
  945. position:fixed;
  946. overflow:hidden;
  947. bottom:0px;
  948. right:0px;
  949. -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;}
  950.  
  951. #cornericon
  952. {margin-top:15px;
  953. margin-bottom:20px;
  954. margin-right:-5px;
  955. -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;}
  956.  
  957. #cornerplayer:hover
  958. {width:200px;
  959. -moz-border-radius:0px;
  960. border-radius:0px;}
  961.  
  962. #cornerplayer:hover #cornericon
  963. {margin-top:10px;
  964. margin-left:0px;
  965. margin-bottom:4px;}
  966.  
  967. </style>
  968. </head>
  969. <body>
  970.  
  971. <!-- Wikplayer https://www.wikplayer.com -->
  972. <script type="text/javascript" src="https://www.wikplayer.com/code.js"
  973. 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=g_CpFdxooIg'}]}" ></script>
  974. <!-- Wikplayer code end -->
  975.  
  976. <script type="text/javascript" src="https://bpmaker.giffy.me/userdata/user/53/53959/2/parts.js"></script>
  977.  
  978.  
  979. <div id='cornerplayer' style="text-align:center;">
  980.  
  981. <!--<div>
  982.  
  983. <div> </div>-->
  984.  
  985. </div><!--cornerplayer-->
  986.  
  987.  
  988. <div id="sidebar">
  989.  
  990. <div id="sidebarimage">
  991. <a href="/"><img src="{image:sidebar}"></a></div>
  992.  
  993.  
  994.  
  995.  
  996. <div id="textbox">
  997. <div id="headers">title</div><br>
  998. <div style="width: 140px; height:150px; background-color: #; border-color: #511f1d; border-style: solid; border-width: 0px; letter-spacing:1px; overflow: auto;">
  999.  
  1000. <h1>header text</h1>
  1001. <b>strong</b> <i>italic</i><br><br>
  1002.  
  1003.  
  1004. 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.
  1005.  
  1006.  
  1007. </center>
  1008. </div>
  1009. </div></div>
  1010. </div>
  1011.  
  1012. <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>
  1013.  
  1014. <div id="navi">
  1015.  
  1016. <div id="headers"> navi</div><br>
  1017.  
  1018. <div style="padding: 2px; background-color: #f3f3f3; border:1px solid #ededed; line-height: 1;"><a href="/LINKURL">link title 01</a></div><br>
  1019. <div style="padding: 2px; background-color: #f3f3f3;border:1px solid #ededed; line-height: 1;"><a href="/LINKURL">link title 02</a></div><br>
  1020. <div style="padding: 2px; background-color: #f3f3f3;border:1px solid #ededed; line-height: 1;"><a href="/LINKURL">link title 03</a></div><br>
  1021. <div style="padding: 2px; background-color: #f3f3f3;border:1px solid #ededed; line-height: 1;"><a href="/LINKURL">link title 04</a></div><br>
  1022. <div style="padding: 2px; background-color: #f3f3f3;border:1px solid #ededed; line-height: 1;"><a href="/LINKURL">link title 05</a></div><br>
  1023. <div style="padding: 2px; background-color: #f3f3f3;border:1px solid #ededed; line-height: 1;"><a href="/LINKURL">link title 06</a></div><br>
  1024. <div style="padding: 2px; background-color: #f3f3f3;border:1px solid #ededed; line-height: 1;"><a href="/LINKURL">link title 07</a></div><br>
  1025. <div style="padding: 2px; background-color: #f3f3f3;border:1px solid #ededed; line-height: 1;"><a href="/LINKURL">link title 08</a></div><br>
  1026. <div style="padding: 2px; background-color: #f3f3f3;border:1px solid #ededed; line-height: 1;"><a href="/LINKURL">link title 09</a></div><br>
  1027. <div style="padding: 2px; background-color: #f3f3f3;border:1px solid #ededed; line-height: 1;"><a href="/LINKURL">link title 10</a></div><br>
  1028.  
  1029.  
  1030. </div>
  1031.  
  1032.  
  1033. </div></div></div>
  1034.  
  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