Advertisement
m-orbide

Echoes Theme

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