Advertisement
wantoup

Theme 04: Keiyakusha

Nov 26th, 2012
1,970
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.74 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!--
  9.  
  10. Theme #04: Keiyakusha by viwan-th (http://viwan-th.tumblr.com)
  11.  
  12. Please do not remove theme credit. You can move the credit to another page, as long as it remains on the blog.
  13.  
  14. Album Art from Mortgraphics (http://mortgraphics.livejournal.com)
  15. Scrolling Script from kryogenix.org (http://www.kryogenix.org/code/browser/smoothscroll/)
  16.  
  17. -->
  18.  
  19. <!-- META TAGS -->
  20.  
  21. <meta name="color:Background Color" content="#dddddd">
  22. <meta name="color:Body Text" content="#888888">
  23. <meta name="color:Body Links" content="#668888">
  24. <meta name="color:Body Links Hover" content="#335555">
  25. <meta name="color:Body Bold" content="#48745b">
  26. <meta name="color:Blockquote" content="#cccccc">
  27. <meta name="color:Header" content="#333333">
  28.  
  29. <meta name="color:Bars" content="#222222">
  30. <meta name="color:Pagination" content="#444444">
  31. <meta name="color:Pagination Hover" content="#333333">
  32. <meta name="color:Pagination Text" content="#ffffff">
  33.  
  34. <meta name="color:Sidebar" content="#eeeeee">
  35. <meta name="color:Description Background" content="#ffffff">
  36. <meta name="color:Navigation Title" content="#333333">
  37. <meta name="color:Navigation Title Text" content="#ffffff">
  38. <meta name="color:Navigation Links" content="#222222">
  39. <meta name="color:Navigation Links Hover" content="#777777">
  40.  
  41. <meta name="color:Posts" content="#ffffff">
  42. <meta name="color:Answer Background" content="#eeeeee">
  43. <meta name="color:Tags Background" content="#eeeeee">
  44. <meta name="color:Tags" content="#769790">
  45. <meta name="color:Tags Hover" content="#557799">
  46.  
  47. <meta name="color:Scrollbar" content="#333333">
  48. <meta name="color:Scrollbar Background" content="#aaaaaa">
  49.  
  50. <meta name="if:400px Posts" content="0">
  51. <meta name="if:Show Captions" content="0">
  52. <meta name="if:Infinite Scroll" content="1">
  53. <meta name="if:Photo Fade" content="1">
  54. <meta name="if:Show Tags" content="1">
  55. <meta name="if:Hover Info" content="0">
  56.  
  57. <meta name="image:Sidebar" content="http://static.tumblr.com/mtdphun/Lnkmezxyr/theme4side.jpg">
  58. <meta name="image:Album Art" content="http://static.tumblr.com/mtdphun/5q9men1gj/1238539_original.jpg">
  59. <meta name="image:Background Image" content="">
  60. <meta name="image:Bars Background" content="">
  61. <meta name="image:Posts Background" content="">
  62.  
  63. <meta name="text:Link 1" content="link 1">
  64. <meta name="text:Link 1 URL" content="">
  65. <meta name="text:Link 2" content="link 2">
  66. <meta name="text:Link 2 URL" content="">
  67. <meta name="text:Link 3" content="link 3">
  68. <meta name="text:Link 3 URL" content="">
  69. <meta name="text:Navigation Title" content="navigation">
  70. <meta name="text:Font Size" content="12">
  71. <meta name="text:Description Height" content="120">
  72.  
  73. <style type="text/css">
  74.  
  75. /* BODY */
  76.  
  77. body {
  78. background-color:{color:Background Color};
  79. font-family:calibri;
  80. color:{color:Body Text};
  81. background-image:url('{image:Background Image}');
  82. background-attachment:fixed;
  83. font-size:{text:Font Size}px;
  84. }
  85.  
  86. a {
  87. text-decoration:none;
  88. color:{color:Body Links};
  89. }
  90.  
  91. a:hover {
  92. color:{color:Body Links Hover};
  93. }
  94.  
  95. b, strong {
  96. color:{color:Body Bold};
  97. }
  98.  
  99. blockquote {
  100. border-left:3px solid {color:Blockquote};
  101. padding-left:10px;
  102. }
  103.  
  104. h1 {
  105. font-size:15px;
  106. text-align:right;
  107. color:{color:Header};
  108. padding-bottom:5px;
  109. border-bottom:1px solid {color:Blockquote};
  110. margin-top:5px;
  111. }
  112.  
  113. h1 a {
  114. color:{color:Header};
  115. }
  116.  
  117. /* PAGINATION */
  118.  
  119. #placeholder {
  120. position:relative;
  121. width:100%;
  122. height:43px;
  123. margin-top:-8px;
  124. }
  125.  
  126. #top {
  127. position:fixed;
  128. width:100%;
  129. height:23px;
  130. padding:10px;
  131. top:0px;
  132. left:0px;
  133. z-index:999;
  134. background-image:url('{image:Bars Background}');
  135. background-color:{color:Bars};
  136. }
  137.  
  138. .pag {
  139. position:fixed;
  140. text-align:center;
  141. text-transform:uppercase;
  142. text-align:center;
  143. {block:ifNot400pxPosts}width:520px;{/block:ifNot400pxPosts}
  144. {block:if400pxPosts}width:420px;{/block:if400pxPosts}
  145. text-align:center;
  146. }
  147.  
  148. .pag a {
  149. display:inline-block;
  150. width:100px;
  151. padding:5px;
  152. color:#ccc;
  153. margin-left:5px;
  154. margin-right:5px;
  155. color:{color:Pagination Text};
  156. background-color:{color:Pagination};
  157. -webkit-transition: all 1s ease;
  158. -moz-transition: all 1s ease;
  159. -o-transition: all 1s ease;
  160. transition: all 1s ease-in-out;
  161. }
  162.  
  163. .pag a:hover {
  164. background-color:{color:Pagination Hover};
  165. }
  166.  
  167. /* SIDEBAR */
  168.  
  169. .side {
  170. position:fixed;
  171. width:300px;
  172. padding:10px;
  173. margin-top:10px;
  174. font-size:11px;
  175. background-color:{color:Sidebar};
  176. {block:ifNot400pxPosts}margin-left:642px;{/block:ifNot400pxPosts}
  177. {block:if400pxPosts}margin-left:542px;{/block:if400pxPosts}
  178. }
  179.  
  180. /* NAVIGATION */
  181.  
  182. #nav {
  183. position:absolute;
  184. margin:-10px 0 0 300px;
  185. }
  186.  
  187. #icon {
  188. padding:10px;
  189. height:80px;
  190. border-top-right-radius:60px;
  191. border-bottom-right-radius:60px;
  192. background-color:{color:Sidebar};
  193. }
  194.  
  195. #icon img {
  196. width:80px;
  197. border-radius:40px;
  198. }
  199.  
  200. #navigation {
  201. position:absolute;
  202. margin:32px 0 0 5px;
  203. padding:1px 2px 2px 2px;
  204. width:66px;
  205. text-align:center;
  206. opacity:0;
  207. background-color:{color:Pagination Hover};
  208. color:{color:Pagination Text};
  209. -webkit-transition: all 1s ease;
  210. -moz-transition: all 1s ease;
  211. -o-transition: all 1s ease;
  212. transition: all 1s ease-in-out;
  213. }
  214.  
  215. .side:hover #navigation {
  216. opacity:0.7;
  217. }
  218.  
  219. /* NAVIGATION LINKS */
  220.  
  221. #links {
  222. overflow:hidden;
  223. height:0px;
  224. color:{color:Navigation Links};
  225. -webkit-transition: all 1s ease;
  226. -moz-transition: all 1s ease;
  227. -o-transition: all 1s ease;
  228. transition: all 1s ease-in-out;
  229. }
  230.  
  231. #links a{
  232. color:{color:Navigation Links};
  233. }
  234.  
  235. #links a:hover {
  236. color:{color:Navigation Links Hover};
  237. }
  238.  
  239. #links ul {
  240. margin:8px 0 0 -5px;
  241. }
  242.  
  243. .side:hover #links {
  244. {block:ifLink1}height:60px;{/block:ifLink1}
  245. {block:ifLink2}height:75px;{/block:ifLink2}
  246. {block:ifLink3}height:90px;{/block:ifLink3}
  247. }
  248.  
  249. /* DESCRIPTION */
  250.  
  251. #sideimage {
  252. position:relative;
  253. }
  254.  
  255. h2 {
  256. font-size:15px;
  257. text-align:right;
  258. padding-bottom:5px;
  259. margin:5px 0 10px 0;
  260. color:{color:Header};
  261. border-bottom:1px solid {color:Blockquote};
  262. }
  263.  
  264. #desc {
  265. padding:0 10px 0 10px;
  266. text-align:justify;
  267. background-color:{color:Description Background};
  268. height:{text:Description Height}px;
  269. overflow:auto;
  270. }
  271.  
  272. /* POSTS */
  273.  
  274. #posts {
  275. z-index:999;
  276. padding:10px;
  277. margin:10px 0 10px 2px;
  278. background-image:url('{image:Posts Background}');
  279. {block:if400pxPosts}width:400px;{/block:if400pxPosts}
  280. {block:ifNot400pxPosts}width:500px;{/block:ifNot400pxPosts}
  281. background-color:{color:Posts};
  282. {block:IndexPage}padding-bottom:0px;{/block:IndexPage}
  283. }
  284.  
  285. #posts b, #posts strong {
  286. font-weight:normal;
  287. }
  288.  
  289. #posts img {
  290. max-width:100%;
  291. display:block;
  292. }
  293.  
  294. #shift {
  295. margin-bottom:10px;
  296. }
  297.  
  298. #photo {
  299. {block:ifPhotoFade}opacity:0.8;
  300. -webkit-transition: all 1s ease;
  301. -moz-transition: all 1s ease;
  302. -o-transition: all 1s ease;
  303. transition: all 1s ease-in-out;
  304. }
  305.  
  306. #photo:hover {
  307. opacity:1;{/block:ifPhotoFade}
  308. }
  309.  
  310. /* QUOTE */
  311.  
  312. #quote {
  313. font-size:15px;
  314. padding-bottom:5px;
  315. margin-bottom:10px;
  316. border-bottom:1px solid {color:Blockquote};
  317. }
  318.  
  319. /* CHAT */
  320.  
  321. #line {
  322. padding-bottom:3px;
  323. margin-bottom:3px;
  324. border-bottom:1px solid {color:Blockquote};
  325. }
  326.  
  327. #art {
  328. position:absolute;
  329. margin-right:10px;
  330. height:100px;
  331. width:100px;
  332. }
  333.  
  334. #audioinfo {
  335. padding-left:10px;
  336. font-size:11px;
  337. border-left:3px solid {color:Blockquote};
  338. {block:IndexPage}{block:ifNotShowCaptions}margin:17px 0 27px 10px;{/block:ifNotShowCaptions}
  339. {block:ifShowCaptions}margin:17px 0 17px 10px;{/block:ifShowCaptions}{/block:IndexPage}
  340. {block:PermalinkPage}margin:17px 0 27px 10px;{/block:PermalinkPage}
  341. }
  342.  
  343. #audioinfo b {
  344. font-weight:bold;
  345. }
  346.  
  347. #asker {
  348. float:left;
  349. margin-right:10px;
  350. }
  351.  
  352. #answer {
  353. margin-left:43px;
  354. padding:10px;
  355. background-color:{color:Answer Background};
  356. {block:ifNot400pxPosts}width:437px;{/block:ifNot400pxPosts}
  357. {block:if400pxPosts}width:337px;{/block:if400pxPosts}
  358. }
  359.  
  360. /* TAGS */
  361.  
  362. #tags {
  363. position:relative;
  364. padding:5px;
  365. font-size:10px;
  366. margin:0px 0 0 -10px;
  367. background-color:{color:Tags Background};
  368. {block:ifNot400pxPosts}width:510px;{/block:ifNot400pxPosts}
  369. {block:if400pxPosts}width:410px;{/block:if400pxPosts}
  370. }
  371.  
  372. #tags a {
  373. color:{color:Tags};
  374. }
  375.  
  376. #tags a:hover {
  377. color:{color:Tags Hover};
  378. }
  379.  
  380. /* INFO */
  381.  
  382. #bar {
  383. position:fixed;
  384. height:100%;
  385. width:100px;
  386. top:0px;
  387. background-image:url('{image:Bars Background}');
  388. background-color:{color:Bars};
  389. {block:ifNot400pxPosts}margin-left:532px;{/block:ifNot400pxPosts}
  390. {block:if400pxPosts}margin-left:432px;{/block:if400pxPosts}
  391. }
  392.  
  393. #info {
  394. position:absolute;
  395. background-color:{color:Pagination Hover};
  396. color:{color:Pagination Text};
  397. margin-top:-10px;
  398. font-size:11px;
  399. {block:ifNot400pxPosts}margin-left:520px;{block:ifNot400pxPosts}
  400. {block:if400pxPosts}margin-left:420px;{/block:if400pxPosts}
  401. width:80px;
  402. padding:10px;
  403. {block:ifHoverInfo}opacity:0;
  404. -webkit-transition: all 1s ease;
  405. -moz-transition: all 1s ease;
  406. -o-transition: all 1s ease;
  407. transition: all 1s ease-in-out;
  408. }
  409.  
  410. #posts:hover #info {
  411. opacity:1;{/block:ifHoverInfo}
  412. }
  413.  
  414. #info a {
  415. color:{color:Pagination Text};
  416. }
  417.  
  418. /* PERMALINK */
  419.  
  420. #permalink {
  421. margin-top:10px;
  422. font-size:11px;
  423. text-align:center;
  424. }
  425.  
  426. #postnotes {
  427. font-size:11px;
  428. margin-top:10px;
  429. }
  430.  
  431. #postnotes a {
  432. color:{color:Navigation Links Hover};
  433. }
  434.  
  435. #postnotes a:hover {
  436. color:{color:Navigation Links};
  437. }
  438.  
  439. /* MISC */
  440.  
  441. iframe#tumblr_controls {
  442. right:8px !important;
  443. top:8px !important;
  444. position:fixed !important;
  445. opacity:0.6;
  446. -webkit-transition: all 1s ease;
  447. -moz-transition: all 1s ease;
  448. -o-transition: all 1s ease;
  449. transition: all 1s ease-in-out;
  450. }
  451.  
  452. iframe#tumblr_controls:hover {
  453. opacity:1;
  454. }
  455.  
  456. ::-webkit-scrollbar-thumb:vertical {
  457. width:5px;
  458. background-color:{color:Scrollbar};
  459. }
  460.  
  461. ::-webkit-scrollbar {
  462. width:5px;
  463. background-color:{color:Scrollbar Background};
  464. }
  465.  
  466. #theme {
  467. position:fixed;
  468. bottom:10px;
  469. right:5px;
  470. }
  471.  
  472. #theme a {
  473. font-size:11px;
  474. padding:5px;
  475. background-color:{color:Pagination Hover};
  476. color:{color:Pagination Text};
  477. -webkit-transition: all 1s ease;
  478. -moz-transition: all 1s ease;
  479. -o-transition: all 1s ease;
  480. transition: all 1s ease-in-out;
  481. }
  482.  
  483. #theme a:hover {
  484. background-color:{color:Pagination Text};
  485. color:{color:Pagination Hover};
  486. }
  487.  
  488. </style>
  489.  
  490. <!-- SCRIPTS -->
  491.  
  492. {block:ifInfiniteScroll}
  493.  
  494. <!-- INFINITE SCROLL SCRIPT -->
  495.  
  496. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  497.  
  498. <!-- SMOOTH SCROLL SCRIPT -->
  499.  
  500. <script type="text/javascript" src="http://static.tumblr.com/mtdphun/QLwmf75xc/smooth_scroll.js"></script>
  501.  
  502. {/block:ifInfiniteScroll}
  503.  
  504. <!-- END SCRIPTS -->
  505.  
  506. </head><body>
  507.  
  508. <div id="placeholder"></div>
  509. <div id="top">
  510.  
  511. <div class="pag">
  512. {block:ifNotInfiniteScroll}
  513. {block:Pagination}
  514. {block:PreviousPage}
  515. <a href="{PreviousPage}">back</a>
  516. {/block:PreviousPage}
  517.  
  518. {block:NextPage}
  519. <a href="{NextPage}">next</a>
  520. {/block:NextPage}
  521. {/block:Pagination}
  522. {/block:ifNotInfiniteScroll}
  523.  
  524. {block:ifInfiniteScroll}
  525. <a href="#top">back to top</a>
  526. {/block:ifInfiniteScroll}
  527.  
  528. </div>
  529. </div>
  530.  
  531. <div id="bar"></div>
  532.  
  533. <!-- SIDEBAR -->
  534.  
  535. <div class="side">
  536.  
  537. <!-- NAVIGATION -->
  538.  
  539. <div id="nav">
  540. <div id="icon">
  541. {block:ifNavigationTitle}
  542. <div id="navigation">{text:Navigation Title}</div>
  543. {/block:ifNavigationTitle}
  544. <img src="{PortraitURL-128}"></div>
  545.  
  546. <div id="links"><ul>
  547. <li><a href="/">home</a></li>
  548. <li><a href="/ask">ask</a></li>
  549. <li><a href="/archive">archive</a></li>
  550. {block:ifLink1}
  551. <li><a href="{text:Link 1 URL}">{text:Link 1}</a></li>
  552. {/block:ifLink1}
  553. {block:ifLink2}
  554. <li><a href="{text:Link 2 URL}">{text:Link 2}</a></li>
  555. {/block:ifLink2}
  556. {block:ifLink3}
  557. <li><a href="{text:Link 3 URL}">{text:Link 3}</a></li>
  558. {/block:ifLink3}
  559. </ul></div></div>
  560.  
  561. <!-- DESCRIPTION -->
  562.  
  563. <img src="{image:Sidebar}" width="300px" id="sideimage">
  564. <h2>{Title}</h2>
  565. <div id="desc"><p>{Description}</div></div>
  566.  
  567. <!-- END SIDEBAR -->
  568.  
  569. {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
  570.  
  571. {block:Posts}<div id="posts">
  572.  
  573. {block:ContentSource}
  574. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  575. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  576. {/block:SourceLogo}
  577. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  578. {/block:ContentSource}
  579.  
  580. <!-- POST INFORMATION -->
  581.  
  582. {block:IndexPage}
  583. <div id="info">
  584. {block:Date}
  585. <a href="{Permalink}">{TimeAgo}</a>
  586. {/block:Date}</br>
  587.  
  588. {block:RebloggedFrom}
  589. <a href="{ReblogParentURL}">via</a> ยท
  590. <a href="{ReblogRootURL}">source</a></br>
  591. {/block:RebloggedFrom}
  592.  
  593. <a href="{ReblogURL}">reblog</a>
  594. </div>
  595. {/block:IndexPage}
  596.  
  597. <!-- ENTRIES -->
  598.  
  599. <!-- TEXT -->
  600.  
  601. {block:Text}
  602.  
  603. {block:Title}<h1>{Title}</h1>{/block:Title}
  604. {Body}
  605.  
  606. {/block:Text}
  607.  
  608. <!-- PHOTO -->
  609.  
  610. {block:Photo}
  611.  
  612. {block:ifNotShowCaptions}
  613. <div id="photo">
  614. {block:IndexPage}
  615. <a href="{Permalink}">
  616. <img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}" id="shift"> </a>
  617. {/block:IndexPage}
  618.  
  619. {block:PermalinkPage}
  620. {LinkOpenTag}
  621. <img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}">
  622. {LinkCloseTag}
  623. {/block:PermalinkPage}
  624. </div>
  625. {/block:ifNotShowCaptions}
  626.  
  627. {block:ifShowCaptions}
  628.  
  629. <div id="shift">
  630. {LinkOpenTag}
  631. <img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}" id="photo">
  632. {LinkCloseTag}
  633. </div>
  634.  
  635. {block:Caption}
  636. {Caption}
  637. {/block:Caption}
  638. {/block:ifShowCaptions}
  639.  
  640. {/block:Photo}
  641.  
  642. <!-- PANORAMA -->
  643.  
  644. {block:Panorama}
  645.  
  646. {LinkOpenTag}<img src="{PhotoURL-Panorama}">{LinkCloseTag}
  647.  
  648. {block:ifShowCaptions}
  649. {block:Caption}
  650. {Caption}
  651. {/block:Caption}
  652. {/block:ifShowCaptions}
  653.  
  654. {/block:Panorama}
  655.  
  656. <!-- PHOTOSET -->
  657.  
  658. {block:Photoset}
  659.  
  660. <div id="photo">
  661. {block:ifNot400pxPosts}
  662. <div id="shift">{Photoset-500}</div>
  663. {/block:ifNot400pxPosts}
  664.  
  665. {block:if400pxPosts}
  666. <div id="shift">{Photoset-400}</div>
  667. {/block:if400pxPosts}
  668. </div>
  669.  
  670. {block:ifShowCaptions}
  671. {block:Caption}
  672. {Caption}
  673. {/block:Caption}
  674. {/block:ifShowCaptions}
  675.  
  676. {/block:Photoset}
  677.  
  678. <!-- QUOTE -->
  679.  
  680. {block:Quote}
  681.  
  682. <div id="quote">"{Quote}"</div>
  683. <div style="text-align:right;margin-bottom:10px;">- {Source}</div>
  684.  
  685. {/block:Quote}
  686.  
  687. <!-- LINK -->
  688.  
  689. {block:Link}
  690.  
  691. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  692.  
  693. {block:Description}
  694. {Description}
  695. {/block:Description}
  696.  
  697. {/block:Link}
  698.  
  699. <!-- CHAT -->
  700.  
  701. {block:Chat}
  702.  
  703. {block:Title}{Title}{/block:Title}
  704.  
  705. <div id="shift">{block:Lines}
  706. <div id="line">{block:Label}<b>{Label} </b>{/block:Label}
  707. {Line}</div>
  708. {/block:Lines}</div>
  709.  
  710. {/block:Chat}
  711.  
  712. <!-- AUDIO -->
  713.  
  714. {block:Audio}
  715.  
  716. <a href="{Permalink}">
  717. <img src="http://static.tumblr.com/mtdphun/5q9men1gj/1238539_original.jpg" width="100px" id="art"></a>
  718.  
  719. {block:AlbumArt}
  720. <a href="{Permalink}">
  721. <img src="{AlbumArtURL}" width="100px" id="art"></a>
  722. {/block:AlbumArt}
  723.  
  724. <div style="margin-left:110px;">
  725. <div style="overflow:hidden;height:27px;">{AudioPlayerGrey}</div>
  726.  
  727. <div id="audioinfo">
  728. <b>Track:</b> {block:TrackName}{TrackName}{/block:TrackName}</br>
  729. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}</br>
  730. <b>Album:</b> {block:Album}{Album}{/block:Album}
  731. </div></div>
  732.  
  733. {block:ifShowCaptions}
  734. {block:Caption}
  735. <div style="margin-top:25px;">{Caption}</div>
  736. {/block:Caption}
  737. {/block:ifShowCaptions}
  738.  
  739. {/block:Audio}
  740.  
  741. <!-- VIDEO -->
  742.  
  743. {block:Video}
  744.  
  745. {block:ifNot400pxPosts}
  746. <div id="shift">{Video-500}</div>
  747. {/block:ifNot400pxPosts}
  748.  
  749. {block:if400pxPosts}
  750. <div id="shift">{Video-400}</div>
  751. {/block:if400pxPosts}
  752.  
  753. {block:ifShowCaptions}
  754. {block:Caption}
  755. {Caption}
  756. {/block:Caption}
  757. {/block:ifShowCaptions}
  758.  
  759. {/block:Video}
  760.  
  761. <!-- ANSWER -->
  762.  
  763. {block:Answer}
  764.  
  765. <img src="{AskerPortraitURL-40}" id="asker" width="33px">
  766. <div id="answer"><b>{Asker}</b>: {Question}</div>{Answer}
  767.  
  768. {/block:Answer}
  769.  
  770. <!-- END ENTRIES -->
  771.  
  772. <!-- POST INFORMATION -->
  773.  
  774. <!-- TAGS -->
  775.  
  776. {block:IndexPage}
  777.  
  778. <div id="tags">
  779. <a href="{Permalink}">{NoteCountWithLabel}</a>
  780.  
  781. {block:ifShowTags}
  782. {block:HasTags}
  783. | {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  784. {/block:HasTags}
  785. {/block:ifShowTags}</div>
  786.  
  787. {/block:IndexPage}
  788.  
  789. <!-- PERMALINK -->
  790.  
  791. {block:PermalinkPage}
  792.  
  793. {block:ifNotShowCaptions}
  794. {block:Caption}
  795. {Caption}
  796. {/block:Caption}
  797. {/block:ifNotShowCaptions}
  798.  
  799. <div id="permalink">
  800. {block:HasTags}
  801. Tagged with:
  802. {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</br>
  803. {/block:HasTags}
  804.  
  805. {block:Date}
  806. {DayofWeek}, {Month} {DayofMonth}{DayofMonthSuffix}, {Year}
  807. {/block:Date}
  808. {block:NoteCount}
  809. | {NoteCountWithLabel}
  810. {/block:NoteCount}</br>
  811.  
  812. {block:RebloggedFrom}
  813. via: <a href="{ReblogParentURL}">{ReblogParentName}</a> |
  814. source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  815. {/block:RebloggedFrom}
  816. </div>
  817.  
  818. {block:PostNotes}
  819. <div id="postnotes">{PostNotes}</div>
  820. {/block:PostNotes}
  821.  
  822. {/block:PermalinkPage}
  823. </div>
  824.  
  825. <!-- END POST INFORMATION -->
  826.  
  827. {/block:Posts}{block:ifInfiniteScroll}</div>{/block:ifInfiniteScroll}
  828.  
  829. <!-- PLEASE DO NOT REMOVE THEME CREDIT -->
  830. <div id="theme"><a href="http://viwan-th.tumblr.com" target="blank" title ="keiyakusha theme">theme</a></div>
  831. <!-- PLEASE DO NOT REMOVE THEME CREDIT -->
  832.  
  833. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement