Advertisement
m-orbide

Storm Theme

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