Advertisement
Carolaine_Vieira

#36 Summer Time 0.2

Nov 6th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.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.  
  47. <title>{title}</title>
  48. <link rel="shortcut icon" href="{Favicon}"/>
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  50. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51.  
  52. <meta name="color:Gradient bg color 1" content="#fe89b3"/>
  53. <meta name="color:Gradient bg color 2" content="#fd9473"/>
  54. <meta name="color:Text" content="#ffffff"/>
  55. <meta name="color:Bold" content="#191919"/>
  56. <meta name="color:Italic" content="#f54349"/>
  57. <meta name="color:Sidebar bg" content="#141414"/>
  58. <meta name="color:Sidebar link" content="#141414"/>
  59. <meta name="color:Sidebar link hover" content="#141414"/>
  60. <meta name="color:Description" content="#888888"/>
  61. <meta name="color:Link" content="#529ecc"/>
  62. <meta name="color:Link Hover" content="#000000"/>
  63. <meta name="color:Title" content="#191919"/>
  64. <meta name="color:Nav link" content="#000000"/>
  65. <meta name="color:Scrollbar" content="#000000"/>
  66.  
  67. <meta name="if:ShackEfect" content="1"/>
  68.  
  69. <meta name="image:Background" content=""/>
  70. <meta name="image:Sidebar" content=""/>
  71.  
  72. <meta name="select:Gradient direction" content="0deg" title="vertical">
  73. <meta name="select:Gradient direction" content="right top" title="left diagonal">
  74. <meta name="select:Gradient direction" content="left top" title="right diagonal">
  75. <meta name="select:Gradient direction" content="90deg" title="horizontal">
  76.  
  77. <meta name="text:Sua Url" content="amplamente" />
  78. <meta name="text:Smcmusicplayer" content="" />
  79. <meta name="text:Sidebarlink1" content="/" />
  80. <meta name="text:Sidebarlink1url" content="/" />
  81. <meta name="text:Sidebarlink2" content="/" />
  82. <meta name="text:Sidebarlink2url" content="/" />
  83. <meta name="text:Sidebarlink3" content="/" />
  84. <meta name="text:Sidebarlink3url" content="/" />
  85. <meta name="text:Sidebarlink4" content="/" />
  86. <meta name="text:Sidebarlink4url" content="/" />
  87. <meta name="text:Sidebarlink5" content="/" />
  88. <meta name="text:Sidebarlink5url" content="/" />
  89. <meta name="text:link1" content="link 1" />
  90. <meta name="text:link1url" content="/" />
  91. <meta name="text:link2" content="link 2" />
  92. <meta name="text:link2url" content="/" />
  93. <meta name="text:link3" content="link 3" />
  94. <meta name="text:link3url" content="/" />
  95. <meta name="text:link4" content="link 4" />
  96. <meta name="text:link4url" content="/" />
  97. <meta name="text:link5" content="link 5" />
  98. <meta name="text:link5url" content="/" />
  99. <meta name="text:Online" content="2" />
  100. <meta name="text:Visitors" content="265784" />
  101.  
  102.  
  103. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  104. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  105. <script>
  106. (function($){$(document)
  107. .ready(function(){$("[title]")
  108. .style_my_tooltips();});})
  109. (jQuery);
  110. </script>
  111.  
  112. {block:IfShackEfect}
  113. <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
  114. {/block:IfShackEfect}
  115.  
  116.  
  117. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  118. <link href='https://fonts.googleapis.com/css?family=Arvo:400,700|Life+Savers:400,700' rel='stylesheet' type='text/css'>
  119. <link href='https://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  120. <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  121. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  122. <link href='https://fonts.googleapis.com/css?family=Akronim' rel='stylesheet' type='text/css'>
  123. <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  124.  
  125. <style type="text/css">
  126. b { color: {color:bold}; !important; }
  127.  
  128. i { color: {color:italic} ;!important; }
  129.  
  130. u { border-bottom: 1px dotted ; text-decoration:none;}
  131.  
  132. #s-m-t-tooltip{
  133. max-width:300px;
  134. padding:10px;
  135. margin:20px 0px 0px 20px;
  136. background-color: rgba(0, 0, 0, 0.5);
  137. font-family:calibri;
  138. font-size:8.5px;
  139. text-transform:uppercase;
  140. color:#fff;
  141. letter-spacing:1px;
  142. opacity:1;
  143. z-index:9999999999999999999;
  144. }
  145.  
  146. #top1 {
  147. border-right:1px solid {color:sidebar bg};
  148. border-bottom:1px solid {color:SIDEBAR BG};
  149. position:fixed;
  150. font-weight:bold;
  151. width:150px;
  152. height:auto;
  153. letter-spacing: 1px;
  154. right:20px;
  155. bottom:20px;
  156. padding:20px;
  157. font-size:8.5px;
  158. text-transform:uppercase;
  159. font-family:calibri;
  160. line-height:14px;
  161. text-align:right;
  162. z-index:4;
  163. color:{color:sidebar bg};
  164. background: transparent;
  165.  
  166. }
  167.  
  168. #top1 a{color:{color:title};}
  169. #top1 a:hover {color:black;}
  170.  
  171. #top2 {
  172. opacity:1;
  173. height:auto;
  174. width:250px;
  175. letter-spacing: 1px;
  176. left:100px;
  177. top:200px;
  178. padding:7px;
  179. font-size:12px;
  180. line-height:14px;
  181. text-align:center;
  182. position:fixed;
  183. font-weight:bold;
  184. font-family:inconsolata;
  185. background: TRANSPARENT;
  186. z-index:4;
  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.  
  192.  
  193. ul {
  194. list-style-image: url('https://36.media.tumblr.com/42d55f9956e3e8c0dfb590b504f4939d/tumblr_inline_nvag3cwzpq1rj4inb_540.png');
  195. }
  196.  
  197. #calado{
  198. margin-left:auto;
  199. margin-top:20px;
  200. text-align:center;
  201. width:100%;
  202. margin-bottom:20px;
  203. }
  204. #calado a {
  205. display:inline-block;
  206. padding:10px;
  207. font-size:12px;
  208. text-align:center;
  209. font-family:arvo;
  210. font-weight:bold;
  211. text-transform:uppercase;
  212. background:#fff;
  213. color:{color:Nav link};
  214. width:70px;
  215. -webkit-transition:all 0.3s ease-out;
  216. -moz-transition:all 0.3s ease-out;
  217. transition:all 0.3s ease-out;
  218. text-shadow:10px 0px transparent, -10px 0px transparent;
  219. }
  220. #calado a:hover {
  221. font-style:italic;
  222. text-shadow:0px 0px {color:Nav link}, 0px 0px {color:Nav link};
  223. -webkit-transition:all 0.3s ease-out;
  224. -moz-transition:all 0.3s ease-out;
  225. transition:all 0.3s ease-out;
  226. }
  227.  
  228. #vixe{
  229. margin-left:auto;
  230. margin-top:10px;
  231. text-align:center;
  232. width:100%;
  233. margin-bottom:10px;
  234. color:#fff !important;
  235. }
  236. #vixe a {
  237. display:inline-block;
  238. padding:10px;
  239. font-size:14px;
  240. text-align:center;
  241. font-family:arvo;
  242. text-transform:uppercase;
  243. background:TRANSPARENT;
  244. color:{color:sidebar link} !important;
  245. text-shadow:0px 10px transparent, 0px -10px transparent;
  246. -webkit-transition:all 0.3s ease-out;
  247. -moz-transition:all 0.3s ease-out;
  248. transition:all 0.3s ease-out;
  249. }
  250. #vixe a:hover {
  251. text-shadow:0px 0px {color:sidebar link hover};, 0px 0px {color:sidebar link hover};
  252. color:{color:sidebar link hover} !important;
  253. font-style:italic;
  254. -moz-transition:all 0.3s ease-out;
  255. transition:all 0.3s ease-out;
  256. }
  257.  
  258.  
  259. iframe#tumblr_controls {
  260. black-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
  261. }
  262. #tumblr_controls{
  263. position:fixed !important;
  264. -webkit-filter: invert(100%)
  265. }
  266.  
  267. .reblog {
  268. margin-top:0px;
  269. margin-left:0px;
  270. float:left;
  271. opacity:1;
  272. background-color:rgba(225,225,225,0.5);
  273. padding:10px;
  274. padding-left:14px;
  275. font-size:10.3px;
  276. color:#000;
  277. font-family:baumans;
  278. font-weight:bold;
  279. {block:PermalinkPage}
  280. display:none;
  281. {/block:PermalinkPage}
  282. }
  283. .reblog a{color:black;}
  284. .reblog a:hover {color:{color:gradient bg color 1};}
  285.  
  286. .popup_block{
  287. display:none;
  288. background:#fff;
  289. border:1px solid #dfdfdf;
  290. padding:30px;
  291. width:500px;
  292. float:left;
  293. position:fixed;
  294. top:50%;left:50%;
  295. z-index: 99999;
  296. }
  297.  
  298. *html #fade {position: absolute;}
  299. *html .popup_block {position: absolute;}
  300. #fade {
  301. display:none;
  302. position:fixed;
  303. left:0px;
  304. top:0px;
  305. width:100%;
  306. height:100%;
  307. z-index:9999;
  308. background-image:-o-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  309. background-image:-ms-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  310. background-image:-moz-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  311. background-image:-webkit-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  312. opacity:1;
  313. }
  314.  
  315.  
  316. a{
  317. color:{color:Link};
  318. text-decoration:none;
  319. -webkit-transition:all 0.3s ease-out;
  320. -moz-transition:all 0.3s ease-out;
  321. transition:all 0.3s ease-out;
  322.  
  323. }
  324.  
  325. a:hover{
  326.  
  327. color:{color:Link Hover};
  328. -webkit-transition:all 0.3s ease-out;
  329. -moz-transition:all 0.3s ease-out;
  330. transition:all 0.3s ease-out;
  331.  
  332. }
  333.  
  334. #amplos {
  335. height:auto;
  336. padding:10px;
  337. line-height:40px;
  338. font-family: Poiret one;
  339. font-size:25px;
  340. text-align:center;
  341. color:{color:Title};
  342. font-weight:normal;
  343.  
  344. }
  345. #amplos a{
  346. color:{color:title};
  347. -webkit-transition:all 0.3s ease-out;
  348. -moz-transition:all 0.3s ease-out;
  349. transition:all 0.3s ease-out;
  350. }
  351. #amplos a:hover{
  352. letter-spacing:2px;
  353. -webkit-transition:all 0.3s ease-out;
  354. -moz-transition:all 0.3s ease-out;
  355. transition:all 0.3s ease-out;
  356. }
  357. #calado:first-letter{
  358.  
  359. color:{color:title first letter};
  360.  
  361. }
  362.  
  363. body{
  364. cursor:crosshair;
  365. color:{color:Text};
  366. font-family: baumans;
  367. font-size:13px;
  368. background-image:-o-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  369. background-image:-ms-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  370. background-image:-moz-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  371. background-image:-webkit-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  372. }
  373.  
  374. h1 {text-align:center; text-transform:none;}
  375.  
  376. #post{
  377. margin-top:20px;
  378. width:700px;
  379. margin-left:450px;
  380. background-color:transparent;
  381. padding:5px;
  382. }
  383.  
  384. .entry{
  385. text-align:left;
  386. padding:8px;
  387. background-color:rgba(225,225,225,0.5);
  388. width:255px;
  389. float:right;
  390. margin:20px;
  391. {block:PermalinkPage}
  392. width:500px;
  393. height:auto;
  394. {/block:PermalinkPage}
  395. -webkit-animation: tada 2s;
  396. -moz-animation: tada 2s;
  397. -ms-animation: tada 2s;
  398. -webkit-transition: 1s ease-in-out;
  399. -moz-transition: 1s ease-in-out;
  400. -o-transition: 1s ease-in-out;
  401.  
  402. }
  403.  
  404. .entry:hover {
  405. {block:IfZoomOnPosts}
  406. -webkit-transform: scale(1.3);
  407. -moz-transform: scale(1.3);
  408. -o-transform: scale(1.3) ;
  409. -ms-transform: scale(1.3);
  410. transform: scale(1.3) ;
  411. {/block:IfZoomOnPosts}
  412. -webkit-transition: 1s ease-in-out;
  413. -moz-transition: 1s ease-in-out;
  414. -o-transition: 1s ease-in-out;
  415. {block:IfZoomOnPosts}
  416. z-index: 9999999999999999999;
  417. {/block:IfZoomOnPosts}
  418. }
  419. .entry img{
  420. max-width:250px;
  421. float:right;
  422. margin:2px;
  423.  
  424. }
  425.  
  426. .entry .perm{
  427.  
  428. text-transform:uppercase;
  429. background:transparent;
  430. padding:5px;
  431. text-align:center;
  432. margin-top:0px;
  433. width:250px;
  434. height:auto;
  435. position:absolute;
  436. opacity:0.0;
  437. font-family: 'Open Sans', sans-serif;
  438. font-size:8px;
  439. -webkit-transition:all 0.5s ease-out;
  440. -moz-transition:all 0.5s ease-out;
  441. transition:all 0.5s ease-out;
  442.  
  443. }
  444.  
  445. .entry:hover .perm{
  446. margin-top:5px;
  447. margin-left:10px;
  448. opacity:1;
  449. -webkit-transition:all 0.5s ease-out;
  450. -moz-transition:all 0.5s ease-out;
  451. transition:all 0.5s ease-out;
  452.  
  453. }
  454.  
  455. ::-moz-selection { background: {color:text}; color: {color:background}; }
  456. ::selection { background: {color:text}; color: {color:background}; }
  457.  
  458. .pagination {
  459. display: none;
  460. }
  461.  
  462. ::-webkit-scrollbar {height:5px; width:5px;}
  463.  
  464. ::-webkit-scrollbar-track-piece {
  465. background-color:transparent;
  466. }
  467.  
  468. ::-webkit-scrollbar-thumb {
  469. background-color:{color:scrollbar};
  470. }
  471.  
  472. .description {
  473.  
  474. margin-bottom:10px;
  475. padding:2px;
  476. margin-left:auto;
  477. margin-right:auto;
  478. width:60%;
  479. background:transparent;
  480. font-size:10px;
  481. font-family: 'Inconsolata', ;
  482. text-align:center;
  483. color:{color:description};
  484.  
  485. }
  486.  
  487. {CustomCSS}
  488.  
  489. </style>
  490. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  491.  
  492. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script
  493.  
  494. src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  495.  
  496. <script>
  497. $(function(){
  498. var $container = $('#post');
  499. $container.imagesLoaded(function(){
  500. $container.masonry({
  501. itemSelector: '.entry',
  502. });
  503. });
  504. $container.infinitescroll({
  505. itemSelector : ".entry",
  506. navSelector : "div.pagination",
  507. nextSelector : ".pagination a#next",
  508. loadingImg : "",
  509. loadingText : "<em></em>",
  510. bufferPx : 10000,
  511. extraScrollPx: 12000,
  512. },
  513. // trigger Masonry as a callback
  514. function( newElements ) {
  515. var $newElems = $( newElements ).css({ opacity: 0 });
  516. // ensure that images load before adding to masonry layout
  517. $newElems.imagesLoaded(function(){
  518. $newElems.animate({ opacity: 1 });
  519. $container.masonry( 'appended', $newElems, true );
  520. });
  521. }
  522. );
  523. });
  524. </script>
  525.  
  526.  
  527. </head>
  528. <body>
  529.  
  530. <div id="top1">
  531. ONLINE:&nbsp;&nbsp;{text:online}
  532. </BR>VISITORS:&nbsp;&nbsp;{text:visitors}
  533. </br>
  534. THEME BY:&nbsp;&nbsp;<a href="http://amplamente.tumblr.com/">AMPLAMENTE</a>
  535. </div>
  536.  
  537. <div id="top2">
  538. <div id="vixe">
  539. <a href="{text:sidebarlink1url}" title="{text:sidebarlink1}"><li class="fa fa-camera-retro"></li>
  540. </a>
  541. <a href="{text:sidebarlink2url}" title="{text:sidebarlink2}"><li class="fa fa-anchor"></li>
  542. </a>
  543. <a href="{text:sidebarlink3url}" title="{text:sidebarlink3}"><li class="fa fa-folder-open"></li></a>
  544. <a href="{text:sidebarlink4url}" title="{text:sidebarlink4}">
  545. <li class="fa fa-heart"></li>
  546. </a>
  547. <a href="{text:sidebarlink5url}" title="{text:sidebarlink5}"><li class="fa fa-calendar"></li></a>
  548. </div>
  549. <div id="amplos">
  550. <a href="/" title="refresh" >{title}</a>
  551. </div>
  552. <div class="description">{description}</div>
  553. <div id="amplos">
  554. <a href="#?w=300" rel="box1" title="click to view menu" class="poplight">Links</a>
  555. </div>
  556. </div>
  557.  
  558. <div id="post">
  559. {block:Posts}
  560. <div class="entry">
  561. <div class="perm">
  562. <div class="reblog">{ReblogButton color="black" size="12"}</div>
  563. <div class="reblog"><a href="{Permalink}" {block:ContentSource} title="source: {SourceTitle}"{/block:ContentSource} >{NoteCount}</a></div>
  564. </div>
  565.  
  566. {block:Title}<h1>{Title}</h1>{/block:Title}
  567.  
  568. {block:Text}{Body}{/block:Text}
  569.  
  570. {block:Photo}
  571.  
  572. <a href="{permalink}" ><img src="{PhotoURL-500}" width="250"/></a>
  573.  
  574. {/block:Photo}
  575.  
  576. {block:Photoset}
  577.  
  578. {Photoset-250}
  579.  
  580. {/block:Photoset}
  581.  
  582.  
  583. {block:Quote}
  584. {Quote}
  585. <div align="right">
  586. {block:Source}-{Source}{/block:Source}
  587. {NoteCOuntWithLabel}
  588. </div>
  589. {/block:Quote}
  590.  
  591.  
  592. {block:Video}
  593.  
  594. {Video-250}
  595.  
  596. <br>
  597. {PlayCountWithLabel}
  598. {/block:Video}
  599.  
  600.  
  601. {block:Link}
  602. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  603. {block:Description}{Description}{/block:Description}
  604. {/block:Link}
  605.  
  606. {block:Chat}
  607. {block:Lines}
  608. {block:Label}
  609. <br>{Label}
  610. {/block:Label}
  611. &nbsp;{Line}
  612. {/block:Lines}
  613. {/block:Chat}
  614.  
  615. {block:Audio}
  616. {AudioPlayerGrey}
  617. <br><div align="right">{block:Artist}
  618. Artist: {Artist}</div>
  619. {/block:Artist}<br>
  620. {block:Caption}{Caption}{/block:Caption}
  621. {/block:Audio}
  622.  
  623.  
  624. {block:Answer}
  625. {Asker} asked <b>{Question}</b><Br>
  626. {Answer}
  627. {/block:Answer}
  628.  
  629. {block:PermalinkPage}
  630. {block:Caption}
  631. {Caption}
  632. {/block:Caption}
  633. <br>
  634. {block:NoteCount}
  635. {NoteCount} notes
  636. {/block:NoteCount}
  637. <Br>
  638. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  639. {/block:PermalinkPage}
  640. </div>
  641.  
  642. {/block:Posts}
  643.  
  644. {block:ContentSource}<!-- {SourceURL}
  645. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  646. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  647. {/block:ContentSource}
  648.  
  649. </div>
  650. <div class="pagination">
  651. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}
  652. <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  653. </div>
  654.  
  655. <div id="box1" class="popup_block">
  656. <img src="{image:sidebar}">
  657. <div id="calado">
  658. <a href="{text:link1url}">{text:link1}</a>
  659. <a href="{text:link2url}">{text:link2}</a>
  660. <a href="{text:link3url}">{text:link3}</a>
  661. <a href="{text:link4url}">{text:link4}</a>
  662. <a href="{text:link5url}">{text:link5}</a>
  663. </div>
  664. <iframe frameborder="0" height="250px" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{text:sua url}.tumblr.com" width="100%"></iframe><br>
  665. </div>
  666.  
  667. {text:smcmusicplayer}
  668.  
  669. </body>
  670. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement