Advertisement
Carolaine_Vieira

Studios

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