Advertisement
unzothemes

High Theme

Nov 24th, 2013
4,407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.96 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <html lang="en">
  5.  
  6. <!-- ---------------------------------------------------------------
  7.  
  8. High Theme
  9. Made by Unzo
  10. http://unzo.tumblr.com/
  11.  
  12. --------------------------------------------------------------- -->
  13.  
  14. <head>
  15.  
  16. <title>{Title}</title>
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19.  
  20. <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
  21.  
  22. <meta name="color:Background" content="#fdfdfd"/>
  23. <meta name="color:Container" content="#fff"/>
  24. <meta name="color:Links" content="#8394a5"/>
  25. <meta name="color:Links Hover" content="#eee"/>
  26. <meta name="color:Scrollbar" content="#8394a5"/>
  27. <meta name="color:Text" content="#9c9c9c"/>
  28.  
  29. <meta name="if:Faded Images" content="0"/>
  30. <meta name="if:Faded Images Inverted" content="0"/>
  31. <meta name="if:Less Space Between Posts" content="0"/>
  32. <meta name="if:More Space Between Posts" content="0"/>
  33. <meta name="if:Pop Up Askbox" content="0"/>
  34. <meta name="if:Posts Hovers" content="1"/>
  35. <meta name="if:Scroll To Top" content="1"/>
  36. <meta name="if:Show Blog Title" content="1"/>
  37. <meta name="if:Show Sidebar Image" content="0"/>
  38.  
  39. <meta name="image:Background" content=""/>
  40. <meta name="image:Sidebar" content=""/>
  41.  
  42. <meta name="text:Link 1" content=""/>
  43. <meta name="text:Link 1 Title" content=""/>
  44. <meta name="text:Link 2" content=""/>
  45. <meta name="text:Link 2 Title" content=""/>
  46. <meta name="text:Link 3" content=""/>
  47. <meta name="text:Link 3 Title" content=""/>
  48. <meta name="text:Link 4" content=""/>
  49. <meta name="text:Link 4 Title" content=""/>
  50. <meta name="text:Link 5" content=""/>
  51. <meta name="text:Link 5 Title" content=""/>
  52.  
  53. <meta name="text:Pop Up Askbox Title" content="Message"/>
  54.  
  55.  
  56. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  57.  
  58. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  59.  
  60.  
  61. <script src="http://static.tumblr.com/kjtbii3/y9Wmz7ys3/basics.js">
  62. </script>
  63.  
  64. <script src="http://static.tumblr.com/kjtbii3/6R6mjtufm/contact.js">
  65. </script>
  66.  
  67. <script src="http://static.tumblr.com/kjtbii3/FJfmwoo4b/source-via.js">
  68. </script>
  69.  
  70. <script src="http://static.tumblr.com/kjtbii3/IQemv5u3n/tooltip.js">
  71. </script>
  72.  
  73.  
  74. <style type="text/css">
  75.  
  76.  
  77. #tumblr_controls{
  78. position:fixed;
  79. opacity:0.3;
  80.  
  81. -webkit-filter:invert(100%);
  82. -moz-filter:invert(100%);
  83. -o-filter:invert(100%);
  84. filter:invert(100%);
  85. }
  86.  
  87.  
  88. ::-webkit-scrollbar-thumb:vertical{
  89. width:10px;
  90. background:{color:scrollbar};
  91. border-radius:5px;
  92. border:2px solid {color:background};
  93. }
  94.  
  95. ::-webkit-scrollbar-thumb:horizontal{
  96. height:10px;
  97. background:{color:scrollbar};
  98. border-radius:5px;
  99. border:2px solid {color:background};
  100. }
  101.  
  102. ::-webkit-scrollbar{
  103. width:11px;
  104. height:11px;
  105. background:{color:background};
  106. background-image:url({image:Background});
  107. }
  108.  
  109.  
  110. body{
  111. font-family:'Calibri', sans-serif;
  112. font-size:11.5px;
  113. line-height:150%;
  114.  
  115. background:{color:Background};
  116. color:{color:Text};
  117.  
  118. background-image:url({image:Background});
  119. background-position:center top;
  120. background-attachment:fixed;
  121.  
  122. cursor:default;
  123. }
  124.  
  125. a{
  126. text-decoration:none;
  127.  
  128. color:{color:Links};
  129.  
  130. -webkit-transition: all 0.5s ease;
  131. -moz-transition: all 0.5s ease;
  132. transition: all 0.5s ease;
  133. }
  134.  
  135. a:hover{
  136. color:{color:Links Hover};
  137.  
  138. text-decoration:none;
  139. font-style:none;
  140. }
  141.  
  142. .container{
  143. position:absolute;
  144. left:50%;
  145. min-height:100%;
  146.  
  147. {block:ifnotlessspacebetweenposts}
  148. width:530px;
  149. margin:-10px 0 0 -235px;
  150. {/block:ifnotlessspacebetweenposts}
  151.  
  152. {block:iflessspacebetweenposts}
  153. width:510px;
  154. margin:-10px 0 0 -225px;
  155. {/block:iflessspacebetweenposts}
  156.  
  157. {block:ifmorespacebetweenposts}
  158. width:570px;
  159. margin:-10px 0 0 -255px;
  160. {/block:ifmorespacebetweenposts}
  161.  
  162. border-left:1px solid #eee;
  163. border-right:1px solid #eee;
  164. border-bottom:1px solid #eee;
  165.  
  166. background:{color:container};
  167.  
  168. {block:permalinkpage}
  169. width:580px;
  170. {/block:permalinkpage}
  171. }
  172.  
  173.  
  174. .sidebar{
  175. z-index:100;
  176. position:fixed;
  177. top:150px;
  178. left:50%;
  179.  
  180. {block:ifnotlessspacebetweenposts}
  181. margin:0 0 0 -490px;
  182. {/block:ifnotlessspacebetweenposts}
  183.  
  184. {block:iflessspacebetweenposts}
  185. margin:0 0 0 -480px;
  186. {/block:iflessspacebetweenposts}
  187.  
  188. {block:ifmorespacebetweenposts}
  189. margin:0 0 0 -510px;
  190. {/block:ifmorespacebetweenposts}
  191.  
  192. width:200px;
  193. padding:15px;
  194.  
  195. background:{color:container};
  196.  
  197. text-align:right;
  198.  
  199. border:1px solid #eee;
  200.  
  201. -webkit-animation:fadeInDown 3s;
  202. -moz-animation:fadeInDown 3s;
  203. -ms-animation:fadeInDown 3s;
  204. }
  205.  
  206. .blogtitle{
  207. margin:0 0 5px;
  208.  
  209. font-family:'Georgia', sans-serif;
  210. font-size:18px;
  211. line-height:100%;
  212. letter-spacing:1px;
  213. font-style:italic;
  214. }
  215.  
  216. .banner img{
  217. margin:5px auto 2px;
  218. max-width:200px;
  219. }
  220.  
  221. .description{
  222. padding:3px 0 0;
  223.  
  224. font-size:11.3px;
  225. }
  226.  
  227. .line{
  228. border-top:1px solid #eee;
  229. }
  230.  
  231.  
  232. .nav{
  233. {block:ifnotlessspacebetweenposts}
  234. width:500px;
  235. {/block:ifnotlessspacebetweenposts}
  236.  
  237. {block:iflessspacebetweenposts}
  238. width:480px;
  239. {/block:iflessspacebetweenposts}
  240.  
  241. {block:ifmorespacebetweenposts}
  242. width:540px;
  243. {/block:ifmorespacebetweenposts}
  244.  
  245. margin:20px auto;
  246.  
  247. font-size:10.5px;
  248. letter-spacing:1px;
  249. text-transform:uppercase;
  250. text-align:center;
  251.  
  252. border-top:1px solid #f2f2f2;
  253. border-bottom:1px solid #eee;
  254.  
  255. -webkit-animation:fadeInDown 3s;
  256. -moz-animation:fadeInDown 3s;
  257. -ms-animation:fadeInDown 3s;
  258.  
  259. {block:permalinkpage}
  260. width:550px;
  261. {/block:permalinkpage}
  262. }
  263.  
  264.  
  265. #content{
  266. position:relative;
  267. margin:20px auto 0;
  268.  
  269. {block:ifnotlessspacebetweenposts}
  270. width:480px;
  271. {/block:ifnotlessspacebetweenposts}
  272.  
  273. {block:iflessspacebetweenposts}
  274. width:460px;
  275. {/block:iflessspacebetweenposts}
  276.  
  277. {block:ifmorespacebetweenposts}
  278. width:520px;
  279. {/block:ifmorespacebetweenposts}
  280.  
  281. {block:permalinkpage}
  282. width:500px;
  283. margin:40px auto 0;
  284. {/block:permalinkpage}
  285. }
  286.  
  287.  
  288. .entry{
  289. overflow:hidden;
  290. width:220px;
  291.  
  292. {block:ifnotlessspacebetweenposts}
  293. margin:10px;
  294. {/block:ifnotlessspacebetweenposts}
  295.  
  296. {block:iflessspacebetweenposts}
  297. margin:5px;
  298. {/block:iflessspacebetweenposts}
  299.  
  300. {block:ifmorespacebetweenposts}
  301. margin:20px;
  302. {/block:ifmorespacebetweenposts}
  303.  
  304. {block:permalinkpage}
  305. width:500px;
  306. margin:20px auto 0;
  307. {/block:permalinkpage}
  308. }
  309.  
  310. .entry img{
  311. max-width:220px;
  312.  
  313. {block:PermalinkPage}
  314. max-width:500px;
  315. {/block:PermalinkPage}
  316. }
  317.  
  318.  
  319. .buttons{
  320. position:absolute;
  321. bottom:15px;
  322. left:5px;
  323.  
  324. -webkit-transition: all 0.5s ease;
  325. -moz-transition: all 0.5s ease;
  326. transition: all 0.5s ease;
  327. }
  328.  
  329. .entry:hover .buttons{
  330. bottom:5px;
  331. }
  332.  
  333. #notes-button, #reblog-button{
  334. display:inline-block;
  335. overflow:hidden;
  336. opacity:0;
  337.  
  338. width:23px;
  339. height:23px;
  340.  
  341. background:rgba(0,0,0,.17);
  342.  
  343. -webkit-border-radius:30px;
  344. -moz-border-radius:30px;
  345. border-radius:30px;
  346. }
  347.  
  348. .entry:hover #notes-button, .entry:hover #reblog-button{
  349. opacity:1;
  350. }
  351.  
  352. #notes-button:hover, #reblog-button:hover{
  353. opacity:1;
  354. background:rgba(0,0,0,.3);
  355. }
  356.  
  357. #notes-button img{
  358. display:block;
  359. overflow:hidden;
  360. width:13px;
  361. margin:5px;
  362. cursor:pointer;
  363.  
  364. -webkit-border-radius:30px;
  365. -moz-border-radius:30px;
  366. border-radius:30px;
  367. }
  368.  
  369. #reblog-button img{
  370. display:block;
  371. overflow:hidden;
  372. width:13px;
  373. margin:5px;
  374. cursor:pointer;
  375.  
  376. -webkit-border-radius:30px;
  377. -moz-border-radius:30px;
  378. border-radius:30px;
  379. }
  380.  
  381. .rotate{
  382. -webkit-transition: all 1s ease;
  383. -moz-transition: all 1s ease;
  384. transition: all 1s ease;
  385. }
  386.  
  387. .rotate:hover{
  388. -webkit-transform: rotate(360deg);
  389. -moz-transform: rotate(360deg);
  390. transform: rotate(360deg);
  391. }
  392.  
  393.  
  394. .box{
  395. {block:iffadedimages}
  396. opacity:0.85;
  397. {/block:iffadedimages}
  398.  
  399. {block:iffadedimagesinverted}
  400. opacity:1;
  401. {/block:iffadedimagesinverted}
  402.  
  403. -webkit-transition: all 0.5s ease;
  404. -moz-transition: all 0.5s ease;
  405. transition: all 0.5s ease;
  406. }
  407.  
  408. .box:hover{
  409. {block:iffadedimages}
  410. opacity:1;
  411. {/block:iffadedimages}
  412.  
  413. {block:iffadedimagesinverted}
  414. opacity:0.85;
  415. {/block:iffadedimagesinverted}
  416. }
  417.  
  418. .box img{
  419. {block:permalinkpage}
  420. width:500px;
  421. {/block:permalinkpage}
  422. }
  423.  
  424.  
  425. /* Others */
  426.  
  427. blockquote{
  428. margin:0 0 5px 10px;
  429. padding:3px 5px;
  430.  
  431. border-left:1px solid {color:Links};
  432. }
  433.  
  434. blockquote p, blockquote ul{
  435. margin:0;
  436. padding:0;
  437. }
  438.  
  439. .quote p{
  440. margin:0;
  441. }
  442.  
  443.  
  444. .arrow{
  445. margin:8px 0 0 175px;
  446.  
  447. border-left: 6px solid #f7f7f7;
  448.  
  449. {block:permalinkpage}
  450. margin:8px 0 0 455px;
  451. {/block:permalinkpage}
  452. }
  453.  
  454. .answer{
  455. width:155px;
  456.  
  457. background:#f7f7f7;
  458.  
  459. {block:permalinkpage}
  460. width:440px;
  461. {/block:permalinkpage}
  462. }
  463.  
  464. .asker{
  465. color:{color:Links};
  466. }
  467.  
  468. .asker:first-letter{
  469. text-transform:uppercase;
  470. }
  471.  
  472.  
  473. .postnotes ::-webkit-scrollbar{
  474. background:{color:Container};
  475. }
  476.  
  477.  
  478. /* Navigation */
  479.  
  480. nav a{
  481. position:relative;
  482. display:inline-block;
  483. outline:none;
  484.  
  485. margin:0 10px;
  486. padding:5px 0;
  487.  
  488. -webkit-transition: all 0.5s ease;
  489. -moz-transition: all 0.5s ease;
  490. transition: all 0.5s ease;
  491. }
  492.  
  493. nav a:hover{
  494. color:{color:Links};
  495. }
  496.  
  497. .cl-effect-21 a::before, .cl-effect-21 a::after{
  498. position:absolute;
  499. opacity:0;
  500. content:'';
  501.  
  502. left:0;
  503.  
  504. width:100%;
  505. height:1px;
  506.  
  507. background:{color:Links};
  508.  
  509. -webkit-transform: translateY(-10px);
  510. -moz-transform: translateY(-10px);
  511. transform: translateY(-10px);
  512.  
  513. -webkit-transition: all 0.5s ease;
  514. -moz-transition: all 0.5s ease;
  515. transition: all 0.5s ease;
  516. }
  517.  
  518. .cl-effect-21 a::before{
  519. top:0;
  520.  
  521. -webkit-transform: translateY(-10px);
  522. -moz-transform: translateY(-10px);
  523. transform: translateY(-10px);
  524. }
  525.  
  526. .cl-effect-21 a::after{
  527. bottom:0;
  528.  
  529. -webkit-transform: translateY(10px);
  530. -moz-transform: translateY(10px);
  531. transform: translateY(10px);
  532. }
  533.  
  534. .cl-effect-21 a:hover::before, .cl-effect-21 a:focus::before,
  535. .cl-effect-21 a:hover::after, .cl-effect-21 a:focus::after{
  536. opacity:0.5;
  537.  
  538. -webkit-transform: translateY(0px);
  539. -moz-transform: translateY(0px);
  540. transform: translateY(0px);
  541. }
  542.  
  543.  
  544. /* Custom */
  545.  
  546. .permalink-title{
  547. {block:permalinkpage}
  548. margin-left:10px;
  549. letter-spacing:1px;
  550. text-transform:uppercase;
  551. {/block:permalinkpage}
  552. }
  553.  
  554.  
  555. #tooltip{
  556. z-index:100000;
  557. opacity:0.8;
  558.  
  559. margin:15px;
  560. padding:5px;
  561.  
  562. background:white;
  563. color:#aaa;
  564.  
  565. font-family:'Calibri', sans-serif;
  566. font-size:9px;
  567. line-height:100%;
  568. letter-spacing:1px;
  569. text-transform:uppercase;
  570.  
  571. border:1px solid #eee;
  572. border-radius:5px;
  573. }
  574.  
  575.  
  576. {CustomCss}
  577.  
  578. </style>
  579. </head>
  580.  
  581. <body>
  582.  
  583.  
  584. <div class="container">
  585.  
  586.  
  587. <div class="sidebar">
  588.  
  589. {block:ifshowblogtitle}
  590. <div class="blogtitle">
  591. <a href="/">{Title}</a>
  592. </div>
  593.  
  594. <div class="line"></div>
  595. {/block:ifshowblogtitle}
  596.  
  597. {block:ifshowsidebarimage}
  598. <div class="banner">
  599. <a href="/"><img src="{image:sidebar}"></a>
  600. </div>
  601.  
  602. <div class="line"></div>
  603. {/block:ifshowsidebarimage}
  604.  
  605.  
  606. {block:description}
  607. <div class="description">
  608. {Description}
  609. </div>
  610. {/block:description}
  611.  
  612. </div>
  613.  
  614.  
  615. <div class="nav">
  616.  
  617. <nav class="cl-effect-21">
  618.  
  619. {block:iflink1title}
  620. <a href="{text:link 1}">{text:link 1 title}</a>
  621. {/block:iflink1title}
  622.  
  623. {block:ifpopupaskbox}
  624. <a href="#?w=500" rel="01" class="poplight">{text:pop up askbox title}</a>
  625. {/block:ifpopupaskbox}
  626.  
  627. {block:iflink2title}
  628. <a href="{text:link 2}">{text:link 2 title}</a>
  629. {/block:iflink2title}
  630.  
  631. {block:iflink3title}
  632. <a href="{text:link 3}">{text:link 3 title}</a>
  633. {/block:iflink3title}
  634.  
  635. {block:iflink4title}
  636. <a href="{text:link 4}">{text:link 4 title}</a>
  637. {/block:iflink4title}
  638.  
  639. {block:iflink5title}
  640. <a href="{text:link 5}">{text:link 5 title}</a>
  641. {/block:iflink5title}
  642.  
  643. </nav>
  644.  
  645. </div>
  646.  
  647.  
  648. <div id="content">
  649.  
  650. {block:Posts}
  651.  
  652.  
  653. {block:Photo}
  654. <div class="entry">
  655. <div class="box">
  656.  
  657. {block:ifpostshovers}
  658. {block:indexpage}
  659. <div class="buttons">
  660.  
  661. <a id="reblog-button" class="rotate" target="_blank" href="{ReblogURL}" title="Reblog">
  662. <img src="http://static.tumblr.com/kjtbii3/2RXmv52ut/reblog.png">
  663. </a>
  664.  
  665. <a id="notes-button" class="rotate" href="{Permalink}" title="{NoteCountWithLabel}">
  666. <img src="http://static.tumblr.com/kjtbii3/gJ3mv52q2/permalink.png">
  667. </a>
  668.  
  669. </div>
  670. {/block:indexpage}
  671. {/block:ifpostshovers}
  672.  
  673. {block:ifnotpostshovers}
  674. <a href="{Permalink}">
  675. {/block:ifnotpostshovers}
  676.  
  677. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  678.  
  679. {block:ifnotpostshovers}
  680. </a>
  681. {/block:ifnotpostshovers}
  682.  
  683. </div>
  684. </div>
  685. {/block:Photo}
  686.  
  687.  
  688. {block:Photoset}
  689. <div class="entry">
  690. <div class="box">
  691.  
  692. {block:ifpostshovers}
  693. {block:indexpage}
  694. <div class="buttons">
  695.  
  696. <a id="reblog-button" class="rotate" target="_blank" href="{ReblogURL}" title="Reblog">
  697. <img src="http://static.tumblr.com/kjtbii3/2RXmv52ut/reblog.png">
  698. </a>
  699.  
  700. <a id="notes-button" class="rotate" href="{Permalink}" title="{NoteCountWithLabel}">
  701. <img src="http://static.tumblr.com/kjtbii3/gJ3mv52q2/permalink.png">
  702. </a>
  703.  
  704. </div>
  705. {/block:indexpage}
  706. {/block:ifpostshovers}
  707.  
  708. {block:Photos}
  709.  
  710. {block:ifnotpostshovers}
  711. <a href="{Permalink}">
  712. {/block:ifnotpostshovers}
  713.  
  714. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  715.  
  716. {block:ifnotpostshovers}
  717. </a>
  718. {/block:ifnotpostshovers}
  719.  
  720. {/block:Photos}
  721.  
  722. </div>
  723. </div>
  724. {/block:Photoset}
  725.  
  726.  
  727. {block:Video}
  728. <div class="entry">
  729.  
  730. {block:IndexPage}
  731. {VideoEmbed-250}
  732. {/block:IndexPage}
  733.  
  734. {block:PermalinkPage}
  735. {VideoEmbed-500}
  736. {/block:PermalinkPage}
  737.  
  738. {block:indexpage}
  739. <div class="date">
  740. <a href="{Permalink}">{NoteCountWithLabel}</a>
  741. </div>
  742. {/block:indexpage}
  743.  
  744. </div>
  745. {block:Video}
  746.  
  747.  
  748. {block:Text}
  749. <div class="entry">
  750.  
  751. {block:Title}
  752. <div class="permalink-title">
  753. {Title}
  754. </div>
  755. {/block:Title}
  756.  
  757. {Body}
  758.  
  759. {block:indexpage}
  760. <div class="date">
  761. <a href="{Permalink}">{NoteCountWithLabel}</a>
  762. </div>
  763. {/block:indexpage}
  764.  
  765. </div>
  766. {/block:Text}
  767.  
  768.  
  769. {block:Link}
  770. <div class="entry">
  771.  
  772. <a href="{URL}">{Name}</a>
  773. <br>
  774.  
  775. {block:Description}
  776. {Description}
  777. {/block:Description}
  778.  
  779. {block:indexpage}
  780. <div class="date">
  781. <a href="{Permalink}">{NoteCountWithLabel}</a>
  782. </div>
  783. {/block:indexpage}
  784.  
  785. </div>
  786. {/block:Link}
  787.  
  788.  
  789. {block:Quote}
  790. <div class="entry">
  791.  
  792. <div class="quote">"{Quote}"</div>
  793.  
  794. {block:Source}
  795. <div style="margin:5px 0;text-align:right;">— {Source}</div>
  796. {/block:Source}
  797.  
  798. {block:indexpage}
  799. <div class="date">
  800. <a href="{Permalink}">{NoteCountWithLabel}</a>
  801. </div>
  802. {/block:indexpage}
  803.  
  804. </div>
  805. {/block:Quote}
  806.  
  807.  
  808. {block:Chat}
  809. <div class="entry">
  810.  
  811. {block:Title}
  812. {Title}
  813. {/block:Title}
  814.  
  815. {block:Lines}
  816.  
  817. <p>
  818.  
  819. {block:Label}
  820. <b>{Label}</b>
  821. {/block:Label}
  822.  
  823. {Line}
  824.  
  825. </p>
  826.  
  827. {/block:Lines}
  828.  
  829. {block:indexpage}
  830. <div class="date">
  831. <a href="{Permalink}">{NoteCountWithLabel}</a>
  832. </div>
  833. {/block:indexpage}
  834.  
  835. </div>
  836. {/block:Chat}
  837.  
  838.  
  839. {block:Audio}
  840. <div class="entry">
  841.  
  842. <div class="cover">
  843. <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg">
  844. </div>
  845.  
  846. {block:AlbumArt}
  847. <div class="cover">
  848. <img src="{AlbumArtURL}">
  849. </div>
  850. {/block:AlbumArt}
  851.  
  852. <div class="playbox">
  853. {block:AudioPlayer}
  854. {AudioPlayerWhite}
  855. {/block:AudioPlayer}
  856. </div>
  857.  
  858. <div class="info">
  859.  
  860. <b>Track:</b>
  861. <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>
  862. {block:TrackName}
  863. {TrackName}
  864. {/block:TrackName}
  865. <br>
  866.  
  867. <b>Artist:</b>
  868. <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>
  869. {block:Artist}
  870. {Artist}
  871. {/block:Artist}
  872. <br>
  873.  
  874. <b>Album:</b>
  875. <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>
  876. {block:Album}
  877. {Album}
  878. {/block:Album}
  879.  
  880. </div>
  881.  
  882. {block:indexpage}
  883. <div class="date">
  884. <a href="{Permalink}">{NoteCountWithLabel}</a>
  885. </div>
  886. {/block:indexpage}
  887.  
  888. </div>
  889. {/block:Audio}
  890.  
  891.  
  892. {block:Answer}
  893. <div class="entry">
  894.  
  895. <div class="arrow">
  896. </div>
  897.  
  898. <img class="portrait" src="{AskerPortraitURL-40}" align="right">
  899.  
  900. <div class="answer">
  901.  
  902. <div class="asker">{Asker}</div>
  903.  
  904. {Question}
  905.  
  906. </div>
  907.  
  908. {Answer}
  909.  
  910. {block:indexpage}
  911. <div class="date">
  912. <a href="{Permalink}">{NoteCountWithLabel}</a>
  913. </div>
  914. {/block:indexpage}
  915.  
  916. </div>
  917. {/block:Answer}
  918.  
  919.  
  920.  
  921. {block:PermalinkPage}
  922. <div align="center">
  923.  
  924. {block:Date}
  925. <div class="posts-info">
  926. <div class="info-date">Posted {TimeAgo}</div>
  927. <div class="info-notes">{NoteCountWithLabel}</div>
  928. </div>
  929. {/block:Date}
  930.  
  931. {block:PostNotes}
  932. <div class="postnotes">
  933. {PostNotes}
  934. </div>
  935. {/block:PostNotes}
  936.  
  937. </div>
  938. {/block:PermalinkPage}
  939.  
  940.  
  941.  
  942. {/block:Posts}
  943.  
  944. </div>
  945.  
  946.  
  947. {block:indexpage}
  948.  
  949. {block:NextPage}
  950. <div class="navigation"><a href="{NextPage}"></a></div>
  951. {/block:NextPage}
  952.  
  953. <script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  954.  
  955. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  956.  
  957. <script type="text/javascript" src="http://static.tumblr.com/kjtbii3/NLrmeq8ua/jquerymsnryv2.js"></script>
  958.  
  959. <script type="text/javascript" src="http://static.tumblr.com/kjtbii3/3NYmju2rv/loadcontent.js"></script>
  960.  
  961. {/block:indexpage}
  962.  
  963. {block:ifscrolltotop}
  964. <script type="text/javascript" src="http://static.tumblr.com/kjtbii3/RQJmuycrq/scrolltotop.js"></script>
  965. {/block:ifscrolltotop}
  966.  
  967. </body>
  968.  
  969. <div id="01" class="contact" align="center">
  970.  
  971. <iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%">
  972. </iframe>
  973. </div>
  974.  
  975. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement