Advertisement
Guest User

Reg plugin

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