namunamoo

Sprouts

Jun 4th, 2012
1,362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.70 KB | None | 0 0
  1. <!--
  2. THEME MADE BY NAMUNAMOO (http://namunamoo.tumblr.com)
  3. PLEASE DON'T REMOVE THE CREDITS. THANK YOU.
  4. -->
  5.  
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <html>
  11. <head>
  12.  
  13. <title>{title}</title>
  14. <link rel="shortcut icon" href="{favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20. <!--LOOK AT ALL THESE FREAKIN' OPTIONS. ^^"-->
  21.  
  22. <meta name="color:Background" content=""/>
  23. <meta name="color:Body Font" content="#363636"/>
  24. <meta name="color:Posts" content="#FFFFFF"/>
  25. <meta name="color:Links" content="#0096ff"/>
  26. <meta name="color:Links hover" content="#FFFFFF"/>
  27.  
  28. <meta name="color:Post Title" content="#000000"/>
  29. <meta name="color:Quote" content="#363636"/>
  30. <meta name="color:Answer Background" content="#F5F5F5"/>
  31. <meta name="color:ScrollBar" content="#484848"/>
  32. <meta name="color:ScrollBar Background" content="#e8e8e8"/>
  33. <meta name="color:Post background" content="#cccccc"/>
  34.  
  35. <meta name="color:Nav Links" content="#3cc713" />
  36. <meta name="color:Nav Links Hover" content="#898989" />
  37.  
  38. <meta name="image:Sidebar" content="http://27.media.tumblr.com/tumblr_m2yamwOCMa1rpehnco1_500.jpg"/>
  39. <meta name="image:Background" content="http://25.media.tumblr.com/tumblr_m33qwzyv7F1r6uwfxo9_r3_250.png"/>
  40.  
  41. <meta name="text:blog title" content="title here"/>
  42. <meta name="if:Music Tab" content="1" />
  43. <meta name="text:Music Code" content="MUSIC CODE"/>
  44. <meta name="text:Notes Symbol" content="http://media.tumblr.com/tumblr_lkl6900eU61qfamg6.gif"/>
  45. <meta name="if:Infinite Scrolling" content="1"/>
  46.  
  47. <meta name="text:link 1" content="/"/>
  48. <meta name="text:link 1 name" content="Link 1"/>
  49. <meta name="text:link 2" content=""/>
  50. <meta name="text:link 2 name" content=""/>
  51. <meta name="text:link 3" content=""/>
  52. <meta name="text:link 3 name" content=""/>
  53.  
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive&v1' rel='stylesheet' type='text/css'>
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60. body {
  61. background-color: {color:Background};
  62. font-family: Century Gothic;
  63. font-size: 9px;
  64. color: {color:Body Font};
  65. text-align: justify;
  66. background-image: url('{image:Background}');
  67. background-attachment: fixed;
  68. }
  69.  
  70. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/bmdsqsc/KdRlu9tpm/slkscr.ttf');}
  71.  
  72.  
  73. @font-face {font-family: "beltareg";src: url('http://static.tumblr.com/iuggpng/VBum3xrod/belta-regular.ttf');}
  74.  
  75. #posts {
  76. position: absolute;
  77. left: 25px;
  78. top: 25px;
  79. }
  80.  
  81. #lineup {
  82. background-image: url('{image:Post Box Background}');
  83. position: relative;
  84. margin-left: 400px;
  85. top:5px;
  86. width: 500px;
  87. background-color:{color:Posts};
  88. border:1px solid #ccc;
  89. margin-bottom: 5px;
  90. padding: 5px;
  91. z-index:500;
  92. }
  93.  
  94. #permalink {
  95. font-family: verdana;
  96. font-size: 12px;
  97. opacity: 0;
  98. margin-left:510px;
  99. filter: alpha (opacity=0);
  100. position: absolute;
  101. top: 5px;
  102. text-align: center;
  103. height: 50px;
  104. background-image: url('{image:Post Box Background}');
  105. background-color: #transp;
  106. color: #387dcc;
  107. -webkit-transition: all 0.5s ease;
  108. -moz-transition: all 0.5s ease;
  109. -o-transition: all 0.5s ease;
  110. transform: rotate(-270deg);
  111. -moz-transform: rotate(-270deg);
  112. -webkit-transform: rotate(-270deg);
  113. -o-transform: rotate(-270deg);
  114. }
  115.  
  116. #lineup:hover #permalink {
  117. background-color: #transp;
  118. opacity: 8;
  119. color:{color:description};
  120. filter: alpha (opacity=8);
  121. width: 50px;
  122. transform: rotate(360deg);
  123. -moz-transform: rotate(360deg);
  124. -webkit-transform: rotate(360deg);
  125. -o-transform: rotate(3600deg);
  126.  
  127. }
  128.  
  129.  
  130. .answer {
  131. background-color: {color:Answer Background};
  132. padding-top: 1px;
  133. padding-bottom: 1px;
  134. padding-left: 10px;
  135.  
  136. }
  137.  
  138. #header {
  139. text-align: center;
  140. font-family: "loremipsum", serif;
  141. font-size: 30px;
  142. letter-spacing: {text:Title letter spacing};
  143. background-color: {color:Title Background};
  144. color: {color:Title};
  145. text-shadow: 1px 1px 1px #C4C4C4;
  146. font-weight: lighter;
  147.  
  148. }
  149.  
  150.  
  151. a.perma {
  152. color: {color:Border};
  153.  
  154. }
  155.  
  156. a.perma:hover {
  157. color: {color:Links hover};
  158. }
  159.  
  160. .story {
  161. font-family: beltareg;
  162. font-size: 26px;
  163. color: {color:Post Title};
  164. text-align: center;
  165. text-shadow: 1px 1px 1px #C4C4C4;
  166. }
  167.  
  168.  
  169. #lineup img {max-width: 100%;}
  170.  
  171. .quote {
  172. font-family: 'Cedarville Cursive';
  173. font-size: 14px;
  174. font-style: italic;
  175. color: {color:Quote};
  176. }
  177.  
  178. blockquote {
  179. padding: 1px 1px 1px 1px;
  180. background-color: #eee;
  181. }
  182.  
  183. .tags {
  184. padding: 3px;
  185. }
  186.  
  187. a {
  188. color:{color:Links};
  189. font-family: tinytots;
  190. font-size: 8px;
  191. -webkit-transition: all 0.5s ease;
  192. -moz-transition: all 0.5s ease;
  193. -o-transition: all 0.5s ease;
  194. text-decoration: none;
  195. }
  196.  
  197. a:hover {
  198. color:{color:Links hover};
  199. font-family:tinytots;
  200. font-size: 8px;
  201. -webkit-transition: all 0.5s ease;
  202. -moz-transition: all 0.5s ease;
  203. -o-transition: all 0.5s ease;
  204. text-decoration: none;
  205. }
  206.  
  207. ::-webkit-scrollbar-thumb:vertical {
  208. background-color:{color:ScrollBar};
  209. border-top:2px solid {color:ScrollBar};
  210. border-bottom:2px solid {color:ScrollBar};
  211. height:auto;
  212. }
  213.  
  214. ::-webkit-scrollbar-thumb:vertical:hover{
  215. background-color:{color:ScrollBar};
  216. }
  217.  
  218.  
  219.  
  220. ::-webkit-scrollbar-thumb:horizontal{
  221. background-color:{color:ScrollBar};
  222. height:auto;
  223. }
  224.  
  225. ::-webkit-scrollbar-thumb:horizontal:hover{
  226. background-color:{color:ScrollBar};
  227. }
  228.  
  229.  
  230.  
  231. ::-webkit-scrollbar{
  232. height:6px;
  233. width:6px;
  234. background-color: {color:ScrollBar Background};
  235. }
  236.  
  237. .topp {
  238. font-family: consolas;
  239. font-size: 20px;
  240. }
  241.  
  242. #scrollToTop:link,
  243. #scrollToTop:visited {
  244. color: {color:links};
  245. opacity: 0.8;
  246. background-color: transparent;
  247. display: none;
  248. position: fixed;
  249. bottom: 5px;
  250. margin-left: 350px;
  251. }
  252.  
  253.  
  254.  
  255. .b1a4{
  256. margin-top:-37px;
  257. margin-left:-25px;
  258. font-family:beltareg;
  259. position: fixed;
  260. font-size: 40px;
  261. color: {color:Nav Links};
  262. text-shadow: 1px 1px 1px #cccccc;
  263. width: 300px;
  264. text-align:center;
  265. }
  266.  
  267.  
  268. .exo{
  269. margin-left: 50px;
  270. top:190px;
  271. position: fixed;
  272. font-size: 8px;
  273. background-color: #transp;
  274. height: 250px;
  275. width: 250px;
  276. -webkit-border-bottom-left-radius:50px;
  277. -webkit-border-bottom-right-radius:50px;
  278. -webkit-border-top-left-radius:50px;
  279. -webkit-border-top-right-radius:50px;
  280. text-align: center;
  281. z-index:999;
  282. }
  283.  
  284.  
  285. #whee{
  286. -webkit-border-top-left-radius:50px;
  287. -webkit-border-top-right-radius:50px;
  288. -webkit-border-bottom-left-radius:50px;
  289. -webkit-border-bottom-right-radius:50px;
  290. z-index:999;
  291. }
  292.  
  293.  
  294. .chicken
  295. {
  296. width: 250px;
  297. -moz-border-radius: 50px;
  298. border-radius: 50px;
  299. overflow:hidden;
  300. border:3px solid #transp;
  301. background-color:#fff;}
  302.  
  303. .pot
  304. {padding-top:-30px;
  305. text-align:left;
  306. width:250px;
  307. font-family:tinytots;
  308. font-size:8px;
  309. color:#000;
  310. background-color:#fff;}
  311.  
  312. .pie
  313. {width: 250px;
  314. }
  315.  
  316. #string
  317. {margin-left:-250px;
  318. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  319.  
  320. #string:hover
  321. {margin-left:0px;}
  322.  
  323.  
  324. .linkers{
  325. margin-left: 292px;
  326. top:205px;
  327. position: fixed;
  328. text-align:left;
  329. }
  330.  
  331. .linkz a{
  332. float: left;
  333. width: 50px;
  334. height: 5px;
  335. border-bottom: 3px solid {color:Nav Links};
  336. padding-left:5px;
  337. color: {color:Nav Links};
  338. margin-left: 0px;
  339. padding-right: 5px;
  340. margin-top: 1.5px;
  341. padding-bottom: 5px;
  342. text-align: right;
  343. font-family: tinytots;
  344. font-size: 8px;
  345.  
  346. padding-top: 5px; z-index:1;}
  347. .linkz a:hover{
  348. float: left;
  349. width: 90px;
  350. height: 5px;
  351. font-family:tinytots;
  352. background-color: #transp;
  353. color: {color:Nav Links Hover};
  354. margin-right: 0px;
  355. padding-left: 5px;
  356. margin-top: 1.5px;
  357. text-align: right;
  358. padding-left: 5px;
  359. border-bottom: 3px solid {color:Nav Links Hover};
  360. letter-spacing:2px;
  361. -webkit-transition: all 0.5s ease;
  362. -moz-transition: all 0.5s ease;
  363. -o-transition: all 0.5s ease;
  364. padding-top: 5px; z-index:1;}
  365.  
  366. .linkz3 a{
  367. float: left;
  368. width: 50px;
  369. height: 5px;
  370. border-bottom: 3px solid {color:Nav Links};
  371. padding-left:5px;
  372. color: {color:Nav Links};
  373. margin-left: 0px;
  374. padding-right: 5px;
  375. margin-top: 1.5px;
  376. padding-bottom: 5px;
  377. text-align: right;
  378. font-family: tinytots;
  379. font-size: 8px;
  380. padding-top: 5px; z-index:1;
  381. }
  382. .linkz3 a:hover{
  383. float: left;
  384. width: 90px;
  385. height: 5px;
  386. font-family:tinytots;
  387. background-color: #transp;
  388. color: {color:Nav Links Hover};
  389. margin-right: 0px;
  390. padding-left: 5px;
  391. margin-top: 1.5px;
  392. text-align: right;
  393. padding-left: 5px;
  394. border-bottom: 3px solid {color:Nav Links Hover};
  395. letter-spacing:2px;
  396. -webkit-transition: all 0.5s ease;
  397. -moz-transition: all 0.5s ease;
  398. -o-transition: all 0.5s ease;
  399. padding-top: 5px; z-index:1;}
  400.  
  401. #before{
  402. float: left;
  403. height: 5px;
  404. border-bottom: 3px solid;
  405. padding-left:5px;
  406. margin-left: 0px;
  407. padding-right: 5px;
  408. margin-top: 1.5px;
  409. padding-bottom: 5px;
  410. text-align: right;
  411. font-family: tinytots;
  412. font-size: 8px;
  413. padding-top: 5px; z-index:1;
  414.  
  415. }
  416.  
  417. #dawn{
  418. position:absolute;
  419. opacity:0;
  420. font-family:tinytots;
  421. color:{color:button text};
  422. font-size:8px;
  423. text-transform:uppercase;
  424. letter-spacing:2px;
  425. left:30px;
  426. bottom:-15px;
  427. -webkit-transition:all 0.6s ease-out;
  428. -moz-transition:all 0.6s ease-out;
  429. -o-transition:all 0.6s ease-out;
  430. transition:all 0.6s ease-out;
  431. }
  432.  
  433. .linkz3:hover #dawn{
  434. opacity:1;
  435. font-family:tinytots;
  436. color:{color:button text};
  437. font-size:8px;
  438. left:15px;
  439. }
  440.  
  441. iframe#tumblr_controls {
  442. top: 0% !important;
  443. right:0% !important;
  444. position: fixed !important;}
  445.  
  446.  
  447. {CustomCSS}
  448.  
  449. </style>
  450.  
  451. {Block:IfInfiniteScrolling}
  452. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  453. {/Block:IfInfiniteScrolling}
  454.  
  455. </head>
  456.  
  457. <body>
  458. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  459. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  460.  
  461. <div class="topp">
  462. <a href="javascript:;" id="scrollToTop"><font size="5">▲</font></a>
  463. </div>
  464.  
  465.  
  466.  
  467. <div class="linkers">
  468. <div class="linkz"><a href="/"> Index</a><br></div>
  469. <div class="linkz"><a href="/ask"> Message</a><br></div>
  470. <div class="linkz"><a href="/archive"> History</a><br></div>
  471. {block:IfLink1}<div class="linkz"><a href="{text:link 1}"> {text:link 1 name}</a><br></div>{/block:IfLink1}
  472. {block:IfLink2}<div class="linkz"><a href="{text:link 2}"> {text:link 2 name}</a><br></div>{/block:IfLink2}
  473. {block:IfLink3}<div class="linkz"><a href="{text:link 3}"> {text:link 3 name}</a><br></div>{/block:IfLink3}
  474. {Block:IfMusicTab}<div class="linkz3"><a id="before" class="linkz3">music<div class="linkz3" id="dawn">
  475. {text:music code}
  476. </div></a><br></div>{/Block:IfMusicTab}
  477. </div>
  478.  
  479.  
  480.  
  481.  
  482.  
  483. <div class="exo">
  484. <div class="b1a4">{text:blog title}</div>
  485. <div class="chicken">
  486. <table border="0" cellpadding="0" cellspacing="0" id="string"><tr>
  487. <td><div class="pot">
  488. <img src="{PortraitURL-48}" style="height: 48px; width:48px; float:left; padding:5px;"></img>
  489. {description}</div></td>
  490. <td><img class="pie"src="{image:Sidebar}" width="250"/></td>
  491. </tr></table>
  492. </div>
  493. {Block:IfNotInfiniteScrolling}
  494. <div style="font-family:tinytots;font-size:8px; text-align:center;">
  495. {block:PreviousPage}
  496. <a href="{PreviousPage}" title="next">Rewind</a> //
  497. {/block:PreviousPage}
  498. {block:NextPage}
  499. <a href="{NextPage}" title="next">Fast Foward</a>
  500. {/block:NextPage}<br><br>
  501. </div>
  502. {/Block:IfNotInfiniteScrolling}
  503. </div>
  504.  
  505.  
  506.  
  507. <div style="font-size:8px; text-transform:uppercase; color:#000000; position:fixed; bottom:9px; right:10px;"><a href="http://namunamoo.tumblr.com" style="color:#000000;">{★}</a></div>
  508.  
  509.  
  510.  
  511. {Block:IfInfiniteScrolling}
  512. <div class = "autopagerize_page_element" >
  513. {/Block:IfInfiniteScrolling}
  514.  
  515.  
  516. {block:Posts}
  517.  
  518. <div id="lineup">
  519.  
  520.  
  521.  
  522. {block:Text}
  523.  
  524. {block:Title}
  525. <div class="story">
  526. {Title}
  527. </div>
  528. {/block:Title}
  529.  
  530. {Body}
  531.  
  532. {Block:PermalinkPage}
  533.  
  534. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  535. {block:HasTags}
  536. <div class="tags">
  537. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  538. </div>
  539. {/block:HasTags}
  540.  
  541. {block:PostNotes}
  542. {PostNotes}
  543. {/block:PostNotes}
  544.  
  545. {/Block:PermalinkPage}
  546.  
  547. {/block:Text}
  548.  
  549.  
  550.  
  551. {block:Photo}
  552.  
  553. {LinkOpenTag}
  554. <img src="{PhotoURL-HighRes}" width="500px" alt="{PhotoAlt}">
  555. {LinkCloseTag}
  556.  
  557. {Block:PermalinkPage}
  558. {block:Caption}
  559. {Caption}
  560. {/block:Caption}
  561.  
  562. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  563.  
  564. {block:HasTags}
  565. <div class="tags">
  566. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  567. </div>
  568. {/block:HasTags}
  569.  
  570. {block:PostNotes}
  571. <div style="height:200px; text-align:left;overflow:auto;border-top:1px {color:Border};">
  572. {PostNotes}</div>
  573. {/block:PostNotes}
  574.  
  575.  
  576. {/Block:PermalinkPage}
  577.  
  578. {/block:Photo}
  579.  
  580.  
  581.  
  582. {block:Photoset}
  583.  
  584. {Photoset-500}
  585.  
  586. {Block:PermalinkPage}
  587. {block:Caption}
  588. {Caption}
  589. {/block:Caption}
  590.  
  591. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  592.  
  593. {block:HasTags}
  594. <div class="tags">
  595. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  596. </div>
  597. {/block:HasTags}
  598.  
  599. {block:PostNotes}
  600. {PostNotes}
  601. {/block:PostNotes}
  602.  
  603. {/Block:PermalinkPage}
  604.  
  605. {/block:Photoset}
  606.  
  607.  
  608.  
  609. {block:Quote}
  610.  
  611. <div class="quote">
  612. <div style="font-size: 30px; display: inline-block; line-height: 0px; margin-bottom: -3px; margin-right: 3px;">❝</div>{Quote}
  613. </div>
  614.  
  615. {block:Source}
  616. <div style="text-align:right">—{Source}</div>
  617. {/block:Source}
  618.  
  619. {Block:PermalinkPage}
  620. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  621. {block:HasTags}
  622. <div class="tags">
  623. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  624. </div>
  625. {/block:HasTags}
  626.  
  627. {block:PostNotes}
  628. {PostNotes}
  629. {/block:PostNotes}
  630.  
  631. {/Block:PermalinkPage}
  632.  
  633. {/block:Quote}
  634.  
  635.  
  636.  
  637. {block:Link}
  638.  
  639. <a href="{URL}" {Target}>
  640.  
  641. <div class="story"><div style="margin-left:0px">{Name}</div></div>
  642. </a>
  643.  
  644. {block:Description}
  645. {Description}
  646. {/block:Description}
  647.  
  648. {Block:PermalinkPage}
  649. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  650. {block:HasTags}
  651. <div class="tags">
  652. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  653. </div>
  654. {/block:HasTags}
  655.  
  656. {block:PostNotes}
  657. {PostNotes}
  658. {/block:PostNotes}
  659.  
  660. {/Block:PermalinkPage}
  661.  
  662. {/block:Link}
  663.  
  664.  
  665.  
  666. {block:Chat}
  667.  
  668. {block:Title}
  669. <div class="story">
  670. {Title}
  671. </div>
  672. {/block:Title}
  673.  
  674. {block:Lines}
  675. {block:Label}
  676. <b><font color="{color:Quote}">{Label}</font></b>
  677. {/block:Label}
  678.  
  679. {Line}<br>
  680. {/block:Lines}
  681.  
  682. {Block:PermalinkPage}
  683. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  684. {block:HasTags}
  685. <div class="tags">
  686. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  687. </div>
  688. {/block:HasTags}
  689.  
  690. {block:PostNotes}
  691. {PostNotes}
  692. {/block:PostNotes}
  693.  
  694. {/Block:PermalinkPage}
  695.  
  696. {/block:Chat}
  697.  
  698.  
  699.  
  700. {block:Audio}
  701.  
  702. {block:AlbumArt}
  703. <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;margin-bottom:5px;"/>{/block:AlbumArt}
  704. <div class="audio">{AudioPlayerWhite}</div>
  705. {block:Caption}{Caption}{/block:Caption}
  706.  
  707. <p>{PlayCountWithLabel}</p>
  708. <br clear="all">
  709.  
  710. {Block:PermalinkPage}
  711. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  712. {block:HasTags}
  713. <div class="tags">
  714. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  715. </div>
  716. {/block:HasTags}
  717.  
  718. {block:PostNotes}
  719. {PostNotes}
  720. {/block:PostNotes}
  721.  
  722. {/Block:PermalinkPage}
  723.  
  724.  
  725. {/block:Audio}
  726.  
  727.  
  728.  
  729. {block:Video}
  730.  
  731. {Video-500}
  732.  
  733. {Block:PermalinkPage}
  734. {block:Caption}
  735. {Caption}
  736. {/block:Caption}
  737.  
  738. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  739. {block:HasTags}
  740. <div class="tags">
  741. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  742. </div>
  743. {/block:HasTags}
  744.  
  745. {block:PostNotes}
  746. {PostNotes}
  747. {/block:PostNotes}
  748.  
  749. {/Block:PermalinkPage}
  750.  
  751. {/block:Video}
  752.  
  753.  
  754.  
  755. {block:Answer}
  756.  
  757. <img src="{AskerPortraitURL-16}">&nbsp;<b>{Asker}</b> whispered: {Question}<div class="answer">{Answer}</div>
  758.  
  759. {Block:PermalinkPage}
  760. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  761. {block:HasTags}
  762. <div class="tags">
  763. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  764. </div>
  765. {/block:HasTags}
  766.  
  767. {block:PostNotes}
  768. {PostNotes}
  769. {/block:PostNotes}
  770.  
  771. {/Block:PermalinkPage}
  772.  
  773. {/block:Answer}
  774.  
  775. {Block:IndexPage}<div id="permalink">
  776.  
  777. <a href="{Permalink}"><img src="{text:Notes Symbol}"> {NoteCount}</a><br>
  778. <a href="{ReblogURL}" target="_blank">Reblog</a>
  779.  
  780.  
  781. </div>
  782. </div>{/Block:IndexPage}
  783.  
  784. {/block:Posts}{Block:IfInfiniteScrolling}</div>{/Block:IfInfiniteScrolling}
  785. </body>
  786. </html>
Add Comment
Please, Sign In to add comment