Advertisement
Carolaine_Vieira

#24

Sep 28th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.07 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="#ffffff"/>
  60. <meta name="color:Sidebar bg" content="#000000"/>
  61. <meta name="color:Post bg" content="#000000"/>
  62. <meta name="color:Text" content="#82868a"/>
  63. <meta name="color:Link" content="#cccccc"/>
  64. <meta name="color:Link Hover" content="#7bd7c2"/>
  65. <meta name="color:Title" content="#000000"/>
  66. <meta name="color:Nav link" content="#000000"/>
  67. <meta name="if:3 Column" content="1"/>
  68. <meta name="if:BubbleMusic" content="1"/>
  69. <meta name="if:ShackEfect" content="1"/>
  70. <meta name="if:ZoomOnPosts" content="0"/>
  71. <meta name="image:Sidebar" content="http://i.imgur.com/8WUCJhw.png"/>
  72. <meta name="image:Background" content=""/>
  73. <meta name="image:header bg" content="http://i.imgur.com/Nk8MVeW.jpg"/>
  74. <meta name="text:Codigo do player" content="codigo" />
  75. <meta name="text:Sua Url" content="amplamente" />
  76. <meta name="text:link1" content="link 1" />
  77. <meta name="text:link1url" content="/" />
  78. <meta name="text:link2" content="link 2" />
  79. <meta name="text:link2url" content="/" />
  80. <meta name="text:link3" content="link 3" />
  81. <meta name="text:link3url" content="/" />
  82. <meta name="text:link4" content="link 4" />
  83. <meta name="text:link4url" content="/" />
  84. <meta name="text:link5" content="link 5" />
  85. <meta name="text:link5url" content="/" />
  86. <meta name="text:social1" content="social 1" />
  87. <meta name="text:sociallink1url" content="/" />
  88. <meta name="text:social2" content="social 2" />
  89. <meta name="text:sociallink2url" content="/" />
  90. <meta name="text:social3" content="social 3" />
  91. <meta name="text:sociallink3url" content="/" />
  92. <meta name="text:social4" content="social 4" />
  93. <meta name="text:sociallink4url" content="/" />
  94. <meta name="text:social5" content="social 5" />
  95. <meta name="text:sociallink5url" content="/" />
  96. <meta name="color:Scrollbar" content="#000000"/>
  97.  
  98. {block:IfShackEfect}
  99. <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
  100. {/block:IfShackEfect}
  101. <!-- Other fonts - Outras fontes -->
  102. <link href='https://fonts.googleapis.com/css?family=Raleway:400,500,600' rel='stylesheet' type='text/css'>
  103. <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  104. <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  105. <link href='https://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  106. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  107. <link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  108. <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  109. <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  110.  
  111. <style type="text/css">
  112. h1{font-family:lobster; text-transform:none;}
  113. iframe#tumblr_controls {
  114. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.7;
  115. }
  116. #tumblr_controls{
  117. position:fixed !important;
  118. -webkit-filter: invert(100%)
  119. }
  120.  
  121. #credit{
  122. position:fixed;
  123. font-family:raleway;
  124. font-weight:bold;
  125. text-transform:uppercase;
  126. z-index:99;
  127. bottom:10px;
  128. right:10px;
  129. width:40px;
  130. height:10px;
  131. padding:5px;
  132. overflow:hidden;
  133. text-align:center;
  134. font-size:8px;
  135. letter-spacing:1px;
  136. opacity:1;
  137. border:1px solid {color:background};
  138. background:{color:post bg};
  139. -webkit-transition: all 0.3s linear;
  140. -moz-transition: all 0.3s linear;
  141. transition: all 0.3s linear;
  142. }
  143.  
  144.  
  145. #credit a{
  146. color:{color:background};
  147. }
  148.  
  149. #credit a:hover{
  150.  
  151. color:{color:post bg};
  152.  
  153. }
  154.  
  155. #credit:hover {
  156.  
  157. background:{color:background}; color:{color:post bg}; border-color:{color:post bg};
  158.  
  159. }
  160. .credit_u{
  161. line-height:10px;
  162. -webkit-transition: all 0.3s linear;
  163. -moz-transition: all 0.3s linear;
  164. transition: all 0.3s linear;
  165. }
  166.  
  167. #credit a:hover .credit_u{
  168. margin-top:-13px;
  169. -webkit-transition: all 0.3s linear;
  170. -moz-transition: all 0.3s linear;
  171. transition: all 0.3s linear;
  172. }
  173.  
  174. .credit_h{
  175. line-height:16px;
  176. font-size:8px;
  177. }
  178.  
  179.  
  180. .reblog {
  181. display:inline-block;
  182. margin:5px;
  183. margin-top:10px;
  184. background:#000;
  185. padding:10px;
  186. border-radius:100%;
  187. {block:PermalinkPage}
  188. display:none;
  189. {/block:PermalinkPage}
  190. }
  191.  
  192. #bubble-music {
  193. position:fixed;
  194. right:20px;
  195. top:210px;
  196. width:27px;
  197. height:27px;
  198. background-color:transparent;
  199. overflow:hidden;
  200. -webkit-transition: all 0.5s ease-out;
  201. -moz-transition: all 0.5s ease-out;
  202. transition: all 0.5s ease-out;
  203. z-index:9;
  204.  
  205. }
  206.  
  207. #bubble-music:hover {
  208. width:140px;
  209. height:27px;
  210. }
  211.  
  212. .music_embed {
  213. margin:-23px 0 0 70px;
  214. z-index:1;
  215. font-family:consolas;
  216. font-size:8px;
  217. -webkit-transition: all 0.5s ease-out;
  218. -moz-transition: all 0.5s ease-out;
  219. transition: all 0.5s ease-out
  220. }
  221.  
  222. #bubble-music:hover .music_embed {
  223. margin:-23px 0 0 34px;
  224. opacity:1;
  225. }
  226.  
  227.  
  228. .popup_block{
  229. display:none;
  230. background:#fff;
  231. padding:20px;
  232. border:1px solid #eee;
  233. float:left;
  234. position:fixed;
  235. top:50%;left:50%;
  236. z-index: 99999;
  237. -webkit-box-shadow: 0px 0px 20px #eee;
  238. -moz-box-shadow: 0px 0px 20px #eee;
  239. box-shadow: 0px 0px 20px #000;
  240. }
  241.  
  242. *html #fade {position: absolute;}
  243. *html .popup_block {position: absolute;}
  244. #fade {
  245. display:none;
  246. position:fixed;
  247. left:0px;
  248. top:0px;
  249. width:100%;
  250. height:100%;
  251. z-index:9999;
  252. background:#000;
  253. opacity:0.5;
  254. }
  255.  
  256. #sidebar {
  257. position:fixed;
  258. height:auto;
  259. left:100px;
  260. top:300px;
  261. width:150px;
  262. background-color:transparent;
  263. z-index:3;
  264. background-image: url("{image:Sidebar Background}");
  265.  
  266. }
  267.  
  268. #sidebar img {
  269.  
  270. -webkit-transition: all 0.5s ease;
  271. -moz-transition: all 0.5s ease;
  272. -o-transition: all 0.5s ease;
  273. -ms-transition: all 0.5s ease;
  274. transition: all 0.5s ease;
  275. }
  276.  
  277. #sidebar img:hover {
  278.  
  279. -webkit-transform: rotate(-360deg);
  280. -moz-transform: rotate(-360deg);
  281. -o-transform: rotate(-360deg);
  282. -ms-transform: rotate(-360deg);
  283. transform: rotate(-360deg);
  284. -webkit-transition: all 0.5s ease;
  285. -moz-transition: all 0.5s ease;
  286. -o-transition: all 0.5s ease;
  287. -ms-transition: all 0.5s ease;
  288. transition: all 0.5s ease;
  289. }
  290.  
  291. a{
  292.  
  293. {block:PermalinkPage}
  294. color:{color:post bg};
  295. {/block:PermalinkPage}
  296.  
  297. color:{color:Link};
  298. text-decoration:none;
  299. -webkit-transition:all 0.3s ease-out;
  300. -moz-transition:all 0.3s ease-out;
  301. transition:all 0.3s ease-out;
  302.  
  303. }
  304.  
  305. a:hover{
  306.  
  307. color:{color:Link Hover};
  308. -webkit-transition:all 0.3s ease-out;
  309. -moz-transition:all 0.3s ease-out;
  310. transition:all 0.3s ease-out;
  311.  
  312. }
  313.  
  314. #top1 {
  315. position:fixed;
  316. width:100%;
  317. letter-spacing: 1px;
  318. top:0px;
  319. left:0px;
  320. color:{color:link};
  321. border-bottom:50px solid {color:post bg};
  322. font-size:12px;
  323. line-height:14px;
  324. text-align:center;
  325. height:200px;
  326. background: {color:header bg} url("{image:header bg}") fixed;
  327. z-index:4;
  328.  
  329. }
  330.  
  331. .go a:before,
  332. .go a:after {
  333. display: inline-block;
  334. opacity: 0;
  335. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  336. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  337. transition: transform 0.3s, opacity 0.2s;
  338. }
  339.  
  340. .go a:before {
  341. margin-right: 10px;
  342. content: '[';
  343. -webkit-transform: translate(20px);
  344. -moz-transform: translate(20px);
  345. transform: translate(20px);
  346. }
  347.  
  348. .go a:after {
  349. margin-left: 10px;
  350. content: ']';
  351. -webkit-transform: translate(-20px);
  352. -moz-transform: translate(-20px);
  353. transform: translate(-20px);
  354. }
  355.  
  356. .go a:hover:before,
  357. .go a:hover:after,
  358. .go a:focus:before,
  359. .go a:focus:after {
  360. opacity: 1;
  361. -webkit-transform: translate(0px);
  362. -moz-transform: translate(0px);
  363. transform: translate(0px);
  364. }
  365.  
  366. #amplos {
  367.  
  368. font-family: Cookie;
  369. font-weight:bold;
  370. font-size:30px;
  371. padding:5px;
  372. text-align:right;
  373. background:transparent;
  374.  
  375. }
  376.  
  377. #amplos a{color:{color:Title};}
  378. #amplos a:hover {letter-spacing:4px;}
  379.  
  380. body{
  381. cursor:crosshair;
  382. color:{color:Text};
  383. font-family: montserrat;
  384. font-size:12px;
  385. background: {color:background} url("{image:background}") fixed;
  386.  
  387. }
  388.  
  389. #post{
  390. z-index:9;
  391. margin-top:50px;
  392. {block:If3column}width:825px;{/block:If3column}
  393. {block:IfNot3column}width:530px;{block:IfNot3column}
  394. margin-left:350px;
  395. background-color:{color:post bg};
  396. padding:5px;
  397. border-radius:10px;
  398. {block:PermalinkPage}
  399. background:{color:background};
  400. {/block:PermalinkPage}
  401. }
  402.  
  403. .entry{
  404.  
  405. padding:5px;
  406. background-color:transparent;
  407. {block:If3column}width:255px;{block:If3column}
  408. {block:IfNot3column}width:505px;{block:IfNot3column}
  409. float:right;
  410. margin:5px;
  411. {block:PermalinkPage}
  412. width:500px;
  413. height:auto;
  414. float:center;
  415. position:absolute;
  416. margin-top:20px;
  417. margin-bottom:20px;
  418. overflow:auto;
  419. {/block:PermalinkPage}
  420. -webkit-animation: tada 2s;
  421. -moz-animation: tada 2s;
  422. -ms-animation: tada 2s;
  423. -webkit-transition: 1s ease-in-out;
  424. -moz-transition: 1s ease-in-out;
  425. -o-transition: 1s ease-in-out;
  426.  
  427. }
  428.  
  429. .entry:hover {
  430. {block:IfZoomOnPosts}
  431. -webkit-transform: scale(1.3);
  432. -moz-transform: scale(1.3);
  433. -o-transform: scale(1.3) ;
  434. -ms-transform: scale(1.3);
  435. transform: scale(1.3) ;
  436. {/block:IfZoomOnPosts}
  437. -webkit-transition: 1s ease-in-out;
  438. -moz-transition: 1s ease-in-out;
  439. -o-transition: 1s ease-in-out;
  440. {block:IfZoomOnPosts}
  441. z-index: 9999999999999999999;
  442. {/block:IfZoomOnPosts}
  443. }
  444. .entry img{
  445. {block:If3column}max-width:250px;{block:If3column}
  446. {block:IfNot3column}max-width:500px;{block:IfNot3column}
  447. float:right;
  448. margin:2px;
  449. }
  450.  
  451. .entry .perm{
  452.  
  453. text-transform:uppercase;
  454. background:transparent;
  455. padding:5px;
  456. text-align:center;
  457. {block:If3column}
  458. margin-top:-40px;
  459. top:50%;
  460. margin-left:55px;
  461. {block:If3column}
  462. {block:IfNot3column}
  463. margin-top:-40px;
  464. top:50%;
  465. margin-left:170px;
  466. {block:IfNot3column}
  467. width:150px;
  468. height:auto;
  469. position:absolute;
  470. opacity:0.0;
  471. font-family: 'Open Sans', sans-serif;
  472. font-size:8px;
  473.  
  474. -webkit-transition:all 0.5s ease-out;
  475. -moz-transition:all 0.5s ease-out;
  476. transition:all 0.5s ease-out;
  477.  
  478. }
  479.  
  480. .entry:hover .perm{
  481.  
  482. opacity:1;
  483. -webkit-transition:all 0.5s ease-out;
  484. -moz-transition:all 0.5s ease-out;
  485. transition:all 0.5s ease-out;
  486.  
  487. }
  488.  
  489. ::-moz-selection { background: #fff; color: #000; }
  490. ::selection { background: #fff; color: #000; }
  491.  
  492. #side{
  493.  
  494. margin-right:auto;
  495. margin-left:auto;
  496. float:left;
  497. width:100px;
  498. padding:5px;
  499. border-radius:100%;
  500.  
  501. }
  502.  
  503. .pagination {
  504. display: none;
  505. }
  506.  
  507. ::-webkit-scrollbar {height:5px; width:5px;}
  508.  
  509. ::-webkit-scrollbar-track-piece {
  510. background-color:{color:background};
  511. }
  512.  
  513. ::-webkit-scrollbar-thumb {
  514. width:5px; height:5px;
  515. border-radius:3px;
  516. background-color:{color:scrollbar};
  517. border:2px solid {color:background};
  518. }
  519.  
  520. #poxa {margin-top:5px;
  521. float:left;
  522. text-align:right;
  523. }
  524. #poxa a {
  525. background:transparent;
  526. padding:2px;
  527. font-size:9px;
  528. width:auto;
  529. margin-bottom:7px;
  530. font-family:montserrat;
  531. font-weight: 500;
  532. text-transform:uppercase;
  533. color:{color:nav link};
  534. display:inline-block;
  535. -webkit-transition:all 0.3s ease-out;
  536. -moz-transition:all 0.3s ease-out;
  537. transition:all 0.3s ease-out;
  538. }
  539. #poxa a:hover {
  540. -webkit-transition:all 0.3s ease-out;
  541. -moz-transition:all 0.3s ease-out;
  542. transition:all 0.3s ease-out;
  543. }
  544.  
  545. .description {
  546.  
  547. margin-bottom:10px;
  548. padding:2px;
  549. margin-left:0px;
  550. background:transparent;
  551. font-size:12px;
  552. font-family: raleway;
  553. text-align:right;
  554. color:#999;
  555.  
  556. }
  557.  
  558. #viadaje {
  559. position:fixed;
  560. padding:5px;
  561. border-radius:10px;
  562. width:120px;
  563. background:{color:post bg};
  564. margin-left:100px;
  565. margin-top:50px;
  566. z-index:99;
  567.  
  568. }
  569.  
  570.  
  571. .links_list { width:150px; font-family:montserrat;
  572. font-weight: 500; margin-top:-6px;}
  573. .links_head { cursor:pointer; position:relative; text-align:center; color:{color:nav link} !important; text-transform:uppercase; font-size:9px; }
  574. .links_body {; color: {color:nav link}; display:none;}
  575.  
  576. {CustomCSS}
  577.  
  578. </style>
  579. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  580.  
  581. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script
  582.  
  583. src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  584.  
  585. <script>
  586. $(function(){
  587. var $container = $('#post');
  588. $container.imagesLoaded(function(){
  589. $container.masonry({
  590. itemSelector: '.entry',
  591. });
  592. });
  593. $container.infinitescroll({
  594. itemSelector : ".entry",
  595. navSelector : "div.pagination",
  596. nextSelector : ".pagination a#next",
  597. loadingImg : "",
  598. loadingText : "<em></em>",
  599. bufferPx : 10000,
  600. extraScrollPx: 12000,
  601. },
  602. // trigger Masonry as a callback
  603. function( newElements ) {
  604. var $newElems = $( newElements ).css({ opacity: 0 });
  605. // ensure that images load before adding to masonry layout
  606. $newElems.imagesLoaded(function(){
  607. $newElems.animate({ opacity: 1 });
  608. $container.masonry( 'appended', $newElems, true );
  609. });
  610. }
  611. );
  612. });
  613. </script>
  614. <script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js"></script>
  615.  
  616. </head>
  617. <body>
  618.  
  619. <div id="top1"></div>
  620.  
  621. {block:IfBubbleMusic}
  622. <div id="bubble-music">
  623. <img style="margin:7px;" src="http://media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif">
  624. <div class="music_embed">
  625. {text:codigo do player}
  626. </div>
  627. </div>
  628. {/block:IfBubbleMusic}
  629.  
  630. <img id="viadaje" src="{image:sidebar}">
  631.  
  632. <div id="sidebar">
  633.  
  634.  
  635. <div id="amplos">
  636. <a href="/">{Title}</a>
  637. </div>
  638. <div class="description">
  639. {description}
  640. </div>
  641. <div id="poxa">
  642. <div class="go">
  643. <a href="{text:link1url}">{text:link1}</a></br>
  644. <a href="#?w=300" rel="box1" class="poplight">ask</a></br>
  645. <a href="{text:link2url}">{text:link2}</a></br>
  646. <a href="{text:link3url}">{text:link3}</a></br>
  647. <a href="{text:link4url}">{text:link4}</a></br>
  648. <a href="{text:link5url}">{text:link5}</a></br>
  649.  
  650. <div class="links_list">
  651. <p class="links_head">social</p>
  652. <div class="links_body">
  653. <a href="{text:sociallink1url}">{text:social1}</a></br>
  654. <a href="{text:sociallink2url}">{text:social2}</a></br>
  655. <a href="{text:sociallink3url}">{text:social3}</a></br>
  656. <a href="{text:sociallink4url}">{text:social4}</a></br>
  657. <a href="{text:sociallink5url}">{text:social5}</a></br>
  658. </div></div>
  659. </div></div>
  660.  
  661. </div>
  662.  
  663.  
  664. <div id="post">
  665. {block:Posts}
  666. <div class="entry">
  667.  
  668. <div class="perm">
  669.  
  670. <div class="reblog">{ReblogButton color="white" size="15"}</div>
  671. <div class="reblog">{LikeButton color="white" size="15"}</div>
  672.  
  673. </div>
  674.  
  675. {block:Title}<h1>{Title}</h1>{/block:Title}
  676.  
  677. {block:Text}{Body}{/block:Text}
  678.  
  679. {block:Photo}
  680. {block:If3column}
  681. <a href="{permalink}"><img src="{PhotoURL-500}" width="250"/></a>{/block:If3column}
  682.  
  683. {block:IfNot3column}
  684. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>{/block:IfNot3column}
  685. {/block:Photo}
  686.  
  687. {block:Photoset}
  688.  
  689. {block:If3column}
  690. {Photoset-250}
  691. {/block:If3column}
  692.  
  693. {block:IfNot3column}
  694. {Photoset-500}
  695. {/block:IfNot3column}
  696.  
  697. {/block:Photoset}
  698.  
  699.  
  700. {block:Quote}
  701. {Quote}
  702. <div align="right">
  703. {block:Source}-{Source}{/block:Source}
  704. </div>
  705. {/block:Quote}
  706.  
  707.  
  708. {block:Video}
  709. {block:If3column}
  710. {Video-250}
  711. {/block:If3column}
  712.  
  713. {block:IfNot3column}
  714. {Video-500}
  715. {/block:IfNot3column}<br>
  716. {PlayCountWithLabel}
  717. {/block:Video}
  718.  
  719.  
  720. {block:Link}
  721. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  722. {block:Description}{Description}{/block:Description}
  723. {/block:Link}
  724.  
  725. {block:Chat}
  726. {block:Lines}
  727. {block:Label}
  728. <br>{Label}
  729. {/block:Label}
  730. &nbsp;{Line}
  731. {/block:Lines}
  732. {/block:Chat}
  733.  
  734. {block:Audio}
  735. {AudioPlayerGrey}
  736. <br><div align="right">{block:Artist}
  737. Artist: {Artist}</div>
  738. {/block:Artist}<br>
  739. {block:Caption}{Caption}{/block:Caption}
  740. {/block:Audio}
  741.  
  742.  
  743. {block:Answer}
  744. {Asker} asked <b>{Question}</b><Br>
  745. {Answer}
  746. {/block:Answer}
  747.  
  748. {block:PermalinkPage}
  749. {block:Caption}
  750. {Caption}
  751. {/block:Caption}
  752. <hr>
  753. {block:NoteCount}
  754. {NoteCountWithLabel}
  755. {/block:NoteCount}
  756. <Br><hr>
  757. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  758. {/block:PermalinkPage}
  759.  
  760.  
  761. </div>
  762.  
  763. {/block:Posts}
  764.  
  765. </div>
  766. <!--Pagination-->
  767. <div class="pagination">
  768. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}
  769. <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  770. </div>
  771.  
  772. <div id="box1" class="popup_block">
  773.  
  774. <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>
  775.  
  776. </div>
  777.  
  778. <div id="credit"><a href="http://amplamente.tumblr.com"><div class="credit_u">theme</div><div class="credit_h">carol</div></a></div>
  779.  
  780.  
  781. </body>
  782. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement