namunamoo

Banmal

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