Advertisement
Guest User

Untitled

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