charmthemes

charm-themes/20

Jul 29th, 2013
9,647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.14 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. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. <meta name="text:Link 1" content=""/>
  11. <meta name="text:Link 1 URL" content=""/>
  12. <meta name="text:Link 2" content=""/>
  13. <meta name="text:Link 2 URL" content=""/>
  14. <meta name="text:Link 3" content=""/>
  15. <meta name="text:Link 3 URL" content=""/>
  16. <meta name="text:Link 4" content=""/>
  17. <meta name="text:Link 4 URL" content=""/>
  18. <meta name="text:Link 5" content=""/>
  19. <meta name="text:Link 5 URL" content=""/>
  20. <meta name="text:Link 6" content=""/>
  21. <meta name="text:Link 6 URL" content=""/>
  22. <meta name="text:Home Label" content="Home"/>
  23. <meta name="text:Ask Label" content="Ask"/>
  24. <meta name="text:Submit Label" content="Submit"/>
  25. <meta name="text:Archive Label" content="Archive"/>
  26. <meta name="if:Show Archive Link" content="1"/>
  27. <meta name="if:Show Submit Link" content="1"/>
  28. <meta name="if:Show Title" content="0"/>
  29. <meta name="if:Show Tags" content="0"/>
  30. <meta name="if:Animation" content="1"/>
  31. <meta name="if:To Top Button" content="1"/>
  32. <meta name="if:Infinite Scroll" content="1"/>
  33. <meta name="if:Show Captions" content="1"/>
  34. <meta name="if:Show Tags" content="1"/>
  35. <meta name="image:Background" content=""/>
  36. <meta name="image:Sidebar" content=""/>
  37. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/jkEm9tb4p/jquery-1.8.1.min.js"></script>
  38. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/2V1m9r58l/reset.css">
  39. <script type="text/javascript" src="http://static.tumblr.com/pjanmyp/R8Pmqq1ti/minified.js"></script>
  40. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700' rel='stylesheet' type='text/css'>
  41. <script type="text/javascript">
  42. $(document).ready(function() {
  43. function photosetResize() {
  44. $('iframe.photoset').each(function(){
  45. var newSize = 350;
  46. var newSrc = $(this).attr('src').replace('500',newSize);
  47. $(this).attr('src', newSrc).width(newSize);
  48. var high = $(this).css('height');
  49. var calculate = parseInt(high, 10)* newSize/500;
  50. $(this).css('height', calculate);
  51. });
  52. }
  53. photosetResize();
  54. });
  55. </script>
  56. <div id="fb-root"></div>
  57. <script>(function(d, s, id) {
  58. var js, fjs = d.getElementsByTagName(s)[0];
  59. if (d.getElementById(id)) return;
  60. js = d.createElement(s); js.id = id;
  61. js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  62. fjs.parentNode.insertBefore(js, fjs);
  63. }(document, 'script', 'facebook-jssdk'));</script>
  64.  
  65. <style type="text/css">
  66. body {
  67. color: #888;
  68. background: #dadada url("{image:Background}") repeat;
  69. background-attachment: fixed;
  70. font-family: times new roman;
  71. font-size:11px;
  72. line-height: 11px;
  73. text-align:justify;
  74. }
  75. @font-face {
  76. font-family: 'Inconsolata';
  77. font-style: normal;
  78. font-weight: 400;
  79. src: local('Inconsolata'), url(http://themes.googleusercontent.com/static/fonts/inconsolata/v6/BjAYBlHtW3CJxDcjzrnZCIbN6UDyHWBl620a-IRfuBk.woff) format('woff');
  80. }
  81. .btn{display:none;}
  82. p {margin:0 0 .75em 0} p:last-child {margin:0}
  83. a {
  84. color: #ccc;
  85. text-decoration:none;
  86. {block:IfAnimation}-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-o-transition:all .2s ease;{/block:IfAnimation}}
  87. a:hover {color: #888; }
  88.  
  89. blockquote {quotes: "" "" "'" "'";
  90. margin: 0.75em 0 .75em .75em;
  91. padding-left: 1.5em;
  92. line-height: 100%;border-left: solid 4px #888;
  93. }
  94.  
  95. ul {
  96. margin: 0px 1.5em .75em;}
  97. li {
  98. margin: .75em 0;
  99. list-style-type: square;
  100. }
  101. .box img {
  102. display: block;
  103. max-width: 100%;}.m-i {
  104. display: block;
  105. line-height: 1px!important;
  106. }
  107. .menu-picture {
  108. line-height: 100%;
  109. display: inline-block;
  110. line-height: 0px!important;
  111. }
  112. .post-link{
  113. font-family: default;
  114. font-size: 8px;
  115. line-height: 8px;
  116. }p.source{text-align: center;}
  117. .menu-picture {
  118. line-height: 100%;display: inline-block;
  119. }p.source{text-align: center;}
  120. .tagged {
  121. background: #f4f4f4;
  122. border: 1px solid #eee;
  123. font-size:9px;
  124. padding: 2px;
  125. margin:0px;
  126. margin-top:2px;
  127. text-align: center;
  128. text-transform: uppercase;
  129. text-align: center;
  130. line-height: 10px;
  131. font-size: 10px;
  132. }
  133. .text { padding: 5px;
  134. }
  135.  
  136. p.question {
  137. margin-bottom: .375em;
  138. }
  139. p.words {
  140. padding: 6px;
  141. line-height: 1.5em;
  142. color:#cacecd;
  143. background: #f4f4f4;
  144. border: 1px solid #eee;
  145. }
  146. .response {
  147. color:#cacecd;
  148. background: #f4f4f4;
  149. border: 1px solid #eee;
  150. padding: 5px;
  151. margin-bottom: .75em;
  152. }.answer {
  153. text-align: center;
  154. }
  155. .post {
  156. position: relative;
  157. {block:IndexPage}
  158. width:350px;
  159. {/block:IndexPage}
  160. {block:PermalinkPage}
  161. width:400px;
  162. {/block:PermalinkPage}
  163. float:left;
  164. background:#fff;
  165. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  166. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  167. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  168. border: 1px solid #fff;
  169. padding:5px;
  170. margin:5px;
  171. }
  172.  
  173. .box {position: relative;}
  174.  
  175. ul {margin-bottom: .75em;}
  176.  
  177. #container {
  178. width:960px;
  179. margin: 0 auto;
  180. }
  181. #content {
  182. width:745px;
  183. float: right;
  184. margin:0px;
  185. }
  186.  
  187. #side {
  188. float:left;
  189. width:200px;
  190. padding:5px;
  191. margin:0px;
  192. margin-top:100px;
  193. position: fixed;
  194. background:#fff;
  195. border: 1px solid #fff;
  196. }
  197.  
  198. img.border{
  199. padding:4px; margin:0px;
  200. margin-bottom:2px;
  201. color:#888;
  202. background: #f4f4f4;
  203. border: 1px solid #eee;
  204. }
  205.  
  206. #top{
  207. float:left;
  208. margin-top:85px;
  209. margin-left:-100px;
  210. position:fixed;
  211. }
  212.  
  213. a.nav:link, a.nav:active, a.nav:visited {
  214. display: block;
  215. font-family: 'Open Sans Condensed', sans-serif;
  216. text-transform: uppercase;
  217. font-size: 14px;
  218. margin-bottom:2px;
  219. line-height: 70px;
  220. font-weight: normal;
  221. text-align:center;
  222. color:#e0c9b1;
  223. width:70px;
  224. padding:5px;
  225. background: #fff;
  226. border: 1px solid #dfcfbf;
  227. -webkit-border-radius: 50px;
  228. border-radius: 50px;
  229. }
  230.  
  231. a.nav:hover {
  232. color:#ccc;
  233. letter-spacing:2px;
  234. }
  235.  
  236. a.nav2:link, a.nav2:active, a.nav2:visited {
  237. text-transform: uppercase;
  238. font-family: consolas;
  239. font-size:11px;
  240. text-align:center;
  241. color:#e0c9b1;
  242. padding:3px;
  243. line-height:15px;
  244. margin:0px;
  245. }
  246.  
  247. a.nav2:hover {
  248. color:#ccc;
  249. }
  250.  
  251. h1 {
  252. color:#ccc;
  253. font-family: 'Open Sans Condensed', sans-serif;
  254. text-transform: uppercase;
  255. font-size: 20px;
  256. line-height:20px;
  257. margin:3px;
  258. padding:0px;
  259. font-weight: normal;
  260. text-align:center;
  261. }
  262.  
  263. .stuff{
  264. width:100px;
  265. padding:0px;
  266. margin:1px;
  267. }
  268. .stuff2{
  269. position:absolute;
  270. margin-top:85px;
  271. margin-left:-90px;
  272. position:fixed;
  273. }
  274. .stuff2:hover{
  275. margin-left:0px;
  276. }
  277.  
  278. .notez{
  279. float:left;
  280. width:340px;
  281. text-align:center;
  282. padding:0px;
  283. margin-right:0px;
  284. }
  285. .notez a{
  286. padding:3px; margin:1px;
  287. display:block;
  288. font-size:14px;
  289. background: url('http://static.tumblr.com/pjanmyp/EeQmqoocj/bg.png');
  290. color:#fff;
  291. font-family: 'Open Sans Condensed', sans-serif;
  292. text-transform:uppercase;
  293. text-shadow: 1px 1px 0px #999999;
  294. filter: dropshadow(color=#999999, offx=1, offy=1);
  295. }
  296. .notez a:hover{
  297. letter-spacing:4px;
  298. }
  299.  
  300. .clears{clear:both; margin-top:1px;}
  301.  
  302. ::-webkit-scrollbar-thumb {
  303. background: #eee;
  304. }
  305. ::-webkit-scrollbar {
  306. width: 10px; height: 4px;
  307. background: #ccc;
  308. }
  309.  
  310. #infscr-loading{position:absolute!important;width:16px!important;height:11px!important;margin-bottom:-16px!important;top:auto!important;bottom:0;left:50%!important}.post-header-a{z-index:10;top:5px;right:5px;position:absolute;display:block;opacity:0;filter:alpha(opacity = 0);{block:IfAnimation}-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-o-transition:all .2s ease;{/block:IfAnimation}}
  311. .post:hover .post-header-a{opacity:1;filter:alpha(opacity = 100)}
  312.  
  313.  
  314. a.note-perma,a.note-perma:hover{
  315. color:white;
  316. text-decoration:none;
  317. font-weight:bold
  318. }
  319.  
  320. .perma-a {
  321. background: #f4f4f4;
  322. border: 1px solid #eee;
  323. font-size:9px;
  324. padding: 2px;
  325. text-align: center;
  326. text-transform: uppercase;
  327. {block:IfAnimation}
  328. -webkit-transition:all .2s ease;
  329. -moz-transition:all .2s ease;
  330. transition:all .2s ease;
  331. -o-transition:all .2s ease;
  332. {/block:IfAnimation}
  333. }
  334.  
  335. p.menu-m {margin: .375em;} .menu-link {margin: 0 3px;}.box iframe {
  336. max-width: 100%;
  337. }.text img {max-width: 100%;}img {display: block;}.box img {display: block;}
  338. .post-info-data{text-align:center}.notes img{display:block;float:left;margin-right:.75em}ol.notes li{margin:.375em 0;list-style-type:none;line-height:16px}
  339.  
  340. #toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:21px;height:21px;border:0;text-indent:100%;background:url(http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png) no-repeat left top;opacity:.5;filter:alpha(opacity = 50);{block:IfAnimation}-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-o-transition:all .2s ease;{/block:IfAnimation}}#toTopHover{width:21px;height:21px;display:block;overflow:hidden;float:left;opacity:0;-moz-opacity:0;filter:alpha(opacity=0);{block:IfAnimation}-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-o-transition:all .2s ease;{/block:IfAnimation}}#toTop:hover{opacity:1;filter:alpha(opacity = 100)}#toTop:active,#toTop:focus{outline:0}
  341. .clear {clear: both;} #pagination {display: none;} .clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix{display:inline-block}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}
  342. </style></head><body><div id="container"><div id="top">
  343. <a href="/" class="nav">home</a>
  344. <a href="/ask" class="nav">askme</a>
  345. <a href="/archive" class="nav">archive</a>
  346. <a href="/random" class="nav">random</a>
  347. </div>
  348.  
  349. <div id="side">
  350. <img src="{image:Sidebar}" width=200>
  351. {Description}
  352. <div class="clears"></div>
  353. <center>
  354. <a href="{text:link 1 url}" class="nav2">{text:link 1}</a>
  355. <a href="{text:link 2 url}" class="nav2">{text:link 2}</a>
  356. <a href="{text:link 3 url}" class="nav2">{text:link 3}</a>
  357. <a href="{text:link 4 url}" class="nav2">{text:link 4}</a>
  358. <a href="{text:link 5 url}" class="nav2">{text:link 5}</a>
  359. <a href="{text:link 6 url}" class="nav2">{text:link 6}</a></center>
  360. <br>
  361. {block:IfNotInfiniteScroll}{block:Pagination}<p class="previous-next text">{block:PreviousPage}<a href="{PreviousPage}" class="next"><</a>{/block:PreviousPage}<span id="pages"> {CurrentPage} of {TotalPages} </span>{block:NextPage}<a href="{NextPage}" class="previous">></a>{/block:NextPage}</p>{/block:Pagination}{/block:IfNotInfiniteScroll}</div><div id="content">{block:Posts}<div class="post">
  362. {block:Text}
  363. <div class="text">
  364. {block:Title}<h1>{Title}</h1>{/block:Title}
  365. {Body}
  366. <!-- permalink --> {block:IndexPage}
  367. <p class="perma-a"><a href="{Permalink}">Posted {TimeAgo} With {NoteCountWithLabel}</a></p>
  368. <!-- /permalink --> {/block:IndexPage}
  369. </div>
  370. {/block:Text}
  371.  
  372. {block:Quote}
  373. <div class="text quote">
  374. <p class="words">&#8220;{Quote}&#8221;</p>
  375. {block:Source}<p class="source">{Source}</p>{/block:Source}
  376. <!-- permalink --> {block:IndexPage}
  377. <p class="perma-a"><a href="{Permalink}">Posted {TimeAgo} With {NoteCountWithLabel}</a></p>
  378. <!-- /permalink --> {/block:IndexPage}
  379. </div>
  380. {/block:Quote}
  381.  
  382. {block:Link}
  383. <div class="text link">
  384. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  385. {block:Description}{Description}{/block:Description}
  386. <!-- permalink --> {block:IndexPage}
  387. <p class="perma-a"><a href="{Permalink}">Posted {TimeAgo} With {NoteCountWithLabel}</a></p>
  388. <!-- /permalink --> {/block:IndexPage}
  389. </div>
  390. {/block:Link}
  391.  
  392. {block:Chat}
  393. <div class="text chat">
  394. <ul class="conversation">
  395. {block:Lines}
  396. <li class="line {Alt}">
  397. {block:Label}<span class="person">{Label}</span>{/block:Label}
  398. <span class="person-said">{Line}</span>
  399. </li>
  400. {/block:Lines}
  401. </ul>
  402. <!-- permalink --> {block:IndexPage}
  403. <p class="perma-a"><a href="{Permalink}">Posted {TimeAgo} With {NoteCountWithLabel}</a></p>
  404. <!-- /permalink --> {/block:IndexPage}
  405. </div>
  406. {/block:Chat}
  407.  
  408. {block:Audio}
  409. <div class="text audio">
  410. <p>{AudioPlayerBlack}</p>
  411. {block:IndexPage}{block:IfShowCaptions}
  412. {block:Caption}{Caption}{/block:Caption}
  413. {/block:IfShowCaptions}{/block:IndexPage}
  414. <!-- permalink --> {block:IndexPage}
  415. <p class="perma-a"><a href="{Permalink}">Posted {TimeAgo} With {NoteCountWithLabel}</a></p>
  416. <!-- /permalink --> {/block:IndexPage}
  417. </div>
  418. {/block:Audio}
  419.  
  420. {block:Answer}
  421. <div class="text answer">
  422. <div class="response">
  423. <p class="question"><img src="{AskerPortraitURL-30}" class="border" align="left"> {Question}</p></div>
  424. {Answer}
  425. <!-- permalink --> {block:IndexPage}
  426. <p class="perma-a"><a href="{Permalink}">Posted {TimeAgo} With {NoteCountWithLabel}</a></p>
  427. <!-- /permalink --> {/block:IndexPage}
  428. </div>
  429. {/block:Answer}
  430.  
  431. {block:Photoset}
  432. <div class="photoset">
  433. <div class="box">
  434. <!-- permalink --> {block:IndexPage}
  435. <div class="post-header-a">
  436. <div class="notez">
  437. <a href="{Permalink}">{NoteCountWithLabel}</a>
  438. <a href="{reblogurl}" target="_blank">Reblog</a>
  439. </div></div>
  440. <!-- /permalink --> {/block:IndexPage}
  441. {block:IndexPage}<center>{Photoset-500}</center>{/block:IndexPage}
  442. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  443. </div>
  444.  
  445. </div>
  446. {/block:Photoset}
  447.  
  448. {block:Video}
  449. <div class="video">
  450. <div class="box">
  451. <!-- permalink --> {block:IndexPage}
  452. <div class="post-header-a">
  453. <div class="notez">
  454. <a href="{Permalink}">{NoteCountWithLabel}</a>
  455. <a href="{reblogurl}" target="_blank">Reblog</a>
  456. </div></div>
  457. <!-- /permalink --> {/block:IndexPage}
  458. {block:IndexPage}<center>{Video-250}</center>{/block:IndexPage}
  459. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  460. </div>
  461.  
  462. </div>
  463. {/block:Video}
  464.  
  465. {block:Photo}
  466. <div class="photo">
  467. <div class="box">
  468. {block:IndexPage}
  469. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"/></a>
  470. {/block:IndexPage}
  471. {block:PermalinkPage}
  472. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}
  473. {/block:PermalinkPage}
  474. <!-- permalink --> {block:IndexPage}
  475. <div class="post-header-a">
  476. <div class="notez">
  477. <a href="{Permalink}">{NoteCountWithLabel}</a>
  478. <a href="{reblogurl}" target="_blank">Reblog</a>
  479. </div></div>
  480. <!-- /permalink --> {/block:IndexPage}
  481. {block:IndexPage}{block:IfShowCaptions}
  482. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  483. {/block:IfShowCaptions}{/block:IndexPage}
  484. {block:IfShowTags}{block:IndexPage}{block:HasTags}
  485. <div class="tagged"><p>{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p></div>
  486. {/block:HasTags}{/block:IndexPage}{/block:IfShowTags}
  487. </div>
  488. </div>
  489. {/block:Photo}
  490.  
  491. {block:PermalinkPage}
  492. <div id="post-info" class="text">
  493. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  494. {block:HasTags}
  495. <p class="tagged">{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p>
  496. {/block:HasTags}
  497. <p class="post-info-data">
  498. {block:Date}{12Hour}:{Minutes}:{Seconds} @ {MonthNumber}/{DayOfMonth}/{Year}<br/>{/block:Date}
  499. {block:NoteCount}{NoteCountWithLabel}<br />{/block:NoteCount}{block:RebloggedFrom}
  500. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br/>Posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFrom}</p>
  501. {block:PostNotes}
  502. {PostNotes}
  503. {/block:PostNotes}
  504. </div>
  505. {/block:PermalinkPage}
  506.  
  507.  
  508. </div> <!-- end single post -->
  509. {block:ContentSource}
  510. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  511. {/block:ContentSource}
  512. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  513. {/block:Posts}
  514. </div>
  515. <div class="loading"></div>
  516. </div> <!-- end containing div -->
  517. {block:IfInfiniteScroll}
  518. {block:Pagination}<ul id="pagination">
  519. {block:PreviousPage}
  520. <li><a href="{PreviousPage}"></a></li>
  521. {/block:PreviousPage}
  522. {block:JumpPagination length="5"}
  523. {block:CurrentPage}
  524. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  525. {/block:CurrentPage}
  526. {block:JumpPage}
  527. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  528. {/block:JumpPage}
  529. {/block:JumpPagination}
  530. {block:NextPage}
  531. <li><a id="nextPage" href="{NextPage}"></a></li>
  532. {/block:NextPage}
  533. </ul>{/block:Pagination}
  534. {/block:IfInfiniteScroll}
  535. {block:IndexPage}
  536. <script type="text/javascript">
  537. $(window).load(function () {
  538. $('#content').masonry(),
  539. $('.masonryWrap').infinitescroll({
  540. navSelector : '#pagination',
  541. nextSelector : '#pagination a#nextPage',
  542. itemSelector : ".post, .loading",
  543. bufferPx : 40,
  544. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  545. loadingText : "<em></em>",
  546. },
  547. function() { $('#content').masonry({ appendedContent: $(this) }); }
  548. );
  549. });
  550. </script>
  551. {/block:IndexPage}
  552. {block:IfToTopButton}
  553. <script type="text/javascript">
  554. $(document).ready(function() {
  555. /*
  556. var defaults = {
  557. containerID: 'toTop', // fading element id
  558. containerHoverID: 'toTopHover', // fading element hover id
  559. scrollSpeed: 1200,
  560. easingType: 'linear'
  561. };
  562. */
  563.  
  564. $().UItoTop({ easingType: 'easeOutQuart' });
  565.  
  566. });
  567. </script>
  568. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>
  569. {/block:IfToTopButton}<script type="text/javascript" src="http://static.tumblr.com/tpqedpr/26Qm9zxnj/like.js"></script>
  570. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  571. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment