Advertisement
m-orbide

Violet Theme

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