Advertisement
Guest User

Untitled

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