BabeJeSuisParfait

(hakkk

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