Advertisement
Carolaine_Vieira

Paciência

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