Advertisement
Carolaine_Vieira

d'jour

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