Advertisement
EllenMaty

Amensue v2 Theme Code

Feb 21st, 2014
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.24 KB | None | 0 0
  1. <!--
  2. Base Code by disikes.tumblr.com
  3.  
  4. Edit this code to your heart's content! You don't have to credit me anywhere on the theme, but if people ask where you got your base, it'd be cool if you sent them my way!
  5.  
  6. PLEASE DO NOT REDISTRIBUTE THIS CODE AS YOUR OWN BASE CODE.
  7. -->
  8.  
  9. <html lang="en">
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=Bree+Serif' rel='stylesheet' type='text/css'>
  12.  
  13. <head>
  14.  
  15. <meta name="image:Background" content=""/>
  16. <meta name="image:Sidebar" content="http://24.media.tumblr.com/avatar_f593cb57a5ef_128.png"/>
  17. <meta name="color:Post Bg" content="#fff"/>
  18. <meta name="color:Sidein Bg" content="#ccc"/>
  19. <meta name="color:Sidebar Bg" content="#fff"/>
  20. <meta name="color:Sidein Link 1" content="#fff"/>
  21. <meta name="color:Sidein Link 2" content="#777"/>
  22. <meta name="color:Background" content="#F2f2f2"/>
  23. <meta name="color:Title" content="#999999"/>
  24. <meta name="color:Description" content="#777"/>
  25. <meta name="color:Link" content="#555555"/>
  26. <meta name="color:Hover" content="#999999"/>
  27. <meta name="color:Permalink" content="#ddd"/>
  28. <meta name="color:Borders" content="#ddd"/>
  29. <meta name="color:Text" content="#777777"/>
  30. <meta name="color:Selec Text" content="#777"/>
  31. <meta name="color:Selec Bg" content="#f4f4f4"/>
  32. <meta name="text:Frase" content="Escreva algo curto aqui."/>
  33. <meta name="text:Link 1 URL" content="/"/>
  34. <meta name="text:Link 1 Title" content="Alma"/>
  35. <meta name="text:Link 2 URL" content="/"/>
  36. <meta name="text:Link 2 Title" content="Terra"/>
  37. <meta name="text:Link 3 URL" content="/"/>
  38. <meta name="text:Link 3 Title" content="Rocha"/>
  39. <meta name="text:Billy Player" content="Player Aqui"/>
  40. <meta name="if:Borders" content="1"/>
  41. <meta name="if:Billy Player" content="1"/>
  42.  
  43. <title>{Title}</title>
  44. {block:Description}
  45. <meta name="description" content="{MetaDescription}" />
  46. {/block:Description}
  47. <link rel="shortcut icon" href="{Favicon}">
  48.  
  49. <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
  50.  
  51. <style type="text/css">
  52. #w2b-StoTop {width: auto;);text-align:center; padding:5px;position:fixed;bottom:10px;right:15px;text-decoration:none;}
  53. </style>
  54. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  55. <script type='text/javascript'>
  56. $(function() {
  57. $.fn.scrollToTop = function() {
  58. $(this).hide().removeAttr("href");
  59. if ($(window).scrollTop() != "0") {
  60. $(this).fadeIn("slow")
  61. }
  62. var scrollDiv = $(this);
  63. $(window).scroll(function() {
  64. if ($(window).scrollTop() == "0") {
  65. $(scrollDiv).fadeOut("slow")
  66. } else {
  67. $(scrollDiv).fadeIn("slow")
  68. }
  69. });
  70. $(this).click(function() {
  71. $("html, body").animate({
  72. scrollTop: 0
  73. }, "slow")
  74. })
  75. }
  76. });
  77. $(function() {
  78. $("#w2b-StoTop").scrollToTop();
  79. });
  80. </script>
  81. <a href='#' title="back" id='w2b-StoTop' style='display:none;'><div class="some"><div class="arrowup"></div></div></a>
  82.  
  83. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  84.  
  85. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  86. <script>
  87. (function($){$(document)
  88. .ready(function(){$("[title]")
  89. .style_my_tooltips();});})
  90. (jQuery);
  91. </script>
  92.  
  93. {block:IndexPage}
  94. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  95. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  96.  
  97. <script type="text/javascript">
  98. $(window).load(function(){
  99. var $wall = $('#entries');
  100. $wall.imagesLoaded(function(){
  101. $wall.masonry({
  102. itemSelector: '#post, #post_photo',
  103. isAnimated : false
  104. });
  105. });
  106.  
  107. $wall.infinitescroll({
  108. navSelector : '#pagination',
  109. nextSelector : '#pagination a',
  110. itemSelector : '#post, #post_photo',
  111. bufferPx : 2000,
  112. debug : false,
  113. errorCallback: function() {
  114. $('#scroll').fadeOut('normal');
  115. }},
  116. function( newElements ) {
  117. var $newElems = $( newElements );
  118. $newElems.hide();
  119. $newElems.imagesLoaded(function(){
  120. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  121. });
  122. }); $('#entries').show(500);
  123. });
  124. </script>
  125. {/block:IndexPage}
  126.  
  127. <style type="text/css">
  128.  
  129. .arrowup {
  130. background: {color:Link};
  131. font-size: 10px;
  132. position: relative;
  133. width: 1em;
  134. height: 1em;
  135. margin-top: 1em;
  136. }
  137.  
  138. .arrowup:before {
  139. bottom: 0.8em;
  140. left: -0.666em;
  141. position: absolute;
  142. border-left: 1.2em solid rgba({RGBcolor:Link}, 0);
  143. border-right: 1.2em solid rgba({RGBcolor:Link}, 0);
  144. border-bottom: 1em solid {color:Link};
  145. content: "";
  146. }
  147. .some {
  148. opacity: 0.7;-webkit-transition: all 0.3s ease-out;
  149. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  150. }
  151.  
  152. .some:hover {
  153. opacity: 1;-webkit-transition: all 0.3s ease-out;
  154. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  155. }
  156.  
  157. ::-webkit-scrollbar
  158. {width: 5px; height: 5px;}
  159. ::-webkit-scrollbar-track-piece
  160. {background-color: {color:Post Bg};}
  161. ::-webkit-scrollbar-thumb:vertical
  162. {height: 5px; background-color: {color:Sidein Bg};}
  163. ::-webkit-scrollbar-thumb:horizontal
  164. {width: 5px; background-color: {color:Sidein Bg};}
  165.  
  166. ::-moz-selection
  167. {color: {color:Selec Text};
  168. background: {color:Selec Bg};}
  169.  
  170. ::selection
  171. {color: {color:Selec Text};
  172. background: {color:Selec Bg};}
  173.  
  174. body{
  175. margin:0px;
  176. background-color: {color:Background};
  177. background-image:url('{image:Background}');
  178. background-attachment:fixed;
  179. background-repeat:100%;
  180. background-position:bottom-right;
  181. font-family: lucida console;
  182. font-size:9px;
  183. letter-spacing:1px;
  184. text-align:left;
  185. line-height:12px;
  186. color: {color:Text}; cursor:url('http://static.tumblr.com/p7wg3p9/o3jmn8igq/tiny.png'), auto;}
  187.  
  188. a { color: {color:Link}; }
  189.  
  190. a:link, a:active, a:visited{
  191. text-decoration: none;
  192. cursor:url('http://static.tumblr.com/p7wg3p9/o3jmn8igq/tiny.png'), auto
  193. color: {color:Link}; -webkit-transition: all 0.3s ease-out;
  194. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  195.  
  196. a:hover {
  197. color: {color:Hover};
  198. cursor: url('http://static.tumblr.com/p7wg3p9/EWnmn8ip5/tinyhover.png'), auto;
  199. text-decoration:none; -webkit-transition: all 0.3s ease-out;
  200. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  201.  
  202. /************EDIT TOOLTIP HERE************/
  203.  
  204.  
  205. #s-m-t-tooltip {
  206. padding: 3px;
  207. display: none;
  208. font-size: 8px;
  209. text-transform:uppercase;
  210. text-align: center;
  211. letter-spacing:1px;
  212. margin-top:11px;
  213. margin-left: 10px;
  214. line-height: 8px;
  215. z-index: 999999999999;
  216. box-shadow: 1px 1px 2px rgba({RGBcolor:Borders}, 0.5);
  217. background: {color:Post Bg};
  218. color: {color:Text};-webkit-transition: all 0.3s ease-out;
  219. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  220.  
  221. /************EDIT POST POSITION/WIDTH HERE************/
  222.  
  223. /*To increase the amount of columns, increase the width. To decrease the amount of columns, decrease the width.*/
  224.  
  225. #entries{
  226. text-align:left;
  227. width:480px;
  228. margin-left:70px;
  229. margin-top:60px;
  230. position:relative;
  231. overflow: hidden;
  232. {block:PermalinkPage}
  233. width:550px;
  234. {/block:PermalinkPage}}
  235.  
  236. /************EDIT OVERALL POSTS HERE************/
  237.  
  238. /*When increasing the amount of columns, you may have to decrease the #post width. Otherwise, to get larger posts, increase the width.*/
  239.  
  240. #post{
  241. text-align:left;
  242. margin:10px;
  243. background: {color:Post Bg};
  244. max-width: 100%;
  245. display:block;
  246. overflow:hidden;
  247. width:200px;
  248. {block:ifBorders}box-shadow: 1px 1px 3px {color:Borders};{/block:ifBorders}
  249. {block:PermalinkPage}
  250. width:500px;
  251. {/block:PermalinkPage}
  252. padding: 5px;
  253. padding-bottom: 1px;}
  254.  
  255. ol.notes li.note {
  256. padding-bottom: 3px;
  257. }
  258.  
  259. ol.notes {
  260. padding-top: 10px;
  261. margin-left: -30px;
  262. list-style-type: none;
  263. }
  264.  
  265. ol.notes li.note img.avatar {
  266. vertical-align: -4px;
  267. margin-right: 10px;
  268. width: 16px;
  269. height: 16px;
  270. }
  271.  
  272. #post img{
  273. max-width:100%;
  274. opacity: 0.7;
  275. -webkit-transition: all 0.5s ease-out;
  276. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  277.  
  278. #post a {
  279. color: {color:Link};
  280. }
  281.  
  282. #post a:hover {
  283. color:{color:Hover};
  284. }
  285.  
  286. #post img:hover {
  287. opacity: 0.9;
  288. -webkit-transition: all 0.5s ease-out;
  289. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  290. }
  291.  
  292. /*Edit the permalinks all posts.*/
  293.  
  294. .permalink {
  295. text-align: center;
  296. position: absolute;
  297. bottom: -23px;
  298. font-size: 8px;
  299. background-color: {color:Permalink};
  300. width: 100%;
  301. margin-left: -5px;-webkit-transition: all 0.5s ease-out;
  302. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  303.  
  304. }
  305. .permalink a{
  306. text-transform:uppercase; color:{color:Hover};
  307. line-height:10px;
  308. }
  309.  
  310. .permalink a:hover{
  311. letter-spacing: 3px;
  312. color: {color:hover};
  313. }
  314.  
  315. #post:hover .permalink {
  316. bottom: 0px;-webkit-transition: all 0.5s ease-out;
  317. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  318.  
  319. }
  320.  
  321. /*Edit the titles on any text-based post.*/
  322.  
  323. .posttitle{
  324. font-size:10px;
  325. text-align:left;
  326. margin-bottom: 10px;
  327. color:{color:Link};}
  328.  
  329. .quote{
  330. margin-right: 5px;}
  331.  
  332. .source{
  333. padding-top:5px;
  334. display:block;
  335. text-align:right;}
  336.  
  337. .ask{
  338. padding:4px;
  339. background: rgba({RGBcolor:Borders}, 0.3);}
  340. .asker{
  341. color:{color:Link};}
  342. .answer{
  343. margin-top:10px;}
  344. .audio{
  345. {block:IndexPage}width:180px;{/block:IndexPage}
  346. {block:PermalinkPage}width:239px;{/block:PermalinkPage};}
  347.  
  348. .info{
  349. padding:2px 0px 1px 57px;}
  350.  
  351. .i {
  352. text-transform:uppercase; letter-spacing:1px; font-size:8px;}
  353.  
  354. .pl b,strong{
  355. text-transform:lowercase; font-size:9px;}
  356.  
  357. .player{
  358. position:absolute;
  359. overflow:hidden;
  360. margin-top:0px;
  361. margin-left:15px;
  362. background: {color:Post Bg};
  363. width:24px;
  364. height:23px; }
  365.  
  366. .video-container {
  367. position:relative;
  368. padding-bottom:56.25%;
  369. padding-top: 30px;
  370. height:0;
  371. overflow:hidden;}
  372.  
  373. .video-container iframe,
  374. .video-container object,
  375. .video-container embed {
  376. position: absolute;
  377. top: 0;
  378. left: 0;
  379. width: 100%;
  380. height: 100%;}
  381. .chat{
  382. line-height:12px;
  383. list-style:none;}
  384. .chat ul{
  385. list-style:none;
  386. padding:0px 5px;
  387. line-height:15px;}
  388. .label{
  389. color:{color:Link};}
  390. .sidebar2{
  391. background: {color:Sidein Bg};
  392. border:1px solid {color:Sidein Bg};
  393. width:600px;
  394. position:fixed;
  395. text-align:center;
  396. height: 50px;
  397. position: ABSOLUTE;
  398. top: -1px;
  399. left: -1px;
  400. opacity: 0; -webkit-transition: all 1s ease-out;
  401. -moz-transition: all 1s ease-out;transition: all 1s ease-out;}
  402.  
  403. #sidebar{
  404. background: {color:Sidebar Bg};
  405. {block:ifBorders}box-shadow: 1px 1px 2px {color:Borders};{/block:ifBorders}
  406. margin-left:-70px;
  407. {block:permalinkpage}
  408. margin-left: -36px;
  409. {/block:permalinkpage}
  410. margin-top:-60px;
  411. width:600px;
  412. height: 50px;
  413. position:fixed;
  414. text-align:center;
  415. z-index: 9;}
  416.  
  417. #sidebar:hover .sidebar2 {
  418. opacity: 1; -webkit-transition: all 1s ease-out;
  419. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  420. }
  421.  
  422. .blogtitle{
  423. margin-top: 10px;
  424. padding-bottom:0px;
  425. text-align:center;
  426. font-size:14px;
  427. color:{color:Title}}
  428.  
  429. .blogtitle a {
  430. color: {color:link};
  431. }
  432.  
  433. .blogtitle a:hover {
  434. color: {color:hover};
  435. }
  436.  
  437. .description{
  438. padding:5px;
  439. }
  440.  
  441. i, em{
  442. color:{color:Link};}
  443. b, strong{
  444. font-weight:normal;
  445. text-transform:uppercase;
  446. color:{color:Link};}
  447. ul,ol{
  448. margin:0px;
  449. margin-left:-5px;}
  450. p{
  451. padding:0px;
  452. margin:2px;}
  453. u{
  454. text-decoration:none;
  455. color:{color:Title};}
  456.  
  457. blockquote {
  458. margin:0px;
  459. padding-left:4px;
  460. border-left: 1px solid {color:Permalink};
  461. margin-left: 10px;}
  462.  
  463. /************DO NOT DELETE #SCROLL************/
  464.  
  465. #scroll{
  466. bottom:-20px;
  467. position: absolute;
  468. left: 50%;
  469. width:10px;
  470. height:5px;
  471. overflow:hidden;
  472. margin-bottom:80px;}
  473.  
  474. /************EDIT CREDIT HERE************/
  475.  
  476. #credit{
  477. position:fixed;
  478. left:10px;
  479. top:10px;
  480. text-transform:uppercase;
  481. font-size:8px;}
  482.  
  483. #credit a{
  484. color: {color:Link};}
  485.  
  486. .poop {
  487. padding: 5px;
  488. }
  489.  
  490. #lin1 { width: 95px; }
  491. #lin1 a { display: block; background-color: {color:Sidein Link 2}; color: {color:Sidein Link 1}; padding: 2px; margin-top: 6px; margin-left: 2px;}
  492. #lin1 a:hover { background-color: {color:Sidein Link 1}; color: {color:Sidein Link 2}; }
  493.  
  494. #box{
  495. overflow:hidden;
  496. position: absolute;
  497. width:23px;
  498. height:23px;
  499. top:5px; /* You can change the number or change it to bottom*/
  500. right:5px; /* You can change the number or change it to right*/
  501. background: #fff; /* This is the background color */
  502. border: 5px solid {color:Sidein link 1};
  503. }
  504.  
  505. #icon{
  506. /* This is for the positioning of the music gif: */
  507. margin-top:7px;
  508. margin-left:0px;
  509. -webkit-transition: all 0.5s linear;
  510. -moz-transition: all 0.5s linear;
  511. transition: all 0.5s linear;
  512. }
  513.  
  514. #box:hover #icon{
  515. margin-top:-20px;
  516. -webkit-transition: all 0.5s linear;
  517. -moz-transition: all 0.5s linear;
  518. transition: all 0.5s linear;
  519. }
  520.  
  521. #musicbox{
  522. width:18px;
  523. height:18px;
  524. overflow:hidden;
  525. margin-top:14px;
  526. margin-left:0px;
  527. }
  528.  
  529. #music{
  530. margin-top: -5px; margin-left:-18px; }
  531.  
  532. </style>
  533. </head>
  534.  
  535. <body>
  536.  
  537. <center>
  538. <div id="entries">
  539.  
  540. <!---------------EDIT SIDEBAR CONTENT HERE--------------->
  541. <div id="sidebar">
  542.  
  543. <div class="blogtitle">{Title}</div><div class="description">{text:Frase}</div>
  544.  
  545. <div class="sidebar2">
  546.  
  547. <div style="position: absolute; left: 5px">
  548. <div id="lin1">
  549.  
  550. <a href="/">Home</a>
  551. <a href="/ask">Ask</a></div></div>
  552.  
  553. <div style="position: absolute; left: 106px">
  554. <div id="lin1">
  555. <a href="/archive">Past</a>
  556. <a href="{text:Link 1 URL}">{text:Link 1 Title}</a></div></div>
  557.  
  558. <div style="position: absolute; left: 207px">
  559. <div id="lin1">
  560. <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
  561. <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>
  562.  
  563. </div></div>
  564.  
  565. <div style="position: absolute; right: 50px; text-align: right; top: 8px; width:230px; height:40px; background-color: transparent; color:{color:Description}; font-size: 9px">{description}</div><div style="position: absolute; right: 5px; top: 3px">
  566.  
  567. {block:ifBillyPlayer}<div id="box"><div id="icon">
  568. <img src="http://media.tumblr.com/tumblr_m7w2o3N94I1r6o8v2.gif"/>
  569. </div>
  570. <div id="musicbox"><div id="music">
  571.  
  572. {text:Billy Player}
  573.  
  574. </div></div></div>{/block:ifBillyPlayer}
  575.  
  576. {block:ifnotBillyPlayer}<div style="position: absolute; right: 0px; top: 0px"><img src="{image:Sidebar}" style="width: 32px; height: 32px; border: 5px solid #fff"></div>{/block:ifnotbillyPlayer}
  577.  
  578. </div>
  579. </div></div>
  580.  
  581. {block:Posts}
  582.  
  583. {block:ContentSource}
  584. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  585. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  586. {/block:SourceLogo}
  587. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  588. {/block:ContentSource}
  589.  
  590. <div id="post">
  591.  
  592. {block:Text}
  593. <div style="padding-bottom:4px;">
  594. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  595. {Body}</div>
  596. {/block:Text}
  597.  
  598. {block:Link}
  599. <div style="padding-bottom:4px;"><a href="{URL}"><div class="posttitle"><i>{Name} →</i></div></a>
  600. {block:Description}{Description}{/block:Description}
  601. </div>
  602. {/block:Link}
  603.  
  604. {block:Photo}
  605. {block:IndexPage}
  606. <a href="{permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="200px"/></a>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
  607. {/block:Photo}
  608.  
  609. {block:Photoset}
  610. {block:IndexPage}{block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" /></a>{/block:Photos}{/block:IndexPage}
  611. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  612. {/block:Photoset}
  613.  
  614. {block:Quote}
  615. <div style="padding-bottom:4px;">{Quote}{block:Source}
  616. <div class="source">{Source}</div>{/block:Source}
  617. </div>
  618. {/block:Quote}
  619.  
  620. {block:Answer}
  621. <div style="padding-bottom:4px;"><div class="ask"><span class="asker">{Asker}:</span> {Question}</div>
  622. <div class="answer">{Answer}</div>
  623. </div>
  624. {/block:Answer}
  625.  
  626. {block:Chat}
  627. <div style="padding-bottom:3px;">{block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  628. <div class="chat"><ul>{block:Lines}
  629. <li class="person{UserNumber}">{block:Label}
  630. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div></div>
  631. {/block:Chat}
  632.  
  633. {block:Audio}<div style="padding-bottom:4px;"><div class="player">{AudioPlayerWhite}</div>
  634. <div class="info"><div class="i"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i">by<span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div></div></div>
  635. {/block:Audio}
  636.  
  637. {block:Video}<div style="padding-bottom:4px;">
  638. {block:IndexPage}<div class="video-container">{Video-250}</div>
  639. {/block:IndexPage}
  640. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}</div>
  641. {/block:Video}
  642.  
  643. {block:PermalinkPage}
  644. {block:Caption}{Caption}{/block:Caption}
  645. <p>{block:Date} {Month} {DayofMonthWithSuffix}, {Year}{/block:Date} {block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} , (via <a href="{ReblogParentURL}">{ReblogParentName}</a>){/block:RebloggedFrom}
  646. <div class="permapage">
  647. <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  648.  
  649. {block:IndexPage}
  650. <div class="permalink"><a href="{ReblogURL}">Reblog</a> -
  651. <a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  652. </div>
  653. {/block:Posts}
  654. </div>
  655. {block:IndexPage}
  656. {block:Pagination}
  657. <div id="pagination">
  658. {block:NextPage}
  659. <a id="nextPage" href="{NextPage}"></a>
  660. {/block:NextPage}
  661. {block:PreviousPage}
  662. <a href="{PreviousPage}"></a>
  663. {/block:PreviousPage}
  664. </div>
  665. {/block:Pagination}
  666. {/block:IndexPage}
  667. </center>
  668.  
  669. <div id="credit"><a href="http://thelittledanger.tumblr.com/" title="base: dislikes.tumblr.com | Adaptação: Elly" target="_blank">credit</a></div>
  670. </body>
  671.  
  672. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement