Advertisement
vrisky

arisen

Jul 24th, 2012
74,598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.18 KB | None | 0 0
  1. <!-- Arisen Theme by Modernise (modernise.tumblr.com), please leave at least ONE credit link <3! -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7.  
  8. <meta name="font:Text" content="Georgia"/>
  9. <meta name="text:Font Size" content="9px"/>
  10. <meta name="color:Text" content="#888"/>
  11. <meta name="color:Background" content="#fff"/>
  12. <meta name="color:Post" content="#fff"/>
  13. <meta name="color:Blockquote" content="#f5f5f5"/>
  14. <meta name="color:Links" content="#000"/>
  15. <meta name="color:Hover" content="#ccc"/>
  16. <meta name="color:Permalink" content="#000"/>
  17. <meta name="color:Permalink Background" content="#fff"/>
  18. <meta name="image:Background" content=""/>
  19. <meta name="image:Header" content=""/>
  20. <meta name="if:Header Image" content="0"/>
  21. <meta name="if:Title Font" content="1"/>
  22. <meta name="if:4column" content="1"/>
  23.  
  24.  
  25. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  26.  
  27. <script type="text/javascript" src="scrolltopcontrol.js">
  28. </script>
  29.  
  30. <script type="text/javascript">
  31.  
  32.  
  33. var scrolltotop={
  34. //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
  35. //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (0=top).
  36. setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
  37. controlHTML: '<img src="http://static.tumblr.com/iddq6cw/72ilx9oh5/top.png" style="filter:alpha(opacity=70); -moz-opacity:0.7; width:50px; height:50px" />', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
  38. controlattrs: {offsetx:10, offsety:10}, //offset of control relative to right/ bottom of window corner
  39. anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
  40.  
  41. state: {isvisible:false, shouldvisible:false},
  42.  
  43. scrollup:function(){
  44. if (!this.cssfixedsupport) //if control is positioned using JavaScript
  45. this.$control.css({opacity:0}) //hide control immediately after clicking it
  46. var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
  47. if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
  48. dest=jQuery('#'+dest).offset().top
  49. else
  50. dest=0
  51. this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
  52. },
  53.  
  54. keepfixed:function(){
  55. var $window=jQuery(window)
  56. var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
  57. var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
  58. this.$control.css({left:controlx+'px', top:controly+'px'})
  59. },
  60.  
  61. togglecontrol:function(){
  62. var scrolltop=jQuery(window).scrollTop()
  63. if (!this.cssfixedsupport)
  64. this.keepfixed()
  65. this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
  66. if (this.state.shouldvisible && !this.state.isvisible){
  67. this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
  68. this.state.isvisible=true
  69. }
  70. else if (this.state.shouldvisible==false && this.state.isvisible){
  71. this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
  72. this.state.isvisible=false
  73. }
  74. },
  75.  
  76. init:function(){
  77. jQuery(document).ready(function($){
  78. var mainobj=scrolltotop
  79. var iebrws=document.all
  80. mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
  81. mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
  82. mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
  83. .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'})
  84. .attr({title:'Scroll to Top'})
  85. .click(function(){mainobj.scrollup(); return false})
  86. .appendTo('body')
  87. if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
  88. mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
  89. mainobj.togglecontrol()
  90. $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
  91. mainobj.scrollup()
  92. return false
  93. })
  94. $(window).bind('scroll resize', function(e){
  95. mainobj.togglecontrol()
  96. })
  97. })
  98. }
  99. }
  100.  
  101. scrolltotop.init()
  102.  
  103. </script>
  104. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  105. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  106. <script type="text/javascript" charset="utf-8">
  107. var $j = jQuery.noConflict();
  108. $j(function() {
  109. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  110. $j("img").lazyload({
  111. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  112. effect: "fadeIn",
  113. });
  114. });
  115. </script>
  116.  
  117.  
  118. <script type="text/javascript">
  119. $(window).load(function(){
  120. $("p").remove(":contains('Source:')");
  121. $("p").remove(":contains('(via')");
  122. });
  123. </script>
  124.  
  125.  
  126.  
  127. <link rel="shortcut icon" href="{Favicon}">
  128. {block:Description}
  129.  
  130. <meta name="description" content="{MetaDescription}" />
  131. {/block:Description}
  132.  
  133. <title>{Title}</title>
  134.  
  135.  
  136.  
  137. </head>
  138.  
  139.  
  140. <style type="text/css">
  141.  
  142. @font-face {
  143.  
  144. font-family:basket;
  145. src: url('http://static.tumblr.com/ejm8w78/WPwlvia7a/little_days.ttf');
  146. }
  147.  
  148. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  149.  
  150. 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;}
  151.  
  152. #cat {
  153. letter-spacing:1px;
  154. }
  155. #cat a {
  156. display:relative;width:100px;letter-spacing:1px;
  157. }
  158.  
  159. #cat .meow {
  160. filter: alpha(opacity = 0);
  161. opacity:0;
  162. -webkit-transition: all 1s ease-out;
  163. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  164. text-align:center;
  165. margin-left:-135px;
  166. position:relative;
  167. }
  168.  
  169. #cat:hover .meow {
  170. -webkit-transition: all 1s ease-out;
  171. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  172. filter: alpha(opacity = 80);
  173. filter: alpha(opacity = 100);
  174. opacity:100;
  175. margin-left:0;
  176. position:static; display:clear;
  177. text-align:center;
  178. }
  179.  
  180. .meow a:hover {
  181. background-color:{color:Permalink}; padding:2px; border-radius:10px;opacity:50;filter: alpha(opacity=50);
  182. }
  183.  
  184.  
  185.  
  186. body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;} a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}
  187.  
  188.  
  189. body {
  190. font-family:{font:Text};
  191. background-color:{color:background};
  192. background-image:url({image:Background});
  193. background-repeat: repeat;
  194. background-position: top right;
  195. background-attachment: fixed;
  196. text-align:justify;
  197. color:{color:Text};
  198. font-size:9px;letter-spacing:1px;
  199.  
  200. }
  201.  
  202. .ass {
  203. padding:1px;
  204. }
  205.  
  206.  
  207. .sidebar {
  208. max-width:500px;
  209. background-color:transparent;
  210. z-index:1;
  211. margin-left:auto;margin-right:auto;
  212. position:relative;
  213. text-align:center;
  214. top:10px;
  215. }
  216.  
  217. #content {
  218. width:100%; margin-left:auto; margin-right:auto;
  219. position: relative;
  220. }
  221.  
  222.  
  223. #content .posts {
  224. width:{block:If4column}1080{/block:If4column}{block:IfNot4column}810{/block:IfNot4column}px; {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  225. margin-left:auto; margin-right:auto;top:30px;
  226. position:relative;
  227. }
  228.  
  229. #content .posts img {
  230. {block:IndexPage}max-width: 500px;{/block:IndexPage}
  231. {block:PermalinkPage}max-width: 500px; {/block:PermalinkPage}
  232. }
  233.  
  234.  
  235. #content .entry {
  236. {block:IndexPage}width: 250px;
  237. margin-right:20px;
  238. margin-bottom:20px;
  239. padding:0px;
  240. float:left;
  241. position: relative;
  242. {/block:IndexPage}
  243.  
  244. {block:PermalinkPage}width:500px; margin:auto; {/block:PermalinkPage}
  245. background-color:{color:post background};
  246. }
  247.  
  248. #navigation {
  249. width:0px;
  250. margin:auto;
  251. position:absolute;
  252. }
  253.  
  254.  
  255. a {
  256. color:{color:Links};
  257. text-decoration: none;
  258. }
  259.  
  260. a:hover {
  261. color:{color:Hover};
  262. -webkit-transition-duration: 1s;
  263. text-decoration: none;
  264.  
  265. }
  266.  
  267. .heading {
  268. font-family:{font:Text};
  269. font-size:15px;
  270. text-decoration: none;
  271. letter-spacing:0px;
  272. font-weight:none;line-height:100%;
  273. margin-bottom:0px;text-align:left;
  274. }
  275.  
  276. .quotie {
  277. font-family:{font:Text};
  278. font-size:15px;
  279. text-decoration: none;
  280. letter-spacing:0px;
  281. font-weight:none;line-height:100%;
  282. margin-bottom:0px;text-align:left;
  283. }
  284.  
  285.  
  286.  
  287. ::-webkit-scrollbar-thumb:vertical {
  288. background-color:{color:Links};
  289. height:auto;-webkit-border-radius:20px;
  290. }
  291.  
  292. ::-webkit-scrollbar-thumb:horizontal {
  293. background-color:{color:Links};
  294. height:6px !important;-webkit-border-radius:20px;
  295. }
  296.  
  297. ::-webkit-scrollbar {
  298. height:6px;
  299. width:6px;
  300. background-color:{color:Background};
  301. -webkit-border-radius:20px;
  302. }
  303.  
  304.  
  305.  
  306. .chat ul {
  307. padding:0px 0px 2px 2px;
  308. margin:0px 0px 2px 1px;
  309. }
  310.  
  311.  
  312. .chat li {
  313. list-style-type: none;
  314. padding-left:0px;
  315. margin-right:40px;
  316. }
  317.  
  318. .chat li.odd {
  319. color: {color:Text};
  320. }
  321.  
  322. .chat li.even {
  323. color: {color:Links};
  324. }
  325.  
  326. .label {
  327. font-weight: bold;
  328. font-size:9px;
  329. }
  330.  
  331.  
  332. blockquote {
  333. padding-left:5px;padding-right:5px;
  334. margin-left:5px; margin-right:5px;
  335. border-left: 2px solid {color:Links};
  336. border-right: 2px solid {color:Links};
  337. background-color:{color:blockquote};
  338. }
  339.  
  340.  
  341. .stan {
  342. background-color:{color:Blockquote};
  343. }
  344.  
  345. .kyle {
  346. font-style:italic;
  347. line-height:9px;margin-bottom:0px;
  348. {block:IndexPage}max-width:250px;overflow:scroll;{/block:IndexPage}
  349. }
  350.  
  351.  
  352. .img {
  353. opacity:1;
  354. filter:alpha(opacity=100);
  355. -webkit-transition-duration:1s;
  356. }
  357.  
  358. .img:hover {
  359. opacity:0.8;
  360. filter:alpha(opacity=80);
  361. }
  362.  
  363.  
  364. .audioplayer {
  365. background-color: #fff;
  366.  
  367. -moz-box-shadow: 3px 3px 4px #ccc;
  368. -webkit-box-shadow: 3px 3px 4px #ccc;
  369. box-shadow: 3px 3px 4px #ccc;
  370. }
  371.  
  372.  
  373. .entry:hover .craig {
  374. {block:indexpage}opacity:0.75;
  375. {/block:indexpage}z-index:1000;padding-right:6px;padding-left:15px;}
  376. .entry:hover .bebe {
  377. {block:indexpage}opacity:0.75;
  378. {/block:indexpage}z-index:1000;padding-right:15px;padding-left:6px;}
  379. .entry:hover .lennon {
  380. {block:indexpage}opacity:0.75;
  381. {/block:indexpage}z-index:1000;padding-right:6px;padding-left:15px;}
  382. .entry:hover .travolta {
  383. {block:indexpage}opacity:0.75;
  384. {/block:indexpage}z-index:1000;padding-right:15px;padding-left:6px;}
  385.  
  386. .entry .permalink {
  387. padding-right:0px;
  388. }
  389.  
  390.  
  391. .bebe {
  392. font-family: helvetica;
  393. font-weight: condensed;
  394. opacity: 0;
  395. -webkit-transition-duration: 1s;left:0px;
  396. width:auto;
  397. height:30px;
  398. background-color: {color:Permalink Background};
  399. position: absolute; bottom:0px;
  400. border-top-right-radius:50px;padding:3px;
  401. display:block;}
  402.  
  403. .craig {
  404. font-family: helvetica;
  405. font-weight: condensed;
  406. opacity: 0;
  407. -webkit-transition-duration: 1s;right:0px;
  408. width:auto;
  409. height:30px;
  410. background-color: {color:Permalink Background};
  411. position: absolute; bottom:0px;
  412. border-bottom-left-radius:1px;
  413. border-top-left-radius:50px;padding:3px;
  414. display:block;}
  415.  
  416.  
  417.  
  418. .travolta {
  419. font-family: helvetica;
  420. font-weight: condensed;
  421. color:black;
  422. font-size:14px;
  423. opacity: 0;
  424. -webkit-transition-duration: 1s;right:0px;
  425. width:auto;
  426. height:100%;border-left:3px #000 solid;
  427. background-color: {color:Permalink Background};
  428. position: absolute; top: 0px; bottom:0px;
  429. display:block;}
  430.  
  431. .lennon {
  432. font-family: helvetica;
  433. font-weight: condensed;
  434. color:black;
  435. font-size:15px;
  436. opacity: 0;
  437. -webkit-transition-duration: 1s;right:0px;
  438. width:auto;
  439. height:30px;padding-top:5px;
  440. background-color: {color:Permalink Background};
  441. position: absolute; top: 0px;
  442. border-bottom-left-radius:50px;
  443. display:block;}
  444.  
  445. .permalink {
  446. {block:IndexPage}
  447. float:right;
  448. position: absolute;
  449. margin-left:0px;
  450. margin-bottom:0px;
  451. line-height:30px;
  452. opacity: 0;
  453. z-index: 1000;
  454. background-color:{color:Permalink Background};
  455. text-align:right;
  456. {/block:IndexPage}
  457. }
  458.  
  459.  
  460. .permalink a {
  461. color:{color:Permalink};
  462. }
  463.  
  464. .stoley {
  465. max-width:250px;
  466. }
  467.  
  468. .stoley img {
  469. max-width:250px;
  470. }
  471.  
  472.  
  473. .butters a {
  474. font-size:55px;font-color:{color:Links};-webkit-transition-duration:1s;font-family:{block:IfTitleFont}basket{/block:IfTitleFont}{block:IfNotTitleFont}helvetica{/block:IfNotTitleFont};line-height:80%;letter-spacing:0px;
  475. }
  476.  
  477. .butters a:hover {
  478. font-color:{color:Hover};
  479. }
  480.  
  481. .kenny {
  482. width:500px;
  483. opacity: 1;
  484. z-index: 10000;
  485. margin-top:0px;
  486. margin-left:0px;
  487. margin-right:auto;
  488. text-align:right;
  489. }
  490.  
  491. u {
  492. color: #8DBA5C;
  493. border-bottom: 1px dashed #888;
  494. }
  495.  
  496. b.STRONG {
  497. letter-spacing:2px;
  498. font-size:9px;
  499. font-weight:bold;
  500. }
  501.  
  502. .tweek a {
  503. font-size:15px;
  504. line-height:100%;
  505. padding:2px;
  506. color:{color:Hover};
  507. -webkit-transition-duration:1s;
  508. }
  509.  
  510. .tweek a: hover {
  511. color:{color:Link};
  512.  
  513. .cartman {
  514. margin-top:0;
  515. margin-left:0px;
  516. margin-right:auto;
  517. margin-bottom:0px;
  518. width:500px;
  519. text-align:left
  520. max-height:200px;
  521. overflow-x:scroll;
  522. }
  523.  
  524. .wendy {
  525. font-size:9px;
  526. line-height:9px;
  527. letter-spacing:1px;
  528. text-align:justify;
  529. }
  530.  
  531.  
  532. .video embed, .video object, .video iframe{
  533. {block:IndexPage}
  534. width:250px /**/ !important;{/block:IndexPage}
  535. {block:PermalinkPage}width:500px !important;
  536. {/block:PermalinkPage}
  537. height:auto !important;
  538. }
  539.  
  540.  
  541. .album-art {
  542. float: left;
  543. width: 196px;
  544. height: 196px;
  545. overflow: hidden;
  546. }
  547.  
  548.  
  549. .jfk {
  550. display:block;background-color:#000;padding:3px;border-radius:10px;
  551. }
  552.  
  553.  
  554. </style>
  555.  
  556.  
  557. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  558. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  559. </script>
  560.  
  561. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  562.  
  563. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  564.  
  565. <script type="text/javascript">
  566.  
  567. $(window).load(function () {
  568. $('.posts').masonry(),
  569. $('.masonryWrap').infinitescroll({
  570. navSelector : "div#navigation",
  571. // selector for the paged navigation (it will be hidden)
  572. nextSelector : "div#navigation a#nextPage",
  573. // selector for the NEXT link (to page 2)
  574. itemSelector : ".entry",
  575. // selector for all items you'll retrieve
  576. bufferPx : 10000,
  577. extraScrollPx: 11000,
  578. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  579. loadingText : "<em></em>",
  580. },
  581. // call masonry as a callback.
  582. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  583. );
  584. });
  585. </script>
  586.  
  587.  
  588. </head>
  589.  
  590. <body>
  591.  
  592.  
  593. <div class="token">
  594. <div id="content">
  595.  
  596. <div class="sidebar">
  597.  
  598. <div class="butters">
  599. <a href="/"><center>
  600. {block:IfHeaderImage}<img src="{image:Header}" width="250">{/block:IfHeaderImage}{block:IfNotHeaderImage}{Title}{/block:IfNotHeaderImage}
  601. </center></a>
  602. </div>
  603. <div class="wendy"><div align="center">{Description}</div>
  604. <br>
  605. <center>
  606.  
  607. <span id="cat">
  608. links,
  609. <span class="meow">&nbsp;
  610. <a href="/ask">message</a> &nbsp;<a href="/archive">history</a> &nbsp;
  611. <a href="http://modernise.tumblr.com">theme</a>
  612. </span><br>
  613. <span class="meow">{block:Pages}{block:HasPages}<a href="{URL}">{Label}</a> &nbsp; {/block:HasPages}{/block:Pages}</span>
  614. </span>
  615.  
  616. </center>
  617. </div>
  618. {block:IndexPage}
  619. <div class="column navigation" id="navigation">
  620. {block:Pagination}
  621. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  622. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  623. </div>
  624. {/block:IndexPage}
  625.  
  626.  
  627.  
  628. </div>
  629. <div class="posts">
  630. {block:Posts}
  631. <div class="entry">
  632.  
  633.  
  634. {block:Text}
  635. {block:Title} <a href="{permalink}"><div class="heading">{title}</div></a> {/block:Title}
  636.  
  637. {block:IndexPage}<div style="max-width:250px;overflow:scroll;">{/block:IndexPage}{Body}{block:IndexPage}</div>{/block:IndexPage}
  638.  
  639.  
  640. {block:IndexPage}<div style="border-bottom:1px #000 solid;font-style:italic;text-align:right;"><A href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} {24Hour}:{Minutes}</a>{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</div>{/block:IndexPage}
  641.  
  642.  
  643. {/block:Text}
  644.  
  645. {block:Photo}
  646.  
  647. <div class="img">
  648. {block:IndexPage}<a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">{/block:IndexPage}
  649. {block:PermalinkPage}<a href="{PhotoURL-HighRes}">{/block:PermalinkPage}
  650. <img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IndexPage}width="250"{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
  651. </a>
  652. </div>
  653.  
  654.  
  655. {block:IndexPage}
  656. <div class="tweek"><a href="{Permalink}"><div class="travolta"><br><br>{24Hour}:{Minutes}<br>{NoteCountWithLabel}</div></a></div>
  657. {/block:IndexPage}
  658.  
  659. {block:PermalinkPage}
  660. {block:Caption}<br>{Caption}{/block:Caption}<br>
  661. {/block:PermalinkPage}
  662. {/block:Photo}
  663.  
  664.  
  665. {block:Photoset}
  666.  
  667. {block:IndexPage}{Photoset-250}
  668. <div class="tweek"><a href="{Permalink}"><div class="travolta"><br><br>{24HourWithZero}:{Minutes}<br>{NoteCountWithLabel}</div></a></div>
  669. {/block:IndexPage}
  670.  
  671.  
  672. {block:PermalinkPage}
  673. {Photoset-500}<br>{block:Caption}{Caption}<br><br>{/block:Caption}
  674. {/block:PermalinkPage}
  675. {/block:Photoset}
  676.  
  677.  
  678. {block:Quote}
  679. <a href="{permalink}"><div class="quotie"><i>{Quote}</i></div></a>
  680. {block:Source} <div align="right">― {Source}</div>{/block:Source}
  681.  
  682.  
  683.  
  684. {block:IndexPage}<br><div style="border-bottom:1px #000 solid;font-style:italic;text-align:right;"><A href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} {24Hour}:{Minutes}</a>{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</div>{/block:IndexPage}
  685.  
  686.  
  687.  
  688.  
  689. {/block:Quote}
  690.  
  691.  
  692. {block:Link}
  693. <div class="heading"><a href="{URL}"{Target}>&rarr; {Name}</a></div>
  694. {block:Description} {Description}{/block:Description}
  695.  
  696.  
  697.  
  698. {block:IndexPage}<div style="border-bottom:1px #000 solid;font-style:italic;text-align:right;"><A href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} {24Hour}:{Minutes}</a>{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</div>{/block:IndexPage}
  699.  
  700.  
  701.  
  702. {/block:Link}
  703.  
  704. {block:Video}{block:PermalinkPage}
  705. <div class="video">{Video-500}
  706. </div>{/block:PermalinkPage}
  707.  
  708.  
  709. {block:IndexPage}{Video-250}<br><div style="border-bottom:1px #000 solid;font-style:italic;text-align:right;"><A href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} {24Hour}:{Minutes}</a>{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</div>{/block:IndexPage}
  710.  
  711.  
  712.  
  713.  
  714. {/block:Video}
  715.  
  716.  
  717. {block:Chat}
  718. {block:Title}
  719. <div class="heading"><a href="{Permalink}">{Title}</a></div>
  720. {/block:Title}
  721. <div class="chat ul">
  722. {block:Lines}
  723. <li class="{Alt} user_{UserNumber}">
  724. {block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  725. {/block:Lines}</div></li>
  726.  
  727.  
  728. {block:IndexPage}<br><div style="border-bottom:1px #000 solid;font-style:italic;text-align:right;"><A href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} {24Hour}:{Minutes}</a>{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</div>{/block:IndexPage}
  729.  
  730.  
  731.  
  732. {/block:Chat}
  733.  
  734.  
  735.  
  736. {block:Audio}{block:PermalinkPage}
  737. {block:AlbumArt}<div class="album-art"><img src="{AlbumArtURL}" height="196px"></div>{/block:AlbumArt}{/block:PermalinkPage}
  738. <div class="audioplayer">{AudioPlayerWhite}</div>{block:Caption}{Caption}{/block:Caption}
  739. {block:PermalinkPage}
  740. {block:TrackName}<br><br>
  741. <b>{TrackName}</b>
  742. {/block:TrackName} by {block:Artist}
  743. {Artist}
  744. {/block:Artist}<br>{PlayCountWithLabel}{/block:PermalinkPage}
  745.  
  746.  
  747. {block:IndexPage}<div style="border-bottom:1px #000 solid;font-style:italic;text-align:right;"><A href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} {24Hour}:{Minutes}</a>{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</div>{/block:IndexPage}
  748.  
  749. {/block:Audio}
  750.  
  751.  
  752. {block:Answer}
  753. <div style="text-align:left;padding-left:5px;padding-right:5px;border-left: 2px solid {color:Links};border-right: 2px solid {color:Links};background-color:{color:blockquote};"><div class="stan">{Asker}: {Question}</div></div><div style="text-align:left;"><div class="kyle">{Answer}</div></div>
  754.  
  755. {block:IndexPage}<br><div style="border-bottom:1px #000 solid;font-style:italic;text-align:right;"><A href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} {24Hour}:{Minutes}</a>{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</div>{/block:IndexPage}
  756.  
  757.  
  758. {/block:Answer}
  759.  
  760.  
  761. </div>
  762. {block:PermalinkPage}
  763. <div class="kenny">
  764.  
  765. {block:NoteCount}{NoteCountWithLabel} // {/block:NoteCount}
  766. {block:Date}{ShortMonth} {DayOfMonthWithZero} {Year} {24Hour}:{Minutes}{/block:Date}
  767. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  768. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  769. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  770. <div class="cartman">{block:PostNotes} {PostNotes}{/block:PostNotes}</div>
  771. {/block:PermalinkPage}
  772.  
  773. {/block:Posts}
  774. </div>
  775. </div>
  776.  
  777.  
  778. </div>
  779.  
  780. </div><div style="display:block;bottom:5px;left:5px;font-size:9px;font-family:georgia;position:fixed;background-color:#000;padding:3px;border-radius:10px;z-index:55554235555;">theme by <a href="http://modernise.tumblr.com"><span style="color:#fff;">modernise</span></a></div>
  781.  
  782. </body>
  783.  
  784.  
  785.  
  786. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement