Advertisement
kawaiibuu

Kaatskill

Jul 17th, 2014
3,328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.18 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!--
  4.  
  5. kaatskill theme
  6. by http://softwaring.tumblr.com
  7. download @ http://jubileethemes.tumblr.com
  8. do not remove credits thank u !~
  9.  
  10. -->
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head>
  13. <meta name="color:background" content="#ffffff"/>
  14. <meta name="color:text" content="#000"/>
  15. <meta name="color:links" content="#000"/>
  16. <meta name="color:links hover" content="#5e5e5e"/>
  17. <meta name="color:links click" content="#ff2e00"/>
  18. <meta name="color:photo hover" content="#000"/>
  19. <meta name="color:photo hover text" content="#FFF"/>
  20. <meta name="color:blog frame top" content="#000"/>
  21. <meta name="color:blog frame bottom" content="#000"/>
  22. <meta name="color:scrollbar" content="#FFF"/>
  23.  
  24. <meta name="if:infinite scroll" content="0"/>
  25. <meta name="if:250px" content="0"/>
  26. <meta name="if:background cover" content="0"/>
  27.  
  28. <meta name="image:background" content=""/>
  29.  
  30. <meta name="text:photo hover opacity" content="0.8"/>
  31. <meta name="text:link 1 title" content="one"/>
  32. <meta name="text:link 1 url" content="" />
  33. <meta name="text:link 2 title" content="two" />
  34. <meta name="text:link 2 url" content="" />
  35. <meta name="text:link 3 title" content="three" />
  36. <meta name="text:link 3 url" content="" />
  37.  
  38.  
  39. <link href='http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
  40. <link rel="icon" href="{Favicon}"/> <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/> <title>{Title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title> {CustomCSS} <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
  41. <style type="text/css">
  42. #tumblr_controls{
  43. position:fixed !important; z-index: 999999999;
  44. -webkit-filter: invert(100%) ; }
  45. ::-webkit-scrollbar-thumb{ border: 2px solid {color:blog frame top}; border-top: 25px solid {color:blog frame top}; background: {color:scrollbar}; height:auto; }
  46. ::-webkit-scrollbar:horizontal { display:none!important; }
  47. ::-webkit-scrollbar { height:auto;background-image: -o-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  48. background-image: -moz-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  49. background-image: -webkit-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  50. background-image: -ms-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  51. background-image: linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top}); background-size:cover; width:6px; }
  52. body,html {
  53. margin:0px; padding:0px; margin-top:0px; margin-bottom:0px;
  54. font: 10px 'Roboto'; letter-spacing: 1px;
  55. background: {color:background} url('{image:background}')top left fixed repeat; {block:ifbackgroundcover} background-size: cover; {/block:ifbackgroundcover}
  56. color: {color:text}; }
  57. a {color: {color:links}; text-decoration: none; }
  58. a:active,a:focus { outline:0; color: {color:links click};}
  59. blockquote { border-left: 1px solid {color:text}; margin: 2px; text-transform: none; padding-left: 5px; }
  60. pre {
  61. white-space:normal;
  62. padding:5px;
  63. background-color:rgba(0,0,0,.04);
  64. }
  65. img {
  66. border:0px;
  67. }
  68. #posts { {block:ifnot250px}width: 470px;{/block:ifnot250px} {block:if250px}width:320px;{/block:if250px} margin: 120px auto 0px auto; }
  69. .post { padding: 0px; overflow: hidden; margin: 35px 35px 250px 35px;
  70. {block:ifnot250px}width: 400px;{/block:ifnot250px}
  71. {block:if250px}width: 250px;{/block:if250px} }
  72. .post img { max-width: 100%; }
  73. .captions { position:absolute; width: 100%; height: 100%; background:rgba({RGBcolor:photo hover}, 0.8); margin-left: -400px; display:inline-flex; display: -webkit-flex; -moz-transition: all 2s ease-in-out;-ms-transition: all 2s ease-in-out; -o-transition: all 2s ease-in-out; transition: all 2s ease-in-out; }
  74. .pcaptions { {block:ifnot250px}width: 380px;{/block:ifnot250px} {block:if250px}width: 230px;{/block:if250px} margin-left: 10px; margin-top: 10px; max-height: 200px; min-height: 45px; height: auto; overflow: auto; position:absolute; background:rgba({RGBcolor:photo hover}, 0.8); margin-left: -400px; display:inline-flex; display: -webkit-flex; -moz-transition: all 2s ease-in-out; -ms-transition: all 2s ease-in-out; -o-transition: all 2s ease-in-out; transition: all 2s ease-in-out; }
  75. .txt { margin: auto; text-align: center; padding: 20px 50px; font-size: 12px; {block:IndexPage}color: rgba({RGBcolor:photo hover text},0.6);{/block:IndexPage} text-transform: uppercase; font-weight: 300; }
  76. .txt a { {block:IndexPage}color: rgba({RGBcolor:photo hover text},0.6);{/block:IndexPage} }
  77. .tags { font: 8px consolas; font-weight: 700; margin-top: 5px; }
  78. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  79. #infscr-loading {display:none;}
  80. .navigation {display:none!important;}
  81. .cred { position:fixed; bottom: 7px; left: 7px; text-transform: uppercase; font: 8px consolas; z-index: 99999999999; }
  82. .cred a {
  83. color: {color:scrollbar};
  84. }
  85. #s-m-t-tooltip { margin: 20px; background: rgba({RGBcolor:background}, 0.8); color: {color:text}; border: none; text-transform: uppercase; font: 10px consolas; padding: 2px 15px; z-index: 9999999999999999999999;}
  86. h1 { text-align: center; }
  87. .caption { font-size: 10px; text-align: justify; margin-top: -20px; }
  88. .post:hover .captions { margin-left: 0px; opacity: 1 !important; -moz-transition: all 0.75s ease-in-out;-ms-transition: all 0.75s ease-in-out;
  89. -o-transition: all 0.75s ease-in-out;transition: all 0.75s ease-in-out; }
  90. .post:hover .pcaptions { margin-left: 10px; opacity: 1 !important; -moz-transition: all 0.75s ease-in-out; -ms-transition: all 0.75s ease-in-out;
  91. -o-transition: all 0.75s ease-in-out; transition: all 0.75s ease-in-out; }
  92. #sidebar { font-size: 16px; font-weight: 100; text-transform: uppercase; position:fixed; top: 0px; left: 50%;padding: 50px 5px 5px; background: {color:background} url({image:background})top left fixed repeat; {block:ifbackgroundcover} background-size:cover; {/block:ifbackgroundcover} z-index: 9999999;{block:ifnot250px}width: 400px; margin-left: -205px;{/block:ifnot250px}{block:if250px}width: 250px; margin-left: -125px;{/block:if250px}}
  93. #sidebar li { font-weight: 300; border-bottom: 1px solid transparent; font-size: 10px; text-align: center; float:left; list-style:none; overflow:hidden; {block:ifnot250px}width: 66.5px;{/block:ifnot250px} {block:if250px}width: auto; padding: 2px 10px;{/block:if250px} -moz-transition: all 2s ease-in-out; -ms-transition: all 2s ease-in-out; -o-transition: all 2s ease-in-out; transition: all 2s ease-in-out; }
  94. #sidebar li:hover { border-bottom: 1px solid rgba({RGBcolor:text},0.6); -moz-transition: all 0.55s ease-in-out; -ms-transition: all 0.55s ease-in-out; -o-transition: all 0.55s ease-in-out; transition: all 0.55s ease-in-out; }
  95. .perma { text-transform: uppercase; border-top: 1px solid {color:text}; margin-top: 5px; padding: 5px; font: 8px consolas; font-weight: 700; text-align: center; }
  96. ::selection { background: transparent; color: {color:links click}; }
  97. ::-moz-selection { background: transparent; color: {color:links click}; }
  98. ::-webkit-selection { background: transparent; color: {color:links click}; }
  99. #tumblr_lightbox { background:{color:background} url({image:background})top right fixed repeat!important; background-size:cover!important;z-index:99999999999999999999999999999999999999999!important; -webkit-transition: all 0.35s ease-in-out; border: none; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;}
  100. #tumblr_lightbox img { opacity:0; }
  101. #tumblr_lightbox_caption { color:{color:text};!important;font-family: 'Roboto', sans-serif!important;font-size:10px!important;font-weight:normal!important;text-shadow:none!important;}
  102. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image { padding:5px!important; background: {color:text};!important; -moz-box-shadow:none!important; -webkit-box-shadow:none!important;
  103. box-shadow:none!important;-moz-border-radius:0px!important; -webkit-border-radius:0px!important; border-radius:0px!important; opacity:1!important; -webkit-transition: all 0.35s ease-in-out; border: none;
  104. -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; }
  105. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {-webkit-filter: brightness(0.35);-moz-filter:brightness(.35); -o-filter:brightness(.35); }
  106. .t {width: 100%; top: 0px; left: 0px;height: 25px;background: {color:blog frame top};position:fixed;z-index: 99999999;}
  107. .b {width: 100%; bottom: 0px; left: 0px; font: 11px consolas; line-height: 24px;height: 25px; text-transform: uppercase;
  108. background: {color:blog frame bottom};position:fixed;z-index: 99999999; }
  109. .b a { color: {color:scrollbar};}
  110. .r { height: 100%; top: 0px; right: 0px;width: 20px;
  111. background-image: -o-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  112. background-image: -moz-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  113. background-image: -webkit-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  114. background-image: -ms-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  115. background-image: linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});position:fixed;z-index: 99999999; }
  116. .l { height: 100%; top: 0px; left: 0px;
  117. width: 25px;
  118. background-image: -o-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  119. background-image: -moz-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  120. background-image: -webkit-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  121. background-image: -ms-linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  122. background-image: linear-gradient(bottom, {color:blog frame bottom}, {color:blog frame top});
  123. position:fixed;
  124. z-index: 99999999;
  125. }
  126. .current_page { font-style: italic; color: {color:scrollbar};
  127. }
  128. .des {text-align: justify; }
  129. .poplight { text-transform: uppercase; }
  130. #fade { display: none; background: {color:background} url({image:background})top left fixed repeat; background-size: cover; position: fixed; left: 0; top: 0; opacity: 0.95; width: 100%; height: 100%; z-index: 9999; }
  131. .popup_block{ display: none; padding: 10px; border: 1px solid {color:borders}; background: {color:post background}; overflow: hidden; float: left; position: fixed; top: 40%; left: 51.5%; z-index: 99999; }
  132. .popup_block a { padding: 15px; }
  133. img.btn_close { display: none; }
  134. *html #fade { position: absolute; }
  135. *html .popup_block { position: absolute; }
  136. {CustomCSS}
  137. </style>
  138. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  139. {block:IndexPage}
  140. <script src="http://static.tumblr.com/mqkrxog/WbVn5j0z0/masonn.js"></script>
  141. <script>
  142. $(document).ready(function() {
  143. //
  144. $('a.poplight[href^=#]').click(function() {
  145. var popID = $(this).attr('rel'); //Get Popup Name
  146. var popURL = $(this).attr('href'); //Get Popup href to define size
  147. var query= popURL.split('?');
  148. var dim= query[1].split('&');
  149. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  150. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://png.findicons.com/files/icons/1714/dropline_neu/24/dialog_close.png" class="btn_close" title="Close" alt="Close" /></a>');
  151. var popMargTop = ($('#' + popID).height() + 80) / 2;
  152. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  153. //Apply Margin to Popup
  154. $('#' + popID).css({
  155. 'margin-top' : -popMargTop,
  156. 'margin-left' : -popMargLeft
  157. });
  158. $('body').append('<div id="fade"></div>');
  159. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  160. return false;
  161. });
  162. $('a.close, #fade').live('click', function() {
  163. $('#fade , .popup_block').fadeOut(function() {
  164. $('#fade, a.close').remove(); //fade them both out
  165. });
  166. return false;
  167. });
  168. });
  169. </script>
  170. {block:ifinfinitescroll}
  171. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  172. {/block:ifinfinitescroll}
  173. <script type="text/javascript">
  174. $(window).load(function () {
  175. $('#posts').masonry(),
  176. $('.masonryWrap').infinitescroll({
  177. navSelector : "div.navigation",
  178. // selector for the paged navigation (it will be hidden)
  179. nextSelector : ".navigation a#next",
  180. // selector for the NEXT link (to page 2)
  181. itemSelector : ".post",
  182. // selector for all items you'll retrieve
  183. bufferPx : 10000,
  184. extraScrollPx: 10000,
  185. loadingImg : "http://www.freeiconsweb.com/Icons-show/loading/loading2.gif",
  186. loadingText : "<em></em>",
  187. },
  188. // call masonry as a callback.
  189. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  190. );
  191. });
  192. </script>
  193. {/block:IndexPage}
  194. {block:indexpage}<div class="navigation">{block:Pagination}{block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older</a>{/block:NextPage}{block:PreviousPage}<a style="float:left" href="{PreviousPage}">Newer</a></p>{/block:PreviousPage}{/block:Pagination}</div>{/block:indexpage}
  195. </head>
  196. <body>
  197. <div id="sidebar">
  198. <div class="t"></div><div class="b">
  199.  
  200. {block:ifnotinfinitescroll}{block:Pagination}<center>{block:PreviousPage} <a href="{PreviousPage}">← back</a> {/block:PreviousPage}{block:JumpPagination length="7"}{block:CurrentPage} <span class="current_page">{PageNumber}</span> {/block:CurrentPage}{block:JumpPage} <a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage} <a href="{NextPage}">next →</a> {/block:NextPage}</center>{/block:Pagination}{/block:ifnotinfinitescroll}
  201.  
  202. </div><div class="r"></div><div class="l"></div>
  203. <a href="/"><li>renew</li></a><a href="#?w=500" rel="03" class="poplight"><li>contact</li></a><a href="/archive"><li>past</li></a>{block:iflink1title}<a href="{text:link 1 url}" title="{text:link 1 title}"><li>{text:link 1 title}</li></a>{/block:iflink1title}{block:iflink2title}<a href="{text:link 2 url}" title="{text:link 2 title}"><li>{text:link 2 title}</li></a>{/block:iflink2title}{block:iflink3title}<a href="{text:link 3 title}" title="{text:link 3 title}"><li>{text:link 3 title}</li>{/block:iflink3title}</a>
  204. <div id="03" class="popup_block">
  205. <p><iframe frameborder="0" scrolling="no" width="100%" height="260" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  206. </div>
  207. </div>
  208. </div>
  209. <div id="contentcolumn"> <div class="masonrywrap">
  210. <div id="posts">
  211. <div class="post" style="margin-bottom: 150px;">
  212. <div class="des">
  213. {description}
  214. </div>
  215. </div>
  216. {block:Posts}
  217. {block:ContentSource}
  218. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  219. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  220. {/block:SourceLogo}
  221. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  222. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  223.  
  224.  
  225. {block:Text}
  226. <div class="post">
  227. {block:Title}{Title}{/block:Title}{Body}
  228. {block:indexpage}
  229. <div class="perma">
  230. {block:HasTags}<div style="float:right;">{block:Tags}<a href="http://tumblr.com/tagged/{Tag}" target="blank">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  231. <a href="{Permalink}">{NoteCountwithLabel}</a>
  232. <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  233. </div>{/block:indexpage}
  234. </div>
  235. {/block:Text}
  236.  
  237. {block:Photo}
  238. <div class="post">
  239. {block:IndexPage}<div class="captions"> <div class="txt">
  240. {block:caption}<div class="caption">{Caption}</div>{/block:caption}
  241. <a href="{Permalink}" title="{NoteCountwithLabel}">{12Hour}:{Minutes} {AmPm}</a>
  242. <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  243. {block:HasTags} <div class="tags"> {block:Tags}<a href="http://tumblr.com/tagged/{Tag}" target="blank">#{Tag}</a> {/block:Tags} </div>{/block:HasTags} </div> </div>{/block:indexpage}
  244. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  245. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="margin-bottom: -4px;"/> {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage} </div>
  246. {/block:Photo}
  247.  
  248. {block:Photoset}
  249. <div class="post">
  250. {block:IndexPage}<div class="pcaptions"> <div class="txt" style="margin-top: 5%; "> {block:caption}<div class="caption">{Caption}</div>{/block:caption} <a href="{Permalink}" title="{NoteCountwithLabel}">{12Hour}:{Minutes} {AmPm}</a> <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  251. {block:HasTags} <div class="tags"> {block:Tags}<a href="http://tumblr.com/tagged/{Tag}" target="blank">#{Tag}</a> {/block:Tags} </div>{/block:HasTags} </div></div>{/block:indexpage}
  252. <center>
  253. {block:ifnot250px}{Photoset-400}{/block:ifnot250px} {block:if250px}{Photoset-250}{/block:if250px}
  254. </center>
  255. </div>{/block:Photoset}
  256.  
  257. {block:Quote}
  258. <div class="post">
  259. "<i>{Quote}</i>"<br><br>&mdash;{Source}
  260. {block:indexpage}
  261. <div class="perma">
  262. {block:HasTags}<div style="float:right;">{block:Tags}<a href="http://tumblr.com/tagged/{Tag}" target="blank">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  263. <a href="{Permalink}">{NoteCountwithLabel}</a>
  264. <a href="{ReblogURL}" target="_blank" class="details">reblog</a></div>{/block:indexpage}
  265. </div>{/block:Quote}
  266.  
  267. {block:Link}
  268. <div class="post"><a href="{URL}">{Name}</a> {block:Description}{Description}{/block:Description}
  269. {block:indexpage}
  270. <div class="perma">
  271. {block:HasTags}<div style="float:right;">{block:Tags}<a href="http://tumblr.com/tagged/{Tag}" target="blank">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  272. <a href="{Permalink}">{NoteCountwithLabel}</a>
  273. <a href="{ReblogURL}" target="_blank" class="details">reblog</a></div>{/block:indexpage}
  274. </div>
  275. {/block:Link}
  276.  
  277. {block:Chat}
  278. <div class="post">
  279. <b>{block:Title}{Title}{/block:Title}</b><br>
  280. {block:Lines}{block:Label}<b>{Label}</b><br> {Line} <br><br> {/block:Label}{/block:Lines}
  281. {block:indexpage}
  282. <div class="perma">
  283. {block:HasTags}<div style="float:right;">{block:Tags}<a href="http://tumblr.com/tagged/{Tag}" target="blank">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  284. <a href="{Permalink}">{NoteCountwithLabel}</a>
  285. <a href="{ReblogURL}" target="_blank" class="details">reblog</a></div>{/block:indexpage}
  286. </div>{/block:Chat}
  287.  
  288. {block:Audio}
  289. <div class="post">
  290. <div style="background: black; color: white; font-weight: 800; padding: 4px;">{block:AlbumArt}<a href="{permalink}"><img src="{AlbumArtURL}" width="100%"/></a>{/block:AlbumArt}<div class="hear">
  291. <div style="width: 30px; overflow: hidden; position:absolute; margin-top: 5px;">
  292. <center>{AudioPlayerBlack}</center></div></div>
  293. <p style="padding: 2px; text-transform: uppercase; text-align: center;">
  294. {block:Artist}{Artist}{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName}</p>
  295. </div>
  296. {block:ExternalAudio}{/block:ExternalAudio}
  297.  
  298. {block:indexpage}
  299. <div class="perma">
  300. {block:HasTags}<div style="float:right;">{block:Tags}<a href="http://tumblr.com/tagged/{Tag}" target="blank">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  301. <a href="{Permalink}">{NoteCountwithLabel}</a>
  302. <a href="{ReblogURL}" target="_blank" class="details">reblog</a></div>{/block:indexpage}
  303. </div>
  304. {/block:Audio}
  305.  
  306. {block:Answer}
  307. <div class="post">
  308. <div style="background:{color:photo hover}; color:{color:photo hover text}; padding: 10px; text-align: justify;">{Question}<br><p align="right" style="text-transform: uppercase; margin: 0px; padding: 0px;">&mdash; {Asker}</p></div><br> {Answer}
  309.  
  310. {block:indexpage}
  311. <div class="perma">
  312. {block:HasTags}<div style="float:right;">{block:Tags}<a href="http://tumblr.com/tagged/{Tag}" target="blank">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  313. <a href="{Permalink}">{NoteCountwithLabel}</a>
  314. <a href="{ReblogURL}" target="_blank" class="details">reblog</a></div>{/block:indexpage}
  315. </div>
  316. {/block:answer}
  317.  
  318. {block:Video}
  319. <div class="post"> <center> {block:ifnot250px}{Video-400}{/block:ifnot250px} {block:if250px}{Video-250}{/block:if250px} </center>
  320.  
  321. {block:indexpage}
  322. {block:indexpage}
  323. <div class="perma">
  324. {block:HasTags}<div style="float:right;">{block:Tags}<a href="http://tumblr.com/tagged/{Tag}" target="blank">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  325. <a href="{Permalink}">{NoteCountwithLabel}</a>
  326. <a href="{ReblogURL}" target="_blank" class="details">reblog</a></div>{/block:indexpage}
  327. </div>
  328. {/block:Video}
  329.  
  330. {block:PostNotes}
  331. <div class="post">
  332. {block:NoteCount}{NoteCount} notes{/block:NoteCount} {block:HasTags}// {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags} {/block:HasTags}
  333. {PostNotes} </div>{/block:PostNotes}
  334. {/block:posts}
  335.  
  336.  
  337. </div></div>
  338. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  339. <script>
  340. (function($){
  341. $(document).ready(function(){
  342. $("[title],a[title],img[title]").style_my_tooltips({
  343. tip_follows_cursor:true,
  344. tip_delay_time:100,
  345. tip_fade_speed:300,
  346. attribute:"title"
  347. });
  348. });
  349. })(jQuery);
  350. </script>
  351. </div> <br> <br>
  352. </body> </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement