Advertisement
Carolaine_Vieira

destreza

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