Advertisement
Carolaine_Vieira

#29

Oct 14th, 2015
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.90 KB | None | 0 0
  1. <!-- ─────────╔╗────────────╔╗
  2. ─────────║║───────────╔╝╚╗
  3. ╔══╦╗╔╦══╣║╔══╦╗╔╦══╦═╬╗╔╬══╗
  4. ║╔╗║╚╝║╔╗║║║╔╗║╚╝║║═╣╔╗╣║║║═╣
  5. ║╔╗║║║║╚╝║╚╣╔╗║║║║║═╣║║║╚╣║═╣
  6. ╚╝╚╩╩╩╣╔═╩═╩╝╚╩╩╩╩══╩╝╚╩═╩══╝
  7. ──────║║
  8. ──────╚╝
  9. -->
  10.  
  11.  
  12.  
  13. <head>
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17. <script>
  18. $(document).ready(function() {
  19. //
  20. $('a.poplight[href^=#]').click(function() {
  21. var popID = $(this).attr('rel'); //Get Popup Name
  22. var popURL = $(this).attr('href'); //Get Popup href to define size
  23. var query= popURL.split('?');
  24. var dim= query[1].split('&');
  25. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  26. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  27. var popMargTop = ($('#' + popID).height() + 80) / 2;
  28. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  29. //Apply Margin to Popup
  30. $('#' + popID).css({
  31. 'margin-top' : -popMargTop,
  32. 'margin-left' : -popMargLeft
  33. });
  34. $('body').append('<div id="fade"></div>');
  35. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  36. return false;
  37. });
  38. $('a.close, #fade').live('click', function() {
  39. $('#fade , .popup_block').fadeOut(function() {
  40. $('#fade, a.close').remove(); //fade them both out
  41. });
  42. return false;
  43. });
  44. });
  45. </script>
  46. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  47. <script type="text/javascript">
  48. $(document).ready(function(){
  49. $(".links_body").hide();
  50. $(".links_head").click(function(){
  51. $(this).next(".links_body").slideToggle('fast');
  52. }); }); </script>
  53.  
  54. <title>{title}</title>
  55. <link rel="shortcut icon" href="{Favicon}"/>
  56. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  57. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  58.  
  59. <meta name="color:Background" content="#888888"/>
  60. <meta name="color:Post bg" content="#000000"/>
  61. <meta name="color:Text" content="#82868a"/>
  62. <meta name="color:Tooltip text" content="#fff"/>
  63. <meta name="color:Tooltip bg" content="#888888"/>
  64. <meta name="color:Sidebar" content="#222222"/>
  65. <meta name="color:Sidebar Text" content="#888888"/>
  66. <meta name="color:Perma Link Color" content="#ffffff"/>
  67. <meta name="color:Menu icon bg" content="#222222"/>
  68. <meta name="color:Link" content="#cab1da"/>
  69. <meta name="color:Nav link bg" content="#888888"/>
  70. <meta name="color:Nav link" content="#fff"/>
  71. <meta name="color:Nav link hover bg" content="#000000"/>
  72. <meta name="color:Nav link hover" content="#ffffff"/>
  73. <meta name="color:Title" content="#fff"/>
  74. <meta name="if:ShackEfect" content="1"/>
  75. <meta name="image:Background" content=""/>
  76. <meta name="image:Sidebar" content=""/>
  77. <meta name="text:Sua Url" content="amplamente" />
  78. <meta name="text:Nome da Ask" content="ask" />
  79. <meta name="text:link1" content="link 1" />
  80. <meta name="text:link1url" content="/" />
  81. <meta name="text:link2" content="link 2" />
  82. <meta name="text:link2url" content="/" />
  83. <meta name="text:link3" content="link 3" />
  84. <meta name="text:link3url" content="/" />
  85. <meta name="text:link4" content="link 4" />
  86. <meta name="text:link4url" content="/" />
  87. <meta name="text:link5" content="link 5" />
  88. <meta name="text:link5url" content="/" />
  89. <meta name="color:Scrollbar" content="#000"/>
  90.  
  91. <script type="text/javascript"
  92. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  93. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  94. <script>
  95. (function($){
  96.  
  97. $(document).ready(function(){
  98. $("[title]").style_my_tooltips();
  99. });
  100. })(jQuery);
  101. </script>
  102. <script src="typed.js"></script>
  103. <script>
  104. $(function(){
  105. $(".element").typed({
  106. strings: ["First sentence.", "Second sentence."],
  107. typeSpeed: 0
  108. });
  109. });
  110. </script>
  111. ...
  112.  
  113. <div class="element"></div>
  114.  
  115.  
  116.  
  117. {block:IfShackEfect}
  118. <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
  119. {/block:IfShackEfect}
  120. <!-- Other fonts - Outras fontes -->
  121.  
  122. <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  123. <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  124. <link href='https://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  125. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  126. <link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  127. <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  128. <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  129. <link href='https://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  130. <link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  131.  
  132.  
  133. <meta name="text:Twitter Link" content="amplamente" />
  134. <meta name="text:Pinterest Link" content="amplamente" />
  135. <meta name="text:Facebook Link" content="amplamente" />
  136. <meta name="text:LinkedIn Link" content="amplamente" />
  137. <meta name="text:Instagram Link" content="amplamente" />
  138.  
  139. <style type="text/css">
  140. iframe#tumblr_controls {
  141. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
  142. }
  143. #tumblr_controls{
  144. position:fixed !important;
  145. -webkit-filter: invert(100%)
  146. }
  147.  
  148. #credit{
  149. position:fixed;
  150. font-family:calibri;
  151. font-weight:bold;
  152. text-transform:uppercase;
  153. z-index:99;
  154. bottom:10px;
  155. right:10px;
  156. width:11px;
  157. height:9px;
  158. padding:10px;
  159. overflow:hidden;
  160. text-align:center;
  161. font-size:12px;
  162. letter-spacing:1px;
  163. opacity:1;
  164. border-top-left-radius: 10px;
  165. border-bottom-right-radius: 10px;
  166. border:2px solid #fff;
  167. background:#191919;
  168. -webkit-transition: all 0.3s linear;
  169. -moz-transition: all 0.3s linear;
  170. transition: all 0.3s linear;
  171. }
  172.  
  173.  
  174. #credit a{
  175. color:#fff;
  176. }
  177.  
  178. #credit a:hover{
  179.  
  180. color:#191919;
  181.  
  182. }
  183.  
  184. #credit:hover {
  185.  
  186. background:#fff; color:#000; border-color:#000;
  187.  
  188. }
  189. .credit_u{
  190. line-height:10px;
  191. -webkit-transition: all 0.3s linear;
  192. -moz-transition: all 0.3s linear;
  193. transition: all 0.3s linear;
  194. }
  195.  
  196. #credit a:hover .credit_u{
  197. margin-top:0px;
  198. -webkit-transition: all 0.3s linear;
  199. -moz-transition: all 0.3s linear;
  200. transition: all 0.3s linear;
  201. }
  202.  
  203. .credit_h{
  204. line-height:16px;
  205. font-size:8px;
  206. }
  207.  
  208.  
  209.  
  210. .reblog {
  211. display:inline-block;
  212. margin:0px;
  213. margin-top:10px;
  214. background:{color:post bg};
  215. padding:10px;
  216. border-radius:0px;
  217. {block:PermalinkPage}
  218. display:none;
  219. {/block:PermalinkPage}
  220. }
  221.  
  222. .popup_block{
  223. display:none;
  224. background:#fff;
  225. padding:20px;
  226. border:1px solid #eee;
  227. float:left;
  228. position:fixed;
  229. top:50%;left:50%;
  230. z-index: 99999;
  231. -webkit-box-shadow: 0px 0px 20px #eee;
  232. -moz-box-shadow: 0px 0px 20px #eee;
  233. box-shadow: 0px 0px 20px #000;
  234. }
  235.  
  236. *html #fade {position: absolute;}
  237. *html .popup_block {position: absolute;}
  238. #fade {
  239. display:none;
  240. position:fixed;
  241. left:0px;
  242. top:0px;
  243. width:100%;
  244. height:100%;
  245. z-index:9999;
  246. background:#000;
  247. opacity:0.5;
  248. }
  249.  
  250. #ve {
  251. position:fixed;
  252. height:auto;
  253. left:0px;
  254. top:350px;
  255. width:auto;
  256. background-color:transparent;
  257. z-index:3;
  258.  
  259. }
  260.  
  261. #ve img {
  262. background:{color:menu icon bg};
  263. width:30px;
  264. padding:3px;
  265. margin-left:6px;
  266. margin-top:20px;
  267. padding-right:4px;
  268. height:25px;
  269. }
  270.  
  271.  
  272. #sidebar {
  273. position:fixed;
  274. height:100%;
  275. left:0px;
  276. top:0px;
  277. width:50px;
  278. background-color:{color:post bg};
  279. z-index:3;
  280.  
  281. }
  282.  
  283. #sidebar .test{
  284. z-index:5;
  285. text-transform:uppercase;
  286. background:{color:sidebar};
  287. padding:20px;
  288. text-align:center;
  289. top:0px;
  290. left:0px;
  291. width:200px;
  292. height:100%;
  293. position:fixed;
  294. opacity:0.0;
  295. font-size:15px;
  296. -webkit-transition:all 0.8s ease-out;
  297. -moz-transition:all 0.2s ease-out;
  298. transition:all 0.2s ease-out;
  299.  
  300. }
  301.  
  302. #sidebar:hover .test{
  303. opacity:1;
  304. -webkit-transition:all 0.8s ease-out;
  305. -moz-transition:all 0.8s ease-out;
  306. transition:all 0.8s ease-out;
  307.  
  308. }
  309. #sidebar:hover {z-index:7;}
  310.  
  311.  
  312. .css-typing
  313. {
  314. width: 30em;
  315. white-space:nowrap;
  316. overflow:hidden;
  317. -webkit-animation: type 5s steps(50, end);
  318. animation: type 5s steps(50, end);
  319. }
  320.  
  321. @keyframes type{
  322. from { width: 0; }
  323. }
  324.  
  325. @-webkit-keyframes type{
  326. from { width: 0; }
  327. }
  328.  
  329. #sidebar img {
  330. margin-left:auto;
  331. margin-right:auto;
  332. margin-top:0px;
  333. width:180px;
  334. padding:10px;
  335. border-radius:100%;
  336. background:transparent;
  337. -webkit-transition: all 0.5s ease;
  338. -moz-transition: all 0.5s ease;
  339. -o-transition: all 0.5s ease;
  340. -ms-transition: all 0.5s ease;
  341. transition: all 0.5s ease;
  342. }
  343.  
  344. #sidebar img:hover {
  345.  
  346. -webkit-filter: grayscale(0.7);
  347. -webkit-transition: all 0.5s ease;
  348. -moz-transition: all 0.5s ease;
  349. -o-transition: all 0.5s ease;
  350. -ms-transition: all 0.5s ease;
  351. transition: all 0.5s ease;
  352. }
  353.  
  354. a{
  355. color:{color:Link};
  356. text-decoration:none;
  357. -webkit-transition:all 0.3s ease-out;
  358. -moz-transition:all 0.3s ease-out;
  359. transition:all 0.3s ease-out;
  360.  
  361.  
  362. }
  363.  
  364. a:hover{
  365. border-bottom:1px solid;
  366. -webkit-transition:all 0.3s ease-out;
  367. -moz-transition:all 0.3s ease-out;
  368. transition:all 0.3s ease-out;
  369.  
  370.  
  371. }
  372.  
  373. body{
  374. cursor:crosshair;
  375. color:{color:Text};
  376. font-family: 'Baumans', cursive;
  377. font-size:13px;
  378. background: {color:background} url("{image:background}") fixed;
  379.  
  380. }
  381.  
  382. #post{
  383. margin-top:0px;
  384. width:1000px;
  385. margin-left:220px;
  386. background-color:transparent;
  387. padding:5px;
  388. }
  389.  
  390. .entry{
  391.  
  392. padding:10px;
  393. background-color:{color:post bg};
  394. width:255px;
  395. float:right;
  396. margin:25px;
  397. {block:PermalinkPage}
  398. width:500px;
  399. height:auto;
  400. {/block:PermalinkPage}
  401. -webkit-animation: tada 2s;
  402. -moz-animation: tada 2s;
  403. -ms-animation: tada 2s;
  404. -webkit-transition: 1s ease-in-out;
  405. -moz-transition: 1s ease-in-out;
  406. -o-transition: 1s ease-in-out;
  407.  
  408. }
  409.  
  410. .entry:hover {
  411. -webkit-transition: 1s ease-in-out;
  412. -moz-transition: 1s ease-in-out;
  413. -o-transition: 1s ease-in-out;
  414. }
  415. .entry img{
  416. max-width:250px;
  417. float:right;
  418. margin:2px;
  419. }
  420.  
  421. .entry .perm{
  422.  
  423. text-transform:uppercase;
  424. background:transparent;
  425. padding:0px;
  426. text-align:center;
  427. margin-top:-9px;
  428. margin-left:0px;
  429. width:250px;
  430. height:auto;
  431. position:absolute;
  432. opacity:0.0;
  433. font-weight:bold;
  434. font-family: 'baumans', sans-serif;
  435. font-size:10px;
  436. -webkit-transition:all 0.5s ease-out;
  437. -moz-transition:all 0.5s ease-out;
  438. transition:all 0.5s ease-out;
  439.  
  440. }
  441.  
  442. .entry .perm a{color:{color:perma link color};}
  443. .entry .perm a:hover {border-bottom:none; color:{color:link};}
  444.  
  445. .entry:hover .perm{
  446.  
  447. opacity:1;
  448. -webkit-transition:all 0.5s ease-out;
  449. -moz-transition:all 0.5s ease-out;
  450. transition:all 0.5s ease-out;
  451.  
  452. }
  453.  
  454. ::-moz-selection { background: #fff; color: #000; }
  455. ::selection { background: #fff; color: #000; }
  456.  
  457. .pagination {
  458. display: none;
  459. }
  460.  
  461. ::-webkit-scrollbar {height:5px; width:7px;}
  462.  
  463. ::-webkit-scrollbar-track-piece {
  464. background-color:{color:background};
  465. }
  466.  
  467. ::-webkit-scrollbar-thumb {
  468. width:5px; height:5px;
  469. border-radius:3px;
  470. background-color:{color:scrollbar};
  471. border:2px solid {color:background};
  472. }
  473.  
  474. #poxa {
  475. margin-top:-10px;
  476. margin-left:auto;
  477. margin-right:auto;
  478. }
  479. #poxa a {
  480. background:{color:nav link bg};
  481. padding:9px;
  482. font-size:10px;
  483. text-align:center;
  484. margin-left:3px;
  485. width:165px;
  486. margin-bottom:7px;
  487. font-family:montserrat;
  488. text-transform:uppercase;
  489. color:{color:nav link};
  490. display:inline-block;
  491. -webkit-transition:all 0.3s ease-out;
  492. -moz-transition:all 0.3s ease-out;
  493. transition:all 0.3s ease-out;
  494.  
  495. }
  496. #poxa a:hover {
  497. background:{color:nav link hover bg};
  498. color:{color:nav link hover};
  499. width:180px;
  500. border-bottom:none;
  501. -webkit-transition:all 0.3s ease-out;
  502. -moz-transition:all 0.3s ease-out;
  503. transition:all 0.3s ease-out;
  504. }
  505.  
  506. .description {
  507.  
  508. padding:10px;
  509. margin-left:auto;
  510. margin-right:auto;
  511. margin-top:10px;
  512. height:95px;
  513. width:180px;
  514. text-transform:none;
  515. overflow:auto;
  516. font-weight:normal;
  517. background:transparent;
  518. font-size:10.5px;
  519. font-family: 'Baumans', cursive;
  520. text-align:justify;
  521. color:{color:sidebar text};
  522.  
  523. }
  524.  
  525. #s-m-t-tooltip {
  526.  
  527. font-weight:bold;
  528. max-width:300px;
  529. padding:8px;
  530. margin:15px 20px;
  531. background-color:{color:tooltip bg};
  532. font-family:baumans;
  533. font-size:10px;
  534. letter-spacing:1px;
  535. text-transform:uppercase;
  536. color:{color:tooltip text};
  537. z-index:9999999;
  538.  
  539. }
  540.  
  541. #rede{
  542. background:transparent;
  543. width:auto;
  544. margin-left:auto;
  545. margin-right:auto;
  546. margin-top:20px;
  547. }
  548.  
  549. #rede a:hover {border-bottom:none;}
  550.  
  551. #rede img{padding-top:0px; width:35px; height:35px;}
  552. #rede img:hover{
  553.  
  554. -webkit-filter: grayscale(1);
  555. -webkit-transform: rotate(-360deg);
  556. -moz-transform: rotate(-360deg);
  557. -o-transform: rotate(-360deg);
  558. -ms-transform: rotate(-360deg);
  559. transform: rotate(-360deg);}
  560.  
  561.  
  562. h3 {font-family:lobster; text-transform:none; font-size:30px; text-align:center; color:{color:title}; margin-top:0px; margin-bottom:0px;}
  563. h3::first-letter{text-transform:uppercase;}
  564.  
  565. {CustomCSS}
  566.  
  567. </style>
  568. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  569.  
  570. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script
  571.  
  572. src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  573.  
  574. <script>
  575. $(function(){
  576. var $container = $('#post');
  577. $container.imagesLoaded(function(){
  578. $container.masonry({
  579. itemSelector: '.entry',
  580. });
  581. });
  582. $container.infinitescroll({
  583. itemSelector : ".entry",
  584. navSelector : "div.pagination",
  585. nextSelector : ".pagination a#next",
  586. loadingImg : "",
  587. loadingText : "<em></em>",
  588. bufferPx : 10000,
  589. extraScrollPx: 12000,
  590. },
  591. // trigger Masonry as a callback
  592. function( newElements ) {
  593. var $newElems = $( newElements ).css({ opacity: 0 });
  594. // ensure that images load before adding to masonry layout
  595. $newElems.imagesLoaded(function(){
  596. $newElems.animate({ opacity: 1 });
  597. $container.masonry( 'appended', $newElems, true );
  598. });
  599. }
  600. );
  601. });
  602. </script>
  603. <script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js"></script>
  604.  
  605. </head>
  606. <body>
  607.  
  608. <div id="sidebar">
  609. <div class="test">
  610.  
  611.  
  612. <img src="{image:sidebar}">
  613. <h3>{title}</h3>
  614. <div class="description">{description}</div>
  615.  
  616. <div id="poxa">
  617.  
  618. <a href="{text:link1url}">{text:link1}</a></br>
  619. <a href="#?w=300" rel="box1" class="poplight">{text:nome da ask}</a></br>
  620. <a href="{text:link2url}">{text:link2}</a></br>
  621. <a href="{text:link3url}">{text:link3}</a></br>
  622. <a href="{text:link4url}">{text:link4}</a></br>
  623. <a href="{text:link5url}">{text:link5}</a></br>
  624.  
  625. </div>
  626.  
  627. <div id="rede">
  628.  
  629. <div>
  630. <a href="{text:Twitter Link}">
  631. <img title="Twitter" alt="Twitter" src="https://socialmediawidgets.files.wordpress.com/2014/03/01_twitter.png" width="35" height="35" />
  632. </a>
  633. <a href="{text:Pinterest Link}">
  634. <img title="Pinterest" alt="Pinterest" src="https://socialmediawidgets.files.wordpress.com/2014/03/13_pinterest.png" width="35" height="35" />
  635. </a>
  636. <a href="{text:Facebook Link}">
  637. <img title="Facebook" alt="Facebook" src="https://socialmediawidgets.files.wordpress.com/2014/03/02_facebook.png" width="35" height="35" />
  638. </a>
  639. <a href="{text:LinkedIn Link}">
  640. <img title="LinkedIn" alt="LinkedIn" src="https://socialmediawidgets.files.wordpress.com/2014/03/07_linkedin.png" width="35" height="35" />
  641. </a>
  642. <a href="{text:Instagram LInk}">
  643. <img title="Instagram" alt="RSS" src="https://socialmediawidgets.files.wordpress.com/2014/03/10_instagram.png" width="35" height="35" />
  644. </a>
  645. </div>
  646.  
  647. </div>
  648.  
  649. </div></div>
  650.  
  651. <div id="ve"><img title="navigation" src="http://static.tumblr.com/5ojoydj/bunmo0ev7/fukuo-line-bar.png"/>
  652. </div>
  653.  
  654. <div id="post">
  655. {block:Posts}
  656. <div class="entry">
  657.  
  658. <div class="perm">
  659.  
  660. <div class="reblog" >
  661.  
  662. <a href="{ReblogUrl}">reblog</a> &nbsp; &nbsp;
  663. <a href="{Permalink}" title="{SourceTitle}">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> &nbsp; &nbsp;
  664. <a href="{Permalink}" title="{notecountwithlabel}" >notes</a>
  665. </div>
  666.  
  667. </div>
  668.  
  669. {block:Title}<h1>{Title}</h1>{/block:Title}
  670.  
  671. {block:Text}{Body}{/block:Text}
  672.  
  673. {block:Photo}
  674. <a href="{permalink}" ><img src="{PhotoURL-500}" width="250"/></a>
  675.  
  676. {/block:Photo}
  677.  
  678. {block:Photoset}
  679.  
  680. {Photoset-250}
  681.  
  682.  
  683. {/block:Photoset}
  684.  
  685.  
  686. {block:Quote}
  687. {Quote}
  688. <div align="right">
  689. {block:Source}-{Source}{/block:Source}
  690. </div>
  691. {/block:Quote}
  692.  
  693.  
  694. {block:Video}
  695. {Video-250}
  696. <br>
  697. {PlayCountWithLabel}
  698. {/block:Video}
  699.  
  700.  
  701. {block:Link}
  702. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  703. {block:Description}{Description}{/block:Description}
  704. {/block:Link}
  705.  
  706. {block:Chat}
  707. {block:Lines}
  708. {block:Label}
  709. <br>{Label}
  710. {/block:Label}
  711. &nbsp;{Line}
  712. {/block:Lines}
  713. {/block:Chat}
  714.  
  715. {block:Audio}
  716. {AudioPlayerGrey}
  717. <br><div align="right">{block:Artist}
  718. Artist: {Artist}</div>
  719. {/block:Artist}<br>
  720. {block:Caption}{Caption}{/block:Caption}
  721. {/block:Audio}
  722.  
  723.  
  724. {block:Answer}
  725. {Asker} asked <b>{Question}</b><Br>
  726. {Answer}
  727. {/block:Answer}
  728.  
  729. {block:PermalinkPage}
  730. <center>{block:Caption}{Caption}{/block:Caption}</center></br></hr>
  731. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} </br> {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} </br> Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center></br>
  732. <center>{block:PostNotes}{PostNotes}{/block:PostNotes}</center>
  733. {/block:PermalinkPage}
  734.  
  735. </div>
  736.  
  737. {/block:Posts}
  738.  
  739. </div>
  740. <!--Pagination-->
  741. <div class="pagination">
  742. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}
  743. <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  744. </div>
  745.  
  746. <div id="box1" class="popup_block">
  747.  
  748. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{text:sua url}.tumblr.com" width="100%"></iframe><br>
  749.  
  750. </div>
  751.  
  752. <div id="credit"><a href="http://amplamente.tumblr.com" title="theme by amplamente"><div class="credit_u">❤</div><div class="credit_h"></div></a></div>
  753.  
  754. </body>
  755. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement