Advertisement
m-orbide

Paranoid Theme

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