Advertisement
Carolaine_Vieira

#36 Summer Time

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