danystormborn

Demons // Arctic Fox

May 20th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.25 KB | None | 0 0
  1. <style> body, a, a:hover { cursor:url('{text:Cursor Image URL}'), auto }</style>
  2.  
  3. <!--
  4. Theme by Arctic Fox // Chloe & Caitlin
  5.  
  6. DEMONS
  7.  
  8. Comments and suggestions are welcome
  9.  
  10. ARCTICFOXDESIGNS.tumblr.com
  11.  
  12. -->
  13.  
  14. <html lang="en">
  15. <head>
  16.  
  17. <link href='https://fonts.googleapis.com/css?family=Poiret+One|Dancing+Script|Satisfy|Tangerine|Calligraffitti|Nothing+You+Could+Do|Kalam|Sacramento|Griffy' rel='stylesheet' type='text/css'>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  20.  
  21. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  22.  
  23. <meta name="image:Background" content=""/>
  24. <meta name="image:corner" content=""/>
  25. <meta name="color:Background" content="#FFFFFF"/>
  26. <meta name="color:Sidebar" content="#eef4ff">
  27. <meta name="color:Post Background" content="#eef4ff">
  28. <meta name="color:Title" content="#000000"/>
  29. <meta name="color:Text" content="#000000"/>
  30. <meta name="color:select color" content="#9db3b9"/>
  31. <meta name="color:Link" content="#000000"/>
  32. <meta name="color:Hover" content="#000000"/>
  33. <meta name="color:Permalink background" content="#eef4ff"/>
  34. <meta name="color:Permalink colour" content="#000000"/>
  35.  
  36.  
  37. <meta name="select:blog title font" title="Dancing Script" content="'Dancing Script', cursive"/> <meta name="select:blog title font" title="Calibri" content="'Calibri'"/> <meta name="select:blog title font" title="Poiret One" content="'Poiret One', cursive"/> <meta name="select:blog title font" title="Satisfy" content="'Satisfy', cursive"/> <meta name="select:blog title font" title="Kalam" content="'Kalam', cursive"/> <meta name="select:blog title font" title="Calligraffitti" content="'Calligraffitti', cursive"/> <meta name="select:blog title font" title="Nothing You Could Do" content="'Nothing You Could Do', cursive"/> <meta name="select:blog title font" title="Sacramento" content="'Sacramento', cursive"/> <meta name="select:blog title font" title="Griffy" content="'Griffy', cursive"/>
  38.  
  39. <meta name="select:body font" title="calibri" content="calibri"/>
  40. <meta name="select:body font" title="arial" content="arial"/>
  41. <meta name="select:body font" title="consolas" content="consolas"/>
  42. <meta name="select:body font" title="Raleway" content="'Raleway', sans-serif"/>
  43.  
  44.  
  45.  
  46. <meta name="if:Maximised background" content=""/>
  47. <meta name="if:cornerimage" content="0"/>
  48.  
  49.  
  50. <meta name="text:Cursor image URL" content=""/>
  51. <meta name="text:Favicon" content=""/>
  52.  
  53. <meta name="text:stats title" content="stats"/>
  54. <meta name="text:online users" content="online users"/>
  55. <meta name="text:hit counter" content="hit counter"/>
  56. <meta name="text:followers" content="followers tracker"/>
  57. <meta name="text:updates title" content="updates"/>
  58. <meta name="text:updates" content="put whatever else here"/>
  59.  
  60. <meta name="text:Link One URL" content=""/>
  61. <meta name="text:Link One Title" content="link"/>
  62. <meta name="text:Link Two URL" content=""/>
  63. <meta name="text:Link Two Title" content="link"/>
  64. <meta name="text:Link Three URL" content=""/>
  65. <meta name="text:Link Three Title" content="link"/>
  66.  
  67.  
  68.  
  69.  
  70. <title>{Title}</title>
  71. {block:Description}
  72. <meta name="description" content="{MetaDescription}" />
  73. {/block:Description}
  74. <link rel="shortcut icon" href="{text:Favicon}">
  75.  
  76. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  77. <script type="text/javascript"
  78. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  79. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  80. <script>
  81. $(document).ready(function(){
  82. $(".inside").hide();
  83. $(".label").click(function(){
  84. $(this).next(".inside").slideToggle('fast');
  85. });
  86. });
  87. </script>
  88.  
  89. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  90.  
  91. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  92. <script>
  93. (function($){$(document)
  94. .ready(function(){$("[title]")
  95. .style_my_tooltips();});})
  96. (jQuery);
  97. </script>
  98.  
  99. {block:IndexPage}
  100. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  101. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  102.  
  103. <script type="text/javascript">
  104. $(window).load(function(){
  105. var $wall = $('#entries');
  106. $wall.imagesLoaded(function(){
  107. $wall.masonry({
  108. itemSelector: '#post, #post_photo',
  109. isAnimated : false
  110. });
  111. });
  112.  
  113. $wall.infinitescroll({
  114. navSelector : '#pagination',
  115. nextSelector : '#pagination a',
  116. itemSelector : '#post, #post_photo',
  117. bufferPx : 2000,
  118. debug : false,
  119. errorCallback: function() {
  120. $('#scroll').fadeOut('normal');
  121. }},
  122. function( newElements ) {
  123. var $newElems = $( newElements );
  124. $newElems.hide();
  125. $newElems.imagesLoaded(function(){
  126. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  127. });
  128. }); $('#entries').show(500);
  129. });
  130. </script>
  131.  
  132.  
  133. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  134.  
  135. {/block:IndexPage}
  136.  
  137.  
  138. <!---------------END SCRIPTS--------------->
  139.  
  140. <style type="text/css">
  141.  
  142.  
  143. #buttons{
  144. POSITION:FIXED;
  145. OPACITY:1.0;
  146. TOP:5px;
  147. RIGHT:5px;
  148. HEIGHT:AUTO;
  149. WIDTH:AUTO;
  150. Z-INDEX:2;
  151. {block:permalinkpage}
  152. OPACITY:0.0;
  153. {/block:permalinkpage}
  154. }
  155.  
  156. #buttons a{
  157. COLOR:{color:borders};
  158. PADDING:6px;
  159. WIDTH:81px;
  160. MARGIN-TOP:-8px;
  161. TEXT-ALIGN:CENTER;
  162. LETTER-SPACING:1px;
  163. DISPLAY:INLINE-BLOCK;
  164. text-transform:uppercase;
  165. background:{color:background};
  166. }
  167. .tmblr-iframe{
  168. margin-top:15px;
  169. margin-right:0px;
  170. opacity:0;
  171. z-index:9999999999999;!important;
  172. -webkit-filter: invert(100%);
  173. {block:permalinkpage}
  174. opacity:1;
  175. margin-top:5px;
  176. {/block:permalinkpage}
  177. }
  178.  
  179.  
  180.  
  181. ::-webkit-scrollbar{ width:10px; background-color:{color:background}; }
  182. ::-webkit-scrollbar-thumb{ background-color: {color:sidebar}; border: 0px solid #000; }
  183.  
  184.  
  185. /************EDIT BODY HERE************/
  186.  
  187. body{
  188. margin:0px;
  189. background-color: {color:Background};
  190. background-attachment:fixed;
  191. background-repeat:100%;
  192. background-position:bottom-right;
  193. font-family:{select:body font};
  194. font-size:10px;
  195. letter-spacing:1px;
  196. overflow-x:hidden;
  197. text-align:left;
  198.  
  199. color: {color:Text};
  200. background-image:url({image:Background});
  201. {block:ifMaximisedBackground}
  202. -webkit-background-size: cover;
  203. -moz-background-size: cover;
  204. -o-background-size: cover;
  205. background-size: cover;
  206. {/block:ifMaximisedBackground}
  207.  
  208. }
  209.  
  210.  
  211. a:link, a:active, a:visited{
  212. text-decoration: none;
  213. color: {color:Link};}
  214.  
  215. a:hover {
  216. color:{color:Link};
  217. text-decoration:none;}
  218.  
  219. /************EDIT TOOLTIP HERE************/
  220.  
  221.  
  222. #s-m-t-tooltip {
  223. padding: 4px;
  224. height:auto;
  225. display: none;
  226. font-family: consolas;
  227. font-size: 10px;
  228. max-width:150px;
  229. text-transform:uppercase;
  230. text-align: center;
  231. letter-spacing:1px;
  232. margin-top:10px;
  233. margin-left: 15px;
  234. line-height: 8px;
  235. z-index: 999999999999;
  236.  
  237. border: 1px solid #f5f5f5;
  238. background:#ffffff;
  239. color: #888;}
  240.  
  241. /************EDIT POST POSITION/WIDTH HERE************/
  242.  
  243. /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
  244.  
  245. #entries{
  246. text-align:left;
  247. width:810px;
  248. margin-left:150px;
  249. margin-top:80px;
  250. position:relative;
  251.  
  252. {block:PermalinkPage}
  253. width:550px;
  254. margin-left:40px;
  255. {/block:PermalinkPage}}
  256.  
  257. /************EDIT OVERALL POSTS HERE************/
  258.  
  259. /*When increasing the amount of columns, you may have to decrease the #post width. Otherwise, to get larger posts, increase the width.*/
  260.  
  261. #post{
  262. text-align:left;
  263. margin-right:30px;
  264. margin-bottom:30px;
  265. background:{color:Post Background};
  266. padding-bottom:0px;
  267. padding-left:0px;
  268. padding-right:0px;
  269. padding-top:0px;
  270. max-width: 100%;
  271. display:block;
  272.  
  273. width:190px;
  274. {block:PermalinkPage}
  275. width:500px;
  276. {/block:PermalinkPage}}
  277.  
  278. /*Do not delete #post img.*/
  279.  
  280. #post img{
  281. max-width:100%;}
  282.  
  283. /*Edit the permalinks all posts.*/
  284.  
  285. .permalink{
  286. background-color:{color:Permalink background};
  287. color:{color:Permalink colour};
  288. opacity:1;
  289. margin-top:0px;
  290. padding:5px;
  291. padding-left:9px;
  292. font-size:10px;
  293. text-transform:uppercase;
  294. background-color:{color:Permalink background};
  295. color:{color:Permalink colour};
  296. text-align:left;
  297.  
  298. -webkit-transition:all .9s ease;-moz-transition:all .9s ease;transition:all .9s ease;-o-transition:all .9s ease;
  299. {block:permalinkpage}
  300. display:none;
  301. {/block:permalinkpage}
  302.  
  303.  
  304. }
  305. .permalink a{
  306. color:{color:Permalink colour};
  307. line-height:15px;}
  308.  
  309.  
  310.  
  311. #notecounter{
  312. margin-top:-17px;
  313. text-align:right;
  314. }
  315.  
  316.  
  317. /*Edit the titles on any text-based post.*/
  318.  
  319. .posttitle{
  320. font-size:10px;
  321. text-align:center;
  322. color:{color:Link};}
  323.  
  324. .posttitle a{
  325. color:{color:Link};}
  326.  
  327. /************EDIT QUOTE POSTS HERE************/
  328.  
  329. .quote{
  330. margin-right: 5px;}
  331.  
  332. .source{
  333. padding-top:5px;
  334. display:block;
  335. text-align:right;}
  336.  
  337.  
  338. /************EDIT ANSWER POSTS HERE************/
  339.  
  340. .ask{
  341. padding:4px;
  342. background:{color:post background};}
  343. .asker{
  344. color:{color:Link};}
  345. .answer{
  346. margin-top:10px;}
  347.  
  348. /************EDIT AUDIO POSTS HERE************/
  349.  
  350. .audio{
  351. {block:IndexPage}width:180px;{/block:IndexPage}
  352. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  353. .info{
  354. padding:2px 0px 1px 57px;}
  355. .i {
  356. text-transform:uppercase;
  357. letter-spacing:1px;
  358. font-size:8px;}
  359. .pl b,strong{
  360. text-transform:lowercase;
  361. font-size:9px;}
  362. .player{
  363. position:absolute;
  364. overflow:hidden;
  365. margin-top:0px;
  366. margin-left:15px;
  367. background:#ffffff;
  368. width:24px;
  369. height:23px;}
  370.  
  371. /************EDIT VIDEO POSTS HERE************/
  372. /***********DO NOT DELETE THIS CODE************/
  373.  
  374. .video-container {
  375. position:relative;
  376. padding-bottom:56.25%;
  377. padding-top: 30px;
  378. height:0;
  379. overflow:hidden;}
  380.  
  381. .video-container iframe,
  382. .video-container object,
  383. .video-container embed {
  384. position: absolute;
  385. top: 0;
  386. left: 0;
  387. width: 100%;
  388. height: 100%;}
  389.  
  390. /************EDIT CHAT POSTS HERE************/
  391.  
  392. .chat{
  393. line-height:12px;
  394. list-style:none;}
  395. .chat ul{
  396. list-style:none;
  397. padding:0px 5px;
  398. line-height:15px;}
  399. .label{
  400. color:{color:Link};}
  401.  
  402. /************EDIT SIDEBAR HERE************/
  403.  
  404.  
  405.  
  406. .blogtitle{
  407.  
  408. padding:5px;
  409. text-align:left;
  410. font-family:{select:blog title font};
  411. font-size:20px;
  412. width:350px;
  413. margin-left:0px;
  414. margin-bottom:0px;
  415. letter-spacing:3px;
  416. color:{color:link};
  417. }
  418.  
  419.  
  420.  
  421. .links{
  422. text-align:right;
  423. padding:5px;
  424. text-transform:uppercase;
  425. color:{color:link};
  426. margin-right:0px;
  427. margin-top:-30px;
  428.  
  429. }
  430.  
  431.  
  432. .links a{
  433. color:{color:link};
  434.  
  435. }
  436.  
  437.  
  438. #holder{
  439. width:210px; /* change width of the whole thing here */
  440. height:auto;
  441. padding:0px;
  442. font-size:10px; /* change font size */
  443. top:120px; /* change the position */
  444. left:50px; /* change the position */
  445. font-family:calibri; /* change the font family */
  446. text-align:center;
  447. position:fixed;
  448. background:{color:sidebar};
  449. }
  450. /* the titles */
  451. .label1{
  452. letter-spacing:2px;
  453. text-transform:uppercase;
  454. padding:5px;
  455. margin:5px;
  456. font-size:8px;
  457. }
  458. .label{
  459. letter-spacing:1px;
  460. text-transform:uppercase;
  461. text-decoration:underline;
  462. padding:5px;
  463. margin:5px;
  464. }
  465. /* the inside text */
  466. .inside{
  467. font-weight:none;
  468. display:none;
  469. color:{color:text};
  470. /* if you want there to be a scrollbar just add height:NUMBERpx; nad under that add overflow-y:auto; */
  471. }
  472.  
  473.  
  474. /* you can edit anything from here on down */
  475. .inside a{
  476. color:{color:text};
  477. text-transform:uppercase;
  478. letter-spacing:1px;
  479. text-decoration:underline;
  480. font-style:italic;
  481. }
  482. .inside a:hover{
  483. color:#bbb;
  484. }
  485. .inside i{
  486. font-style:italic;
  487. letter-spacing:1px;
  488. background:#eee;
  489. }
  490. .inside b{
  491. font-weight:bold;
  492. }
  493. .inside u{
  494. text-decoration:underline;
  495. text-transform:uppercase;
  496. }
  497. .inside s{
  498. text-decoration:line-through;
  499. font-size:smaller;
  500. }
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507. /************EDIT TEXT SETTINGS HERE************/
  508.  
  509. i, em{
  510. color:{color:Link};}
  511. b, strong{
  512. font-weight:normal;
  513. text-transform:uppercase;
  514. color:{color:Link};}
  515. ul,ol{
  516. margin:0px;
  517. margin-left:-5px;}
  518. p{
  519. padding:0px;
  520. margin:2px;}
  521. u{
  522. text-decoration:none;
  523. color:{color:Title};}
  524.  
  525. blockquote {
  526. margin:0px;
  527. padding:4px;
  528. background:#f7f7f7;}
  529.  
  530. /************DO NOT DELETE #SCROLL************/
  531.  
  532. #scroll{
  533. bottom:-20px;
  534. position: absolute;
  535. left: 50%;
  536. width:10px;
  537. height:5px;
  538. overflow:hidden;
  539. margin-bottom:80px;}
  540.  
  541.  
  542.  
  543.  
  544. #credit{
  545. height:20px;
  546. width:20px;
  547. position:fixed; background-color: #fff;
  548. left:12px;
  549. bottom:15px;
  550. color: #000;
  551. text-transform:none;
  552. padding:10px;
  553. opacity:0.8;
  554. z-index:222;
  555. overflow:hidden;
  556. font-size:18px;
  557. font-weight:bold;
  558. font-family:'Cedarville Cursive', cursive;
  559. -webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;-o-transition:all 1s ease;
  560. }
  561.  
  562. #credit:hover{
  563. width:125px;
  564. }
  565.  
  566. #credit img{
  567. height:20px;
  568. }
  569.  
  570. #credit a{
  571. padding-left:5px;
  572. color: #2a2a2a; text-shadow: black 0.1em 0.1em 0.2em}
  573.  
  574.  
  575.  
  576.  
  577.  
  578. #top {
  579. height:35px;
  580. width:710px;
  581. top:20px;
  582. left:310px;
  583. background-color:{color:Sidebar};
  584. z-index:1;
  585. position:absolute;}
  586.  
  587.  
  588.  
  589. ::selection {
  590.  
  591. background: {color:Select color}; /* Safari */
  592.  
  593. }
  594.  
  595. ::-moz-selection {
  596.  
  597. background: {color:Select color}; /* Firefox */
  598.  
  599. }
  600.  
  601.  
  602. </style>
  603.  
  604. </head>
  605.  
  606. <body>
  607. {block:ifcornerimage}<img src="{image:corner}" style="position:fixed;bottom:0px;right:0px; width:300px;z-index:-999"/> {/block:ifcornerimage}
  608.  
  609. <div id="top"><div class="blogtitle"><a href="/">{Title}</a></div>
  610. <div class="links">
  611. <a href="/">home</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  612. <a href="/ask">Ask</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  613. <a href="{text:Link One URL}" title="{text:Link One Title}">{text:Link One Title}</a>
  614. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:Link Two URL}" title="{text:Link Two Title}">{text:Link Two Title}</a>
  615. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:Link Three URL}" title="{text:Link Three Title}">{text:Link Three Title}</a></div></div>
  616.  
  617.  
  618. <div id="credit">
  619. <a href="http://arcticfoxdesigns.tumblr.com/"><img src="http://i.imgur.com/ObcbPgn.png">Arctic Fox</a> <div style="display:none;"><script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3110933";
  620. fhsh.src = "//s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=Visits&a=1";
  621. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  622. </script>
  623. </div>
  624. </div>
  625.  
  626. <div id="buttons">
  627. <a href="http://tumblr.com/dashboard">dashboard</a>
  628. &nbsp;
  629. <a href="http://tumblr.com/follow/{name}/">follow me</a>
  630. </div>
  631.  
  632. <center>
  633.  
  634.  
  635.  
  636.  
  637. <div id="entries">
  638.  
  639. <!---------------EDIT SIDEBAR CONTENT HERE--------------->
  640.  
  641. <div id="holder">
  642. <p class="label1">{description}</p> <!-- change titles here -->
  643. <div class="inside"> <!-- your text goes after this -->
  644. </div>
  645.  
  646. <p class="label">{text:stats title}</p> <!-- change titles here -->
  647. <div class="inside"> {text:online users}<br>{text:hit counter}<br>{text:followers}
  648. </div>
  649.  
  650. <p class="label">{text:updates title}</p> <!-- change titles here -->
  651. <div class="inside"> {text:updates}
  652. </div>
  653. </div>
  654.  
  655.  
  656.  
  657. {block:Posts}
  658.  
  659. <!---------------DO NOT DELETE block:ContentSource--------------->
  660.  
  661. {block:ContentSource}
  662. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  663. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  664. {/block:SourceLogo}
  665. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  666. {/block:ContentSource}
  667.  
  668. <div id="post">
  669.  
  670. <!---------------EDIT TEXT POSTS HERE--------------->
  671.  
  672. {block:Text}
  673. <div class="text">
  674. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  675. {Body}{block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">Reblog</a><div id="notecounter"><a href="{Permalink}" title="{NoteCount}">{NoteCount} Notes</a></div>
  676. </div>{/block:IndexPage}</div>
  677. {/block:Text}
  678.  
  679. <!---------------EDIT LINK POSTS HERE--------------->
  680.  
  681. {block:Link}
  682. <a href="{URL}"><div class="posttitle">{Name}</div></a>
  683. {block:Description}{Description}{/block:Description}
  684. {block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">Reblog</a><div id="notecounter"><a href="{Permalink}" title="{NoteCount}">{NoteCount} Notes</a></div>
  685. </div>{/block:IndexPage}
  686. {/block:Link}
  687.  
  688. <!---------------EDIT PHOTO POSTS HERE--------------->
  689.  
  690. {block:Photo}<div style="line-height:0px;">
  691. {block:IndexPage}
  692. <img src="{PhotoURL-250}" alt="{PhotoAlt}" width="260px"/>{/block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">Reblog</a><div id="notecounter"><a href="{Permalink}" title="{NoteCount}">{NoteCount} Notes</a></div>
  693. </div>{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a></div>
  694. {/block:Photo}
  695.  
  696. <!---------------EDIT PHOTOSET POSTS HERE--------------->
  697.  
  698. {block:Photoset}
  699. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" /></a>{/block:Photos}<div class="permalink"><a href="{ReblogURL}" title="reblog">Reblog</a><div id="notecounter"><a href="{Permalink}" title="{NoteCount}">{NoteCount} Notes</a></div>
  700. </div>{/block:IndexPage}
  701. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  702. {/block:Photoset}
  703.  
  704. <!---------------EDIT QUOTE POSTS HERE--------------->
  705.  
  706. {block:Quote}
  707. {Quote}{block:Source}
  708. <div class="source">{Source}</div>{/block:Source}
  709. {block:IndexPage}
  710. <div class="permalink"><a href="{ReblogURL}" title="reblog">Reblog</a><div id="notecounter"><a href="{Permalink}" title="{NoteCount}">{NoteCount} Notes</a></div>
  711. </div>{/block:IndexPage}
  712. {/block:Quote}
  713.  
  714. <!---------------EDIT ANSWER POSTS HERE--------------->
  715.  
  716. {block:Answer}
  717. <div class="ask"><span class="asker">{Asker}:</span> {Question}</div>
  718. <div class="answer">{Answer}</div>
  719. {block:IndexPage}
  720. <div class="permalink"><a href="{ReblogURL}" title="Reblog">REBLOG</a> / <a href="{Permalink}">{NoteCount}</a>
  721. </div>{/block:IndexPage}
  722. {/block:Answer}
  723.  
  724. <!---------------EDIT CHAT POSTS HERE--------------->
  725.  
  726. {block:Chat}
  727. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  728. <div class="chat"><ul>{block:Lines}
  729. <li class="person{UserNumber}">{block:Label}
  730. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">Reblog</a><div id="notecounter"><a href="{Permalink}" title="{NoteCount}">{NoteCount} Notes</a></div>
  731. </div>
  732. {/block:IndexPage}
  733. {/block:Chat}
  734.  
  735. <!---------------EDIT AUDIO POSTS HERE--------------->
  736.  
  737. {block:Audio}<div class="player">{AudioPlayerWhite}</div>
  738. <div class="info"><div class="i"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i">by<span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></div>{block:IndexPage}<div class="permalink"><a href="{ReblogURL}" title="reblog">Reblog</a><div id="notecounter"><a href="{Permalink}" title="{NoteCount}">{NoteCount} Notes</a></div>
  739. </div>
  740. {/block:IndexPage}
  741. {/block:Audio}
  742.  
  743. <!---------------EDIT VIDEO POSTS HERE--------------->
  744.  
  745. {block:Video}
  746. {block:IndexPage}<div class="video-container">{Video-250}</div>
  747. <div class="permalink"><a href="{ReblogURL}" title="reblog">Reblog</a><div id="notecounter"><a href="{Permalink}" title="{NoteCount}">{NoteCount} Notes</a></div>
  748. </div>{/block:IndexPage}
  749. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  750. {/block:Video}
  751.  
  752. <!---------------EDIT PERMALINK PAGE HERE--------------->
  753.  
  754. {block:PermalinkPage}
  755. {block:Caption}{Caption}{/block:Caption}
  756. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  757. <div class="permapage">
  758. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  759. </div>
  760. {/block:Posts}
  761. </div>
  762.  
  763. <!---------------DO NOT DELETE THIS--------------->
  764.  
  765. {block:IndexPage}
  766. {block:Pagination}
  767. <div id="pagination">
  768. {block:NextPage}
  769. <a id="nextPage" href="{NextPage}"></a>
  770. {/block:NextPage}
  771. {block:PreviousPage}
  772. <a href="{PreviousPage}"></a>
  773. {/block:PreviousPage}
  774. </div>
  775. {/block:Pagination}
  776. {/block:IndexPage}
  777. </center>
  778.  
  779.  
  780. </body>
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792. </html>
Add Comment
Please, Sign In to add comment