Advertisement
m-orbide

Wonderwall Theme

Oct 1st, 2012
34,808
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.89 KB | None | 0 0
  1. <!--
  2.  
  3. Theme Wonderwall by Dayse (m-orbide.tumblr.com).
  4.  
  5. Please, DON'T REMOVE THE CREDITS, RESPECT THIS SIMPLE RULE! I spent a lot of time to do these themes.
  6.  
  7. -->
  8.  
  9. <head>
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  13. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  14. <script type="text/javascript">
  15. $(document).ready(function(){
  16. $(".description").hide();
  17. $(".about").click(function(){
  18. $('.description').slideToggle("fast");
  19. return true;
  20. });
  21. });
  22. </script>
  23.  
  24. <meta name="color:Background" content="#fff" />
  25. <meta name="color:Text" content="#000" />
  26. <meta name="color:Hover" content="#ffffff" />
  27. <meta name="color:Audio" content="#eeecec" />
  28. <meta name="color:Text Shadow" content="#000000"/>
  29. <meta name="color:Scroll" content="#000000"/>
  30.  
  31. <meta name="if:Background Image" content="0"/>
  32. <meta name="if:Reblog Link On Hover" content="0"/>
  33. <meta name="if:Ask Link" content="1"/>
  34. <meta name="if:Top Button" content="1"/>
  35. <meta name="if:Uppercase Title" content="1"/>
  36. <meta name="if:Repeat Background" content="1"/>
  37. <meta name="if:Maximised BackgroundImage" content="0"/>
  38.  
  39. <meta name="image:Background" content=""/>
  40.  
  41. <meta name="text:Ask Link Text" content="message"/>
  42. <meta name="text:Custom Link One" content="" />
  43. <meta name="text:Custom Link One Title" content="" />
  44. <meta name="text:Custom Link Two" content="" />
  45. <meta name="text:Custom Link Two Title" content="" />
  46. <meta name="text:Custom Link Three" content="" />
  47. <meta name="text:Custom Link Three Title" content="" />
  48. <meta name="text:Custom Link Four" content="" />
  49. <meta name="text:Custom Link Four Title" content="" />
  50. <meta name="text:Custom Link Five" content="" />
  51. <meta name="text:Custom Link Five Title" content="" />
  52. <meta name="text:Custom Link Six" content="" />
  53. <meta name="text:Custom Link Six Title" content="" />
  54. <meta name="text:Custom Link Seven" content="" />
  55. <meta name="text:Custom Link Seven Title" content="" />
  56. <meta name="text:Custom Link Eight" content="" />
  57. <meta name="text:Custom Link Eight Title" content="" />
  58. <meta name="text:Custom Link Nine" content="" />
  59. <meta name="text:Custom Link Nine Title" content="" />
  60. <meta name="text:Custom Link Ten" content="" />
  61. <meta name="text:Custom Link Ten Title" content="" />
  62.  
  63.  
  64. <title>{Title}</title>
  65. <link rel="shortcut icon" href="{Favicon}">
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67. <link rel="shortcut icon" href="{Favicon}">
  68. <title>Untitled Document</title>
  69. <link rel="shortcut icon" href="{Favicon}">
  70. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  71.  
  72. {block:Description}
  73. <meta name="description" content="{MetaDescription}" />
  74. {/block:Description}
  75.  
  76. <style type="text/css">
  77.  
  78. p{
  79. margin:0px;
  80. padding:0px;
  81. }
  82.  
  83.  
  84. #tumblr_controls{
  85. top: 1px !important;
  86. margin: 0 0 0 0;
  87. right: 0px !important;
  88. position: fixed !important;}
  89. body{
  90. color:{color:Text};
  91. background-color:{color:Background};
  92. background-image:url({image:Background});
  93. background-attachment:fixed;
  94. {block:IfMaximisedBackgroundImage}background-size: 100% 100%;{/block:IfMaximisedBackgroundImage}
  95. {block:IfRepeatBackground}background-repeat:repeat;{block:IfRepeatBackground}
  96. {block:IfNotRepeatBackground}background-repeat:no-repeat;{block:IfNotRepeatBackground}
  97. font-size:11px;
  98. text-align:justify;
  99. font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
  100. line-height:15px;
  101. }
  102.  
  103. ::-webkit-scrollbar{width:10px;
  104. height:8px;}
  105. ::-webkit-scrollbar-button:start:decrement
  106. ::-webkit-scrollbar-button:end:increment{display:block;
  107. height:0;
  108. background-color:transparent;}
  109. ::-webkit-scrollbar-track-piece{background-color:{color:background};
  110. -webkit-border-radius:0;
  111. -webkit-border-bottom-right-radius:3px;
  112. -webkit-border-bottom-left-radius:3px;}
  113. ::-webkit-scrollbar-thumb:vertical{height:50px;
  114. background-color:{color:Scroll};}
  115. ::-webkit-scrollbar-thumb:horizontal{width:50px;
  116. background-color:{color:Scroll};}
  117.  
  118.  
  119. .posts{
  120. width:1330px;
  121. margin-left:10px;
  122. margin-top: 0px;
  123. {block:PermalinkPage}
  124. margin-left:300px;
  125. width: 400px;
  126. {/block:PermalinkPage}
  127. }
  128.  
  129. .entry{
  130. margin: 4px;
  131. padding: 4px;
  132. text-align:justify;
  133. {block:IndexPage}
  134. width:250px;
  135. {/block:IndexPage}
  136. {block:PermalinkPage}
  137. margin-left:300px;
  138. width: 400px;
  139. {/block:PermalinkPage}
  140. }
  141.  
  142. .entry img{
  143. {block:IndexPage}
  144. max-width:250px;
  145. {/block:IndexPage}
  146. }
  147.  
  148. .left{
  149. float: left;
  150. margin-right: 20px;
  151. width: 802px;
  152. }
  153.  
  154. .top{
  155. width:1200px;
  156. position:center;
  157. text-align:left ;
  158. margin: 20px auto ;
  159. z-index:5000;
  160. margin-bottom:20px;
  161. }
  162.  
  163. .title{
  164. font-family: 'EB Garamond', serif;
  165. font-weight:bold;
  166. position:left;
  167. {block:ifUppercaseTitle}
  168. text-transform:uppercase;
  169. {/block:ifUppercaseTitle}
  170. {block:ifnotUppercaseTitle}
  171. text-transform:none;
  172. {/block:ifnotUppercaseTitle}
  173. font-size: 30px;
  174. color:{color:Text};
  175. padding-bottom:1px;
  176. }
  177.  
  178. a:link, a:active, a:visited{
  179.  
  180. color:{color:Text};
  181. text-decoration: none;
  182. -o-transition-duration: 3s;
  183. -webkit-transition-duration: 3s;
  184. -moz-transition-duration: 3s;
  185. }
  186.  
  187. a:hover {
  188.  
  189. color:{color:Hover};
  190. -webkit-transition-duration: 0.5s;
  191. -moz-transition-duration: 0.5s;
  192. -o-transition-duration: 0.5s;
  193. -ms-transition-duration: 0.5s;
  194. text-decoration:underline;
  195. text-shadow:0px 0px 10px {color:Text Shadow};
  196.  
  197. }
  198.  
  199.  
  200.  
  201. {block:ifReblogLinkOnHover}
  202. .like_and_reblog_buttons {
  203. list-style: none;
  204. position:absolute;
  205. left:20px;
  206. opacity:0;
  207. -webkit-transition: 0.2s;
  208. -webkit-transition: 0.2s;
  209. -moz-transition: 0.2s;
  210. transition: 0.2s;}
  211.  
  212. .entry:hover .like_and_reblog_buttons{
  213. opacity:0.9;
  214. -webkit-transition: 0.2s;
  215. -webkit-transition: 0.2s;
  216. -moz-transition: 0.2s;
  217. transition: 0.2s;}
  218.  
  219. .like_and_reblog_buttons li{
  220. float: left;
  221. margin: 0 0 0 -15px;
  222. padding: 5px;}
  223.  
  224. .like_and_reblog_buttons li:first-child {
  225. margin-left:-40px;}
  226.  
  227. {/block:ifReblogLinkOnHover}
  228.  
  229. .post_title{
  230. font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
  231. display:block;
  232. font-size:14px;
  233. line-height:20px;
  234. text-transform:none;
  235. }
  236.  
  237. .link_title{
  238. font-size:13px;
  239. line-height:20px;
  240. text-transform:none;
  241. font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
  242. margin-bottom:5px;
  243. }
  244.  
  245. .nav{
  246. position:center;
  247. font-size:10px;
  248. text-align:left;
  249. margin-top:2px;
  250. margin-bottom:2px;
  251. }
  252.  
  253. .permalink{
  254. text-transform:none;
  255. text-align:center;
  256. color:gray;
  257. position: relative;
  258. margin-top: -10px;
  259. font-size: 8px;
  260. opacity: 0;
  261. filter: alpha(opacity = 0);
  262. -moz-transition: all 0.4s;
  263. -webkit-transition: all 0.4s;
  264. -o-transition: all 0.4s;
  265. transition: all 0.4;
  266. }
  267.  
  268. div#entry:hover .permalink{
  269. margin-top: -5px;
  270. opacity: 1;
  271. filter: alpha(opacity = 100);
  272. -moz-transition: all 0.4s;
  273. -webkit-transition: all 0.4s;
  274. -o-transition: all 0.4s;
  275. transition: all 0.4;
  276. }
  277.  
  278. .quote{
  279. font-size:12px;
  280. line-height:20px;
  281. padding:3px;
  282. text-transform:none;
  283. margin-bottom:3px;
  284. font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
  285. }
  286.  
  287. .photoset{
  288. margin-bottom:3px;
  289. }
  290.  
  291. .audio{
  292. {block:IndexPage}
  293. width:238px;
  294. {/block:IndexPage}
  295. {block:PermalinkPage}
  296. width:488px;
  297. {/block:PermalinkPage}
  298. background-color:#fff;
  299. padding:5px;
  300. margin-bottom:0px;
  301. border-left:1px solid;
  302. border-right:1px solid;
  303. border-color:{color:Audio};
  304. }
  305.  
  306. .audiocap, .videocap{
  307. background-color:{color:Audio};
  308. display:block;
  309. padding:10px;
  310. }
  311.  
  312. .albumart, .albumart img{
  313. {block:IndexPage}
  314. width:250px;
  315. {/block:IndexPage}
  316. {block:PermalinkPage}
  317. width:500px;
  318. {/block:PermalinkPage}
  319. }
  320.  
  321. div.video embed,
  322. div.post div.video object {
  323. {block:IndexPage}
  324. width:250px !important;
  325. height:150px !important;
  326. {/block:IndexPage}
  327. {block:PermalinkPage}
  328. width:500px !important;
  329. height:400px !important;
  330. {/block:PermalinkPage}
  331. }
  332.  
  333. .question{
  334. font-weight:normal;
  335. margin-bottom:5px;
  336. font-size:9px;
  337. line-height:15px;
  338. display:block;
  339. text-transform:lowercase;
  340. }
  341.  
  342. .caption{
  343. margin-top:5px;
  344. margin-bottom:5px;
  345. }
  346.  
  347. .h1 {color: {color:Text}; font-size: 32px; line-height: 25px; text-align: left; margin-bottom: -0px; cursor: arrow; font-family: 'EB Garamond', serif;
  348. }
  349.  
  350. </style>
  351.  
  352. {block:ifTopButton}
  353. <script>
  354. //** jQuery Scroll to Top Control script- (c) I made this script myself (Kyle Monk) and it is hosted on my personal site so would appreciate if you followed my blog at kylemonk.tumblr.com if you use it or for details on how to change the location.
  355. //** Graphic originally from tumbler dashboard, for details on how to change graphic colour, contact me at kylemonk.tumblr.com
  356. //** v1.1 (April 7th, 10'):
  357. //** 1) Adds ability to scroll to an absolute position (from top of page) or specific element on the page instead.
  358. //** 2) Fixes scroll animation not working in Opera.
  359. var scrolltotop={
  360. //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
  361. //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (0=top).
  362. setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
  363. controlHTML: '<img src="http://static.tumblr.com/i8axhtw/hBmma2nol/topbuttom.png" style="filter:alpha(opacity=70); -moz-opacity:0.7;"/>', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
  364. controlattrs: {offsetx:35, offsety:60}, //offset of control relative to right/ bottom of window corner
  365. anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
  366. state: {isvisible:false, shouldvisible:false},
  367. scrollup:function(){
  368. if (!this.cssfixedsupport) //if control is positioned using JavaScript
  369. this.$control.css({opacity:0}) //hide control immediately after clicking it
  370. var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
  371. if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
  372. dest=jQuery('#'+dest).offset().top
  373. else
  374. dest=0
  375. this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
  376. },
  377. keepfixed:function(){
  378. var $window=jQuery(window)
  379. var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
  380. var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
  381. this.$control.css({left:controlx+'px', top:controly+'px'})
  382.  
  383. },
  384.  
  385. togglecontrol:function(){
  386. var scrolltop=jQuery(window).scrollTop()
  387. if (!this.cssfixedsupport)
  388. this.keepfixed()
  389. this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
  390. if (this.state.shouldvisible && !this.state.isvisible){
  391. this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
  392. this.state.isvisible=true
  393. }
  394. else if (this.state.shouldvisible==false && this.state.isvisible){
  395. this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
  396. this.state.isvisible=false
  397. }
  398.  
  399. },
  400. init:function(){
  401. jQuery(document).ready(function($){
  402. var mainobj=scrolltotop
  403. var iebrws=document.all
  404.  
  405. mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
  406. mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
  407. mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
  408. .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'})
  409. .attr({title:'Scroll To Top'})
  410. .click(function(){mainobj.scrollup(); return false})
  411. .appendTo('body')
  412.  
  413. if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
  414. mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
  415. mainobj.togglecontrol()
  416.  
  417. $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
  418. mainobj.scrollup()
  419.  
  420. return false
  421. })
  422.  
  423. $(window).bind('scroll resize', function(e){
  424.  
  425. mainobj.togglecontrol()
  426.  
  427. })
  428.  
  429. })
  430.  
  431. }
  432.  
  433. }
  434.  
  435. scrolltotop.init()
  436. </script>
  437. {/block:ifTopButton}
  438.  
  439. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  440. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  441. </script>
  442. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  443. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  444. <script type="text/javascript">
  445.  
  446. $(window).load(function () {
  447. $('.posts').masonry(),
  448. $('.masonryWrap').infinitescroll({
  449. navSelector : "div#navigation",
  450. // selector for the paged navigation (it will be hidden)
  451. nextSelector : "div#navigation a#nextPage",
  452. // selector for the NEXT link (to page 2)
  453. itemSelector : ".entry",
  454. // selector for all items you'll retrieve
  455. bufferPx : 10000,
  456. extraScrollPx: 11000,
  457. loadingImg : "",
  458. loadingText : "<em></em>",
  459. },
  460. // call masonry as a callback.
  461. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  462. );
  463. });
  464. </script>
  465.  
  466. </head>
  467.  
  468. <body>
  469.  
  470. <div class="top">
  471. <div class="nav">
  472.  
  473. <span class="title"><a href="/">{Title}</a></span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  474. <a href="/">home</a> &nbsp;
  475. {block:ifAskLink}<a href="/ask">{text:Ask Link Text}</a> &nbsp; {/block:ifAskLink}
  476. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}">{text:Custom Link One Title}</a> &nbsp; {/block:ifCustomLinkOneTitle}
  477. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a> &nbsp; {/block:ifCustomLinkTwoTitle}
  478. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a> &nbsp; {/block:ifCustomLinkThreeTitle}
  479. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a> &nbsp; {/block:ifCustomLinkFourTitle}
  480. {block:ifCustomLinkFiveTitle}<a href="{text:Custom Link Five}">{text:Custom Link Five Title}</a> &nbsp; {/block:ifCustomLinkFiveTitle}
  481. {block:ifCustomLinkSixTitle}<a href="{text:Custom Link Six}">{text:Custom Link Six Title}</a> &nbsp; {/block:ifCustomLinkSixTitle}
  482. {block:ifCustomLinkSevenTitle}<a href="{text:Custom Link Seven}">{text:Custom Link Seven Title}</a> &nbsp; {/block:ifCustomLinkSevenTitle}
  483. {block:ifCustomLinkEightTitle}<a href="{text:Custom Link Eight}">{text:Custom Link Eight Title}</a> &nbsp; {/block:ifCustomLinkEightTitle}
  484. {block:ifCustomLinkNineTitle}<a href="{text:Custom Link Nine}">{text:Custom Link Nine Title}</a> &nbsp; {/block:ifCustomLinkNineTitle}
  485. {block:ifCustomLinkTenTitle}<a href="{text:Custom Link Ten}">{text:Custom Link Ten Title}</a> &nbsp; {/block:ifCustomLinkTenTitle}
  486. <a href="http://m-orbide.tumblr.com/"title="m-orbide">theme</a>
  487.  
  488. <br><br>
  489.  
  490. {block:Description}{Description}{/block:Description}
  491.  
  492.  
  493. </div>
  494.  
  495. </div>
  496.  
  497. </div>
  498.  
  499.  
  500. <div class="left">
  501.  
  502.  
  503. <div class="posts">
  504.  
  505. {block:Posts}
  506.  
  507. <div class="entry">
  508.  
  509. {block:Text}
  510. <div id="entry">
  511. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  512. {Body}
  513. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  514. </div>
  515. {/block:Text}
  516.  
  517. {block:Photo}
  518. {block:IndexPage}{block:ifReblogLinkOnHover}<ul class="like_and_reblog_buttons">
  519. <li>{ReblogButton color="white" size="15"}</li>
  520. <li>{LikeButton color="white" size="15"}</li>
  521. </ul>{/block:IndexPage}
  522. {/block:ifReblogLinkOnHover}
  523. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoUrl-500}" width="250"></a>{LinkCloseTag}{/block:IndexPage}
  524. {block:PermalinkPage}
  525. {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  526. {/block:Photo}
  527.  
  528. {block:Photoset}
  529. <div id="entry">
  530. <div class="photoset">
  531. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  532. {block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  533. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  534. </div></div>
  535. {/block:Photoset}
  536.  
  537. {block:Quote}
  538. <div id="entry">
  539. <div class="quote">" {Quote} " </div>
  540.  
  541. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  542. </div>
  543. {/block:Quote}
  544.  
  545. {block:Link}
  546. <div id="entry">
  547. <a href="{URL}"{Target}><span class="link_title">&rarr; {Name}</span></a>
  548. {block:Description}<small>{Description}</small>{/block:Description}
  549. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  550. </div>
  551. {/block:Link}
  552.  
  553. {block:Video}
  554. <div class="video">
  555. {block:IndexPage}{Video-250}{/block:IndexPage}
  556. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  557. </div>
  558. {block:IndexPage}{block:Caption}<div class="videocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
  559. {block:PermalinkPage}{block:Caption}<div class="videocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  560. {/block:Video}
  561.  
  562. {block:Chat}
  563. <div id="entry">
  564. {block:Title}
  565. <div class="ptitle">{Title}</div>
  566. {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  567. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  568. </div>
  569. {/block:Chat}
  570.  
  571. {block:Audio}
  572. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}
  573. <div class="audio">{AudioPlayerWhite}</div>
  574. {block:IndexPage}{block:Caption}<div class="audiocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
  575. {block:PermalinkPage}{block:Caption}<div class="audiocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  576. {/block:Audio}
  577.  
  578. {block:Answer}
  579. <div id="entry">
  580. <div class="question">{Asker}: {Question}</div>
  581. {Answer}
  582. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  583. </div>
  584. {/block:Answer}
  585.  
  586. {block:PostNotes}{PostNotes}{/block:PostNotes}
  587.  
  588. </div>
  589.  
  590. {/block:Posts}
  591. </div>
  592. </div>
  593.  
  594. {block:IndexPage}
  595. <div class="column navigation" id="navigation">
  596. {block:Pagination}
  597. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  598. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  599. </div>
  600. {/block:IndexPage}
  601.  
  602. <!-- If I see you using one of my themes without this credit, I'll report you. -->
  603. <div style="position:fixed;right:8px;top:28px;">
  604. <a href="http://m-orbide.tumblr.com/" target="_blank"><img src="http://static.tumblr.com/i8axhtw/gRWmfr3aq/installtheme.png">
  605. </div>
  606.  
  607. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement