Advertisement
Carolaine_Vieira

#40

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