Advertisement
Guest User

paper theme by tomkirk tweaked by bonespng

a guest
Mar 1st, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.90 KB | None | 0 0
  1. <html>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.  
  6. <!-- paper theme by tomkirk
  7. http://tomkirk.tumblr.com
  8. tweaked by bonespng
  9. http://bonespng.tumblr.com -->
  10.  
  11. <!--Default Variables-->
  12.  
  13. <!--Colors-->
  14.  
  15. <meta name="color:Background" content="#FFFFFF"/>
  16. <meta name="color:Text" content="#000000"/>
  17. <meta name="color:Link Hover" content="#000000"/>
  18. <meta name="color:Link Background" content="#FFFFFF"/>
  19. <meta name="color:Borders" content="#000000"/>
  20. <meta name="color:Border Shadow" content="#000000"/>
  21. <meta name="color:Scrollbar" content="#000000"/>
  22.  
  23. <!--Images-->
  24.  
  25. <meta name="image:Background" content=""/>
  26.  
  27. <!--Options-->
  28.  
  29. <meta name="if:250px" content="1"/>
  30. <meta name="if:Tiny Cursor" content=""/>
  31. <meta name="if:Infinite Scrolling" content=""/>
  32. <meta name="if:Captions" content=""/>
  33. <meta name="if:Photo Zoom" content="1"/>
  34. <meta name="if:Faded Images" content=""/>
  35.  
  36. <!--Links-->
  37.  
  38. <meta name="text:Link 1 URL" content="/"/>
  39. <meta name="text:Link 1 name" content=""/>
  40. <meta name="text:Link 2 URL" content="/"/>
  41. <meta name="text:Link 2 name" content=""/>
  42. <meta name="text:Link 3 URL" content="/"/>
  43. <meta name="text:Link 3 name" content=""/>
  44. <meta name="text:Link 4 URL" content="/"/>
  45. <meta name="text:Link 4 name" content=""/>
  46. <meta name="text:Link 5 URL" content="/"/>
  47. <meta name="text:Link 5 name" content=""/>
  48.  
  49. {block:Description}
  50. <meta name="description" content="{MetaDescription}" />{/block:Description}
  51. <title>
  52. {block:PostSummary}
  53. {PostSummary} - {/block:PostSummary}{Title}</title>
  54. </style>
  55.  
  56. <style type="text/css">
  57.  
  58. ::-webkit-scrollbar {width:12px; height:12px; background: {color:Background};}
  59. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar}; border-top:5px solid {color:Background};border-right:5px solid {color:Background};border-bottom:5px solid {color:Background};border-left:5px solid {color:Background};}
  60.  
  61. {block:ifInvertedImages}img{
  62. opacity: 1;
  63. filter:alpha(opacity=10);
  64. -moz-opacity: 0.1;
  65. -moz-transition: all .9s ease;
  66. -o-transition: all .9s ease;
  67. transition: all .9s ease;
  68. -webkit-transition: all .9s ease;}
  69. {/block:ifInvertedImages}
  70.  
  71.  
  72. {block:ifInvertedImages} img:hover{
  73. opacity: .8;
  74. filter:alpha(opacity=100);
  75. -moz-opacity: 1;
  76. -moz-transition: all .9s ease;
  77. -o-transition: all .9s ease;
  78. transition: all .9s ease;
  79. -webkit-transition: all .9s ease;}
  80. {/block:ifInvertedImages}
  81.  
  82. {block:ifFadedImages}img{
  83. opacity: .8;
  84. filter:alpha(opacity=10);
  85. -moz-opacity: 0.1;
  86. -moz-transition: all .9s ease;
  87. -o-transition: all .9s ease;
  88. transition: all .9s ease;
  89. -webkit-transition: all .9s ease;}
  90. {/block:ifFadedImages}
  91.  
  92.  
  93. {block:ifFadedImages} img:hover{
  94. opacity: 1;
  95. filter:alpha(opacity=100);
  96. -moz-opacity: 1;
  97. -moz-transition: all .9s ease;
  98. -o-transition: all .9s ease;
  99. transition: all .9s ease;
  100. -webkit-transition: all .9s ease;}
  101. {/block:ifFadedImages}
  102.  
  103. {block:ifInvertedImages}.photo {
  104. opacity: 1;
  105. filter:alpha(opacity=10);
  106. -moz-opacity: 0.1;
  107. -moz-transition: all .9s ease;
  108. -o-transition: all .9s ease;
  109. transition: all .9s ease;
  110. -webkit-transition: all .9s ease;}
  111. {/block:ifInvertedImages}
  112.  
  113.  
  114. {block:ifInvertedImages}.photo:hover{
  115. opacity: .8;
  116. filter:alpha(opacity=100);
  117. -moz-opacity: 1;
  118. -moz-transition: all .9s ease;
  119. -o-transition: all .9s ease;
  120. transition: all .9s ease;
  121. -webkit-transition: all .9s ease;}
  122. {/block:ifInvertedImages}
  123.  
  124. {block:ifFadedImages}.photo {
  125. opacity: .8;
  126. filter:alpha(opacity=10);
  127. -moz-opacity: 0.1;
  128. -moz-transition: all .9s ease;
  129. -o-transition: all .9s ease;
  130. transition: all .9s ease;
  131. -webkit-transition: all .9s ease;}
  132. {/block:ifFadedImages}
  133.  
  134.  
  135. {block:ifFadedImages}.photo:hover{
  136. opacity: 1;
  137. filter:alpha(opacity=100);
  138. -moz-opacity: 1;
  139. -moz-transition: all .9s ease;
  140. -o-transition: all .9s ease;
  141. transition: all .9s ease;
  142. -webkit-transition: all .9s ease;}
  143. {/block:ifFadedImages}
  144.  
  145. iframe#tumblr_controls {-webkit-filter:invert(100%);-moz-filter:invert(100%);-filter:invert(100%);right:3px;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
  146.  
  147. iframe#tumblr_controls:hover{opacity:1;}
  148.  
  149. html, body, a, a:link {
  150. {block:ifTinyCursor}
  151. cursor:url(IMAGE URL HERE),auto;
  152. {/block:IfTinyCursor}
  153. }
  154.  
  155. body{background:{color:Background};background-image:url('{image:Background}');background-attachment:fixed;background-repeat:repeat;background-position:center;font-family:consolas;font-size:12px;line-height:16px;color:{color:Text};}
  156.  
  157. a:link, a:active, a:visited{color:{color:Text};text-decoration:none;background:{color:Link Background}; -webkit-transition: all 0s linear;-moz-transition: all 0s linear;transition: all 0s linear;padding:0 3px 0 3px;}
  158.  
  159. a:hover{text-decoration:none;color:{color:Link Hover};{block:ifTinyCursor}cursor:url(IMAGE URL HERE),auto;{/block:IfTinyCursor}background:transparent;}
  160.  
  161. #container {
  162. margin:auto;
  163. {block:IndexPage}
  164. {block:if250px}width:250px;{/block:if250px}
  165. {block:ifNot250px}width:400px;{/block:ifNot250px}
  166. {/block:IndexPage}
  167. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  168. }
  169.  
  170. #content{
  171. {block:if250px}width:250px;{/block:if250px}
  172. {block:ifNot250px}width:400px;{/block:ifNot250px}
  173. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  174. }
  175.  
  176. #entry{
  177. margin:0 0 100px 40px;
  178. {block:if250px}width:250px;{/block:if250px}
  179. {block:ifNot250px}width:400px;{/block:ifNot250px}
  180. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  181. z-index:1;
  182. padding:15px 10px 10px 10px;
  183. border:1px solid {color:Borders};
  184. box-shadow: {color:Border Shadow} 7px 7px;
  185. -webkit-border-bottom-right-radius: 6px;
  186. -webkit-border-bottom-left-radius: 6px;
  187. -moz-border-radius-bottomright: 6px;
  188. -moz-border-radius-bottomleft: 6px;
  189. border-bottom-right-radius: 0px;
  190. border-bottom-left-radius: 0px;
  191. {block:ifAnimation}
  192. -webkit-animation:ent 5s;
  193. animation:ent 5s;
  194. {/block:ifAnimation}
  195.  
  196. }
  197.  
  198. @-webkit-keyframes ent {
  199. 0% {opacity:0;}
  200. 25% {opacity:1;}
  201. }
  202.  
  203.  
  204. #entry .sp{
  205. height:14px;
  206. {block:if250px}width:270px;{/block:if250px}
  207. {block:ifNot250px}width:420px;{/block:ifNot250px}
  208. {block:PermalinkPage}width:420px;{/block:PermalinkPage}
  209. margin:-24px 0 0 -10px;
  210. overflow:hidden;
  211. position:absolute;
  212. background:url(IMAGE URL HERE);
  213. }
  214.  
  215. #entry img{max-width:100%;}
  216.  
  217. #pic a{padding:0 0 0 0;}
  218.  
  219. #entry #pic{
  220. overflow:hidden;
  221. position:relative;
  222. }
  223.  
  224. #entry #pic img{
  225. display:block;
  226. -webkit-transition: all 0.5s ease-out;
  227. -moz-transition: all 0.5s ease-out;
  228. transition: all 0.5s ease-out;
  229. }
  230.  
  231. #entry:hover #pic img{
  232. {block:ifPhotoZoom}
  233. -webkit-transform: scale(1.10);
  234. -moz-transform: scale(1.10);
  235. -o-transform: scale(1.10);
  236. transform: scale(1.10);
  237. {/block:ifPhotoZoom}
  238. }
  239.  
  240. #entry #pset{
  241. overflow:hidden;
  242. display:block;
  243. -webkit-transition: all 0.5s ease-out;
  244. -moz-transition: all 0.5s ease-out;
  245. transition: all 0.5s ease-out;
  246. }
  247.  
  248. #entry:hover #pset{
  249. {block:ifPhotoZoom}
  250. -webkit-transform: scale(1.10);
  251. -moz-transform: scale(1.10);
  252. -o-transform: scale(1.10);
  253. transform: scale(1.10);
  254. {/block:ifPhotoZoom}
  255. }
  256.  
  257. #ask {
  258. padding:10px;
  259. background:{color:Background};
  260. color:{color:Text};
  261. }
  262.  
  263. .asktri1{
  264. margin:-6px 0 0z 30px;
  265. color:{color:Background};
  266. font-size:65px;
  267. font-family:consolas;
  268. }
  269.  
  270. .askername{
  271. position:Absolute;
  272. margin:-29px 0 0 39px;
  273. }
  274.  
  275. .askername a{
  276. padding:0 0 0 0;
  277. background:transparent;
  278. color:{color:Text};
  279. border-bottom:2px solid {color:Text};
  280. }
  281.  
  282. .askerimg{
  283. margin-bottom:8px;
  284. }
  285.  
  286. .askerimg img{
  287. width:30px;
  288. border-radius:30px;
  289. -webkit-border-radius:30px;
  290. -moz-border-radius:30px;
  291. }
  292.  
  293. #answer{
  294. margin:10px 15px 20px 15px;
  295. }
  296.  
  297.  
  298. h1{
  299. font-size:27px;
  300. line-height:30px;
  301. margin:0 0 -5px 0;
  302. font-family:consolas;
  303. }
  304.  
  305. h2{
  306. font-size:27px;
  307. line-height:30px;
  308. margin:0 0 5px 0;
  309. font-family:consolas;
  310. }
  311.  
  312. .bt{
  313. margin:0 0 0 0;
  314. }
  315.  
  316. .bt a{
  317. font-size:20px;
  318. line-height:25px;
  319. text-transform:auto;
  320. letter-spacing:0px;
  321. font-weight:normal;
  322. font-family:consolas;
  323. }
  324.  
  325. blockquote{
  326. padding-left:10px;
  327. margin:0 0 0 15px;
  328. border-left:2px solid {color:Text};
  329. }
  330.  
  331. p {
  332. margin:10px 0 10px 0;
  333. }
  334.  
  335. .ol, ul {
  336. margin-left:30px;
  337. padding:5px;
  338. }
  339.  
  340. .ul {
  341. list-style-type:square;
  342. }
  343.  
  344. .chat .line{
  345. padding: 2px;
  346. }
  347.  
  348. .chat .line .odd{
  349. padding:2px;
  350. color:{color:Text};
  351. background:{color:Background};
  352. }
  353.  
  354. .label {
  355. font-weight:normal;
  356. }
  357.  
  358. .audioplayer{
  359. padding:10px;
  360. background:black;
  361. opacity:.8;
  362. }
  363.  
  364. .audioinfo{
  365. border-top:1px solid rgba(255,255,255,.8);
  366. padding:10px;
  367. background:black;
  368. color:white;
  369. opacity:.8;
  370. }
  371.  
  372. #entry #permalink{
  373. position:relative;
  374. margin:10px 0 0 0;
  375. line-height:20px;
  376. opacity:1;
  377. /*belldom is real*/
  378. -webkit-transition: all 0.7s linear;
  379. -moz-transition: all 0.7s linear;
  380. transition: all 0.7s linear;
  381. z-index:1;
  382. }
  383.  
  384. .com:last-child{display:none;}
  385.  
  386. .notes img{
  387. width:10px;
  388. position:left;
  389. margin:3px 5px 0 0;
  390. -webkit-border-radius:10px;
  391. -moz-border-radius:10px;
  392. border-radius:10px;
  393. }
  394.  
  395. .notes {
  396. line-height:25px;
  397. }
  398.  
  399. .notes a{
  400. border-bottom:0px;
  401. background:transparent;
  402. }
  403.  
  404. #side{
  405. position:fixed;
  406. width:135px;
  407. margin:0px 0 0 -160px;
  408. {block:ifAnimation}
  409. -webkit-animation:si 5s;
  410. animation:so 5s;
  411. {/block:ifAnimation}
  412. z-index:1;
  413. }
  414.  
  415. @-webkit-keyframes si {
  416. 0% {opacity:0;}
  417. 25% {opacity:1;}
  418. }
  419.  
  420. .nte{
  421. margin:0 0 30px 0;
  422. padding:10px;
  423. border:1px solid {color:Borders};
  424. box-shadow: {color:Border Shadow} 7px 7px;
  425. -webkit-border-bottom-right-radius: 6px;
  426. -webkit-border-bottom-left-radius: 6px;
  427. -moz-border-radius-bottomright: 6px;
  428. -moz-border-radius-bottomleft: 6px;
  429. border-bottom-right-radius: 0px;
  430. border-bottom-left-radius: 0px;
  431. }
  432.  
  433. .nte .spi{
  434. height:14px;
  435. width:134px;
  436. margin:-19px 0 0 -10px;
  437. overflow:hidden;
  438. position:absolute;
  439. background:url(IMAGE URL HERE);
  440. }
  441.  
  442. .nav{
  443. line-height:20px;
  444. }
  445.  
  446. #pgs{
  447.  
  448. }
  449.  
  450. #pgs a{
  451. margin:0 1px 0 1px;
  452. }
  453.  
  454.  
  455. {CustomCSS}
  456. </style>
  457.  
  458. <link rel="shortcut icon" href="{Favicon}">
  459. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  460. {block:ifLazyLoad}
  461. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  462. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  463. <script type="text/javascript" charset="utf-8">
  464. var $j = jQuery.noConflict();
  465. $j(function() {
  466. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  467. $j("img").lazyload({
  468. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  469. effect: "fadeIn",
  470. });
  471. });
  472. </script>
  473. {/block:ifLazyLoad}
  474.  
  475. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  476. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  477. <script>
  478. (function($){
  479. $(document).ready(function(){
  480. $("a[title]").style_my_tooltips({
  481. tip_follows_cursor:true,
  482. tip_delay_time:90,
  483. tip_fade_speed:100,
  484. attribute:"title"
  485. });
  486. });
  487. })(jQuery);
  488. </script>
  489. </head>
  490. <body>
  491. <div id="container">
  492.  
  493. <br><br><br><br><br><br>
  494. <div id="container">
  495. <div id="side">
  496. <div class="nte">
  497. <div class="spi"></div>
  498. <div class="bt"> <a href="/">{Title}</a> </div>
  499. {Description}
  500. </div>
  501.  
  502. <div class="nte">
  503. <div class="spi"></div>
  504. <div class="nav">
  505. {block:ifLink1name}
  506. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  507. {/block:ifLink1name}
  508. {block:ifLink2name}
  509. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  510. {/block:ifLink2name}
  511. {block:ifLink3name}
  512. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  513. {/block:ifLink3name}
  514. {block:ifLink4name}
  515. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  516. {/block:ifLink4name}
  517. {block:ifLink5name}
  518. <a href="{text:Link 5 URL}">{text:Link 5 name}</a>
  519. {/block:ifLink5name}</div>
  520. </div>
  521.  
  522. {block:ifNotInfiniteScrolling}
  523. {block:IndexPage}
  524. <div class="nte">
  525. <div class="spi"></div>
  526. <div id="pgs">
  527. {block:Pagination}
  528. {block:PreviousPage} <a href="{PreviousPage}">«</a>{/block:PreviousPage}
  529. {CurrentPage} / {TotalPages}
  530. {/block:JumpPagination}
  531. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  532. {/block:Pagination}
  533. </div>
  534. </div>
  535. {/block:IndexPage}
  536. {/block:ifNotInfiniteScrolling}
  537. </div>
  538.  
  539.  
  540. <div id="content">
  541.  
  542. {block:Posts}
  543. <div id="entry">
  544. <div class="sp"></div>
  545.  
  546. {block:Answer}
  547. <div id="ask">
  548. <div class="askerimg"><img src="{AskerPortraitURL-128}"></div>
  549. <span class="askername"> {Asker} asked:</span>
  550. <span style="padding-left:3px;padding-right:3px;">{Question}</span>
  551. </div>
  552. <div class="asktri1">▾</div>
  553. <div id="answer">{Answer}</div>
  554. {/block:Answer}
  555.  
  556. {block:Text}
  557. {block:Title}
  558. <h1>{Title}</h1>
  559. {/block:Title}
  560. {Body}
  561. {/block:Text}
  562.  
  563. {block:Link}
  564. <h1><a href="{URL}">{Name} »</a></h1>
  565. {block:Description}{Description}{/block:Description}
  566. {/block:Link}
  567.  
  568. {block:Photo}
  569. <div id="pic">
  570. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
  571. </div>
  572. {block:ifCaptions}
  573. {block:Caption}{Caption}{/block:Caption}
  574. {/block:ifCaptions}
  575. {block:ifNotCaptions}
  576. {block:PermalinkPage}
  577. {block:Caption}{Caption}{/block:Caption}
  578. {/block:PermalinkPage}
  579. {/block:ifNotCaptions}
  580. {block:ContentSource}
  581. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  582. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  583. {/block:SourceLogo}
  584. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  585. {/block:ContentSource}
  586. {block:ReblogParentURL}
  587. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  588. {/block:ReblogParentURL}
  589. {/block:Photo}
  590.  
  591. {block:Photoset}
  592. <div class="photo">
  593. <center>
  594. <div id="pic">
  595. {block:IndexPage}
  596. {block:if250px}<div id="pset">{Photoset-250}</div>{/block:if250px}
  597. {block:ifNot250px}<div id="pset">{Photoset-400}</div>{/block:ifNot250px}
  598. {/block:IndexPage}
  599. {block:PermalinkPage}
  600. <div id="pset">{Photoset-400}</div>
  601. {/block:PermalinkPage}
  602. </div>
  603. </center>
  604. </div>
  605. {block:ifCaptions}
  606. {block:Caption}{Caption}{/block:Caption}
  607. {/block:ifCaptions}
  608. {block:ifNotCaptions}
  609. {block:PermalinkPage}
  610. {block:Caption}{Caption}{/block:Caption}
  611. {/block:PermalinkPage}
  612. {/block:ifNotCaptions}
  613. {/block:Photoset}
  614.  
  615. {block:Quote}
  616. <h2>"{Quote}"</h2>
  617. {block:Source}
  618. <i> - {Source}</i>
  619. {/block:Source}
  620. {/block:Quote}
  621.  
  622. {block:Chat}
  623. {block:Title}
  624. <div class="posttitle">
  625. {Title}
  626. </div>
  627. {/block:Title}
  628. <div class="chat">
  629. {block:Lines}
  630. <div class="chat">
  631. <div class="line {Alt}">
  632. <div class="{Alt} user_{UserNumber}">
  633. {block:Label}
  634. <b>{Label} </b>
  635. {/block:Label}
  636. {Line}
  637. </div>
  638. </div>
  639. </div>
  640. {/block:Lines}
  641. </div>
  642. {/block:Chat}
  643.  
  644. {block:Audio}
  645. {block:AlbumArt}
  646. <img src="{AlbumArtURL}">
  647. {/block:AlbumArt}
  648. {block:AudioPlayer}
  649. <div class="audioplayer">
  650. {AudioPlayerBlack}
  651. </div>
  652. {/block:AudioPlayer}
  653. {block:TrackName}
  654. <div class="audioinfo">
  655. Song : {TrackName}
  656. </div>
  657. {/block:TrackName}
  658. {block:Artist}
  659. <div class="audioinfo">
  660. Artist : {Artist}
  661. </div>
  662. {/block:Artist}
  663. {block:Album}
  664. <div class="audioinfo">
  665. Album : {Album}
  666. </div>
  667. {/block:Album}
  668. {block:Caption}{Caption}{/block:Caption}
  669. {/block:Audio}
  670.  
  671. {block:Video}
  672. <div class="photo">
  673. <center>
  674. {block:IndexPage}
  675. {block:if250px}{Video-250}{/block:if250px}
  676. {block:ifNot250px}{Video-400}{/block:ifNot250px}
  677. {/block:IndexPage}
  678. {block:PermalinkPage}
  679. {Video-400}
  680. {/block:PermalinkPage}
  681. </center>
  682. </div>
  683. {block:ifCaptions}
  684. {block:Caption}{Caption}{/block:Caption}
  685. {/block:ifCaptions}
  686. {block:ifNotCaptions}
  687. {block:PermalinkPage}
  688. {block:Caption}{Caption}{/block:Caption}
  689. {/block:PermalinkPage}
  690. {/block:ifNotCaptions}
  691. {/block:Video}
  692.  
  693. {block:IndexPage}
  694. <div id="permalink">
  695. <a title="{INSERT CUSTOM HTML HERE}"href="{Permalink}">{NoteCountWithLabel}</a>
  696. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ R</a></span>
  697. {block:HasTags}
  698. <br>
  699. # :
  700. {block:Tags}<a href="{TagURL}">{Tag}</a><span class="com"> ,</span>
  701. {/block:Tags}
  702. {/block:HasTags}
  703. </div>
  704. {/block:IndexPage}
  705.  
  706. {block:PermalinkPage}
  707. {block:Date}
  708. <div id="permalinkpg">
  709. <div id="permalink">
  710. <b>Posted:</b> {TimeAgo} on
  711. {ShortMonth} {DayofMonth},{Year} at
  712. {12Hour}:{Minutes} {CapitalAmPm}
  713. {block:NoteCount}<br>
  714. <b>Notes:</b>
  715. {NoteCount}
  716. {/block:NoteCount}
  717. {block:HasTags}
  718. <br>
  719. <b>Tags:</b>
  720. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  721. {/block:Tags}
  722. {/block:HasTags}
  723. <br>{block:RebloggedFrom}
  724. <b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> <b>Src:</b> <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  725. </div>
  726. {block:PostNotes}
  727. {PostNotes}
  728. {/block:PostNotes}
  729. </div>
  730. {/block:Date}
  731. {/block:PermalinkPage}
  732.  
  733. </div>
  734. {/block:Posts}
  735.  
  736. </div>
  737.  
  738.  
  739. {block:ifInfiniteScrolling}
  740. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  741. {/block:ifInfiniteScrolling}
  742.  
  743. </body>
  744. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement