Advertisement
Carolaine_Vieira

ladies

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