Advertisement
vrisky

centaurs

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