Advertisement
Carolaine_Vieira

Aisha

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