namunamoo

Monochromo Sprouts

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