aethemes

Egen Theme

Dec 8th, 2013
5,130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 18.13 KB | None | 0 0
  1. <!--
  2. Egen Theme Version 1.0 (December 08, 2013) designed and created by Luis V, brought to you by Aesthetic Themes.
  3.  
  4. By using this theme you're agreeing to NOT to do any of the following:
  5. - removing the credit(s) or alter them in any way;
  6. - stealing any parts/codes of the theme and claiming them as yours;
  7. - editing the HTML and claiming it to be yours;
  8. - using this theme as base code;
  9. violating any of these terms will result in blog suspension/termination
  10. -->
  11.  
  12. <html>
  13. <head>
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  16.  
  17. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
  18.  
  19. <script type="text/javascript" async src="http://static.tumblr.com/fna2ccp/5ixmx5ji6/pinit.js"></script>
  20.  
  21. <script type="text/javascript" src="http://static.tumblr.com/qkgmvnb/KwSmqd1od/jquerymasonry.js"></script>
  22.  
  23. <script type="text/javascript" src="http://static.tumblr.com/qkgmvnb/1S4mqd23i/jqueryinfintescroll.js"></script>
  24.  
  25. <title>{Title}</title>
  26.  
  27. <link rel="shortcut icon" href="{Favicon}"/>
  28.  
  29. <meta name="select:Title Font" content="Fontin Bold" title="Default">
  30. <meta name="select:Title Font" content="Lobster Bold" title="Lobster">
  31. <meta name="select:Title Font" content="Open Sans, sans-serif" title="Open Sans">
  32.  
  33. <meta name="color:Background" content="#f8f8f8" />
  34. <meta name="color:Text" content="#1b1c1e" />
  35. <meta name="color:Links" content="#1b1c1e" />
  36. <meta name="color:Hover" content="#666" />
  37. <meta name="color:Header Background" content="#fff" />
  38. <meta name="color:Posts Background" content="#fff" />
  39. <meta name="color:Scrollbar" content="#ccc" />
  40. <meta name="color:Title Color" content="#1b1c1e" />
  41. <meta name="color:Go To Top" content="#ff7600" />
  42.  
  43. <meta name="if:Navigation Bar" content="1">
  44. <meta name="if:Social Media" content="0">
  45. <meta name="if:Go To Top" content="1">
  46.  
  47. <meta name="image:Background" content=""/>
  48. <meta name="image:Banner" content=""/>
  49.  
  50. <meta name="text:Twitter URL" content="">
  51. <meta name="text:Facebook URL" content="">
  52. <meta name="text:Instagram URL" content="">
  53. <meta name="text:Pinterest URL" content="">
  54. <meta name="text:Youtube URL" content="">
  55.  
  56. <meta name="text:Ask Title" content="contact"/>
  57. <meta name="text:Ask Link" content="/ask"/>
  58. <meta name="text:Archive Title" content="archive"/>
  59. <meta name="text:Custom Link One" content="" />
  60. <meta name="text:Custom Link One Title" content="" />
  61. <meta name="text:Custom Link Two" content="" />
  62. <meta name="text:Custom Link Two Title" content="" />
  63. <meta name="text:Custom Link Three" content="" />
  64. <meta name="text:Custom Link Three Title" content="" />
  65.  
  66. <script type="text/javascript">
  67. $(window).load(function () {
  68. var $content = $('#content');
  69. $content.masonry({itemSelector: '.entry'}),
  70. $content.infinitescroll({
  71. navSelector : 'div#pagination',
  72. nextSelector : 'div#pagination a#nextPage',
  73. itemSelector : '.entry',
  74. loading: {
  75. finishedMsg: '',
  76. img: 'http://static.tumblr.com/fna2ccp/GPwmx8iit/301__2_.gif'
  77. },
  78. bufferPx : 600,
  79. debug : false,},
  80. // call masonry as a callback.
  81. function( newElements ) {
  82. window.n = window.n || 1;
  83. Tumblr.LikeButton.get_status_by_page(++window.n);
  84. var $newElems = $( newElements );
  85. $newElems.hide();
  86. // ensure that images load before adding to masonry layout
  87. $newElems.imagesLoaded(function(){
  88. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});
  89.  
  90. {block:ifNavigationBar}
  91. $(document).ready(function() {
  92. var s = $(".menu");
  93. var pos = s.position();                    
  94. $(window).scroll(function() {
  95. var windowpos = $(window).scrollTop();
  96. if (windowpos >= pos.top) {
  97. s.addClass("stick");
  98. } else {
  99. s.removeClass("stick");}});});
  100. {/block:ifNavigationBar}
  101.  
  102. $(function() {
  103. $("#gotopA").click(function(){
  104. var target = $("html");  
  105. $('html, body').animate({
  106. scrollTop: target.offset().top  
  107. }, 1000);});
  108.  
  109. var gotop = $("#gotopA");
  110. var gotopTop = "300";
  111. var view = $( window );
  112. view.bind("scroll resize", function(){
  113. var viewTop = view.scrollTop();
  114. if (viewTop > gotopTop){
  115. gotop.fadeIn(200);
  116. }
  117. else if (viewTop <= gotopTop){
  118. gotop.fadeOut(200);}});});
  119. </script>
  120.  
  121. <style type="text/css">
  122. ::-webkit-scrollbar{width:7px;height:0;background:transparent;}
  123. ::-webkit-scrollbar-thumb {background:{color:Scrollbar};}
  124.  
  125. @font-face
  126. {font-family: Lobster Bold;
  127. src: url('http://static.tumblr.com/fna2ccp/B5imx5l9d/lobstertwo-bold.otf');}
  128. @font-face
  129. {font-family: Fontin Bold;
  130. src: url('http://static.tumblr.com/fna2ccp/R8hmx5mmm/fontin-bold.ttf');}
  131.  
  132. #infscr-loading{
  133. position:fixed;
  134. bottom:10px;
  135. left:0px;
  136. width:100%;}
  137.  
  138. #infscr-loading img {
  139. display: block;
  140. position:relative;
  141. z-index:4;bottom:50px;
  142. margin: 0px auto;}
  143.  
  144. #tumblr_controls{
  145. top: 1px !important;
  146. margin: 0;
  147.  
  148. right: 1px !important;
  149. position: fixed !important;}
  150.  
  151. a{
  152. text-decoration:none;
  153. color:{color:Links};
  154. -moz-transition: 0.2s ease-in;
  155. -webkit-transition: 0.2s ease-in;
  156. -o-transition: 0.2s ease-in;
  157. transition: 0.2s ease-in;}
  158.  
  159. a:link, a:active, a:visited{
  160. color:{color:Links};}
  161.  
  162. a:hover{
  163. color:{color:Hover};}
  164.  
  165. body{
  166. width:100%;
  167. margin:0;
  168. font-size:10pt;
  169. font-family: 'Open Sans', sans-serif;
  170. font-weight:400;
  171. line-height:15px;
  172. color:{color:Text};
  173. background: url("{image:Background}") {color:Background};}
  174.  
  175. #header{
  176. width:100%;
  177. position:relative;
  178. margin:0;
  179. height:auto;
  180. text-align:center;
  181. z-index:2;
  182. color:{color:Text};
  183. background:{color:Header Background};
  184. padding:0;}
  185.  
  186. .title{
  187. top:0;
  188. padding-top:10px;
  189. height:auto;
  190. font-family: {select:Title Font};
  191. font-weight:700;
  192. width:100%;
  193. line-height:80px;
  194. font-size: 38pt;
  195. color:{color:Title Color};}
  196.  
  197. .title a:link,.title a:active,.title a:visited {
  198. color:{color:Title Color};}
  199.  
  200. .banner{
  201. margin-top:10px;
  202. padding:0;
  203. max-height:300px;
  204. width:auto;}
  205.  
  206. .desc{
  207. margin:0;
  208. padding:5px 0;
  209. overflow:hidden;
  210. font-size:8pt;
  211. width:100%;
  212. height:auto;}
  213.  
  214. .social_media{
  215. width:100%;
  216. height:30px;
  217. padding-top:5px;
  218. line-height:30px;}
  219.  
  220. .stick{
  221. position:fixed;
  222. top:0;}
  223.  
  224. .menu{
  225. padding:15px 0 0 5px;
  226. line-height:15px;
  227. background:{color:Header Background};
  228. width:100%;
  229. height:30px;}
  230.  
  231. .links{
  232. padding:0;
  233. margin-right:15px;
  234. text-transform:uppercase;
  235. width:auto;
  236. font-size:8pt;
  237. height:auto;
  238. text-align:center;}
  239.  
  240. #content{
  241. position:relative;
  242. width: 1080px;
  243. margin:10px auto;
  244. position:relative;
  245. {block:PermalinkPage}
  246. width: 810px;
  247. {/block:PermalinkPage}}
  248.  
  249. .entry{
  250. padding:0;
  251. margin:10px;
  252. float:left;
  253. height:auto;
  254. background:{color:Posts Background};
  255. {block:IndexPage}
  256. width:250px;
  257. {/block:IndexPage}
  258. {block:PermalinkPage}
  259. margin:0;
  260. width:400px;
  261. height:auto;
  262. {/block:PermalinkPage}}
  263.  
  264. .entry img, .entry .photoset, .entry .video{
  265. margin-bottom:-3px;}
  266.  
  267. .entry .video{
  268. background:{color:Background};}
  269.  
  270. .text_post{
  271. text-align:justify;
  272. padding:15px;
  273. -webkit-box-shadow:inset 0 5px 0 0 #eee;
  274. -moz-box-shadow:inset 0 5px 0 0 #eee;
  275. box-shadow:inset 0 5px 0 0 #eee;}
  276.  
  277. .likex{
  278. background:#000;
  279. bottom:5px;
  280. left:10px;
  281. padding:2px 3px 1px 3px;
  282. -webkit-border-radius: 3px;
  283. border-radius: 3px;
  284. position:absolute;}
  285.  
  286. .reblogx{
  287. background:#000;
  288. padding:3px;
  289. bottom:5px;
  290. left:30px;
  291. -webkit-border-radius: 3px;
  292. border-radius: 3px;
  293. position:absolute;}
  294.  
  295. .notes_button{
  296. background:#000;
  297. font-size:7pt;
  298. padding:2px;
  299. bottom:5px;
  300. left:50px;
  301. -webkit-border-radius: 3px;
  302. border-radius: 3px;
  303. position:absolute;}
  304. .notes_button a:link,.notes_button a:active,.notes_button a:visited {
  305. color:#fff;}
  306.  
  307. .like_and_reblog_buttons {
  308. list-style: none;
  309. position:absolute;
  310. left:0;
  311. width:auto;
  312. opacity:0;
  313. bottom:-10px;
  314. -webkit-transition: 0.2s;
  315. -webkit-transition: 0.2s;
  316. -moz-transition: 0.2s;
  317. transition: 0.2s;}
  318.  
  319. .entry:hover .like_and_reblog_buttons{
  320. opacity:0.8;
  321. -webkit-transition: 0.2s;
  322. -webkit-transition: 0.2s;
  323. -moz-transition: 0.2s;
  324. transition: 0.2s;}
  325.  
  326. .permalink{
  327. display:block;
  328. opacity:0.9;
  329. text-align:right;
  330. font-size:7pt;
  331. margin-top:10px;}
  332.  
  333. .post_title{
  334. display:block;
  335. font-weight:700;
  336. font-size:11pt;
  337. line-height:24px;
  338. text-transform:none;
  339. {block:PermalinkPage}
  340. margin-top:15px;
  341. {/block:PermalinkPage}}
  342.  
  343. .quote{
  344. text-transform:none;
  345. margin-bottom:5px;}
  346.  
  347. .chat ul{
  348. list-style:none;
  349. margin-left:-40px;}
  350.  
  351. .chat li{
  352. list-style:none;
  353. margin-left:-40px;
  354. border-bottom:1px solid #dddddd;
  355. padding-top:5px;
  356. padding-bottom:5px;}    
  357.  
  358. .audio{
  359. {block:IndexPage}
  360. width:240px;
  361. {/block:IndexPage}
  362. {block:PermalinkPage}
  363. width:390px;
  364. {/block:PermalinkPage}
  365. background-color:#fff;
  366. padding:5px;
  367. margin-bottom:0;}
  368.  
  369. .audiocap, .videocap{
  370. display:block;
  371. padding:10px;}
  372.  
  373. .albumart, .albumart img{
  374. {block:IndexPage}
  375. width:250px;
  376. {/block:IndexPage}
  377. {block:PermalinkPage}
  378. width:400px;
  379. {/block:PermalinkPage}}
  380.  
  381. .question{
  382. padding:10px;
  383. background:#eee;
  384. position:relative;
  385. text-align:left;}
  386.  
  387. .question:after {
  388. content: "";
  389. position: absolute;
  390. bottom: -10px;
  391. left: 20px;
  392. border-style: solid;
  393. border-width: 10px 10px 0;
  394. border-color: #eee transparent;
  395. display: block;
  396. width: 0;
  397. z-index: 1;}
  398.  
  399. .answer{
  400. padding:0 15px 15px 15px;
  401. text-align:justify;}
  402.  
  403. .captions_title{
  404. display:block;
  405. font-weight:700;
  406. font-size:11pt;
  407. line-height:20px;}
  408.  
  409. .share{
  410. position:absolute;
  411. top:0;
  412. left:410px;
  413. padding:15px;
  414. width:370px;
  415. height:70px;
  416. background:{color:Posts Background};}
  417.  
  418. .share .captions_title{
  419. margin-bottom:20px;}
  420.  
  421. .share_icons{
  422. margin-right:5px;}
  423.  
  424. .notex{
  425. position:absolute;
  426. top:110px;
  427. left:410px;
  428. padding:15px;
  429. width:370px;
  430. max-height:400px;
  431. overflow:scroll;
  432. background:{color:Posts Background};}
  433.  
  434. .notex li{
  435. list-style-type:none;
  436. margin-top:5px;
  437. margin-left:-40px;}
  438.  
  439. {CustomCSS}
  440. </style>
  441. </head>
  442.  
  443. <body>
  444. <div id="fb-root"></div>
  445. <script>(function(d, s, id) {
  446. var js, fjs = d.getElementsByTagName(s)[0];
  447. if (d.getElementById(id)) return;
  448. js = d.createElement(s); js.id = id;
  449. js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  450. fjs.parentNode.insertBefore(js, fjs);
  451. }(document, 'script', 'facebook-jssdk'));</script>
  452.  
  453. <div id="header">
  454. <div class="title"><a href="/">{block:ifnotBannerImage}{Title}{/block:ifnotBannerImage}{block:ifBannerImage}<img src="{image:Banner}" class="banner">{/block:ifBannerImage}</a>
  455. </div><!--- Title --->
  456.  
  457. {block:ifSocialMedia}
  458. <div class="social_media">
  459. <!--- Twitter --->
  460. {block:ifTwitterURL}
  461. <a href="http://twitter.com/{text:Twitter URL}">
  462. <img src="http://static.tumblr.com/qkgmvnb/A9bmxhte5/1386535940_43-twitter.png"/>
  463. </a>
  464. {/block:ifTwitterURL}
  465. <!--- Facebook --->
  466. {block:ifFacebookURL}
  467. <a href="https://www.facebook.com/{text:Facebook URL}">
  468. <img src="http://static.tumblr.com/qkgmvnb/Nzgmxhtel/1386535924_46-facebook.png"/>
  469. </a>
  470. {/block:ifFacebookURL}
  471. <!--- Instagram --->
  472. {block:ifInstagramURL}
  473. <a href="http://instagram.com/{text:Instagram URL}">
  474. <img src="http://static.tumblr.com/qkgmvnb/kaHmxht7m/1386535780_78-instagram.png"/>
  475. </a>
  476. {/block:ifInstagramURL}
  477. <!--- Pinterest --->
  478. {block:ifPinterestURL}
  479. <a href="http://pinterest.com/{text:Pinterest URL}">
  480. <img src="http://static.tumblr.com/qkgmvnb/TpDmxhtex/1386535932_73-pinterest.png"/>
  481. </a>
  482. {/block:ifPinterestURL}
  483. <!--- YouTube --->
  484. {block:ifYouTubeURL}
  485. <a href="http://www.youtube.com/user/{text:YouTube URL}">
  486. <img src="http://static.tumblr.com/qkgmvnb/Up0mxhtf4/1386535919_58-youtube.png"/>
  487. </a>
  488. {/block:ifYouTubeURL}
  489. </div>
  490. {/block:ifSocialMedia}
  491.  
  492. <div class="desc">{block:Description}{Description}{/block:Description}</div>
  493.  
  494. <div class="menu">
  495. <a href="/" class="links">home</a>
  496. {block:ifAskTitle}<a href="{text:Ask Link}" class="links">{text:Ask Title}</a>{/block:ifAskTitle}
  497. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  498. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  499. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  500. {block:ifArchiveTitle}<a href="/archive" class="links">{text:Archive Title}</a>{/block:ifArchiveTitle}
  501. </div><!--- Menu --->
  502.  
  503. </div><!--- Header --->
  504.  
  505. <div id="content">
  506.  
  507. <div class="posts">
  508. {block:Posts}
  509. <div class="entry">
  510.  
  511. {block:Text}
  512. <div class="text_post">
  513. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  514. {Body}
  515. {block:IndexPage}<div class="permalink"><a href="{Permalink}"> {TimeAgo} with {NoteCount} notes</a></div>{/block:IndexPage}
  516. </div>
  517. {/block:Text}
  518.  
  519. {block:Photo}
  520. {block:IndexPage}
  521. <ul class="like_and_reblog_buttons">
  522. <li class="likex">{LikeButton color="white" size="13"}</li>
  523. <li class="reblogx">{ReblogButton color="white" size="13"}</li>
  524. <li class="notes_button"><a href="{Permalink}">{NoteCount}</a></li>
  525. </ul>
  526. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-HighRes}" width="100%"></a>{LinkCloseTag}{/block:IndexPage}
  527. {block:PermalinkPage}
  528. {LinkOpenTag}<a href="{permalink}"><img
  529. class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"
  530. width="400px"/></a>{LinkCloseTag}
  531. {/block:PermalinkPage}
  532. {/block:Photo}
  533.  
  534. {block:Photoset}
  535. <div class="photoset">
  536. {block:IndexPage}
  537. <ul class="like_and_reblog_buttons">
  538. <li class="likex">{LikeButton color="white" size="13"}</li>
  539. <li class="reblogx">{ReblogButton color="white" size="13"}</li>
  540. <li class="notes_button"><a href="{Permalink}">{NoteCount}</a></li>
  541. </ul>
  542. {Photoset-250}{/block:IndexPage}
  543. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
  544. {block:IndexPage}{/block:IndexPage}
  545. </div>
  546. {/block:Photoset}
  547.  
  548. {block:Quote}
  549. <div class="text_post">
  550. <div class="quote"><b><i>" </i></b>{Quote} <b><i>"</i></b> </div>
  551. {block:Source}<small>{Source}</small>{/block:Source}
  552. {block:IndexPage}<div class="permalink"><a href="{Permalink}"> {TimeAgo} with {NoteCount} notes</a></div>{/block:IndexPage}
  553. </div>
  554. {/block:Quote}
  555.  
  556. {block:Link}
  557. <div class="text_post">
  558. <a href="{URL}"{Target}><span class="post_title">{Name}</span></a>
  559. {block:Description}<small>{Description}</small>{/block:Description}
  560. {block:IndexPage}<div class="permalink"><a href="{Permalink}"> {TimeAgo} with {NoteCount} notes</a></div>{/block:IndexPage}
  561. </div>
  562. {/block:Link}
  563.  
  564. {block:Video}
  565. <div class="video">
  566. {block:IndexPage}
  567. <center>
  568. {Video-250}</center>
  569. {/block:IndexPage}
  570. {block:PermalinkPage}
  571. <center>
  572. {Video-400}</center>
  573. {/block:PermalinkPage}
  574. </div>
  575. {block:Video}
  576.  
  577. {block:Chat}
  578. <div class="text_post">
  579. <div class="chat">
  580. {block:Title}
  581. <div class="post_title">{Title}</div>
  582. {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  583. {block:IndexPage}<div class="permalink"><a href="{Permalink}"> {TimeAgo} with {NoteCount} notes</a></div>{/block:IndexPage}
  584. </div></div>
  585. {/block:Chat}
  586.  
  587. {block:Audio}
  588. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}
  589. <div class="audio">{AudioPlayerWhite}</div>
  590. {block:IndexPage}{block:Caption}<div class="audiocap"><div style="margin-top:-24px; color:{color:Audio}; margin-bottom:9px; margin-left:20px; font-size:18px; "></div><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
  591. {block:PermalinkPage}{block:Caption}<div class="audiocap"><div style="margin-top:-24px; color:{color:Audio}; margin-bottom:9px; margin-left:20px; font-size:18px; "></div>{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  592. {/block:Audio}
  593.  
  594. {block:Answer}
  595. <div class="text_post" style="padding:0;">
  596. <div class="question">{Asker} asked: {Question}</div>
  597. <div class="answer">{Answer}
  598. {block:IndexPage}<div class="permalink"><a href="{Permalink}"> {TimeAgo} with {NoteCount} notes</a></div>{/block:IndexPage}</div>
  599. </div>
  600. {/block:Answer}
  601.  
  602. {block:PostNotes}
  603. <div class="share">
  604. <div class="captions_title">Share post</div>
  605. <!-- Pinterest -->
  606. <span class="share_icons"><a href="//www.pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" ><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a></span>
  607. <!-- Facebook -->
  608. <span class="share_icons"><div class="fb-like" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div></span>
  609. <!-- Twitter -->
  610. <span class="share_icons"><a href="https://twitter.com/share" class="twitter-share-button" data-lang="en">Tweet</a>
  611. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></span>
  612. <!-- Google+ -->
  613. <span class="share_icons" style="margin-left:-30px;"><div class="g-plusone" data-size="medium"></div>
  614. <script type="text/javascript">
  615. (function() {
  616. var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
  617. po.src = 'https://apis.google.com/js/platform.js';
  618. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  619. })();
  620. </script></span>
  621. </div>
  622. <div class="notex">
  623. {block:Caption}{Caption}{/block:Caption}
  624. <span class="captions_title">{NoteCountWithLabel}</span>{PostNotes-16}</div>
  625. {/block:PostNotes}
  626.  
  627. </div> <!-- Entry -->
  628. {/block:Posts}
  629. </div> <!-- Posts -->
  630. {block:IndexPage}
  631. {block:Pagination}
  632. <div id="pagination">
  633. {block:NextPage}
  634. <a id="nextPage" href="{NextPage}"></a>
  635. {/block:NextPage}
  636. {block:PreviousPage}
  637. <a href="{PreviousPage}"></a>
  638. {/block:PreviousPage}
  639. </div> <!-- Pagination -->
  640. {/block:Pagination}
  641. {/block:IndexPage}
  642. </div> <!-- Content -->
  643.  
  644. {block:ifGoToTop}
  645. <a href="javascript:void(0);" id="gotopA" style="display:none;"><span style="background:url(http://static.tumblr.com/qkgmvnb/nnFmohzys/scroll_arrow.png)no-repeat 50% 50%;background-color:{color:Go To TOp};width:28px;height:22px;text-align:center;position:fixed;right:15px;bottom:15px;-webkit-border-radius:2px;border-radius:2x;"></span></a>
  646. {/block:ifGoToTop}
  647.  
  648. <!-- DO NOT REMOVE -->
  649. <div style="position:fixed;z-index:99999999; !important;top:27px;right:4px;"><a href="http://aesthetic-themes.tumblr.com"><img src="http://static.tumblr.com/wpm3fau/FLGmm1cfw/it.png"></a></div>
  650. <div style="position:fixed;bottom:2px;left:4px;z-index:9999999;"><a href="http://aesthetic-themes.tumblr.com/"><img src="http://static.tumblr.com/eogznet/aKvmr12r1/ae.png" width="14px" title="Aesthetic Themes"></a></div>
  651. </body>
  652. </html>
Advertisement
Add Comment
Please, Sign In to add comment