thehiddenwill-themes

Theme 17.

Sep 28th, 2013
1,154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.70 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!-----------------------------------------------------------------------
  4.  
  5. theme made by
  6. @thehiddenwill-themes.tumblr.com
  7.  
  8. ------------------------------------------------------------------------->
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  12. <title>ʜᴏᴜsᴇ ᴏғ ᴜᴢᴜᴍᴀᴋɪ</title>
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. <meta name="text:Link 1" content=""/>
  17. <meta name="text:Link 1 URL" content=""/>
  18. <meta name="text:Link 2" content=""/>
  19. <meta name="text:Link 2 URL" content=""/>
  20. <meta name="text:Link 3" content=""/>
  21. <meta name="text:Link 3 URL" content=""/>
  22. <meta name="text:Link 4" content=""/>
  23. <meta name="text:Link 4 URL" content=""/>
  24. <meta name="if:Show Title" content="1"/>
  25. <meta name="if:Show Tags" content="0"/>
  26. <meta name="if:Show Captions" content="0"/>
  27. <meta name="if:Show Tags" content="0"/>
  28. <meta name="image:Background" content=""/>
  29. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/jkEm9tb4p/jquery-1.8.1.min.js"></script>
  30. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/2V1m9r58l/reset.css"></script>
  31. <style type="text/css">
  32.  
  33. @font-face {font-family:custom;src:url(http://static.tumblr.com/eblp3l5/qiAmfnyk5/wisdom_script.otf);}
  34. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  35. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  36.  
  37.  
  38.  
  39.  
  40. ::-webkit-scrollbar {background-color:#fff; height:8px; width:5px}
  41. ::-webkit-scrollbar-thumb:vertical {border:1px solid #000; background-color:#fff; height:5px}
  42. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff; height:8px!important}
  43.  
  44. .photo {
  45. 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+ */
  46. filter: gray; /* IE6-9 */
  47. -webkit-filter: grayscale(1);
  48. -webkit-transition: all 0.5s ease-in-out;
  49. -moz-transition: all 0.5s ease-in-out;
  50. -o-transition: all 0.5s ease-in-out;
  51. -ms-transition: all 0.5s ease-in-out;
  52. transition: all 0.5s ease-in-out;
  53. }
  54.  
  55. .photo:hover{
  56. filter: none;
  57. -webkit-filter: grayscale(0.7);
  58. -webkit-transition: all 0.7s ease-in-out;
  59. -moz-transition: all 0.7s ease-in-out;
  60. -o-transition: all 0.7s ease-in-out;
  61. }
  62.  
  63.  
  64. 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}
  65. 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}
  66.  
  67.  
  68. ::selection {
  69. background: #eee;
  70. color: #000;
  71. }
  72.  
  73. ::-moz-selection {
  74. background: #eee;
  75. color: #000;
  76. }
  77.  
  78. ul#pagination{
  79. {block:IfInfiniteScroll}
  80. {block:IndexPage}
  81. display:none;
  82. {/block:IndexPage}
  83. {/block:IfInfiniteScroll}
  84. }
  85.  
  86. body {
  87. color: #000;
  88. background: #fff url({image:Background});
  89. font-family:ms gothic;
  90. font-size: 10px;
  91. line-height: 1.5em;
  92. }
  93.  
  94. p {margin:0 0 0.75em 0;}
  95. p:last-child {margin:0px;}
  96.  
  97. a {
  98. cursor:help;
  99. color: #000;
  100. text-decoration:none;
  101. }
  102.  
  103.  
  104. a:hover { cursor: help;
  105. color: #000000; }
  106.  
  107. big {
  108. font-size:11px;
  109. }
  110.  
  111. small {
  112. font-size:9px;
  113. letter-spacing:1px;
  114. }
  115.  
  116. blockquote {
  117. width:90%;
  118. margin-left:0px;
  119. margin-bottom:5px;
  120. margin-top:5px;
  121. padding-left:5px;
  122. padding-top:0px;
  123. padding-bottom:0px;
  124. border-left:4px solid #000;
  125. }
  126.  
  127.  
  128. pre {
  129. width:90%;
  130. white-space:pre-wrap;
  131. word-wrap:break-word;
  132. background:#fff;
  133. padding:5px;
  134. }
  135.  
  136. b, strong {
  137. color:#000;
  138. font-weight:bold;
  139. }
  140.  
  141. i, em {
  142. color:#000;
  143. font-style:italic;
  144. }
  145.  
  146.  
  147. h1 {
  148. font-family: cedarcursive;
  149. font-size: 20px;
  150. text-transform:lowercase;
  151. font-style:none;
  152. text-shadow:2px 2px 0px #eee;
  153. border-bottom:1px solid #000;
  154. margin-top:0px;
  155. margin-bottom:5px;
  156. padding-bottom:1px;
  157. line-height: 70%;
  158. }
  159.  
  160.  
  161. h2 {
  162. font-family:custom;
  163. text-shadow:2px 2px 0px #eee;
  164. font-size:17px;
  165. border-bottom:1px solid #eee;
  166. padding-bottom:2px;
  167. text-align:center;
  168. letter-spacing:1px;
  169. font-weight:400;
  170. font-style:none;
  171. margin-top:-96px;
  172. }
  173.  
  174. h3 {
  175. font-family:georgia; font-style:italic; text-transform:lowercase; text-align:center; font-size: 12px; font-weight: none;
  176. }
  177.  
  178. h3:first-letter {float:center; display:inline-block; font-family:cambria; font-size:20px; font-style:italic; text-transform:uppercase; background:#fff; color:#000;}
  179.  
  180. h4 {
  181. text-align:right;
  182. padding-top:2px;
  183. padding:0px;
  184. font-family:MS Gothic;
  185. font-size:8px;
  186. letter-spacing:1px;
  187. text-transform:lowercase;
  188. width:100%;
  189. font-weight:400;
  190. font-style:normal;
  191. }
  192.  
  193. h69 {
  194. opacity:0.1;
  195. font:113px georgia;
  196. margin-left:10px;
  197. margin-top:-10px;
  198. color:#000;
  199. height:20px;
  200. z-index:-999999;
  201. line-height:90%;
  202. }
  203.  
  204. ul {
  205. margin: 0px 1.5em .75em;}
  206.  
  207.  
  208. li {
  209. margin-left:15px;
  210. list-style-type: hiragana;
  211. }
  212.  
  213. .box img {
  214. display: block;
  215. max-width: 100%;}.m-i {
  216. display: block;
  217. line-height: 1px!important;
  218. }
  219.  
  220.  
  221. .menu-picture {
  222. line-height: 100%;
  223. display: inline-block;
  224. line-height: 0px!important;
  225. }
  226.  
  227. .text{
  228. padding:5px;
  229. }
  230.  
  231.  
  232. .post-link{
  233. font-family: MS Gothic;
  234. border:1px solid #000;
  235. padding: 3px 6px;
  236. margin-top: 5px;
  237. letter-spacing:0px;
  238. font-size: 8px;
  239. text-transform:uppercase;
  240. line-height: 8px;
  241. text-align:right;
  242. }
  243.  
  244.  
  245. .menu-picture {
  246. line-height: 100%;display: inline-block;
  247. }
  248.  
  249. .tagged { padding:3px 6px; margin-top:5px; text-align: left; font-family:ms gothic; text-transform:lowercase; line-height: 8px; letter-spacing:1px; font-size: 8px; {block:IndexPage}border:1px solid #000;{/block:IndexPage}}
  250.  
  251. p.question {
  252. margin-bottom: .375em;
  253. }
  254.  
  255. .response {
  256. font-family:bebas neue;
  257. font-size:10px;
  258. font-style:none;
  259. letter-spacing:1px;
  260. text-transform:normal;
  261. border-bottom:1px solid #eee;
  262. padding-bottom:2px;
  263. text-shadow:2px 2px 0px #eee;
  264. }
  265.  
  266. .asker {
  267. font-style:normal;
  268. font-size: 8px;
  269. font-family: cambria;
  270. text-transform: uppercase;
  271. letter-spacing: 1px;
  272. }
  273.  
  274. .answer {
  275. text-align: center;
  276. }
  277.  
  278. .caption{
  279. {block:IndexPage}
  280. width:125px;
  281. {/block:IndexPage}
  282. {block:PermalinkPage}
  283. width:500px;
  284. {/block:PermalinkPage}
  285. }
  286.  
  287. .post {
  288. position: relative;
  289. {block:IndexPage}
  290. width:125px;
  291. {/block:IndexPage}
  292. {block:PermalinkPage}
  293. width:500px;
  294. right:350px;
  295. {/block:PermalinkPage}
  296. float:left;
  297. border:1px solid #000;
  298. background: #ffffff;
  299. padding:10px;
  300. margin:10px;
  301. }
  302.  
  303. .box {position: relative;}
  304.  
  305. #side {
  306. position: fixed!important;
  307. text-align: center;
  308. top:95px;
  309. right:200px;
  310. width:130px;
  311. padding:0px;
  312. background: transparent;
  313. }
  314.  
  315. #description{
  316. background-color:#fff;
  317. border:4px double #000;
  318. padding:5px;
  319. font-family:MS Gothic;
  320. font-size:10px;
  321. }
  322.  
  323.  
  324. #description{
  325. height:100px;
  326. text-align:center;
  327. overflow-y:auto;}
  328. }
  329.  
  330. #description::-webkit-scrollbar {background-color:#000; height:8px; width:4px}
  331.  
  332. #description::-webkit-scrollbar-thumb {
  333. background: #fff;
  334. border:1px solid #000;
  335. }
  336.  
  337. ul {
  338. margin: 0px 0em .75em;
  339. }
  340.  
  341. li {
  342. margin: 0.75em 30px;
  343. list-style-type: hiragana;
  344. }
  345.  
  346. #content {
  347. margin: 5px auto 0;
  348. }
  349.  
  350.  
  351. #content {
  352. width:200px;
  353. float: right;
  354. margin-right:350px;
  355. }
  356.  
  357.  
  358. .perma-a { text-align: left; text-transform: uppercase;}
  359. p.menu-m {margin: .375em;}
  360.  
  361. .box iframe {max-width: 100%;}
  362. .text img {max-width: 100%;}
  363. img {display: block;}
  364. .box img {display: block;}
  365.  
  366. .post-info-data{text-align:center; text-transform:lowercase; font-family:ms gothic; font-size:10px; font-style:none;}
  367. .notes img{display:none;float:left;margin-right:.75em}
  368. ol.notes li{margin:.375em 0;line-height:16px; list-style-type:none;}
  369. ol.notes {font-family:ms gothic; font-size:8px; text-transform:uppercase; padding-right:5px; padding-left:5px; letter-spacing:1px; height:100px;overflow-y:scroll;overflow-x:hidden;}
  370.  
  371. #s-m-t-tooltip{
  372. max-width:200px;
  373. margin-top:25px;
  374. margin-left:15px;
  375. padding-left:5px;
  376. padding-right:5px;
  377. padding-top:1px;
  378. padding-bottom:1px;
  379. z-index:999999;
  380. border:1px solid #eee;
  381. background-color:#ffffff;
  382. color:#000;
  383. font-family:ms gothic;
  384. font-size:8px;
  385. letter-spacing:1px;
  386. text-transform:uppercase;
  387. line-height:13px;
  388. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  389. -webkit-border-radius: 2px;
  390. -moz-border-radius: 2px;
  391. border-radius: 2px;
  392. }
  393.  
  394.  
  395. .audio {
  396. {/block:IndexPage}
  397. width:125px;
  398. {/block:IndexPage}
  399. {block:PermalinkPage}
  400. width:500px;
  401. {/block:PermalinkPage}
  402. }
  403.  
  404. .infoo {
  405. text-align:center;
  406. {block:IndexPage}
  407. width:125px;
  408. {/block:IndexPage}
  409. {block:PermalinkPage}
  410. width:500px;
  411. {/block:PermalinkPage}
  412. line-height:130%;
  413. background-color:#fff;
  414. margin-top:-1px;
  415. padding-top:0px;
  416. font-family:ms gothic;
  417. font-size:9px;
  418. letter-spacing:0px;
  419. text-transform:uppercase;
  420. color:#000;
  421. padding-bottom:5px;
  422. border-bottom:1px solid #eee;
  423. }
  424.  
  425. .titlee {
  426. font-family: custom;
  427. font-size: 20px;
  428. text-transform:lowercase;
  429. text-shadow:2px 2px 0px #eee;
  430. font-style:none;
  431. letter-spacing:0px;
  432. }
  433.  
  434. .playerr {
  435. text-align:center;
  436. background-color:#fff;
  437. {block:IndexPage}
  438. margin-left:45px;
  439. {/block:IndexPage}
  440. {block:PermalinkPage}
  441. margin-left:235px;
  442. {/block:PermalinkPage}
  443. width: 25px;
  444. height: 25px; overflow: hidden;
  445. padding: 5px 5px 5px 5px; -moz-border-radius:0px; -webkit-border-radius: 0px; border-radius: 0px;
  446. }
  447.  
  448.  
  449. #border {
  450. position: fixed!important;
  451. left: -4px;
  452. bottom:-55px;
  453. }
  454.  
  455. #pagination{
  456. position:absolute;
  457. float:left;
  458. width:115px;
  459. margin-right:350px;
  460. }
  461.  
  462. #pagination-holder{
  463. position:absolute;
  464. float:left;
  465. margin-bottom:50px;
  466. margin-right:350px;
  467. }
  468.  
  469.  
  470. #cred {
  471. position:fixed;
  472. font-family:ms gothic;
  473. text-transform:uppercase;
  474. font-size:7px;
  475. left:2px;
  476. bottom:0px;
  477. padding:4px;
  478. font-style:none;
  479. letter-spacing:1px;
  480. z-index:1000000;
  481. }
  482.  
  483. #cred a{
  484. text-decoration:none;
  485. }
  486.  
  487. </style>
  488. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  489. <script>
  490. (function($){
  491. $(document).ready(function(){
  492. $("[title]").style_my_tooltips();
  493. });
  494. })(jQuery);
  495. </script>
  496.  
  497. <script type="text/javascript">
  498. /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
  499. $(document).ready(function() {
  500. function photosetResize() {
  501. $('iframe.photoset').each(function(){
  502. var newSize = {block:IndexPage}125{/block:IndexPage};
  503. var newSrc = $(this).attr('src').replace('500',newSize);
  504. $(this).attr('src', newSrc).width(newSize);
  505. var high = $(this).css('height');
  506. var calculate = parseInt(high, 10)* newSize/500;
  507. $(this).css('height', calculate);
  508. });
  509. }
  510. photosetResize();
  511. });
  512. </script>
  513.  
  514. </head>
  515. <body>
  516.  
  517. <div id="border">
  518. <div style="width:40px;height:2000px;border:4px double #000; "></div></div>
  519.  
  520. <div id="contain" class="clearfix">
  521. <div id="side">
  522. <div class="text">
  523.  
  524. {block:IfShowTitle}<h1><a href="/">{Title}</a></h1>{/block:IfShowTitle}
  525.  
  526.  
  527. <div id="description">{Description}</div>
  528.  
  529. <p><center>
  530. <select style=" width:120px; -webkit-appearance: none; border: 4px double; padding: 3px; margin-top:0px; color: #000; background-color: #fff; font-family: MS Gothic; text-transform: uppercase; font-size: 8px; letter-spacing: 1px;" onChange="location.href=this.options[this.selectedIndex].value;">
  531. <option value="/">NAVIGATE</option>
  532. <option value="{text:Link 1 URL}">{text:Link 1}</option>
  533. <option value="{text:Link 2 URL}">{text:Link 2}</option>
  534. <option value="{text:Link 3 URL}">{text:Link 3}</option>
  535. <option value="{text:Link 4 URL}">{text:Link 4}</option>
  536. </select>
  537. </center></p>
  538.  
  539. </div>
  540. </div>
  541.  
  542. <div id="content">
  543. {block:Posts}
  544. <div class="post">
  545.  
  546. {block:Text}
  547. <div class="text">
  548. {block:Title}<h3>{Title}</h3>{/block:Title}
  549. {Body}
  550. <!-- permalink --> {block:IndexPage}
  551. <div style="margin-top:10px;">
  552. <p class="post-link perma-a"><a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> // {NoteCount} ハツ</p> </div>
  553. <!-- /permalink --> {/block:IndexPage}
  554. </div>
  555. {/block:Text}
  556.  
  557. {block:Quote}
  558. <h69>“</h69>
  559. <h2>{Quote}</h2>
  560. {block:Source}
  561. <h4>&mdash; {Source}</h4>
  562. {/block:Source}
  563. <!-- permalink --> {block:IndexPage}
  564. <div style="margin-top:2px;">
  565. <p class="post-link perma-a"><a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> // {NoteCount} ハツ </p> </div>
  566. <!-- /permalink --> {/block:IndexPage}
  567. {/block:Quote}
  568.  
  569. {block:Link}
  570. <div class="text link">
  571. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  572. {block:Description}{Description}{/block:Description}
  573. <!-- permalink --> {block:IndexPage}
  574. <div style="margin-top:10px;">
  575. <p class="post-link perma-a"><a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> // {NoteCount} ハツ</p> </div>
  576. <!-- /permalink --> {/block:IndexPage}
  577. </div>
  578. {/block:Link}
  579.  
  580.  
  581. {block:Chat}
  582. <div class="text chat">
  583. <ul class="conversation">
  584. {block:Lines}
  585. <li class="line {Alt}">
  586. {block:Label}<span class="person">{Label}</span>{/block:Label}
  587. <span class="person-said">{Line}</span>
  588. </li>
  589. {/block:Lines}
  590. </ul>
  591. <!-- permalink --> {block:IndexPage}
  592. <div style="margin-top:15px;">
  593. <p class="post-link perma-a"><a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> // {NoteCount} ハツ</p> </div>
  594. <!-- /permalink --> {/block:IndexPage}
  595. </div>
  596. {/block:Chat}
  597.  
  598. {block:Audio}
  599. <div style="opacity:0.1; font:113px georgia; margin-top:-3px; margin-left:80px; {block:PermalinkPage} margin-left:250px;{/block:PermalinkPage}color:#000; z-index:-999999; height:15px; line-height:90%;">”</div>
  600. <div class="audio"><div class="infoo">
  601. {block:Artist}{Artist}{/block:Artist}<br>
  602. {block:TrackName}<span class="titlee">{TrackName}<br></span>{/block:TrackName}<div style="margin-top:0px;">{block:Album}{Album}{/block:Album}<br>{block:PlayCount}Played {FormattedPlayCount} times{/block:PlayCount}</div></div></div><div class="playerr">{AudioPlayerWhite}</div>
  603. <!-- permalink --> {block:IndexPage}
  604. <div style="margin-top:5px;">
  605. <p class="post-link perma-a"><a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> // {NoteCount} ハツ</p> </div>
  606. <!-- /permalink --> {/block:IndexPage}
  607. {/block:Audio}
  608.  
  609. {block:Answer}
  610. <div class="text answer">
  611. <div class="response">
  612. <p class="question">
  613. <div style="opacity:0.1; font:113px georgia; margin-left:55px; {block:PermalinkPage} margin-left:350px;{/block:PermalinkPage}margin-top:-10px; color:#000; z-index:-999999; height:15px; line-height:90%;">”</div>
  614. {Question}</p>
  615. <div class="asker"><p>@{Asker}</p></div></div>
  616. {Answer}
  617. <!-- permalink --> {block:IndexPage}
  618. <div style="margin-top:10px;">
  619. <p class="post-link perma-a"><a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> // {NoteCount} ハツ</p> </div>
  620. <!-- /permalink --> {/block:IndexPage}
  621. </div>
  622. {/block:Answer}
  623.  
  624. {block:Photoset}
  625. <div class="photoset">
  626. <div class="box">
  627. {block:IndexPage}<center><div class="photo"{Photoset-500}</center>{/block:IndexPage}
  628. {block:PermalinkPage}<div class="photo"{Photoset-500}{/block:PermalinkPage}
  629. </div>
  630. {block:IndexPage}{block:IfShowCaptions} {block:Caption}<div class="caption">{Caption}</div>{/block:Caption} {/block:IfShowCaptions}{/block:IndexPage}
  631. <!-- permalink --> {block:IndexPage}
  632. <div style="margin-top:5px;">
  633. <p class="post-link perma-a"><a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> // {NoteCount} ハツ</p> </div>
  634. <!-- /permalink --> {/block:IndexPage}
  635. </div>
  636. {/block:Photoset}
  637.  
  638. {block:Video}
  639. <div class="video">
  640. <div class="box">
  641. <center>{Video-250}</center>
  642. </div>
  643. {block:IndexPage}{block:IfShowCaptions}
  644. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  645. {/block:IfShowCaptions}{/block:IndexPage}
  646. <!-- permalink --> {block:IndexPage}
  647. <div style="margin-top:10px;">
  648. <p class="post-link perma-a"><a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> // {NoteCount} ハツ</p> </div>
  649. <!-- /permalink --> {/block:IndexPage}
  650. </div>
  651. {/block:Video}
  652.  
  653. {block:Photo}
  654. <div class="photo">
  655. <div class="box">
  656. {block:IndexPage}
  657. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"/></a>
  658. {/block:IndexPage}
  659. {block:PermalinkPage}
  660. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}
  661. {/block:PermalinkPage}
  662. </div>
  663. {block:IndexPage}{block:IfShowCaptions}
  664. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  665. {/block:IfShowCaptions}{/block:IndexPage}
  666. <!-- permalink --> {block:IndexPage}
  667. <div style="margin-top:10px;">
  668. <p class="post-link perma-a"><a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> // {NoteCount} ハツ</p> </div>
  669. <!-- /permalink --> {/block:IndexPage}
  670. </div>
  671. {/block:Photo}
  672.  
  673. {block:IfShowTags}{block:IndexPage}{block:HasTags}
  674. <div class="tagged"><p>{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p></div>
  675. {/block:HasTags}{/block:IndexPage}{/block:IfShowTags}
  676.  
  677. {block:PermalinkPage}
  678. <div id="post-info" class="text">
  679. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  680. {block:HasTags}
  681. <p class="tagged">{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p>
  682. {/block:HasTags}
  683. <p class="post-info-data">
  684. {block:Date}{12Hour}:{Minutes}:{Seconds} @ {MonthNumber}/{DayOfMonth}/{Year}<br/>{/block:Date}
  685. {block:NoteCount}{NoteCountWithLabel}<br />{/block:NoteCount}{block:RebloggedFrom}
  686. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br/>Posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFrom}</p>
  687. {block:PostNotes}
  688. {PostNotes}
  689. {/block:PostNotes}
  690. </div>
  691. {/block:PermalinkPage}
  692.  
  693. </div> <!-- end single post -->
  694.  
  695. {block:ContentSource}
  696. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  697. {/block:ContentSource}
  698. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  699. {/block:Posts}
  700.  
  701.  
  702. {block:Pagination}
  703. <div id="pagination-holder;">
  704. <div id="pagination;">
  705. <div style="font-family:ms gothic; margin-right:3px; font-size:8px; text-transform:uppercase;">
  706. {block:PreviousPage}
  707. <font style="float:left; margin-top:15px; margin-bottom:15px; margin-left:25px; padding-right:5px; padding-left:5px; border:4px double #000; width:auto; "><a href="{PreviousPage}"> PREV </a></font>
  708. {/block:PreviousPage}
  709. {block:NextPage}
  710. <font style="float:right; margin-top:15px; margin-bottom:15px; margin-right:55px; padding-right:5px; padding-left:5px; border:4px double #000; width:auto;"><a href="{NextPage}"> NEXT </a></font>
  711. {/block:NextPage}
  712. </div></div></div>
  713. {/block:Pagination}
  714.  
  715. </div> <!-- end content -->
  716.  
  717. <div id="cred">
  718. <a href="http://thehiddenwill-themes.tumblr.com/">credit</a>
  719. </div>
  720. </div>
  721.  
  722. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment