Advertisement
noblesammy

on the verge of frenzy

Jul 11th, 2014
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.19 KB | None | 0 0
  1. <!DOCTYPE html><head>
  2. <title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. {block:ifinfinitescroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescroll}
  9.  
  10.  
  11. <!-- theme by noblesammy ; if you need help installing let me know
  12.  
  13. thank you for using my theme :) -->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#000000"/>
  17. <meta name="color:Link" content="#101010"/>
  18. <meta name="color:Link Hover" content="#eeeeee"/>
  19. <meta name="color:Details" content="#fcfcfc"/>
  20. <meta name="color:Border" content="#eeeeee"/>
  21.  
  22. <meta name="image:Header" content=""/>
  23.  
  24. <meta name="text:Title2" content=""/>
  25. <meta name="text:Link 1" content=""/>
  26. <meta name="text:Link 1 URL" content=""/>
  27. <meta name="text:Link 2" content=""/>
  28. <meta name="text:Link 2 URL" content=""/>
  29. <meta name="text:Link 3" content=""/>
  30. <meta name="text:Link 3 URL" content=""/>
  31.  
  32. <meta name="if:Tags" content="1"/>
  33. <meta name="if:infinitescroll" content="0"/>
  34.  
  35.  
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37.  
  38. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  39.  
  40. <script>
  41.  
  42. (function($){
  43.  
  44. $(document).ready(function(){
  45.  
  46. $("a[title]").style_my_tooltips({
  47.  
  48. tip_follows_cursor:true,
  49.  
  50. tip_delay_time:30,
  51.  
  52. tip_fade_speed:300,
  53.  
  54. attribute:"title"
  55.  
  56. });
  57.  
  58. });
  59.  
  60. })(jQuery);
  61.  
  62. </script>
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67.  
  68. #s-m-t-tooltip{
  69. position:absolute;
  70. margin-top:15px;
  71. z-index:9999;
  72. font-size:8px;
  73. text-transform:uppercase;
  74. letter-spacing:1px;
  75. padding:0px 8px;
  76. color:white;
  77. background:{color:Details};
  78. }
  79.  
  80.  
  81. body {
  82. background:{color:Background};
  83. color:{color:Text};
  84. font-family:Helvetica, Arial, sans-serif;
  85. font-size:11px;
  86. text-align:justify;
  87. margin:0;
  88. line-height:22px;
  89. }
  90.  
  91. small {
  92. font-size:9px;
  93. }
  94.  
  95. big {
  96. font-size:12px;
  97. }
  98.  
  99. a {
  100. color:{color:Link};
  101. text-decoration:none;
  102. }
  103.  
  104. img{
  105. opacity:1;
  106. border:none;
  107. text-decoration:none;
  108. }
  109.  
  110.  
  111. ::-webkit-scrollbar {
  112. width:7px;
  113. background:{color:Background};
  114. border-left:1px solid {color:Border};
  115. }
  116.  
  117. ::-webkit-scrollbar-thumb {
  118. background:{color:Background};
  119. }
  120.  
  121.  
  122. #entries {
  123. margin:370px auto 120px;
  124. width:400px;
  125. }
  126.  
  127. #posts {
  128. width:400px;
  129. margin-top:75px;
  130. }
  131.  
  132. .captions {
  133. margin-top:-10px;
  134. padding:5px 15px 10px;
  135. max-width:400px;
  136. }
  137.  
  138. blockquote {
  139. padding:0px 0px 0px 15px;
  140. border-left:1px solid {color:Border};
  141. margin-left:15px;
  142. }
  143.  
  144. blockquote img {
  145. max-width:300px;
  146. }
  147.  
  148.  
  149. #header {
  150. width:500px;
  151. height:200px;
  152. margin:100px auto 0px;
  153. padding:20px 0 10px;
  154. }
  155.  
  156. #headerimage {
  157. width:500px;
  158. margin:30px auto -10px;
  159. }
  160.  
  161. #headerimage img {
  162. width:100%;
  163. max-height:500px;
  164. }
  165.  
  166. #headertext {
  167. width:400px;
  168. margin:20px auto 0;
  169. }
  170.  
  171. #blogtitle {
  172. right:-25px;
  173. position:relative;
  174. font-size:18px;
  175. font-family:arial black;
  176. font-weight:900;
  177. text-transform:uppercase;
  178. margin-bottom:-10px;
  179. letter-spacing:4px;
  180. text-align:right;
  181. text-shadow: 0px 0 black, 0 0px black, 0px 0 black, 0 0px black;
  182. }
  183.  
  184. #blogtitle a:hover{
  185. text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  186. }
  187.  
  188. #poop {
  189. margin-top:5px;
  190. position:relative;
  191. font-size:11px;
  192. font-family:Lala;
  193. font-weight:bold;
  194. text-transform:uppercase;
  195. letter-spacing:2px;
  196. left:0px;
  197. text-align:justify;
  198. padding:10px;
  199. margin-bottom:50px;
  200. border-left:5px solid {color:details};
  201. }
  202.  
  203. #poop a:hover{
  204. text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  205. }
  206.  
  207. #description {
  208. position:relative;
  209. font-size:10px;
  210. font-family:'Lato', sans-serif;
  211. padding:40px 0 10px;
  212. margin:0px auto 60px;
  213. font-weight:300;
  214. text-transform:uppercase;
  215. padding: 30px;
  216. padding-right:70px;
  217. padding-left:70px;
  218. color: black;
  219. background-color:white;
  220. text-align: justify;
  221. margin-top:40px;
  222. line-height:18px;
  223. width:400px;
  224. height:auto;
  225. border-right:5px solid {color:details};
  226. }
  227.  
  228.  
  229.  
  230. .trigger {
  231. position:absolute;
  232. width: 10px;
  233. line-height: 10px;
  234. background-color: white;
  235. font-size: 8px;
  236. padding: 4px;
  237. font-family: times;
  238. color: {color:details};
  239. text-align: center;
  240. cursor: help;
  241. display:inline-block;
  242. margin-left:-5px;
  243. margin-top:-5px;
  244. border:1px solid {color:details};
  245. z-index:999;
  246. -webkit-transition: all 0.5s ease-in-out;
  247. -moz-transition: all 0.5s ease-in-out;
  248. -o-transition: all 0.5s ease-in-out;
  249. }
  250.  
  251. .trigger:hover{
  252. background-color:{color:details};
  253. color:white;
  254. -ms-transform:rotate(90deg);
  255. -moz-transform:rotate(90deg);
  256. -webkit-transform:rotate(90deg);
  257. -o-transform:rotate(90deg);
  258. -webkit-transition: all 0.5s ease-in-out;
  259. -moz-transition: all 0.5s ease-in-out;
  260. -o-transition: all 0.5s ease-in-out;
  261. }
  262.  
  263. .topinfo {
  264. position:relative;
  265. width:100%;
  266. height:100%;
  267. margin-left:0px;
  268. margin-top:0px;
  269. }
  270.  
  271. .topinfo img {
  272. width:400px;
  273. height:125px;
  274. }
  275.  
  276.  
  277. #linkstick {
  278. background:{color:background};
  279. padding:20px 0;
  280. position:absolute;
  281. width:500px;
  282. top:450px;
  283. margin: auto;
  284. z-index:99999999;
  285. text-align:center;
  286. }
  287.  
  288. #links {
  289. width: 100%;
  290. text-align: center;
  291. z-index: 99999;
  292. line-height:15px;
  293. z-index:9999;
  294. position: relative;
  295. }
  296.  
  297. #links a {
  298. display: inline-block;
  299. line-height: 10px;
  300. background-color: transparent;
  301. font-size: 11px;
  302. padding: 10px;
  303. font-weight:bold;
  304. font-family: times;
  305. color: {color:details};
  306. text-align: center;
  307. -webkit-transition: all 0.5s ease-in-out;
  308. -moz-transition: all 0.5s ease-in-out;
  309. -o-transition: all 0.5s ease-in-out;
  310.  
  311. }
  312.  
  313. #links a:hover {
  314. border-bottom:4px solid {color:details};
  315. -webkit-transition: all 0.5s ease-in-out;
  316. -moz-transition: all 0.5s ease-in-out;
  317. -o-transition: all 0.5s ease-in-out;
  318. }
  319.  
  320. #pagination {
  321. text-align:right;
  322. border-top:1px solid {color:Border};
  323. padding-top:4px;
  324. width:400px;
  325. margin:-20px auto 160px;
  326. font-size:9px;
  327. letter-spacing:1px;
  328. }
  329.  
  330. #pagination a {
  331. padding:9px 10px;
  332. }
  333.  
  334. #pagination a.currentpage {
  335. border-top:2px solid {color:Text};
  336. padding:9px 10px;
  337. }
  338.  
  339.  
  340. #title {
  341. font-size:14px;
  342. letter-spacing:1px;
  343. margin-bottom:10px;
  344. padding-left:25px;
  345. text-transform:uppercase;
  346. font-family:'Lato', sans-serif;
  347. font-weight:bold;
  348. }
  349.  
  350. #title:before {
  351. content:"";
  352. background:{color:Text};
  353. position:absolute;
  354. margin:11px -25px;
  355. width:20px;
  356. height:1px;
  357. }
  358.  
  359.  
  360. #titlequote {
  361. width:300px;
  362. margin:auto;
  363. font-size:12px;
  364. padding:0 0 10px;
  365. }
  366.  
  367. #source {
  368. padding:10px 0;
  369. font-size:8px;
  370. letter-spacing:1px;
  371. text-transform:uppercase;
  372. border-top:1px solid {color:Border};
  373. text-align:center;
  374. }
  375.  
  376.  
  377. .audioposts {
  378. margin-bottom:5px;
  379. }
  380.  
  381. .audioinfo {
  382. font-size:9px;
  383. max-height:76px;
  384. max-width:400px;
  385. line-height:20px;
  386. text-align:right;
  387. padding:19px;
  388. background:{color:Details};
  389. }
  390.  
  391. .aplayer {
  392. margin-left:0px;
  393. margin-top:0px;
  394. padding:2px;
  395. overflow:hidden;
  396. }
  397.  
  398. .player {
  399. width:32px;
  400. height:32px;
  401. background:#fff;
  402. margin-top:23px;
  403. margin-left:23px;
  404. position:absolute;
  405. opacity:0.7;
  406. -webkit-transition:all 0.3s;
  407. -moz-transition:all 0.3s;
  408. -ms-transition:all 0.3s;
  409. -o-transition:all 0.3s;
  410. transition:all 0.3s;
  411. }
  412.  
  413. .player:hover {
  414. opacity:0.9;
  415. }
  416.  
  417.  
  418. .questions {
  419. padding:0 10px 10px;
  420. border-bottom:1px solid {color:Border};
  421. }
  422.  
  423. .asker {
  424. text-align:right;
  425. font-size:8px;
  426. text-transform:uppercase;
  427. letter-spacing:1px;
  428. padding:5px 0px 0px;
  429. }
  430.  
  431. .answers {
  432. padding:10px 10px 0;
  433. }
  434.  
  435.  
  436. #chat {
  437. margin-bottom:-50px;
  438. }
  439.  
  440. .chat ol {
  441. padding:0;
  442. margin-left:0px;
  443. list-style:none;
  444. }
  445.  
  446. .line {
  447. padding:5px 0;
  448. }
  449.  
  450. .label {
  451. font-weight:bold;
  452. }
  453.  
  454.  
  455. ol {
  456. list-style-type:none;
  457. text-align:justify;
  458. font-size:8px;
  459. text-transform:uppercase;
  460. letter-spacing:1px;
  461. width:400px;
  462. margin:60px -40px;
  463. }
  464.  
  465. ol.notes li {
  466. padding-bottom:10px;
  467. width:400px;
  468. }
  469.  
  470. ol.notes li img, .x {
  471. display:none !important;
  472. }
  473.  
  474.  
  475. #kafka{
  476. z-index:99;
  477. position:absolute;
  478. opacity:0;
  479. width:360px;
  480. overflow:auto;
  481. max-height:300px;
  482. margin:20px;
  483. background:black;
  484. text-align:center;
  485. color:white;
  486. -webkit-transition: all 0.7s ease;
  487. -moz-transition: all 0.7s ease;
  488. transition: all 0.7s ease;}
  489.  
  490. #kafka a{
  491. color:white;
  492. }
  493.  
  494.  
  495. #posts:hover #kafka{
  496. opacity:0.9;
  497. }
  498.  
  499. #info {
  500. text-align:center;
  501. font-size:9px;
  502. padding:5px 0;
  503. line-height:16px;
  504. }
  505. .tags a{
  506. margin:0px 2px;
  507. text-transform:lowercase;
  508.  
  509. }
  510. .tags {
  511. text-align:center;
  512. padding:5px;
  513. margin:5px -6px -6px;
  514. background:{color:Background};
  515. font-weight:bold;
  516. letter-spacing:0px;
  517. color:black;
  518. font-size:9px;
  519. font-family:Helvetica;
  520.  
  521. }
  522.  
  523.  
  524. {CustomCSS}</style>
  525.  
  526. <!--Javascripts-->
  527.  
  528. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  529.  
  530. <script type="text/javascript" src="scrolltopcontrol.js">
  531. </script>
  532.  
  533. <script type="text/javascript">
  534.  
  535.  
  536. var scrolltotop={
  537. //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
  538. //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (0=top).
  539. setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
  540. controlHTML: '<img src="http://media.tumblr.com/8073fb727b74c749a2dfb7049972efc6/tumblr_inline_mj3yo2Mkgf1qz4rgp.png" style="filter:alpha(opacity=70); -moz-opacity:0.7; margin-right: 20px; width:30px;" />', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
  541. controlattrs: {offsetx:20, offsety:20}, //offset of control relative to right/ bottom of window corner
  542. anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
  543.  
  544. state: {isvisible:false, shouldvisible:false},
  545.  
  546. scrollup:function(){
  547. if (!this.cssfixedsupport) //if control is positioned using JavaScript
  548. this.$control.css({opacity:0}) //hide control immediately after clicking it
  549. var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
  550. if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
  551. dest=jQuery('#'+dest).offset().top
  552. else
  553. dest=0
  554. this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
  555. },
  556.  
  557. keepfixed:function(){
  558. var $window=jQuery(window)
  559. var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
  560. var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
  561. this.$control.css({left:controlx+'px', top:controly+'px'})
  562. },
  563.  
  564. togglecontrol:function(){
  565. var scrolltop=jQuery(window).scrollTop()
  566. if (!this.cssfixedsupport)
  567. this.keepfixed()
  568. this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
  569. if (this.state.shouldvisible && !this.state.isvisible){
  570. this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
  571. this.state.isvisible=true
  572. }
  573. else if (this.state.shouldvisible==false && this.state.isvisible){
  574. this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
  575. this.state.isvisible=false
  576. }
  577. },
  578.  
  579. init:function(){
  580. jQuery(document).ready(function($){
  581. var mainobj=scrolltotop
  582. var iebrws=document.all
  583. mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
  584. mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
  585. mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
  586. .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0})
  587. .attr({title:'Scroll to Top'})
  588. .click(function(){mainobj.scrollup(); return false})
  589. .appendTo('body')
  590. if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
  591. mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
  592. mainobj.togglecontrol()
  593. $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
  594. mainobj.scrollup()
  595. return false
  596. })
  597. $(window).bind('scroll resize', function(e){
  598. mainobj.togglecontrol()
  599. })
  600. })
  601. }
  602. }
  603.  
  604. scrolltotop.init()
  605.  
  606. </script>
  607.  
  608. <!--style my tooltips-->
  609.  
  610. <script>
  611.  
  612. (function($){
  613.  
  614. $(document).ready(function(){
  615.  
  616. $("a[title]").style_my_tooltips({
  617.  
  618. tip_follows_cursor:true,
  619.  
  620. tip_delay_time:30,
  621.  
  622. tip_fade_speed:300,
  623.  
  624. attribute:"title"
  625.  
  626. });
  627.  
  628. });
  629.  
  630. })(jQuery);
  631.  
  632. </script>
  633.  
  634. <!--sticky links-->
  635.  
  636. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  637.  
  638. <script type="text/javascript">
  639. $(function(){ // document ready
  640. if (!!$('#linkstick').offset()) { // make sure ".sticky" element exists
  641. var stickyTop = $('#linkstick').offset().top; // returns number
  642. $(window).scroll(function(){ // scroll event
  643. var windowTop = $(window).scrollTop(); // returns number
  644. if (stickyTop < windowTop){
  645. $('#linkstick').css({ position: 'fixed', top: 0 });
  646. }
  647. else {
  648. $('#linkstick').css('position','static');
  649. }
  650. });
  651. }
  652. });
  653. </script>
  654.  
  655. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  656. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  657. <script type="text/javascript">
  658. $(document).ready(function(){
  659. $(".topinfo").hide();
  660. $(".trigger").click(function(){
  661. $('.topinfo').slideToggle("slow");
  662. return true;
  663. });
  664. });
  665. </script>
  666.  
  667.  
  668. <script>
  669. $(function() {
  670. $('a[href*=#]:not([href=#])').click(function() {
  671. if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
  672. var target = $(this.hash);
  673. target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
  674. if (target.length) {
  675. $('html,body').animate({
  676. scrollTop: target.offset().top
  677. }, 1000);
  678. return false;
  679. }
  680. }
  681. });
  682. });
  683. </script>
  684.  
  685.  
  686. <!--End Java-->
  687.  
  688. </head><body>
  689.  
  690. <div id="header">
  691. <div id="blogtitle"><a href="/">{Title}</a>
  692. </div>
  693. <div class="topinfo">
  694.  
  695. <div id="description">{Description}</div>
  696.  
  697. </div>
  698.  
  699. <div id="headerimage"><div class="trigger">x</div><img src="{image:Header}"></div><br>
  700. <div id="poop"><a href="/">{text:Title2}</a>
  701. </div>
  702.  
  703.  
  704. <div id="linkstick"><div id="links">
  705.  
  706. <a href="#entries">click to view posts</a>&emsp;&emsp;
  707. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}&emsp;&emsp;
  708. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}&emsp;&emsp;
  709. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}&emsp;&emsp;
  710. <a href="http://noblesammy.tumblr.com">credit.</a>
  711.  
  712. </div></div>
  713. </div>
  714.  
  715. <div id="entries"></br></br>{block:Posts}<div id="posts">
  716.  
  717. {block:Quote}
  718. <div id="titlequote">“{Quote}”</div>{block:Source}<div id="source">{Source}</div>{/block:Source}
  719. </br><a href="{Permalink}"><b>{12Hour}:{Minutes}{CapitalAmPm}</b></a>
  720. {block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} + {block:RebloggedFrom} &mdash; <a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  721. {/block:Quote}
  722.  
  723. {block:Text}
  724. {block:Title}<div id="title">{Title}</div>{/block:Title}{Body}
  725. </br><a href="{Permalink}"><b>{12Hour}:{Minutes}{CapitalAmPm}</b></a>
  726. {block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} + {block:RebloggedFrom} &mdash; <a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  727. {/block:Text}
  728.  
  729. {block:Link}
  730. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  731. </br><a href="{Permalink}"><b>{12Hour}:{Minutes}{CapitalAmPm}</b></a>
  732. {block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} + {block:RebloggedFrom} &mdash; <a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  733. {/block:Link}
  734.  
  735. {block:Chat}
  736. <div id="chat">{block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ol></div></div>
  737. </br><a href="{Permalink}"><b>{12Hour}:{Minutes}{CapitalAmPm}</b></a>
  738.  
  739. {block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} + {block:RebloggedFrom} &mdash; <a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  740. {/block:Chat}
  741.  
  742. {block:Photo}<div id="kafka"><div style="padding:20px;"><a href="{Permalink}"><b>{12Hour}:{Minutes}{CapitalAmPm}</b></a>
  743.  
  744. {block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  745.  
  746. {block:RebloggedFrom} &mdash; <a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div></div>
  747. {LinkOpenTag}<img src="{PhotoURL-500}" width="400" alt="{PhotoAlt}"/>{LinkCloseTag}
  748. {/block:Photo}
  749.  
  750. {block:Photoset}<div id="kafka"><div style="padding:20px;"><a href="{Permalink}"><b>{12Hour}:{Minutes}{CapitalAmPm}</b></a>
  751. {block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  752. {block:RebloggedFrom} &mdash; <a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div></div>
  753. {Photoset-400}
  754. {/block:Photoset}
  755.  
  756. {block:Video}
  757. {Video-400}
  758. </br><a href="{Permalink}"><b>{12Hour}:{Minutes}{CapitalAmPm}</b></a>
  759. {block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} + {block:RebloggedFrom} &mdash; <a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  760. {/block:Video}
  761.  
  762. {block:Audio}
  763. <div class="audioposts"><div class="player"><div class="aplayer">{AudioPlayer}</div></div><div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}</div></div>
  764. </br><a href="{Permalink}"><b>{12Hour}:{Minutes}{CapitalAmPm}</b></a>
  765. {block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} + {block:RebloggedFrom} &mdash; <a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  766. {/block:Audio}
  767.  
  768. {block:Answer}
  769. <div class="questions">{Question}<div class="asker">asked by {Asker}</div></div><div class="answers">{Answer}</div>
  770. </br><a href="{Permalink}"><b>{12Hour}:{Minutes}{CapitalAmPm}</b></a>
  771. {block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} + {block:RebloggedFrom} &mdash; <a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  772. {/block:Answer}
  773.  
  774. {block:Caption}
  775. <div class="captions">{Caption}</div>
  776. {/block:Caption}
  777.  
  778. {block:Date}
  779. <div id="info">
  780. {block:ifTags}{block:HasTags}<div class="tags">
  781. {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}
  782. </div>{/block:HasTags}{/block:ifTags}
  783. </div>{/block:Date}
  784.  
  785. </div>
  786.  
  787. {block:PostNotes}{PostNotes}{/block:PostNotes}
  788.  
  789. {/block:Posts}
  790.  
  791. </div>
  792.  
  793. {block:ifnotinfinitescroll}
  794. {block:IndexPage}<div id="pagination">
  795. {block:PreviousPage}
  796. <a href="{PreviousPage}">BACK </a>
  797. {/block:PreviousPage}
  798. {block:JumpPagination length="6"}
  799. {block:CurrentPage}
  800. <a href="#" class="currentpage"><b>{PageNumber}</b></a>
  801. {/block:CurrentPage}
  802. {block:JumpPage}
  803. <a class="jump_page" href="{URL}">{PageNumber}</a>
  804. {/block:JumpPage}
  805. {/block:JumpPagination}
  806. {block:NextPage}
  807. <a href="{NextPage}"> FORTH</a>
  808. {/block:NextPage}</div>
  809. {/block:IndexPage}
  810. {/block:ifnotinfinitescroll}
  811.  
  812.  
  813. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}"/> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  814.  
  815.  
  816.  
  817. </body>
  818. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement