Advertisement
Carolaine_Vieira

confused

Jan 9th, 2016
541
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.76 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!-- ─────────╔╗────────────╔╗
  3. ─────────║║───────────╔╝╚╗
  4. ╔══╦╗╔╦══╣║╔══╦╗╔╦══╦═╬╗╔╬══╗
  5. ║╔╗║╚╝║╔╗║║║╔╗║╚╝║║═╣╔╗╣║║║═╣
  6. ║╔╗║║║║╚╝║╚╣╔╗║║║║║═╣║║║╚╣║═╣
  7. ╚╝╚╩╩╩╣╔═╩═╩╝╚╩╩╩╩══╩╝╚╩═╩══╝
  8. ──────║║
  9. ──────╚╝
  10.  
  11. ➸ Confused
  12. ➸ Tema criado por Carolaine Vieira
  13. ➸ Theme made by Amplamente
  14. ➸ http://amplamente.tumblr.com
  15. ➸ Não retire os crédtios
  16. ➸ Don't remove credit
  17.  
  18. -->
  19.  
  20. <head>
  21.  
  22. <script type="text/javascript"
  23. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  24.  
  25.  
  26. <title>{title}</title>
  27. <link rel="shortcut icon" href="{Favicon}"/>
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  30.  
  31. <meta name="color:Background" content="#eee"/>
  32. <meta name="color:Post bg" content="#ffffff"/>
  33. <meta name="color:Sidebar bg" content="#ffffff"/>
  34. <meta name="color:Borders" content="#eee"/>
  35. <meta name="color:Perma link" content="#999"/>
  36. <meta name="color:Perma link hover" content="#999"/>
  37. <meta name="color:Description" content="#999"/>
  38. <meta name="color:Text" content="#999"/>
  39. <meta name="color:Bold" content="#141414"/>
  40. <meta name="color:Italic" content="#fe4281"/>
  41. <meta name="color:Title" content="#888"/>
  42. <meta name="color:Sidebar bg" content="#eee"/>
  43. <meta name="color:Sidebar link" content="#141414"/>
  44. <meta name="color:Sidebar link hover" content="#999"/>
  45. <meta name="color:Scrollbar" content="#141414"/>
  46. <meta name="color:Link" content="#141414"/>
  47. <meta name="color:Link Hover" content="#fe4281"/>
  48.  
  49. <meta name="if:InfiniteScroll" content="0"/>
  50. <meta name="if:Title" content="1"/>
  51.  
  52. <meta name="image:Background" content=""/>
  53. <meta name="image:Sidebar" content="https://secure.static.tumblr.com/c9921c0a4d5525fa593e9a7187c5929f/s2qsk1o/LHKnypmif/tumblr_static_8rr13n7dxc008g4k88gswcc84.png"/>
  54.  
  55. <meta name="text:link1" content="link 1" />
  56. <meta name="text:link1url" content="/" />
  57. <meta name="text:link2" content="link 2" />
  58. <meta name="text:link2url" content="/" />
  59. <meta name="text:link3" content="link 3" />
  60. <meta name="text:link3url" content="/" />
  61. <meta name="text:link4" content="link 4" />
  62. <meta name="text:link4url" content="/" />
  63.  
  64. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  65. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  66. <script>
  67. (function($){$(document)
  68. .ready(function(){$("[title]")
  69. .style_my_tooltips();});})
  70. (jQuery);
  71. </script>
  72.  
  73. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  74.  
  75. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  76. <link href='https://fonts.googleapis.com/css?family=Cantarell:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  77. <link href='https://fonts.googleapis.com/css?family=Lovers+Quarrel' rel='stylesheet' type='text/css'>
  78. <link href='https://fonts.googleapis.com/css?family=Raleway:400,300,200,100,600,500,700,800,900' rel='stylesheet' type='text/css'>
  79. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  80. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
  81.  
  82.  
  83. <style type="text/css">
  84.  
  85. .go a:before,
  86. .go a:after {
  87. display: inline-block;
  88. opacity: 0;
  89. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  90. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  91. transition: transform 0.3s, opacity 0.2s;
  92. }
  93.  
  94. .go a:before {
  95. margin-right: 8px;
  96. content: '>>';
  97. -webkit-transform: translate(20px);
  98. -moz-transform: translate(20px);
  99. transform: translate(20px);
  100. }
  101.  
  102. .go a:after {
  103. margin-left: 10px;
  104. content: '';
  105. -webkit-transform: translate(-20px);
  106. -moz-transform: translate(-20px);
  107. transform: translate(-20px);
  108.  
  109.  
  110. }
  111.  
  112. .go a:hover:before,
  113. .go a:hover:after,
  114. .go a:focus:before,
  115. .go a:focus:after {
  116. opacity: 1;
  117. -webkit-transform: translate(0px);
  118. -moz-transform: translate(0px);
  119. transform: translate(0px);
  120. }
  121.  
  122. b { color: {color:bold}; !important; }
  123.  
  124. i { color: {color:italic} ;!important; }
  125.  
  126. u { border-bottom: 1px solid {color:link hover}; text-decoration:none;}
  127.  
  128. #s-m-t-tooltip{
  129. max-width:300px;
  130. padding:10px;
  131. margin:20px 0px 0px 20px;
  132. background-color:#fff;
  133. border:1px solid #eee;
  134. font-family:calibri;
  135. font-size:8.5px;
  136. text-transform:uppercase;
  137. color:#888888;
  138. letter-spacing:1px;
  139. opacity:1;
  140. z-index:9999999999999999999;
  141. }
  142.  
  143. #top2 {
  144. height:auto;
  145. width:auto;
  146. letter-spacing:1px;
  147. margin-left:auto;
  148. margin-right:auto;
  149. margin-top:5px;
  150. margin-bottom:30px;
  151. font-size:12px;
  152. text-transform:uppercase;
  153. z-index:4;
  154. text-align:center;
  155. float:center;
  156. font-family:montserrat;
  157. -webkit-transition:all 0.3s ease-out;
  158. -moz-transition:all 0.3s ease-out;
  159. transition:all 0.3s ease-out;
  160. }
  161.  
  162. #top2 a{margin-left:4px;
  163. padding:7px; background: transparent;
  164. }
  165. #top2:hover{
  166. -webkit-transition:all 0.8s ease-out;
  167. -moz-transition:all 0.8s ease-out;
  168. transition:all 0.8s ease-out;
  169. }
  170.  
  171. ol, ul {padding:0px;list-style-type:none;}
  172. ul li {position:relative;padding-left:20px;}
  173. ul li:before {
  174. content:'';
  175. position:absolute;
  176. display:block;
  177. top:8px;
  178. left:0px;
  179. width:10px;
  180. height:1px;
  181. background:{color:link};
  182. }
  183.  
  184. .audioicon {border:1px solid transparent; margin-right:10px;}
  185. .audioplay {width:28px; margin-top:3px; overflow:hidden;}
  186. .player { background:transparent; width:28px; padding:6px 10px;display:inline-block;}
  187. .audiodesc {display:inline-block; vertical-align:top; height:46px; line-height:46px; margin-left:14px;}
  188.  
  189.  
  190. #poxa {
  191.  
  192. width:150px;
  193. margin-left:-5px;
  194. height:auto;
  195. margin-bottom:-6px;
  196.  
  197. }
  198.  
  199. #poxa a {
  200. padding:5px;
  201. font-size:9.5px;
  202. text-align:left;
  203. width:150px;
  204. border-bottom:1px solid {color:borders};
  205. text-transform:lowercase;
  206. display:inline-block;
  207. color:{color:sidebar link};
  208. -webkit-transition:all 0.3s ease-out;
  209. -moz-transition:all 0.3s ease-out;
  210. transition:all 0.3s ease-out;
  211. text-decoration:none;
  212. text-shadow:none;
  213. }
  214.  
  215. #poxa a:hover {
  216. color:{color:sidebar link hover};
  217. text-shadow:none;
  218. padding-left:22px;
  219. -webkit-transition:all 0.3s ease-out;
  220. -moz-transition:all 0.3s ease-out;
  221. transition:all 0.3s ease-out;}
  222.  
  223.  
  224. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {
  225. opacity:0.2;
  226. }
  227.  
  228. iframe#tumblr_controls {left:0px; float:left; position:fixed;
  229. black-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
  230. }
  231. #tumblr_controls{left:0px; float:left; display:none;
  232. position:fixed ;
  233. -webkit-filter: invert(100%)
  234. }
  235.  
  236.  
  237. .date {
  238. margin-top:0px;
  239. float:left;
  240. opacity:1;
  241. text-align:center;
  242. background-color:{color:post bg};
  243. padding:5px;
  244. font-size:13px;
  245. padding-left:0px;
  246. padding-right:8px;
  247. border:1px solid {color:borders};
  248. font-family:cantarell;
  249. margin-left:15px;
  250. {block:PermalinkPage}
  251. display:none;
  252. {/block:PermalinkPage}
  253. }
  254. .date a{color:{color:perma link};margin:10px;}
  255. .date a:hover {color:{color:perma link hover};}
  256.  
  257. .popup_block{
  258. display:none;
  259. background:transparent;
  260. padding:30px;
  261. width:500px;
  262. float:left;
  263. color:#141414;
  264. position:fixed;
  265. top:50%;left:50%;
  266. z-index: 9999999;
  267. }
  268.  
  269. *html #fade {position: absolute;}
  270. *html .popup_block {position: absolute;}
  271. #fade {
  272. display:none;
  273. position:fixed;
  274. left:0px;
  275. top:0px;
  276. width:100%;
  277. height:100%;
  278. z-index:999999;
  279. background:#fff;
  280. opacity:1;
  281. }
  282.  
  283.  
  284. a{
  285. color:{color:Link};
  286. text-decoration:none;
  287. -webkit-transition:all 0.3s ease-out;
  288. -moz-transition:all 0.3s ease-out;
  289. transition:all 0.3s ease-out;
  290.  
  291. }
  292.  
  293. a:hover{
  294.  
  295. color:{color:Link Hover};
  296. -webkit-transition:all 0.3s ease-out;
  297. -moz-transition:all 0.3s ease-out;
  298. transition:all 0.3s ease-out;
  299.  
  300. }
  301.  
  302. #notas {
  303. font-size:12px;
  304. width:100%;
  305. height:300px;
  306. overflow-y:auto;
  307. background:transparent;
  308.  
  309. }
  310.  
  311. h1 {
  312.  
  313. font-size:18px;
  314. text-align:center;
  315. text-transform:none;
  316. font-family:'Open Sans',Arial,Helvetica,sans-serif;
  317. font-weight:normal;
  318.  
  319. }
  320.  
  321. body{
  322. cursor:crosshair;
  323. color:{color:Text};
  324. font-family:'Open Sans',Arial,Helvetica,sans-serif;
  325. font-size:10px;
  326. background: {color:background} url("{image:background}") fixed;
  327. }
  328.  
  329.  
  330. #post{
  331. margin-top:50px;
  332. width:800px;
  333. margin-left:480px;
  334. background-color:transparent;
  335. padding:5px;
  336. {block:PermalinkPage}
  337. width:600px;
  338. float:center;
  339. margin-left:500px;
  340. {/block:PermalinkPage}
  341. }
  342.  
  343. .entry{
  344.  
  345. border:1px solid {color:borders};
  346. text-align:left;
  347. padding:12px;
  348. background-color:{color:post bg};
  349. width:255px;
  350. float:center;
  351. margin:30px;
  352. {block:PermalinkPage}
  353. width:500px;
  354. height:auto;
  355. font-size:11px;
  356. text-transform:uppercase:
  357. text-align:left;
  358. float:center;
  359. padding:20px;
  360. {/block:PermalinkPage}
  361. -webkit-transition:all 0.3s ease-out;
  362. -moz-transition:all 0.3s ease-out;
  363. transition:all 0.3s ease-out;
  364. }
  365.  
  366. .entry:hover {
  367. -webkit-transition:all 0.3s ease-out;
  368. -moz-transition:all 0.3s ease-out;
  369. transition:all 0.3s ease-out;
  370. }
  371. .entry img{
  372. max-width:250px;
  373. height:auto;
  374. float:right;
  375. margin:2px;
  376. margin-bottom:5px;
  377. {block:PermalinkPage}
  378. float:center;
  379. width:500px;
  380. max-width:500px;
  381. {/block:PermalinkPage}
  382.  
  383. }
  384.  
  385. .entry .perm{
  386. {block:PermalinkPage}
  387. display:none;
  388. {/block:PermalinkPage}
  389. text-transform:uppercase;
  390. background:transparent;
  391. padding:5px;
  392. text-align:center;
  393. margin-top:-35px;
  394. width:auto;
  395. margin-left:-50px;
  396. height:auto;
  397. position:absolute;
  398. opacity:0.0;
  399. -webkit-transition:all 0.5s ease-out;
  400. -moz-transition:all 0.5s ease-out;
  401. transition:all 0.5s ease-out;
  402.  
  403. }
  404.  
  405. .entry:hover .perm{
  406.  
  407. margin-left:-5px;
  408. opacity:1;
  409. -webkit-transition:all 0.5s ease-out;
  410. -moz-transition:all 0.5s ease-out;
  411. transition:all 0.5s ease-out;
  412.  
  413. }
  414.  
  415. .notes img {
  416. width: 0px;
  417. border-radius:100%;
  418. float:left;
  419. border-right:10px solid transparent;
  420. -webkit-transition: all 0.5s linear;
  421. -moz-transition: all 0.5s linear;
  422. transition: all 0.5s linear;}
  423. ol.notes, .notes li {
  424. height:20px;
  425. width: 100%;
  426. list-style: none;
  427. margin: 0px;
  428. padding-left: 0px}
  429. .notes li:hover img {
  430. -webkit-transition: all 0.5s linear;
  431. -moz-transition: all 0.5s linear;
  432. transition: all 0.5s linear;}
  433.  
  434. ::-moz-selection { background: {color:text}; color: {color:background}; }
  435. ::selection { background: {color:text}; color: {color:background}; }
  436.  
  437. .pagination {
  438. display: none;
  439. }
  440.  
  441. ::-webkit-scrollbar {height:5px; width:3px; }
  442.  
  443. ::-webkit-scrollbar-track-piece {
  444. background-color:{color:post bg};
  445. }
  446.  
  447. ::-webkit-scrollbar-thumb {
  448. background:{color:scrollbar};}
  449.  
  450. blockquote {
  451. margin-left:20px;
  452. padding-left:10px;
  453. border-left:2px solid{color:text};
  454. }
  455.  
  456. #question {padding:0px; margin-bottom:5px;}
  457.  
  458. #asker_portrait img{max-width:40px; margin-top:-20px; position:relative; float:center; border-radius:10px; margin-right:20px; padding:4px; background:{color:Header link} }
  459.  
  460. #asker {font-weight:normal; font-family:montserrat; text-transform:uppercase; font-style:normal; }
  461.  
  462. #asker a { text-align:center; font-size:12px;}
  463.  
  464. #asker a:hover {color:#ccc;}
  465.  
  466. #asked_question {
  467.  
  468. text-align:center;
  469. padding:10px;
  470. width:100%;
  471. border-top-left-radius:20px;
  472. border-top-right-radius:0px;
  473. border-bottom:1px solid {color:borders};
  474. font-style:italic;
  475. min-height:20px;
  476. max-width:155px;
  477. {block:permalinkpage}
  478. max-width:500px;
  479. width:500px;
  480. {/block:permalinkpage}
  481. padding-left:50px;
  482. padding-right:50px;
  483. float:center;
  484.  
  485. }
  486.  
  487. #answer {
  488.  
  489. color:#999;
  490. padding:2px 10px;
  491. }
  492.  
  493. .boxs {
  494.  
  495. border:1px solid {color:borders};
  496. background:{color:sidebar bg};
  497. float:left;
  498. left:280px;
  499. top:150px;
  500. height:auto;
  501. width:150px;
  502. padding:5px;
  503. position:fixed;
  504.  
  505. }
  506.  
  507. .favi {
  508.  
  509. width:150px;
  510. float:left;
  511. background:transparent;
  512. background:{color:post bg 2};
  513. margin-bottom:5px;
  514.  
  515. }
  516.  
  517. .favi img{
  518.  
  519. float:center;
  520.  
  521. }
  522.  
  523. #sidetitle {
  524.  
  525. color:{color:title};
  526. text-align:center;
  527. float:left;
  528. text-transform:lowercase;
  529. background:{color:sidebar bg};
  530. font-style:italic;
  531. padding:5px;
  532. width:150px;
  533. margin-left:-5px;
  534. font-size:15px;
  535. margin-bottom:10px;
  536. border-top:1px solid {color:borders};
  537. border-bottom:1px solid {color:borders};
  538.  
  539. }
  540.  
  541. .description {
  542. padding:20px;
  543. float:justify;
  544. margin-left:-5px;
  545. width:120px;
  546. background:transparent;
  547. font-size:9.5px;
  548. border-bottom:1px solid {color:borders};
  549. color:{color:description};
  550. }
  551.  
  552. #top1 { position:fixed; width:auto; height:auto; letter-spacing: 1px; right:20px; bottom:20px; padding:8px; font-size:35px; font-family:Lovers Quarrel; line-height:14px; text-align:right; z-index:99;
  553. -webkit-transition:all 0.3s ease-out;
  554. -moz-transition:all 0.3s ease-out;
  555. transition:all 0.3s ease-out;
  556. text-shadow:none;
  557. }
  558. #top1 a{text-shadow:none;}
  559. #top1 a:hover {text-shadow:none;}
  560. #top1:hover {
  561. -webkit-transition:all 0.3s ease-out;
  562. -moz-transition:all 0.3s ease-out;
  563. transition:all 0.3s ease-out;
  564. -moz-transform: scale(1.5);
  565. -webkit-transform: scale(1.5);
  566. -o-transform: scale(1.5);
  567. -ms-transform: scale(1.5);
  568. transform: scale(1.5);
  569. text-shadow:none;
  570. }
  571.  
  572. {CustomCSS}
  573.  
  574. </style>
  575. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  576.  
  577. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script
  578.  
  579. src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  580.  
  581. <script>
  582. $(function(){
  583. var $container = $('#post');
  584. $container.imagesLoaded(function(){
  585. $container.masonry({
  586. itemSelector: '.entry',
  587. });
  588. });
  589. $container.infinitescroll({
  590. itemSelector : ".entry",
  591. navSelector : "div.pagination",
  592. nextSelector : ".pagination a#next",
  593. loadingImg : "",
  594. loadingText : "<em></em>",
  595. bufferPx : 10000,
  596. extraScrollPx: 12000,
  597. },
  598. // trigger Masonry as a callback
  599. function( newElements ) {
  600. var $newElems = $( newElements ).css({ opacity: 0 });
  601. // ensure that images load before adding to masonry layout
  602. $newElems.imagesLoaded(function(){
  603. $newElems.animate({ opacity: 1 });
  604. $container.masonry( 'appended', $newElems, true );
  605. });
  606. }
  607. );
  608. });
  609. </script>
  610.  
  611.  
  612. </head>
  613. <body>
  614.  
  615. <div class="boxs">
  616.  
  617. <img class="favi" src="{image:sidebar}">
  618.  
  619. {block:IFTitle}<div id="sidetitle">{title}</div>{/block:IFTitle}
  620.  
  621. <div class="description">{description}</div>
  622.  
  623. <div id="poxa">
  624. <div class="go">
  625.  
  626. <a href="{text:link1url}">{text:link1}</a>
  627. <a href="{text:link2url}">{text:link2}</a>
  628. <a href="{text:link3url}">{text:link3}</a>
  629. <a href="{text:link4url}">{text:link4}</a>
  630.  
  631. </div></div>
  632.  
  633. </div>
  634.  
  635.  
  636. <div id="post">
  637. {block:Posts}
  638. <div class="entry">
  639.  
  640. <div class="perm">
  641. <div style="margin-left:0px;" class="date">
  642. <a href="{Permalink}" title="{NoteCountWithLabel}"><li class="fa fa-eye"></li></a>
  643. </div>
  644. <div class="date">
  645. <a href="{ReblogUrl}" title="Reblog"><li class="fa fa-refresh"></li></a>
  646. </div>
  647. </div>
  648.  
  649. {block:Title}<h1>{Title}</h1>{/block:Title}
  650.  
  651. {block:Text}{Body}{/block:Text}
  652.  
  653. {block:Photo}
  654.  
  655. <a href="{permalink}" ><img src="{PhotoURL-500}" width="250"/></a>
  656. {/block:Photo}
  657.  
  658. {block:Photoset}
  659.  
  660. {Photoset-250}
  661. {/block:Photoset}
  662.  
  663.  
  664. {block:Quote}
  665.  
  666. <div style="text-align:center; padding:10px; font-family:Cantarell; font-weight:normal; font-size:15px;">{Quote}</br></div>
  667.  
  668. <div align="right" style="text-align:center; font-size:9px; font-family:montserrat; text-transform:uppercase; padding-bottom:15px;">
  669. </br>{block:Source}— {Source}{/block:Source} </br>
  670. </div>
  671. {/block:Quote}
  672.  
  673.  
  674. {block:Video}
  675.  
  676. {Video-250}
  677.  
  678. <br>
  679. {PlayCountWithLabel}
  680. {/block:Video}
  681.  
  682.  
  683. {block:Link}
  684. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  685. {block:Description}{Description}{/block:Description}
  686. {/block:Link}
  687.  
  688. {block:Chat}
  689. {block:Lines}
  690. {block:Label}
  691. <br>{Label}
  692. {/block:Label}
  693. &nbsp;{Line}
  694. {/block:Lines}
  695. {/block:Chat}
  696.  
  697. {block:Audio}<div class="audioicon"><div class="player"><div class="audioplay">{AudioPlayer}</div></div><div class="audiodesc"><b>{block:TrackName}{TrackName}{/block:TrackName}</b> {block:Artist}, {Artist}{/block:Artist}</div></div>
  698. {/block:Audio}
  699.  
  700. {block:Answer}
  701. <div id="question">
  702. <div id="asked_question"><span id="asker">{Asker}</span>:<br>{Question}</div>
  703. </div>
  704. <div id="answer">
  705. {Answer}
  706. </div>
  707. {/block:Answer}
  708.  
  709. {block:PermalinkPage}
  710. {block:Caption}
  711. {Caption}
  712. {/block:Caption}
  713. <br>
  714. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} </br> {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} </br> Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
  715. <Br>
  716. {block:PostNotes}<div id="notas">{PostNotes}</div>{/block:PostNotes}</div>
  717. {/block:PermalinkPage}
  718. </div>
  719.  
  720. {/block:Posts}
  721.  
  722. </div>
  723.  
  724. {block:IfNotInfiniteScroll}
  725. <div id="top2">
  726.  
  727. {block:Pagination}
  728. {block:PreviousPage}
  729. <a href="{PreviousPage}"><li style="font-size:10px;" class="fa fa-chevron-left"></li></a>
  730. {/block:PreviousPage}
  731.  
  732. {block:JumpPagination length="7"}
  733.  
  734. {block:CurrentPage}
  735. <a href="#"><span class="current_page"><li class="fa fa-check"></li></span></a>
  736. {/block:CurrentPage}
  737.  
  738. {block:JumpPage}
  739. <a class="jump_page" href="{URL}">{PageNumber}</a>
  740. {/block:JumpPage}
  741. {/block:JumpPagination}
  742.  
  743. {block:NextPage}
  744. <a href="{NextPage}"><li style="font-size:10px;" class="fa fa-chevron-right"></li></a>
  745. {/block:NextPage}
  746.  
  747. {/block:Pagination}
  748.  
  749. </div>
  750. {/block:IfNotInfiniteScroll}
  751.  
  752. <div id="top1">
  753. <a href="http://amplamente.tumblr.com/" title="tema feito por amplamente">Am</a>
  754. </div>
  755.  
  756.  
  757. {block:IfInfiniteScroll}
  758. <div class="pagination">
  759. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}
  760. <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  761. </div>
  762. {/block:IfInfiniteScroll}
  763.  
  764.  
  765.  
  766. </body>
  767. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement