Advertisement
benizora

Theme 05: {野分} Nowaki

Sep 4th, 2012
18,019
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.36 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. <!--
  7.  
  8. theme 05: {野分} nowaki
  9. by jackie @ benizora.tumblr.com
  10. please keep all of the credits
  11. and don’t steal or distribute.
  12.  
  13. -->
  14.  
  15. <head><title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19. {block:Description}
  20. <meta name="description" content="{MetaDescription}"/>
  21. {/block:Description}
  22.  
  23. <meta name="color:background" content="#fff"/>
  24.  
  25. <meta name="color:text" content="#202020"/>
  26. <meta name="color:bold" content="#000"/>
  27. <meta name="color:italic" content="#7a7a7a"/>
  28.  
  29. <meta name="color:entry background" content="#fffdfa"/>
  30.  
  31. <meta name="color:title" content="#000"/>
  32.  
  33. <meta name="color:sidebar" content="#fffdfa"/>
  34.  
  35. <meta name="color:sidetitle" content="#757473"/>
  36.  
  37. <meta name="color:side description" content="#757473"/>
  38. <meta name="color:ask background" content="#f0f0f0"/>
  39. <meta name="color:blockquote" content="000"/>
  40.  
  41. <meta name="color:permalink" content="#ffd7d3"/>
  42. <meta name="color:permalink text" content="#000"/>
  43.  
  44. <meta name="color:scrollbar" content="#ffb6b9"/>
  45.  
  46. <meta name="color:sidelink" content="#ffd7d3"/>
  47. <meta name="color:sidelink text" content="#6d6d6d"/>
  48. <meta name="color:sidelink hover" content="#ffb6b9"/>
  49. <meta name="color:sidelink hover text" content="#fff"/>
  50.  
  51. <meta name="color:link" content="#333"/>
  52. <meta name="color:link hover" content="#000"/>
  53.  
  54. <meta name="color:quote" content="#2b2b2b"/>
  55.  
  56. <meta name="color:tags" content="#000"/>
  57.  
  58. <meta name="color:navlinks" content="#fef7f1"/>
  59. <meta name="color:navlinks hover" content="#ffb6b9"/>
  60. <meta name="color:navtext" content="#000"/>
  61. <meta name="color:navtext hover" content="#fff"/>
  62.  
  63.  
  64. <meta name="image:sidebar" content="http://static.tumblr.com/e1ydrvt/hsBm9u9k6/tumblr_m9su0bq6bq1r5ft0vo1_500.png" />
  65. <meta name="image:background" content=""/>
  66. <meta name="font:title" content="Georgia"/>
  67. <meta name="font:body" content="Georgia"/>
  68.  
  69. <meta name="text:link 1" content="" />
  70. <meta name="text:link 1 title" content="" />
  71. <meta name="text:link 2" content="" />
  72. <meta name="text:link 2 title" content="" />
  73. <meta name="text:link 3" content="" />
  74. <meta name="text:link 3 title" content="" />
  75. <meta name="text:link 4" content="" />
  76. <meta name="text:link 4 title" content="" />
  77. <meta name="text:link 5" content="" />
  78. <meta name="text:link 5 title" content="" />
  79. <meta name="text:link 6" content="" />
  80. <meta name="text:link 6 title" content="" />
  81.  
  82. <meta name="if:InfiniteScroll" content="0" />
  83. <meta name="if:ShowCaptions" content="1">
  84. <meta name="if:ShowTags" content="1" />
  85.  
  86. <style type="text/css">
  87.  
  88. /*-- entries info --*/
  89.  
  90. body {
  91. background-image: url('{image:background}');
  92. background-color: {color:background};
  93. background-attachment: fixed;
  94. background-repeat: {text:Background Repeat};
  95. {/block:IfNoBackgroundImageNoRepeat};
  96. color: {color:text};
  97. font-family: {font:body};
  98. font-size: 12px;
  99. }
  100.  
  101. @font-face {
  102. font-family: "Ballpark";
  103. src: url('http://static.tumblr.com/e1ydrvt/fvYm9t64o/ballparkweiner_copy.ttf') format("truetype");
  104. }
  105.  
  106. /*-- scrollbar --*/
  107.  
  108. ::-webkit-scrollbar-thumb {
  109. background-color: {color:background};
  110. height: 8px;
  111. width: 8px;
  112. }
  113.  
  114. ::-webkit-scrollbar {
  115. height: 8px;
  116. width: 8px;
  117. background-color: {color:scrollbar};
  118. }
  119.  
  120. /*-- links info --*/
  121.  
  122. a {
  123. color: {color:link};
  124. text-decoration: none;
  125. }
  126.  
  127. a:link, a:active, a:visited {
  128. text-decoration: none;
  129. color: {color:link};
  130. -webkit-transition: all 0.5s linear;
  131. -moz-transition: all 0.5s linear;
  132. -o-transition: all 0.5s linear;
  133. }
  134.  
  135. a:hover {
  136. color:{color:link hover};
  137. text-decoration: none;
  138. -webkit-transition: all 0.5s linear;
  139. -moz-transition: all 0.5s linear;
  140. -o-transition: all 0.5s linear;
  141. }
  142.  
  143. /*-- pagination --*/
  144.  
  145.  
  146. #pagination {
  147. font-family: 'Calibri';
  148. font-size: 10px;
  149. width: 120px;
  150. left:105px;
  151. position:fixed;
  152. text-align: center;
  153. z-index:999;
  154. }
  155.  
  156. .current_page {
  157. color: {color:link hover};
  158. padding: 3px 5px 3px 5px;
  159. }
  160.  
  161. #pagination a {
  162. padding: 3px 5px 3px 5px;
  163. color: {color:link};
  164. text-decoration: none;
  165. }
  166.  
  167. /*-- toplinks info --*/
  168.  
  169. #navlinks {
  170. width:250px;
  171. height:20px;
  172. padding-top:3px;
  173. position:fixed;
  174. text-align:center;
  175. font-family:'Calibri', sans-serif;
  176. text-decoration:bold;
  177. background-color:{color:navlinks};
  178. }
  179.  
  180. #navlinks a {
  181. text-transform:uppercase;
  182. padding:10px 8px 4px 8px;
  183. font-family: Calibri, sans-serif;
  184. font-size:9px;
  185. text-align:center;
  186. letter-spacing:1px;
  187. color:{color:navtext};
  188. text-decoration:none;
  189. background-color:{color:navlinks};
  190. }
  191.  
  192. #navlinks a:hover{
  193. background-color:{color:navlinks hover};
  194. color:{color:navtext hover};
  195. -webkit-transition: all 0.5s ease-in-out;
  196. -moz-transition: all 0.5s ease-in-out;
  197. -o-transition: all 0.5s ease-in-out;
  198. }
  199.  
  200.  
  201. /*-- sidebar info --*/
  202.  
  203.  
  204. .sidebar {
  205. width: 250px;
  206. height:100%;
  207. text-align:center;
  208. top:0px;
  209. position:fixed;
  210. left:40px;
  211. background-color: {color:sidebar};
  212. }
  213.  
  214. #banner {
  215. font-family: "Ballpark", Georgia, serif;
  216. font-size: 18px;
  217. margin-top:5px;
  218. color: {color:side title};
  219. text-transform: capitalize;
  220. text-align: center;
  221. letter-spacing: 2px;
  222. padding:0px;
  223. width: 250px;
  224. z-index:999;
  225. }
  226.  
  227. .sidebar img {
  228. max-width:240px;
  229. margin-top:45px;
  230. z-index:-9;
  231. border:5px solid {color:sidebar};
  232. }
  233.  
  234. #sidedesc {
  235. width:180px;
  236. margin-top:0px;
  237. margin-left:15px;
  238. padding:20px;
  239. font-family: 'Georgia', sans-serif;
  240. font-size: 10px;
  241. line-height:130%;
  242. letter-spacing:1px;
  243. text-align:center;
  244. color: {color:side description};
  245. z-index:999;
  246. -webkit-transition: all 0.4s ease-in-out;
  247. -moz-transition: all 0.4s ease-in-out;
  248. -o-transition: all 0.4s ease-in-out;
  249. }
  250.  
  251.  
  252. #sidelinks {
  253. width: 225px;
  254. margin-bottom: -3px;
  255. margin-top:0px;
  256. margin-left:15px;
  257. display:block;
  258. margin-top:10px;
  259. }
  260.  
  261. #sidelinks a {
  262. background-color: {color:sidelink};
  263. display: inline-block;
  264. width: 107px;
  265. height: 20px;
  266. margin-bottom: 3px;
  267. margin-right: 3px;
  268. font-family: 'Georgia';
  269. font-size: 9px;
  270. font-style:italic;
  271. color: {color:sidelink text};
  272. text-transform: lowercase;
  273. letter-spacing: 1px;
  274. text-align: center;
  275. line-height: 20px;
  276. -webkit-transition: all 0.5s ease-in-out;
  277. -moz-transition: all 0.5s ease-in-out;
  278. -o-transition: all 0.5s ease-in-out;
  279. -ms-transition: all 0.5s ease-in-out;
  280. transition: all 0.5s ease-in-out;
  281. }
  282.  
  283. #sidelinks a:hover {
  284. background-color: {color:sidelink hover};
  285. color: {color:sidelink hover text};
  286. }
  287.  
  288. /*-- posts & entries --*/
  289.  
  290. #content {
  291. font-family: 'Calibri', sans-serif;
  292. margin-left: 340px;
  293. margin-top:-20px;
  294. }
  295.  
  296. #entries {
  297. z-index:#999;
  298. width: 400px;
  299. background-color: {color:entry background};
  300. padding: 10px;
  301. margin: 35px 0px 0px 10px;
  302. }
  303.  
  304. #entries b, strong {
  305. color: {color:bold};
  306. }
  307.  
  308. #entries i, em {
  309. color: {color:italic};
  310. }
  311.  
  312. #entries img {
  313. max-width:400px;
  314. }
  315.  
  316.  
  317. /*-- blockquote info --*/
  318.  
  319. blockquote{
  320. border-left:5px solid {color:permalink};
  321. background-color: {color:blockquote};
  322. padding:3px 10px 5px 7px;
  323. margin-left:6px;
  324. margin-right:5px;
  325. overflow:auto;
  326. }
  327.  
  328. blockquote img {
  329. max-width: 305px;
  330. }
  331.  
  332.  
  333. /*-- quote info --*/
  334.  
  335. #quotes{
  336. padding: 10px;
  337. font-family: Georgia, sans-serif;
  338. border-bottom: 1px solid {color:permalink};
  339. letter-spacing: 1px;
  340. line-height: 100%;
  341. font-size:17px;
  342. font-style:italic;
  343. color: {color:quote};
  344. text-align: center;
  345. }
  346.  
  347. #sources {
  348. font-family:{font:body}, sans-serif;
  349. font-size:9pt;
  350. text-align: right;
  351. margin-top: -5px;
  352. padding-top:15px;
  353. padding-bottom:8px;
  354. }
  355.  
  356. /*-- permalink info --*/
  357.  
  358. #permalink a:link {
  359. color: {color:link};
  360. }
  361.  
  362. #permalink a:hover {
  363. color: {color:link hover};
  364. }
  365.  
  366. #permalink {
  367. font-family:'Calibri', sans-serif;
  368. text-transform:uppercase;
  369. border-top: 1px dotted {color:entry background};
  370. letter-spacing:1px;
  371. font-size:9px;
  372. position: absolute;
  373. margin-top:0px;
  374. text-align:center;
  375. margin-left:-10px;
  376. width: 414px;
  377. padding:3px;
  378. background-color: {color:permalink};
  379. color: {color:permalink text};
  380. }
  381.  
  382. /*-- tags info --*/
  383.  
  384.  
  385. #tags a {
  386. color:{color:tags};
  387. }
  388.  
  389.  
  390. #tags {
  391. width:150px;
  392. position:absolute;
  393. display:block;
  394. font-family:Georgia;
  395. text-align:left;
  396. margin-left:400px;
  397. letter-spacing:1px;
  398. line-height:13px;
  399. border-left: 2px solid {color:permalink};
  400. padding-left:5px;
  401. float:right;
  402. font-size:9px;
  403. text-transform:lowercase;
  404. opacity:0;
  405. transition-duration: 0.3s;
  406. -moz-transition-duration: 0.3s;
  407. -webkit-transition-duration: 0.3s;
  408. -o-transition-duration: 0.3s;
  409. }
  410.  
  411.  
  412. #entries:hover #tags {
  413. font-size:9px;
  414. position:absolute;
  415. color:{color:tags};
  416. opacity: 1.1;
  417. float:right;
  418. margin-left:425px;
  419. width: 150px;
  420. transition-duration: 0.3s;
  421. -moz-transition-duration: 0.3s;
  422. -webkit-transition-duration: 0.3s;
  423. -o-transition-duration: 0.3s;
  424. }
  425.  
  426.  
  427.  
  428. /*-- entry title info --*/
  429.  
  430. #title {
  431. padding-bottom: 3px;
  432. font-size: 22px;
  433. text-align: center;
  434. font-family: Georgia, sans-serif;
  435. line-height: 100%;
  436. letter-spacing: 2px;
  437. color: {color:title};
  438. text-transform:capitalize;
  439. }
  440.  
  441. /*-- asks info --*/
  442.  
  443.  
  444. #asks {
  445. position: relative;
  446. background-color: {color:entry background};
  447. padding: 10px 0px 20px 0px;
  448. width: 400px;
  449. display: block;
  450. }
  451.  
  452. #asks img {
  453. width: 45px;
  454. height: 45px;
  455. margin: -5px 4px -5px 0px;
  456. border: 5px solid {color:navlinks};
  457. }
  458.  
  459. #asks a {
  460. font-size: 15px;
  461. color: {color:link};
  462. font-family:'Ballpark', Georgia, serif;
  463. text-align: center;
  464. text-transform: none;
  465. }
  466.  
  467. #asks a:hover {
  468. color: {color:link hover};
  469. }
  470.  
  471. #another1 {
  472. border-top:10px solid {color:navlinks};
  473. border-right:10px solid transparent;
  474. position:absolute;
  475. margin: 13px 0px -5px 50px;
  476. }
  477.  
  478. #another2 {
  479. border-top:10px solid transparent;
  480. border-left:10px solid {color:navlinks};
  481. position:absolute;
  482. margin: 3px 0px -5px 50px;
  483. }
  484.  
  485. #askcontainer {
  486. width: 317px;
  487. border-bottom: 1px dotted {color:permalink};
  488. background-color: {color:ask background};
  489. margin-left:63px;
  490. text-align: left;
  491. font-size: 12px;
  492. padding-left:10px;
  493. padding-top:5px;
  494. padding-bottom:5px;
  495. padding-right:10px;
  496. line-height:130%;
  497. color: {color:bold};
  498. font-family: 'Calibri';
  499. display:block;
  500. }
  501.  
  502.  
  503. /*-- chatbox info --*/
  504.  
  505. .user_1 .label {
  506. color:{color:link};
  507. font-weight:regular;
  508. }
  509.  
  510. .user_2 .label {
  511. color:{color:bold};
  512. font-weight:regular;
  513. }
  514.  
  515. ul.chat, .chat ol, .chat li {
  516. list-style:none;
  517. margin:0px;
  518. padding:0px;
  519. }
  520.  
  521. /*-- notes info --*/
  522.  
  523. ol.notes {
  524. padding: 0px;
  525. margin: 15px 0px;
  526. list-style-type: none;
  527. background: transparent;
  528. border: 0px;
  529. letter-spacing: 0px;
  530. text-transform: lowercase;
  531. }
  532.  
  533. ol.notes li.note {
  534. padding: 1px;
  535. text-align: left;
  536. letter-spacing: 0px;
  537. text-transform: lowercase;
  538. }
  539.  
  540. .notes img{
  541. width: 8px;
  542. position: relative;
  543. top: 1px;
  544. opacity: .5;
  545. }
  546.  
  547. .music {
  548. background-color: {color: entry background};
  549. display:block;
  550. }
  551.  
  552. {CustomCSS}
  553.  
  554. </style>
  555.  
  556. {block:IfInfiniteScroll}
  557. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  558. {/block:IfInfiniteScroll}
  559.  
  560. </script>
  561.  
  562. </head>
  563.  
  564. <body>
  565.  
  566. <div class="sidebar">
  567.  
  568.  
  569. <div id="navlinks">
  570. <a href="/">home</a>
  571. <a href="/ask">ask me</a>
  572. <a href="/archive">archive</a>
  573. <a href="http://benizora.tumblr.com">theme</a>
  574. </div>
  575.  
  576. <img src="{image:sidebar}">
  577.  
  578. <div id="banner">{title}</div>
  579.  
  580. <div id="sidelinks">
  581. {block:IfLink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:IfLink1}
  582. {block:IfLink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:IfLink2}
  583. {block:IfLink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:IfLink3}
  584. {block:IfLink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:IfLink4}
  585. {block:IfLink5}<a href="{text:link 5}">{text:link 5 title}</a>{/block:IfLink5}
  586. {block:IfLink6}<a href="{text:link 6}">{text:link 6 title}</a>{/block:IfLink6}</div>
  587.  
  588.  
  589. <div id="sidedesc">{block:Description}{Description}{/block:Description}
  590. </div>{block:IfNotInfiniteScroll}<div id="pagination">
  591. {block:Pagination}
  592. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>&nbsp;&nbsp;{/block:PreviousPage}
  593. {block:JumpPagination length="2"}
  594. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  595. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  596. {/block:JumpPagination}
  597. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  598. {/block:Pagination}
  599. </div>{/block:IfNotInfiniteScroll}</div>
  600.  
  601. </div>
  602.  
  603.  
  604. </div>
  605.  
  606. </div>
  607.  
  608.  
  609. <div id="content">
  610.  
  611. <div class="autopagerize_page_element">
  612.  
  613. {block:Posts}
  614.  
  615. <div id="entries">
  616.  
  617. {block:Text}
  618.  
  619. {block:IfShowTags}
  620.  
  621. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  622.  
  623. {/block:HasTags}</div>
  624.  
  625. {/block:IfShowTags}
  626.  
  627. {block:Title}<div id="title">{Title}</div>{/block:Title}
  628. {Body}
  629.  
  630. {/block:Text}
  631.  
  632.  
  633. {block:Photo}
  634.  
  635. {block:IfShowTags}
  636.  
  637. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  638.  
  639. {/block:HasTags}</div>
  640.  
  641. {/block:IfShowTags}
  642.  
  643. {LinkOpenTag}<div id="photo"><img src="{PhotoURL-400}" class="center">{LinkCloseTag}{/block:IfBigPosts}</div>
  644.  
  645. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  646. {block:IfNotShowCaptions}
  647.  
  648. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  649.  
  650. {/block:Photo}
  651.  
  652. {block:Photoset}
  653.  
  654. {block:IfShowTags}
  655.  
  656. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  657.  
  658. {/block:HasTags}</div>
  659.  
  660. {/block:IfShowTags}
  661.  
  662. <div id="photo">{Photoset-400}</div>
  663.  
  664. {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}{block:ifnotshowcaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
  665.  
  666. {/block:Photoset}
  667.  
  668.  
  669.  
  670. {block:Quote}
  671.  
  672. {block:IfShowTags}
  673.  
  674. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  675.  
  676. {/block:HasTags}</div>
  677.  
  678. {/block:IfShowTags}
  679.  
  680. <div id="quotes">{Quote}</div>{block:Source}<div id="sources"> {Source}</div>{/block:Source}
  681.  
  682. {/block:Quote}
  683.  
  684.  
  685.  
  686. {block:Link}
  687.  
  688. {block:IfShowTags}
  689.  
  690. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  691.  
  692. {/block:HasTags}</div>
  693.  
  694. {/block:IfShowTags}
  695.  
  696. <div id="title">
  697. <a href="{URL}" {Target}>{Name}</a>
  698. </div>
  699. {block:Description}{Description}{/block:Description}
  700.  
  701. {/block:Link}
  702.  
  703.  
  704.  
  705. {block:Chat}
  706.  
  707. {block:IfShowTags}
  708.  
  709. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  710.  
  711. {/block:HasTags}</div>
  712.  
  713. {/block:IfShowTags}
  714.  
  715. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  716.  
  717. {/block:Chat}
  718.  
  719.  
  720.  
  721. {block:Audio}
  722.  
  723. {block:IfShowTags}
  724.  
  725. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  726.  
  727. {/block:HasTags}</div>
  728.  
  729. {/block:IfShowTags}
  730.  
  731. <div class="music">{AudioPlayerWhite}</div>{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} | <b>{Artist}</b>{/block:Artist}{block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  732. {Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  733.  
  734. {/block:Audio}
  735.  
  736.  
  737. {block:Video}
  738.  
  739. {block:IfShowTags}
  740.  
  741. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  742.  
  743. {/block:HasTags}</div>
  744.  
  745. {/block:IfShowTags}
  746.  
  747. {Video-400}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  748. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  749.  
  750. {/block:Video}
  751.  
  752.  
  753.  
  754. {block:Answer}
  755.  
  756. {block:IfShowTags}
  757.  
  758. <div id="tags">{block:HasTags}<b>tagged:</b> {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  759.  
  760. {/block:HasTags}</div>
  761.  
  762. {/block:IfShowTags}
  763.  
  764. <div id="asks"><img src="{AskerPortraitURL-40}" align="left"><div id="another1"></div><div id="another2"></div><div id="askcontainer"><b>{Asker}</b> <i>whispered:</i> {Question}</div></div>{Answer}
  765.  
  766. {/block:Answer}
  767.  
  768. {block:IndexPage}
  769.  
  770.  
  771. {block:Date}<div id="permalink"> posted <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  772. {/block:NoteCount}
  773. {block:RebloggedFrom}❖ origin: <a href="{ReblogRootURL}"> {ReblogRootName}</a> via: <a href="{ReblogParentURL}"> {ReblogParentName}</a>{/block:RebloggedFrom} </div>
  774.  
  775. {/block:Date}
  776.  
  777. {/block:IndexPage}
  778.  
  779. {block:PermalinkPage}
  780.  
  781. <div class="permalink">
  782.  
  783. <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>
  784.  
  785. {block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom} {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  786. {block:PostNotes}{PostNotes}{/block:PostNotes}
  787.  
  788. </div>
  789.  
  790. {/block:PermalinkPage}
  791.  
  792. </div>
  793.  
  794.  
  795. {/block:Posts}
  796.  
  797. </div>
  798.  
  799. </div>
  800.  
  801.  
  802. </body>
  803.  
  804. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement