thehiddenwill-themes

Theme 20.

Dec 17th, 2013
845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.72 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--
  6. THEME #20 made by
  7. thehiddenwill-themes.tumblr.com
  8. -->
  9.  
  10. <html>
  11. <head>
  12.  
  13. <title>{Title}</title>
  14.  
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}"/>
  19. {/block:Description}
  20.  
  21. <meta name="image:Background" content=""/>
  22.  
  23. <meta name="if:Show Captions" content="1"/>
  24. <meta name="if:Show Tags" content="1"/>
  25.  
  26. <meta name="text:Link 1 URL" content=""/>
  27. <meta name="text:Link 2 URL" content=""/>
  28. <meta name="text:Link 3 URL" content=""/>
  29. <meta name="text:Link 4 URL" content=""/>
  30.  
  31. <!-- END DEFAULT VARIABLES -->
  32.  
  33. <style type="text/css">
  34.  
  35. /* CSS */
  36.  
  37. .photo {
  38. filter: url("data:image/svg+xml;utf8,<svg xmlns=’http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0’/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  39. filter: gray; /* IE6-9 */
  40. -webkit-filter: grayscale(1);
  41. -webkit-transition: all 0.5s ease-in-out;
  42. -moz-transition: all 0.5s ease-in-out;
  43. -o-transition: all 0.5s ease-in-out;
  44. -ms-transition: all 0.5s ease-in-out;
  45. transition: all 0.5s ease-in-out;
  46. }
  47.  
  48. .photo:hover{
  49. filter: none;
  50. -webkit-filter: grayscale(0.8);
  51. -webkit-transition: all 0.7s ease-in-out;
  52. -moz-transition: all 0.7s ease-in-out;
  53. -o-transition: all 0.7s ease-in-out;
  54. }
  55.  
  56. iframe#tumblr_controls {position: fixed!important;z-index: 9999;opacity:0;-webkit-filter: invert(100%);-webkit-transition:opacity 0.4s linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear}
  57. iframe#tumblr_controls:hover {opacity:1;-webkit-transition:opacity 0.4s linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear}
  58.  
  59.  
  60. ::selection {
  61. background: #000;
  62. color: #fff;
  63. }
  64.  
  65. ::-moz-selection {
  66. background: #000;
  67. color: #fff;
  68. }
  69.  
  70. /*SCROLLBAR*/
  71.  
  72. ::-webkit-scrollbar-thumb:vertical {
  73. background: #fff;
  74. background-image:url(http://static.tumblr.com/aegsbm3/2GHmxesdf/dot.png);
  75. border: 5px solid #fff;
  76. height: 60px;
  77. }
  78.  
  79. ::-webkit-scrollbar-thumb:vertical:hover {
  80. background: #fff;
  81. background-image:url(http://static.tumblr.com/aegsbm3/2GHmxesdf/dot.png);
  82. border: 5px solid #fff; }
  83.  
  84. ::-webkit-scrollbar {
  85. height: 10px;
  86. width: 15px;
  87. background: #fff;
  88. }
  89.  
  90. ::-webkit-scrollbar-button:end:increment {
  91. background-color:#fff;
  92. display:block;
  93. height:0px;
  94. }
  95.  
  96. /*FONT-FACES*/
  97.  
  98. @font-face {font-family: 'pix';font-style: normal;font-weight: normal;src: local('pix'), url('http://static.tumblr.com/s4afcug/sJzmj12zk/pix-webfont.woff') format('woff');}
  99. @font-face { font-family:'pixel'; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf'); }
  100.  
  101. /*BODY*/
  102.  
  103. body {
  104. background:#fff;
  105. font-family:pix;
  106. color:#000;
  107. font-size:9px;
  108. background-attachment:fixed;
  109. background-repeat:repeat;
  110. background-image:url('{image:Background}');
  111. }
  112.  
  113. a {
  114. text-decoration:none;
  115. -webkit-transition:all 0.2s ease-in-out;
  116. -moz-transition:all 0.2s ease-in-out;
  117. -o-transition:all 0.2s ease-in-out;
  118. transition:all 0.2s ease-in-out;
  119. color:#000;
  120. }
  121.  
  122. a:hover {
  123. color:#fff;
  124. }
  125.  
  126. a:active {
  127. color:#000;
  128. -webkit-transition:all 0.02s ease-in-out;
  129. -moz-transition:all 0.02s ease-in-out;
  130. -o-transition:all 0.02s ease-in-out;
  131. transition:all 0.02s ease-in-out;
  132. }
  133.  
  134. blockquote {
  135. width:90%;
  136. border-left:4px solid #000;
  137. padding-left:10px;
  138. line-height: 120%;
  139. margin: 0.75em 0 .75em .75em;
  140. }
  141.  
  142. img {
  143. border:none;
  144. }
  145.  
  146. big {
  147. font-size:10px;
  148. }
  149.  
  150. small {
  151. font-size:8px;
  152. letter-spacing:1px;
  153. }
  154.  
  155. pre {
  156. width:85%;
  157. white-space:pre-wrap;
  158. word-wrap:break-word;
  159. background:transparent;
  160. color:#000;
  161. font-size:9px;
  162. line-height:120%;
  163. padding:5px;
  164. }
  165.  
  166. b, strong {
  167. color:#000;
  168. font-weight:bold;
  169. }
  170.  
  171.  
  172. i, em {
  173. color:#444;
  174. font-style:italic;
  175. }
  176.  
  177. /*POSTS*/
  178.  
  179. #postcontainer{
  180. float:left;
  181. position:relative;
  182. font-family:pix;
  183. font-size:9px;
  184. color:#000;
  185. top:89px;
  186. left:310px;
  187. width:270px;
  188. background:#fff;
  189. overflow-y:scroll;
  190. overflow-x:hidden;
  191. height:400px;
  192. border-top:5px solid #000;
  193.  
  194. }
  195.  
  196. #dots{
  197. position:fixed;
  198. left:240px;
  199. top:40px;
  200. width:400px;
  201. height:510px;
  202. background:repeat;
  203. background: url('http://static.tumblr.com/aegsbm3/bfrmxes9r/dots.png');
  204. }
  205.  
  206. .post {
  207. width:150px;
  208. padding:20px;
  209. margin:40px;
  210. background:#fff;
  211. }
  212.  
  213. .post img{
  214. max-width:150px;
  215. }
  216.  
  217. /*TITLES*/
  218.  
  219. h1 { margin-bottom:-3px;
  220. font-family:pix;
  221. font-size:25px;
  222. color:#000;
  223. text-align:left;
  224. font-style:none;
  225. text-transform:normal;
  226. text-decoration:none;
  227. letter-spacing:1px;
  228. line-height:100%;
  229. font-weight:normal;
  230. padding:0px;
  231. text-shadow: 2px 0px 0px #eee;
  232. }
  233.  
  234. h1 a{
  235. text-decoration:none;
  236. color:#000;
  237. }
  238.  
  239. h1 a:hover{
  240. color:#000;
  241. }
  242.  
  243. h2 {
  244. font-family:pix;
  245. font-size:10px;
  246. letter-spacing:0px;
  247. font-style:none;
  248. text-transform:normal;
  249. font-weight:normal;
  250. text-align:center;
  251. line-height:120%;
  252. }
  253.  
  254. .qsource {
  255. font-family:pix;
  256. font-size:8px;
  257. letter-spacing:1px;
  258. font-style:none;
  259. text-align:left;
  260. line-height:120%;
  261. text-transform:normal;
  262. margin-top:0px;
  263. margin-bottom:0px;
  264. }
  265.  
  266. #h3{
  267. font-family:pix;
  268. font-size:10px;
  269. letter-spacing:0px;
  270. font-style:none;
  271. text-transform:normal;
  272. font-weight:normal;
  273. text-align:center;
  274. line-height:120%;
  275. }
  276.  
  277. /*SIDEBAR*/
  278.  
  279. #description{
  280. position:fixed;
  281. top:23px;
  282. left:20px;
  283. font-family:pix;
  284. font-size:10px;
  285. color:#000;
  286. font-style:normal;
  287. text-transform:normal;
  288. text-align:left;
  289. padding:10px;
  290. width:100px;
  291. background:#fff;
  292. }
  293.  
  294. #description a{
  295. text-decoration:none;
  296. }
  297.  
  298. #description-dots{
  299. width:140px;
  300. border-top:5px solid #000;
  301. padding:20px;
  302. background:repeat;
  303. background: url('http://static.tumblr.com/aegsbm3/bfrmxes9r/dots.png');
  304. }
  305.  
  306. /*LINKS*/
  307.  
  308. #bx {
  309. position:fixed;
  310. margin-top:30px;
  311. margin-left:-20px;
  312. width:173px;
  313. height: 10px;
  314. border-top:2px solid #000;
  315. padding:3px;
  316. overflow: hidden;
  317. background: url('http://static.tumblr.com/aegsbm3/bfrmxes9r/dots.png');
  318. transition: all 0.4s ease-out;
  319. -o-transition: all 0.4s ease-out;
  320. -webkit-transition: all 0.4s ease-out;
  321. -moz-transition: all 0.4s ease-out;
  322. }
  323.  
  324. #bx:hover {
  325. height: 70px;
  326. background: url('http://static.tumblr.com/aegsbm3/bfrmxes9r/dots.png');
  327. transition: all 0.4s ease-out;
  328. -o-transition: all 0.4s ease-out;
  329. -webkit-transition: all 0.4s ease-out;
  330. -moz-transition: all 0.4s ease-out;
  331. }
  332.  
  333. /*PERMALINK INFO*/
  334.  
  335. #permalink{
  336. font-family:pixel;
  337. font-size:8px;
  338. color:#000;
  339. text-transform:uppercase;
  340. text-align:left;
  341. font-style:normal;
  342. padding:2px;
  343. margin-top:2px;
  344. }
  345.  
  346. #permalink a{
  347. text-decoration:none;
  348. color:#000;
  349. }
  350.  
  351. .tags{
  352. font-family:pix;
  353. font-size:9px;
  354. color:#000;
  355. letter-spacing:0px;
  356. text-transform:uppercase;
  357. text-align:left;
  358. font-style:normal;
  359. opacity:0.95;
  360. }
  361.  
  362. .tags a{
  363. text-decoration:none;
  364. }
  365.  
  366. /*CHAT*/
  367.  
  368. #chat{
  369. line-height:120%;
  370. }
  371.  
  372. /*VIDEO*/
  373.  
  374. #video{
  375. width:150px;
  376. overflow:hidden;
  377. }
  378.  
  379. /*ASKS*/
  380.  
  381. #question{
  382. background-color:#fff;
  383. font-family:pix;
  384. font-size:9px;
  385. color:#000;
  386. font-style:none;
  387. text-transform:normal;
  388. text-align:left;
  389. padding:8px;
  390. line-height:130%;
  391. background: url('http://static.tumblr.com/aegsbm3/bfrmxes9r/dots.png');
  392. }
  393.  
  394. #asker{
  395. font-family:pix;
  396. font-size:9px;
  397. color:#000;
  398. padding-bottom:3px;
  399. text-align:right;
  400. border-bottom:1px solid #eee;
  401. }
  402.  
  403. #asker a{
  404. color:#000;
  405. }
  406.  
  407. /*AUDIO*/
  408.  
  409. #musicart {
  410. position: absolute;
  411. height: 40px;
  412. width: 40px;
  413. }
  414.  
  415. #musicart img {
  416. height: 40px;
  417. width: 40px;
  418. -moz-border-radius: 35px;
  419. -webkit-border-radius: 35px;
  420. border-radius: 35px;
  421. }
  422.  
  423. #player {
  424. opacity: 1;
  425. -webkit-transition: all 0.6s ease-in-out;
  426. -moz-transition: all 0.6s ease-in-out;
  427. -o-transition: all 0.6s ease-in-out;
  428. }
  429.  
  430. .post:hover #player {
  431. opacity: 1;
  432. }
  433.  
  434. /*TOOLTIP*/
  435.  
  436. #s-m-t-tooltip{
  437. max-width:300px;
  438. margin-top:15px;
  439. margin-left:12px;
  440. padding-left:1px;
  441. padding-right:1px;
  442. z-index:999999999;
  443. background-color:#fff;
  444. color:#000;
  445. font-family:pix;
  446. font-size:9px;
  447. padding-right:2px;
  448. padding-bottom:1px;
  449. padding-left:4px;
  450. font-style:none;
  451. letter-spacing:1px;
  452. text-transform:lowercase;
  453. line-height:13px;
  454. border-right:1px solid #eee;
  455. border-bottom:1px solid #eee;
  456. border-radius: 0px;
  457. }
  458.  
  459. /*NOTES*/
  460.  
  461. ol.notes {
  462. max-height:100px;
  463. overflow:auto;
  464. font:8px pix;
  465. text-transform:uppercase;
  466. font-style:none;
  467. line-height:1.6em;
  468. margin:5px 0 0 0;
  469. text-align:left;
  470. padding:10px;
  471. margin-top:5px;
  472. list-style-type: none;
  473. }
  474.  
  475. ol.notes li.note {
  476. padding:3px;
  477. }
  478.  
  479. img.avatar {
  480. display:none;
  481. }
  482.  
  483. /*PAGINATION*/
  484.  
  485. #pagi {
  486. margin:auto;
  487. margin-top:0px;
  488. margin-bottom:40px;
  489. background:#fff;
  490. font-family:pixel;
  491. color:#000;
  492. text-align:center;
  493. font-size:8px;
  494. letter-spacing:1px;
  495. opacity:0.9;
  496. text-transform:uppercase;
  497. font-style:none;
  498. padding-bottom:7px;
  499. padding-top:5px;
  500. -webkit-transition:all 0.3s ease-in-out;
  501. -moz-transition:all 0.3s ease-in-out;
  502. -o-transition:all 0.3s ease-in-out;
  503. transition:all 0.3s ease-in-out;
  504. }
  505.  
  506. #pagi a{
  507. font-weight:normal;
  508. font-style:none;
  509. text-decoration:none;
  510. color:#000;
  511. }
  512.  
  513. /*CREDIT*/
  514.  
  515. #cred{
  516. position:fixed;
  517. right:5px;
  518. bottom:5px;
  519. color:#000;
  520. font-family:pix;
  521. font-size:9px;
  522. text-transform:lowercase;
  523. font-style:none;
  524. }
  525.  
  526. #cred a{
  527. color:#000;
  528. font-style:none;
  529. text-decoration:none;
  530. }
  531.  
  532. /* END CSS */
  533.  
  534. {CustomCSS}
  535. </style>
  536.  
  537. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  538. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  539. <script>
  540. (function($){
  541. $(document).ready(function(){
  542. $("[title],a[title],img[title]").style_my_tooltips({
  543. tip_follows_cursor:true,
  544. tip_delay_time:100,
  545. tip_fade_speed:250,
  546. attribute:"title"
  547. });
  548. });
  549. })(jQuery);
  550. </script>
  551.  
  552. <script type="text/javascript">
  553. /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
  554. $(document).ready(function() {
  555. function photosetResize() {
  556. $('iframe.photoset').each(function(){
  557. var newSize = 150;
  558. var newSrc = $(this).attr('src').replace('500',newSize);
  559. $(this).attr('src', newSrc).width(newSize);
  560. var high = $(this).css('height');
  561. var calculate = parseInt(high, 10)* newSize/500;
  562. $(this).css('height', calculate);
  563. });
  564. }
  565. photosetResize();
  566. });
  567. </script>
  568.  
  569. </head>
  570. <body>
  571.  
  572. <div id="dots"></div>
  573.  
  574. <div id="description">
  575. <h1> <a href="/">{Title}</a></h1>
  576. <div id="description-dots">
  577. <span style="color:#000; background:#fff; line-height:150%;">
  578. {Description}
  579. </span>
  580. <div id="bx">
  581. <a style="margin-top: 20px;"><span style="color:#000; background:#fff;">NAVIGATE</span></a>
  582. <div style="margin-top:5px; text-align:right;" class="substuff">
  583. <span style="color:#000; background:#fff;">
  584. This is a <i>personal/multifandom</i> blog.<br>
  585. → <a href="{text:link 1 url}">001;</a><br>
  586. → <a href="{text:link 2 url}">002;</a><br>
  587. → <a href="{text:link 3 url}">003;</a><br>
  588. → <a href="{text:link 4 url}">004;</a>
  589. </span>
  590. </div>
  591. </div>
  592.  
  593. </div>
  594. </div>
  595.  
  596.  
  597. <!-- POSTS -->
  598.  
  599. <div id="postcontainer">
  600. {block:Posts}
  601. <div class="post">
  602.  
  603. <!-- TEXT -->
  604.  
  605. {block:Text}
  606. <h3>{block:Title}{Title}{/block:Title}</h3>
  607. {Body}
  608. {/block:Text}
  609.  
  610. <!-- PHOTO -->
  611.  
  612. {block:Photo}
  613. {block:IndexPage}
  614. <div class="photo">
  615. <img style="opacity:0.8;" src="{PhotoURL-250}" width="150px;">
  616. </div>
  617. {/block:IndexPage}
  618. {block:PermalinkPage}
  619. <img src="{PhotoURL-250}">
  620. {/block:PermalinkPage}
  621. {block:IndexPage}{block:IfShowCaptions}
  622. {block:Caption}<p>{Caption}</p>{/block:Caption}
  623. {/block:IfShowCaptions}{/block:IndexPage}
  624. {block:PermalinkPage}
  625. {block:Caption}<p>{Caption}</p>{/block:Caption}
  626. {/block:PermalinkPage}
  627. {/block:Photo}
  628.  
  629. <!-- PHOTOSET -->
  630.  
  631. {block:Photoset}
  632. {block:IndexPage}
  633. <div style="opacity:0.8;"><div class="photo"{Photoset-500}</div>
  634. {/block:IndexPage}
  635. {block:PermalinkPage}
  636. {Photoset-500}
  637. {/block:PermalinkPage}
  638. {block:IndexPage}{block:IfShowCaptions}
  639. {block:Caption}<p>{Caption}</p>{/block:Caption}
  640. {/block:IfShowCaptions}{/block:IndexPage}
  641. {block:PermalinkPage}
  642. {block:Caption}<p>{Caption}</p>{/block:Caption}
  643. {/block:PermalinkPage}
  644. {/block:Photoset}
  645.  
  646. <!-- QUOTE -->
  647.  
  648. {block:Quote}
  649. <h2>{Quote}</h2>
  650. {block:Source}<div class="qsource"> — {source}</div>
  651. {/block:Source}
  652. {/block:Quote}
  653.  
  654. <!-- LINK -->
  655.  
  656. {block:Link}
  657. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  658. {block:Description}{Description}{/block:Description}
  659. {/block:Link}
  660.  
  661. <!-- CHAT -->
  662.  
  663. {block:Chat}
  664. <div id="chat">
  665. {block:Title}<h3>{Title}</h3>{/block:Title}
  666. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}{Line}<br>{/block:Lines}
  667. </div>
  668. {/block:Chat}
  669.  
  670. <!-- AUDIO -->
  671.  
  672. {block:Audio}
  673.  
  674. <div id="player"><div style="position: absolute; margin-top: 0px; margin-left: 3px; border:1px solid #fff; background: #fff; padding:3px;">
  675. <div style="width: 27px; height: 27px; overflow: hidden;">
  676. {AudioPlayerWhite}
  677. </div></div></div>
  678.  
  679. <div style="text-transform:lowercase; letter-spacing:0px; font-family:pix; font-size:8px; margin-left: 52px; line-height: 9px;">
  680. <b>Track:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
  681. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
  682. <b>Album:</b> {block:Album}{Album}{/block:Album}<br>
  683. ({PlayCountWithLabel})<br>
  684. </div>
  685.  
  686. {block:IndexPage}{block:IfShowCaptions}
  687. {block:Caption}<p>{Caption}</p>{/block:Caption}
  688. {/block:IfShowCaptions}{/block:IndexPage}
  689. {block:PermalinkPage}
  690. {block:Caption}<p>{Caption}</p>{/block:Caption}
  691. {/block:PermalinkPage}
  692. {/block:Audio}
  693.  
  694. <!-- VIDEO -->
  695.  
  696. {block:Video}
  697. {block:IndexPage}
  698. <div id="video">{Video-250}</div>
  699. {/block:IndexPage}
  700. {block:PermalinkPage}
  701. <div id="video">{Video-250}</div>
  702. {/block:PermalinkPage}
  703. {block:IndexPage}{block:IfShowCaptions}
  704. {block:Caption}<p>{Caption}</p>{/block:Caption}
  705. {/block:IfShowCaptions}{/block:IndexPage}
  706. {block:PermalinkPage}
  707. {block:Caption}<p>{Caption}</p>{/block:Caption}
  708. {/block:PermalinkPage}
  709. {/block:Video}
  710.  
  711. <!-- MESSAGE -->
  712.  
  713. {block:Answer}
  714. <div id="question">
  715. <span style="background:#fff;">
  716. {Question}
  717. </span>
  718. </div>
  719. <br>
  720. <div id="asker">
  721. {Asker}
  722. </div>
  723. {Answer}
  724. {/block:Answer}
  725.  
  726. <!-- PERMALINK -->
  727.  
  728. <div id="permalink">
  729.  
  730. {block:IndexPage}
  731. <img style="width:15px; height:7px;" src="http://static.tumblr.com/aegsbm3/5ySmxevvr/tumblr_lm6ovviidy1qfoi4t.gif"/>
  732. <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a>
  733. {block:RebloggedFrom}
  734. <div style="float:right;">
  735. <a title="{ReblogParentTitle}" href="{ReblogParentURL}">via</a>
  736. <a title="{ReblogRootTitle}" href="{ReblogRootURL}">src</a>
  737. </div>
  738. {/block:RebloggedFrom}
  739. <br>
  740. <a href={ReblogURL} target="_blank" title="reblog?" class="details">[R]</a> // {12Hour}:{Minutes} {AmPm} // {NoteCount}
  741. {/block:IndexPage}
  742. <!-- Tags -->
  743. {block:IndexPage}{block:IfShowTags}
  744. <img title="{block:Tags}#{Tag} {/block:Tags}" style="width:8px; height:8px; float:right;" src="http://static.tumblr.com/aegsbm3/QO4mxeups/untitled-2.png"/>
  745. {/block:IfShowTags}
  746. {/block:IndexPage}
  747.  
  748. {block:PermalinkPage}
  749. {ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} {AmPm} <br> {block:RebloggedFrom}
  750. >> <a title="{ReblogParentTitle}" href="{ReblogParentURL}">via</a><br>
  751. >> <a title="{ReblogRootTitle}" href="{ReblogRootURL}">source</a><br>
  752. {/block:RebloggedFrom}
  753. {NoteCountWithLabel}<br>
  754. {block:HasTags}filed under:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}<br>
  755. {block:PermalinkPagination}
  756. <div style="margin-top:0px;">
  757. {block:PreviousPost}
  758. <a href="{PreviousPost}">last post</a>
  759. {/block:PreviousPost}
  760. {block:NextPost}
  761. //
  762. <a href="{NextPost}">next post</a>
  763. {/block:NextPost}
  764. </div>
  765. {/block:PermalinkPagination}
  766. {block:PostNotes}
  767. {PostNotes}
  768. {/block:PostNotes}
  769. {/block:PermalinkPage}
  770.  
  771. </div>
  772.  
  773. <!-- Other -->
  774. {block:ContentSource}
  775. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  776. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  777. {/block:SourceLogo}
  778. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  779. {/block:ContentSource}
  780.  
  781. </div>
  782. {/block:Posts}
  783.  
  784. {block:IndexPage}
  785. <div id="pagi">
  786. {block:Pagination}
  787. {block:PreviousPage}
  788. <a href="{PreviousPage}">{lang:Previous}</a> -
  789. {/block:PreviousPage}
  790. {block:NextPage}
  791. <a href="{NextPage}">{lang:Next}</a>
  792. {/block:NextPage}
  793. {/block:Pagination}
  794. </div>
  795. {/block:IndexPage}
  796.  
  797. </div>
  798. </div>
  799.  
  800. <!-- END POSTS -->
  801.  
  802. <div id="cred">
  803. <a title="theme is made by thehiddenwill-themes" href="http://the-hidden-will.tumblr.com/">theme</a>
  804. </div>
  805.  
  806. </body>
  807. </html>
  808.  
  809. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment