Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.85 KB | None | 0 0
  1. <script>
  2.  
  3.  
  4. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  5. THIS THEME WAS PERSONALLY DESIGNED FOR @hyneblessed !!
  6. By: Ley @eternalfaction / eternalworks.
  7. theme shall not be redistributed. credits may not be removed.
  8. ( thank you for your commission and support !! )
  9. •._.••´¯``•.¸¸.•` εтεяηαℓ ωσякs `•.¸¸.•´´¯`••._.•
  10.  
  11.  
  12.  
  13. </script>
  14.  
  15.  
  16.  
  17.  
  18. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  19. <link href="https://fonts.googleapis.com/css?family=Cinzel+Decorative" rel="stylesheet">
  20.  
  21. <link href="https://fonts.googleapis.com/css?family=Give+You+Glory" rel="stylesheet">
  22.  
  23. <link href="https://fonts.googleapis.com/css?family=Lobster+Two|Rajdhani|Walter+Turncoat" rel="stylesheet">
  24.  
  25. <link href="https://fonts.googleapis.com/css?family=Arima+Madurai|Catamaran|Inknut+Antiqua|Satisfy" rel="stylesheet">
  26.  
  27. <link href="https://fonts.googleapis.com/css?family=Cookie|Cormorant+Unicase|Gentium+Book+Basic|IM+Fell+DW+Pica|Special+Elite|Walter+Turncoat" rel="stylesheet">
  28.  
  29. <link href="https://fonts.googleapis.com/css?family=Alex+Brush" rel="stylesheet">
  30.  
  31. <script type="text/javascript"
  32. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  33.  
  34. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  35.  
  36. <link href="https://fonts.googleapis.com/css?family=Cookie|Playfair+Display" rel="stylesheet">
  37.  
  38. <link href="https://fonts.googleapis.com/css?family=Arima+Madurai|Catamaran|Inknut+Antiqua|Satisfy" rel="stylesheet">
  39.  
  40. <link href="https://fonts.googleapis.com/css?family=Special+Elite|Walter+Turncoat" rel="stylesheet">
  41.  
  42. <link href="https://fonts.googleapis.com/css?family=Alex+Brush" rel="stylesheet">
  43.  
  44. <link href="https://fonts.googleapis.com/css?family=Arvo|Kalam" rel="stylesheet">
  45.  
  46. <script type="text/javascript"
  47. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  48. <script>
  49. $(document).ready(function() {
  50. $('a.poplight[href^=#]').click(function() {
  51. var popID = $(this).attr('rel'); //Get Popup Name
  52. var popURL = $(this).attr('href'); //Get Popup href to define size
  53. var query= popURL.split('?');
  54. var dim= query[1].split('&');
  55. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  56. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  57. var popMargTop = ($('#' + popID).height() + 80) / 2;
  58. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  59. //Apply Margin to Popup
  60. $('#' + popID).css({
  61. 'margin-top' : -popMargTop,
  62. 'margin-left' : -popMargLeft
  63. });
  64. $('body').append('<div id="fade"></div>');
  65. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade bin the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  66. return false;
  67. });
  68. $('a.close, #fade').live('click', function() {
  69. $('#fade , .popup_block').fadeOut(function() {
  70. $('#fade, a.close').remove(); //fade them both out
  71. });
  72. return false;
  73. });
  74. });
  75. </script>
  76.  
  77. <title>{Title}</title>
  78. <link rel="shortcut icon" href="{Favicon}">
  79. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  80. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  81.  
  82. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  83.  
  84. <link href="https://fonts.googleapis.com/css?family=Cookie|Playfair+Display" rel="stylesheet">
  85.  
  86. <style>
  87. div#qTip {
  88. padding: 3px;
  89. display: none;
  90. text-align: center;
  91. position: absolute;
  92. font-size:7px;
  93. margin-left:10px;
  94. margin-top:-2px;
  95. line-height:9px;
  96. font-family:arial;
  97. z-index: 1000;
  98. border: 1px solid #cacaca;
  99. background-color:#fff;
  100. color: #9b9b9b;
  101. text-transform:uppercase;
  102. letter-spacing: 2px;
  103. }
  104. </style>
  105.  
  106.  
  107.  
  108. <style type="text/css">
  109.  
  110. /*----- POST IMAGES -----*/
  111.  
  112.  
  113. img {
  114. max-width: 100%;
  115. height: auto;
  116. border:0px solid #fff;
  117. }
  118.  
  119. pre {
  120. white-space: pre-wrap; / css-3 /
  121. white-space: -moz-pre-wrap; / Mozilla, since 1999 /
  122. white-space: -pre-wrap; / Opera 4-6 /
  123. white-space: -o-pre-wrap; / Opera 7 /
  124. word-wrap: break-word; / Internet Explorer 5.5+ /
  125. }
  126.  
  127. /*----- IMP -----*/
  128.  
  129. .popup_block{
  130. display:none;
  131. background-color: #ffffff;
  132. padding:20px;
  133. border:1px solid #eed850; /* if you want a solid white pop-up, delete this */
  134. float:left;
  135.  
  136. position:fixed;
  137. top:50%;left:50%;
  138. z-index: 99999;
  139. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  140. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  141. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  142. }
  143.  
  144. *html #fade {position: absolute;}
  145. *html .popup_block {position: absolute;}
  146. #fade {
  147. display:none;
  148. position:fixed;
  149. left:0px;
  150. top:0px;
  151. width:100%;
  152. height:100%;
  153. z-index:9999;
  154. background:#000; /* change to #fff for solid white */
  155. opacity:0.5; /* change to opacity:1; */
  156.  
  157. }
  158.  
  159.  
  160. iframe#tumblr_controls {
  161. white-space:nowrap;
  162. -webkit-filter: invert(100%);
  163. -moz-filter: invert(100%);
  164. -o-filter: invert(100%);
  165. -ms-filter: invert(100%);
  166. filter: invert(100%);
  167. opacity:.2;transition: .8s ease-in-out;
  168. -webkit-transition: .8s ease-in-out;
  169. -moz-transition: .8s ease-in-out;
  170. -o-transition: .8s ease-in-out;
  171. }
  172.  
  173. /*----- SCROLL BAR -----*/
  174.  
  175. ::-webkit-scrollbar-thumb {
  176. height: 12px;
  177. border: 1px solid #2b2b2b;
  178. background: #2b2b2b;
  179. }
  180. ::-webkit-scrollbar {
  181. width: 5px;
  182. height: 7px;
  183. border-left: 5px solid #000;
  184. border-right: 5px solid #000;
  185. border-top: 2px solid #000;
  186. border-bottom: 2px solid #000;
  187. background: #000;
  188. }
  189.  
  190. /*----- MAIN CONTENT -----*/
  191.  
  192.  
  193. body {
  194. background: url('http://static.tumblr.com/zma9h5a/qi6owwj2k/hyneblessedtheme.png') #000000;
  195. background-position: top-right;
  196. background-repeat: no-repeat;
  197. background-attachment: absolute;
  198. margin:0px;
  199. color: #525252;
  200. font-family: 'Catamaran', sans-serif;
  201. font-size:13px;
  202. line-height:100%;
  203. height: 1080px;
  204. overflow-x: hidden;
  205. overflow-y: hidden;
  206.  
  207. }
  208.  
  209. /*----- TEXT DETAILS -----*/
  210.  
  211. b,strong {
  212. color: #772424;
  213. text-transform:none;
  214. font-family: georgia;
  215. letter-spacing: 0px;
  216. font-size:11px;}
  217.  
  218.  
  219. i,em {
  220. color:#7a7a7a;
  221. font-family: 'IM Fell DW Pica', serif;
  222. text-transform: none;
  223. font-size:13px;}
  224.  
  225.  
  226. h1 {
  227. font-weight:normal;
  228. font-size:20px;
  229. font-family: georgia;
  230. text-align:center;
  231. text-transform:uppercase;
  232. font-style:bold;
  233. line-height:100%;
  234. letter-spacing:1px;
  235. color:#cfcbca;
  236.  
  237. }
  238.  
  239. a {
  240. text-decoration:none;
  241. outline:none;
  242. -moz-outline-style:none;
  243. color:#b6cfd8;
  244. -moz-transition-duration:0.5s;
  245. -webkit-transition-duration:0.5s;
  246. -o-transition-duration:0.5s;
  247. }
  248.  
  249. a:hover {
  250. text-decoration:none;
  251. outline:none;
  252. -moz-outline-style:none;
  253. color:#b6cfd8;
  254. }
  255.  
  256. /*----- REBLOG -----*/
  257.  
  258. blockquote {
  259. padding-left:5px;
  260. border-left:1px dashed;
  261. border-color: #1b1b1b;
  262. margin:5px;
  263. }
  264.  
  265.  
  266. #post {
  267. width:410px;
  268. padding-bottom:0px;
  269. margin-top:0px;
  270. }
  271. #post a{
  272. color: #cfcbca;
  273. text-transform:uppercase;
  274. font-family: 'Special Elite', cursive;
  275. font-size: 11px;
  276.  
  277.  
  278. }
  279. #post:hover .tags{
  280. opacity:1;
  281. -moz-transition-duration:0.5s;
  282. -webkit-transition-duration:0.5s;
  283. -o-transition-duration:0.5s;
  284. }
  285.  
  286. .tags {
  287. font-family: georgia;
  288. width:500px;
  289. text-transform:normal;
  290. line-height:120%;
  291. font-size:10px;
  292. text-align:left;
  293. padding-top:5px;
  294. padding-bottom:15px;
  295. -moz-transition-duration:0.2s;
  296. -webkit-transition-duration:0.2s;
  297. -o-transition-duration:0.2s;
  298. }
  299. .tags a{
  300. font-style:italic;
  301. color:#b53532;
  302. -moz-transition-duration:0.2s;
  303. -webkit-transition-duration:0.2s;
  304. -o-transition-duration:0.2s;
  305. }
  306. .tags a:hover{
  307. color:{color:link hover};
  308. -moz-transition-duration:0.2s;
  309. -webkit-transition-duration:0.2s;
  310. -o-transition-duration:0.2s;
  311. }
  312.  
  313. /*----- SIDE CONTENT-----*/
  314.  
  315. #sidebar {
  316. color: #777;
  317. position:absolute;
  318. width:100px;
  319. height:auto;
  320. margin-top:-170px;
  321. margin-left:465px;
  322. text-align:left;
  323. }
  324.  
  325. #description {
  326. background-color: #;
  327. position:absolute;
  328. width:175px;
  329. font-family: 'Open Sans', sans-serif;
  330. margin-top:625px;
  331. margin-left:350px;
  332. text-align:center;
  333. font-size:10px;
  334. color: #939090;
  335. text-shadow:1px 1px #000;
  336. letter-spacing:0px;
  337. line-height:130%;
  338. -moz-transition-duration:1s;
  339. -webkit-transition-duration:1s;
  340. -o-transition-duration:1s;
  341. }
  342.  
  343. #description a {
  344. color: #aca09f;
  345. }
  346.  
  347. #description a:hover {
  348. color:#b6cfd8;
  349. }
  350.  
  351. #navi {
  352. background-color: #;
  353. position:absolute;
  354. width:390px;
  355. font-family: 'Special Elite', cursive;
  356. text-transform: uppercase;
  357. margin-top:100px;
  358. margin-left: 980px;
  359. text-align:center;
  360. font-size:13px;
  361. color: #3d3d3d;
  362. letter-spacing:0px;
  363. line-height:130%;
  364. -moz-transition-duration:1s;
  365. -webkit-transition-duration:1s;
  366. -o-transition-duration:1s;
  367. }
  368.  
  369. #navi a {
  370. color: #dadacf;
  371. text-shadow: 0 0 5px #fff;
  372. }
  373.  
  374.  
  375. #navi a:hover {
  376. color:#fff;
  377. text-shadow:0px 1px #a62834;
  378. }
  379.  
  380.  
  381.  
  382. #marquee {
  383. background-color: #;
  384. position:absolute;
  385. width:925px;
  386. font-family: Georgia;
  387. text-transform: lowercase;
  388. margin-top:300px;
  389. margin-left:225px;
  390. text-align:center;
  391. font-size:12px;
  392. color: #7c7775;
  393. letter-spacing:0px;
  394. line-height:130%;
  395. -moz-transition-duration:1s;
  396. -webkit-transition-duration:1s;
  397. -o-transition-duration:1s;
  398. }
  399.  
  400. #marquee a {
  401. color: #f3a2a5;
  402. }
  403.  
  404. #marquee a:hover {
  405. color:#d2c0d2;
  406. }
  407.  
  408. #textbox {
  409. background-color: #000;
  410. position:absolute;
  411. width:80px;
  412. font-family: Georgia;
  413. text-transform: lowercase;
  414. margin-top:310px;
  415. margin-left:-435px;
  416. text-align:center;
  417. font-size:11px;
  418. color: #584848;
  419. letter-spacing:0px;
  420. line-height:130%;
  421. -moz-transition-duration:1s;
  422. -webkit-transition-duration:1s;
  423. -o-transition-duration:1s;
  424. }
  425.  
  426. #textbox a {
  427. color: #8fc995;
  428. }
  429.  
  430. #textbox a:hover {
  431. color:#d2c0d2;
  432. }
  433.  
  434.  
  435. #quote {
  436. background-color: #;
  437. position:absolute;
  438. width:655px;
  439. font-family: 'Love Ya Like A Sister', cursive;
  440. text-shadow: 0 0 0.2em #62471c, 0 0 0.2em #62471c,
  441. 0 0 0.2em #eb1010;
  442. text-transform: lowercase;
  443. margin-top:642px;
  444. margin-left:-430px;
  445. text-align:center;
  446. font-size:18px;
  447. color: #afac9e;
  448. letter-spacing:0px;
  449. line-height:130%;
  450. -moz-transition-duration:1s;
  451. -webkit-transition-duration:1s;
  452. -o-transition-duration:1s;
  453. }
  454.  
  455. #quote a {
  456. color: #13394f;
  457. }
  458.  
  459. #quote a:hover {
  460. color:#d2c0d2;
  461. }
  462.  
  463.  
  464. #music {
  465. background-color: #;
  466. position:absolute;
  467. width:225px;
  468. font-family: Georgia;
  469. text-transform: lowercase;
  470. margin-top:800px;
  471. margin-left:-277px;
  472. text-align:center;
  473. font-size:11px;
  474. color: #fff;
  475. letter-spacing:0px;
  476. line-height:130%;
  477. -moz-transition-duration:1s;
  478. -webkit-transition-duration:1s;
  479. -o-transition-duration:1s;
  480. }
  481.  
  482. #music a {
  483. color: #aa2a33;
  484. }
  485.  
  486. #music a:hover {
  487. color:#d2c0d2;
  488. }
  489.  
  490.  
  491. #admin {
  492. background-color: #;
  493. position:absolute;
  494. width:200px;
  495. font-family: 'Catamaran', sans-serif;
  496. text-transform: lowercase;
  497. margin-top:690px;
  498. margin-left:448px;
  499. text-align:center;
  500. font-size:11px;
  501. color: #7c7775;
  502. letter-spacing:0px;
  503. line-height:130%;
  504. -moz-transition-duration:1s;
  505. -webkit-transition-duration:1s;
  506. -o-transition-duration:1s;
  507. }
  508.  
  509. #admin a {
  510. color: #7896b8;
  511. }
  512.  
  513. #admin a:hover {
  514. color:#d2c0d2;
  515. }
  516.  
  517.  
  518.  
  519. #kupo {
  520. background-color: #;
  521. position:absolute;
  522. width:95px;
  523. font-family: Georgia;
  524. text-transform: lowercase;
  525. margin-top:693px;
  526. margin-left:1233px;
  527. text-align:center;
  528. font-size:12px;
  529. color: #7c7775;
  530. letter-spacing:0px;
  531. line-height:130%;
  532. -moz-transition-duration:1s;
  533. -webkit-transition-duration:1s;
  534. -o-transition-duration:1s;
  535. }
  536.  
  537. #kupo a {
  538. color: #f3a2a5;
  539. }
  540.  
  541. #kupo a:hover {
  542. color:#d2c0d2;
  543. }
  544.  
  545.  
  546. #links {
  547. position:relative;
  548. font-family:georgia;
  549. width:450px;
  550. margin-top:385px;
  551. z-index:-1;
  552. margin-left:270px;
  553. display:inline-block;
  554. font-size:18px;
  555. font-style:none;
  556. letter-spacing:1px;
  557. text-align:left;
  558. line-height:280%;
  559. text-transform: lowercase;
  560. -webkit-transition: all .4s linear;
  561. }
  562.  
  563. #links a{
  564. position: static;
  565. line-height:300%;
  566. margin-top:1px;
  567. margin-left:14px;
  568. width:60px;
  569. margin-bottom:4px;
  570. border-bottom:0px solid #0a141c;
  571. color: #6d5e60;
  572. text-shadow:1px 1px #9b8f86;
  573. -moz-transition-duration:.2s;
  574. -webkit-transition-duration:.2s;
  575. -o-transition-duration:.2s;
  576. }
  577.  
  578. #links a:hover {
  579. width:60px;
  580. color: #d1cfbc;
  581. -moz-transition-duration:0.2s;
  582. -webkit-transition-duration:0.2s;
  583. -o-transition-duration:0.2s;
  584. }
  585.  
  586.  
  587. #pagination {
  588. font-family: 'Special Elite', cursive;
  589. text-transform: uppercase;
  590. width:210px;
  591. font-size:10px;
  592. margin-top:25px;
  593. margin-left: 625px;
  594. padding-left:-335px;
  595. letter-spacing:1px;
  596. text-align:center;
  597. }
  598.  
  599. #pagination a {
  600. color:#cfcbca;
  601. text-shadow:0px 1px #000;
  602. }
  603.  
  604. #info a:hover {
  605. color:#3d3d3d;
  606. }
  607.  
  608. /*----- POST CONTENT -----*/
  609.  
  610.  
  611. #entries {
  612. padding: 10px;
  613. width: 405px;
  614. margin-left: 670px;
  615. margin-top:40px;
  616. margin-bottom: 50px;
  617. height: 550px;
  618. overflow-x: hidden;
  619. overflow-y: auto;
  620. position: absolute;
  621.  
  622. }
  623.  
  624. ::selection {
  625. background: #000; /* WebKit/Blink Browsers */
  626. }
  627. ::-moz-selection {
  628. background: #000; /* Gecko Browsers */
  629. }
  630.  
  631.  
  632. #info {
  633. background: url(http://static.tumblr.com/zma9h5a/MoZowl7tr/infob.png);
  634. background-color: #transparent;
  635. border:0px solid #d0a956;
  636. font-family:courier;
  637. width:200px;
  638. margin-top:5px;
  639. margin-left:100px;
  640. padding-top:1px;
  641. font-size:11px;
  642. background:#;
  643. padding:4px;
  644. color: #2a231e;
  645. text-transform:uppercase;
  646. font-style:bold;
  647. text-align:left;
  648. -moz-transition-duration:0.5s;
  649. -webkit-transition-duration:0.5s;
  650. -o-transition-duration:0.5s;
  651. }
  652.  
  653. #info a {
  654. color:#393434 ;
  655. font-style:normal;
  656. font-size:10px;
  657.  
  658. }
  659.  
  660. #info a:hover {
  661. color:#b6cfd8;
  662. }
  663.  
  664. .quote {
  665. font-size:11px;
  666. font-family:georgia;
  667. font-style:normal;
  668. line-height:17px;
  669. margin-bottom:15px;
  670. text-transform:normal;
  671. text-align:left;
  672. font-weight:normal;
  673. font-style:none;
  674. color:#fff;
  675. text-shadow:1px 1px #000;
  676. }
  677.  
  678. #ask {
  679. float:left;
  680. color:#525252;
  681.  
  682. }
  683. #ask_bg{
  684. background: url(HERE);
  685. background-color: transparent;
  686. height: auto;
  687. width: 400px;
  688. font-family:georgia;
  689. font-size: 11px;
  690. color: #272626;
  691. border:0px solid #0a0f12;
  692. }
  693.  
  694.  
  695. /*----- BOTTOM IMAGE -----*/
  696.  
  697. #corner {
  698. font-size:9px;
  699. font-family:cambria;
  700. font-style:italic;
  701. letter-spacing:1px;
  702. -moz-transition-duration:0.5s;
  703. -webkit-transition-duration:0.5s;
  704. -o-transition-duration:0.5s;
  705. }
  706.  
  707. #corner a {
  708. background-color:transparent;
  709. position:fixed;
  710. right:15px;
  711. bottom:10px
  712. }
  713.  
  714.  
  715.  
  716. #cornerplayer
  717. {z-index:999;
  718. background-color:transparent;
  719. width:30px;
  720. height:50px;
  721. border-radius:0px 0px 0px 0px;
  722. -moz-border-radius:0px 50px 0px 0px;
  723. position:fixed;
  724. overflow:hidden;
  725. bottom:0px;
  726. right:0px;
  727. -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;}
  728.  
  729. #cornericon
  730. {margin-top:15px;
  731. margin-bottom:20px;
  732. margin-right:-5px;
  733. -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;}
  734.  
  735. #cornerplayer:hover
  736. {width:200px;
  737. -moz-border-radius:0px;
  738. border-radius:0px;}
  739.  
  740. #cornerplayer:hover #cornericon
  741. {margin-top:10px;
  742. margin-left:0px;
  743. margin-bottom:4px;}
  744.  
  745.  
  746.  
  747. {CustomCSS}</style></head><body>
  748.  
  749.  
  750. <script type="text/javascript" src="https://static.tumblr.com/qsifglb/mZjl87ts1/f8.js"></script>
  751.  
  752. <script type="text/javascript">
  753. snowStorm.snowColor = '#772424'; //
  754. snowStorm.flakesMaxActive = 30;
  755. </script>
  756.  
  757.  
  758.  
  759. <!-- SCM Music Player http://scmplayer.co -->
  760. <script type="text/javascript" src="http://scmplayer.co/script.js"
  761. data-config="{'skin':'http://static.tumblr.com/qft2cvq/w5Zn26xbc/skin-2.css','volume':66,'autoplay':true,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'','url':'https://www.youtube.com/watch?v=5M31Ss1s4cs'},{'title':'','url':'https://www.youtube.com/watch?v=KQKymkZIs-Y'},{'title':'','url':'https://www.youtube.com/watch?v=kpiEHxgLN-E'},{'title':'','url':'https://www.youtube.com/watch?v=Wq_k_k0Ecng'},{'title':'','url':'https://www.youtube.com/watch?v=OY2ICW9CDtc'}]}" ></script>
  762. <!-- SCM Music Player script end -->
  763.  
  764.  
  765.  
  766. <div id='cornerplayer'><center>
  767.  
  768.  
  769.  
  770. <div>
  771.  
  772.  
  773.  
  774.  
  775. <div>
  776.  
  777.  
  778.  
  779. </div>
  780. </center> </div><!--cornerplayer-->
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787. <SCRIPT TYPE="text/javascript">
  788. <!--
  789. function clickIE() {if (document.all) {(message);return false;}}
  790. function clickNS(e) {if
  791. (document.layers||(document.getElementById&&!document.all)) {
  792. if (e.which==2||e.which==3) {(message);return false;}}}
  793. if (document.layers)
  794. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  795. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  796. document.oncontextmenu=new Function("return false")
  797. // -->
  798. </SCRIPT>
  799.  
  800. <style>body, a, a:hover { cursor:url( https://68.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_okvj5qqS8G1t4i7gb_540.png ), auto; }</style>
  801.  
  802. <div id="sidebar">
  803.  
  804. <div id="sidebarimage">
  805. <a href="/"><img src="{image:sidebar}"></a></div>
  806.  
  807.  
  808.  
  809. <div id="textbox">
  810.  
  811. <div style="height: 240px; width: 83px; border: 1px dashed #a34f4f; font: 12px/11px Trebuchet MS; overflow: auto;"><span style="font-size: 12px;"></span>
  812. <small><small><br>
  813. A FIRE FLICKERED & <b>SHE RISED,</b><br>
  814. CHILD OF HIS <i>ALMIGHTY GIFT.</i> <br>
  815. SHE IS A DESCENDANT OF HIS HATE, A SORCERESS WITH A SPARKED CONNECTION WITH FLAMES & WAR. <br>
  816.  
  817. <i>ASURA</i> IS A <b>MONSTER</b> IN THE EYES OF THE PEOPLE.<br><br>
  818.  
  819. // Independent <u>Final Fantasy VIII</u> Original Character, <b>Asura Haden</b>. <br>
  820.  
  821. Sorceress. Mother. <i>Monster.</i>
  822. </small></small>
  823. </span></div>
  824. <p>
  825. <center>
  826.  
  827. </small></small></font>
  828. </span></div>
  829. <p>
  830. <center>
  831.  
  832.  
  833. </div>
  834.  
  835.  
  836.  
  837. </div></div>
  838.  
  839.  
  840. <div id="navi">
  841.  
  842. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="/"><img src="http://static.tumblr.com/zma9h5a/bb1owwjo6/untitled-39.gif"></a> <br>
  843. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  844. <a href="/ask"><img src="http://static.tumblr.com/zma9h5a/bb1owwjo6/untitled-39.gif"></a> <br>
  845. <a href="/"><img src="http://static.tumblr.com/zma9h5a/bb1owwjo6/untitled-39.gif"></a> <br>
  846. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="/"><img src="http://static.tumblr.com/zma9h5a/bb1owwjo6/untitled-39.gif"></a> <br>
  847. <a href="/"><img src="http://static.tumblr.com/zma9h5a/bb1owwjo6/untitled-39.gif"></a> <br>
  848. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="/"><img src="http://static.tumblr.com/zma9h5a/bb1owwjo6/untitled-39.gif"></a> <br>
  849.  
  850.  
  851.  
  852. </div>
  853.  
  854.  
  855.  
  856. </div>
  857.  
  858.  
  859.  
  860.  
  861. </div></div>
  862.  
  863. <div id="description">
  864.  
  865. <div id="pagination">
  866. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> previous </a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}"> forward </a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  867. </div></div></div>
  868.  
  869. <div id="entries">{block:Posts} <div id="post">
  870.  
  871.  
  872.  
  873. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  874.  
  875. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  876.  
  877. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  878.  
  879. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  880.  
  881. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  882.  
  883. {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}
  884.  
  885. {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}
  886.  
  887. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  888.  
  889. {block:Answer}<div id="ask_bg"><div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #272626;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br></div>{Answer}{/block:Answer}
  890.  
  891. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  892. {/block:Date} {block:NoteCount}&nbsp; <small>notes</small>:</font></font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}<div style="float:right;">
  893.  
  894. {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"><big> ( <font color="772424">X</font> ) </font></big> </a> </div>
  895.  
  896. </div>
  897.  
  898. {/block:Posts}
  899.  
  900. {block:HasTags}
  901. {block:Tags}
  902. <a href="{TagURL}">{Tag}</a>
  903. {/block:Tags}
  904. {/block:HasTags}
  905.  
  906. {/block:Posts}
  907.  
  908.  
  909. <div id="corner"> </div>
  910.  
  911. </body>
  912.  
  913.  
  914.  
  915.  
  916.  
  917. </div>
  918.  
  919. </div></div></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement