Advertisement
Carolaine_Vieira

#19

Sep 20th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.19 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:Perma bg" content="#ffffff"/>
  61. <meta name="color:Header bg" content="#000000"/>
  62. <meta name="color:Text" content="#82868a"/>
  63. <meta name="color:Link" content="#cab1da"/>
  64. <meta name="color:Link Hover" content="#7bd7c2"/>
  65. <meta name="color:Title" content="#cab1da"/>
  66. <meta name="color:Title Hover" content="#7bd7c2"/>
  67. <meta name="color:Header link" content="#ffffff"/>
  68. <meta name="if:3 Column" content="1"/>
  69. <meta name="if:BubbleMusic" content="1"/>
  70. <meta name="if:ShackEfect" content="1"/>
  71. <meta name="if:ZoomOnPosts" content="0"/>
  72. <meta name="image:Background" content=""/>
  73. <meta name="text:Codigo do player" content="codigo" />
  74. <meta name="text:Sua Url" content="amplamente" />
  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="text:social1" content="social 1" />
  86. <meta name="text:sociallink1url" content="/" />
  87. <meta name="text:social2" content="social 2" />
  88. <meta name="text:sociallink2url" content="/" />
  89. <meta name="text:social3" content="social 3" />
  90. <meta name="text:sociallink3url" content="/" />
  91. <meta name="text:social4" content="social 4" />
  92. <meta name="text:sociallink4url" content="/" />
  93. <meta name="text:social5" content="social 5" />
  94. <meta name="text:sociallink5url" content="/" />
  95. <meta name="color:Scrollbar" content="#cab1da"/>
  96.  
  97. {block:IfShackEfect}
  98. <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
  99. {/block:IfShackEfect}
  100. <!-- Other fonts - Outras fontes -->
  101.  
  102. <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  103. <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  104. <link href='https://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  105. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  106. <link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  107. <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  108. <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  109.  
  110. <style type="text/css">
  111. #top1 {
  112. font-weight:bold;
  113. position:fixed;
  114. width:100%;
  115. letter-spacing: 1px;
  116. left:0px;
  117. bottom:0px;
  118. padding-top:7px;
  119. font-size:12px;
  120. line-height:14px;
  121. text-align:left;
  122. height:35px;
  123. background-color:{color:header bg};
  124. z-index:4;
  125. }
  126.  
  127. #top2 {
  128. font-weight:bold;
  129. position:fixed;
  130. width:100%;
  131. letter-spacing: 1px;
  132. left:0px;
  133. top:0px;
  134. padding-top:7px;
  135. font-size:12px;
  136. line-height:14px;
  137. text-align:center;
  138. height:35px;
  139. background-color:{color:header bg};
  140. z-index:4;
  141. }
  142.  
  143. #calado{
  144. margin-left:auto;
  145. text-align:center;
  146. float:center;
  147. }
  148. #calado a {
  149. padding:3px;
  150. font-size:10px;
  151. text-align:center;
  152. margin-left:5px;
  153. font-family:calibri;
  154. text-transform:uppercase;
  155. color:{color:header link};
  156. display:inline-block;
  157. -webkit-transition:all 0.3s ease-out;
  158. -moz-transition:all 0.3s ease-out;
  159. transition:all 0.3s ease-out;
  160. border-top:4px solid transparent;
  161. }
  162. #calado a:hover {
  163. -webkit-transition:all 0.3s ease-out;
  164. -moz-transition:all 0.3s ease-out;
  165. transition:all 0.3s ease-out;
  166. text-shadow: 3px 0 .8px #FF0000, -4px 0 .7px #00F1F5;
  167.  
  168. }
  169.  
  170. iframe#tumblr_controls {
  171. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
  172. }
  173. #tumblr_controls{
  174. position:fixed !important;
  175. -webkit-filter: invert(100%)
  176. }
  177.  
  178. .reblog {
  179. display:inline-block;
  180. margin:5px;
  181. margin-top:10px;
  182. background:{color:perma bg};
  183. padding:15px;
  184. border-radius:100%;
  185. }
  186.  
  187. #bubble-music {
  188. position:fixed;
  189. right:20px;
  190. bottom:10px;
  191. width:27px;
  192. height:27px;
  193. background-color:transparent;
  194. overflow:hidden;
  195. -webkit-transition: all 0.5s ease-out;
  196. -moz-transition: all 0.5s ease-out;
  197. transition: all 0.5s ease-out;
  198. z-index:5;
  199.  
  200. }
  201.  
  202. #bubble-music:hover {
  203. width:140px;
  204. height:27px;
  205. }
  206.  
  207. .music_embed {
  208. margin:-23px 0 0 70px;
  209. z-index:1;
  210. font-family:consolas;
  211. font-size:8px;
  212. -webkit-transition: all 0.5s ease-out;
  213. -moz-transition: all 0.5s ease-out;
  214. transition: all 0.5s ease-out
  215. }
  216.  
  217. #bubble-music:hover .music_embed {
  218. margin:-23px 0 0 34px;
  219. opacity:1;
  220. }
  221.  
  222.  
  223. .popup_block{
  224. display:none;
  225. background:#fff;
  226. padding:20px;
  227. border:1px solid #eee;
  228. float:left;
  229. position:fixed;
  230. top:50%;left:50%;
  231. z-index: 99999;
  232. -webkit-box-shadow: 0px 0px 20px #eee;
  233. -moz-box-shadow: 0px 0px 20px #eee;
  234. box-shadow: 0px 0px 20px #000;
  235. }
  236.  
  237. *html #fade {position: absolute;}
  238. *html .popup_block {position: absolute;}
  239. #fade {
  240. display:none;
  241. position:fixed;
  242. left:0px;
  243. top:0px;
  244. width:100%;
  245. height:100%;
  246. z-index:9999;
  247. background:#000;
  248. opacity:0.5;
  249. }
  250.  
  251. a{
  252. color:{color:Link};
  253. text-decoration:none;
  254. -webkit-transition:all 0.3s ease-out;
  255. -moz-transition:all 0.3s ease-out;
  256. transition:all 0.3s ease-out;
  257.  
  258. }
  259.  
  260. a:hover{
  261.  
  262. color:{color:Link Hover};
  263. -webkit-transition:all 0.3s ease-out;
  264. -moz-transition:all 0.3s ease-out;
  265. transition:all 0.3s ease-out;
  266.  
  267. }
  268.  
  269. #amplos {
  270.  
  271. font-family: tahoma;
  272. font-weight:bold;
  273. font-size:20px;
  274. text-align:center;
  275. padding:7px;
  276. float:center;
  277. margin-left:auto;
  278. margin-right:auto;
  279. text-transform:uppercase;
  280.  
  281. }
  282.  
  283. #amplos a{color:{color:Title};}
  284. #amplos a:hover {color:{color:Title Hover};}
  285.  
  286. body{
  287. cursor:crosshair;
  288. color:{color:Text};
  289. font-family: Poiret One;
  290. font-weight:bold;
  291. font-size:15px;
  292. background: {color:background} url("{image:background}") fixed;
  293.  
  294. }
  295.  
  296. #post{
  297. margin-top:35px;
  298. {block:If3column}width:1110px;{/block:If3column}
  299. {block:IfNot3column}width:508px;{block:IfNot3column}
  300. margin-left:230px;
  301. background-color:transparent;
  302. padding:5px;
  303. }
  304.  
  305. .entry{
  306.  
  307. padding:5px;
  308. background-color:transparent;
  309. {block:If3column}width:250px;{block:If3column}
  310. {block:IfNot3column}width:300px;{block:IfNot3column}
  311. float:right;
  312. margin:5px;
  313. {block:PermalinkPage}
  314. width:500px;
  315. height:auto;
  316. {/block:PermalinkPage}
  317. -webkit-animation: tada 2s;
  318. -moz-animation: tada 2s;
  319. -ms-animation: tada 2s;
  320. -webkit-transition: 1s ease-in-out;
  321. -moz-transition: 1s ease-in-out;
  322. -o-transition: 1s ease-in-out;
  323.  
  324. }
  325.  
  326. .entry:hover {
  327. {block:IfZoomOnPosts}
  328. -webkit-transform: scale(1.3);
  329. -moz-transform: scale(1.3);
  330. -o-transform: scale(1.3) ;
  331. -ms-transform: scale(1.3);
  332. transform: scale(1.3) ;
  333. {/block:IfZoomOnPosts}
  334. -webkit-transition: 1s ease-in-out;
  335. -moz-transition: 1s ease-in-out;
  336. -o-transition: 1s ease-in-out;
  337. {block:IfZoomOnPosts}
  338. z-index: 9999999999999999999;
  339. {/block:IfZoomOnPosts}
  340. }
  341. .entry img{
  342. {block:If3column}max-width:250px;{block:If3column}
  343. {block:IfNot3column}max-width:500px;{block:IfNot3column}
  344. float:right;
  345. margin:2px;
  346. }
  347.  
  348. .entry .perm{
  349.  
  350. text-transform:uppercase;
  351. {block:IfNotTransparentPerma}
  352. background:transparent;
  353. {block:IfNotTransparentPerma}
  354. {block:IfTransparentPerma}
  355. background:transparent;
  356. {/block:IfTransparentPerma}
  357. padding:5px;
  358. text-align:center;
  359. margin-top:-40px;
  360. top:50%;
  361. margin-left:0px;
  362. width:150px;
  363. height:auto;
  364. position:absolute;
  365. opacity:0.0;
  366. font-family: 'Open Sans', sans-serif;
  367. font-size:8px;
  368.  
  369. -webkit-transition:all 0.5s ease-out;
  370. -moz-transition:all 0.5s ease-out;
  371. transition:all 0.5s ease-out;
  372.  
  373. }
  374.  
  375. .entry:hover .perm{
  376.  
  377. opacity:1;
  378. margin-left:52px;
  379. -webkit-transition:all 0.5s ease-out;
  380. -moz-transition:all 0.5s ease-out;
  381. transition:all 0.5s ease-out;
  382.  
  383. }
  384.  
  385. ::-moz-selection { background: {color:text}; color: {color:background}; }
  386. ::selection { background: {color:text}; color: {color:background}; }
  387.  
  388. .pagination {
  389. display: none;
  390. }
  391.  
  392. ::-webkit-scrollbar {height:5px; width:5px;}
  393.  
  394. ::-webkit-scrollbar-track-piece {
  395. background-color:{color:background};
  396. }
  397.  
  398. ::-webkit-scrollbar-thumb {
  399. width:5px; height:5px;
  400. border-radius:3px;
  401. background-color:{color:scrollbar};
  402. border:2px solid {color:background};
  403. }
  404.  
  405. .description {
  406.  
  407. margin-bottom:10px;
  408. padding:2px;
  409. margin-left:0px;
  410. width:300px;
  411. background:transparent;
  412. font-size:12px;
  413. font-family: Poiret One;
  414. font-weight:bold;
  415. text-align:center;
  416. color:{color:text};
  417.  
  418. }
  419. {CustomCSS}
  420.  
  421. </style>
  422. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  423.  
  424. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script
  425.  
  426. src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  427.  
  428. <script>
  429. $(function(){
  430. var $container = $('#post');
  431. $container.imagesLoaded(function(){
  432. $container.masonry({
  433. itemSelector: '.entry',
  434. });
  435. });
  436. $container.infinitescroll({
  437. itemSelector : ".entry",
  438. navSelector : "div.pagination",
  439. nextSelector : ".pagination a#next",
  440. loadingImg : "",
  441. loadingText : "<em></em>",
  442. bufferPx : 10000,
  443. extraScrollPx: 12000,
  444. },
  445. // trigger Masonry as a callback
  446. function( newElements ) {
  447. var $newElems = $( newElements ).css({ opacity: 0 });
  448. // ensure that images load before adding to masonry layout
  449. $newElems.imagesLoaded(function(){
  450. $newElems.animate({ opacity: 1 });
  451. $container.masonry( 'appended', $newElems, true );
  452. });
  453. }
  454. );
  455. });
  456. </script>
  457. <script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js"></script>
  458.  
  459. </head>
  460. <body>
  461. {block:IfBubbleMusic}
  462. <div id="bubble-music">
  463. <img style="margin:7px;" src="http://media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif">
  464. <div class="music_embed">
  465. {text:codigo do player}
  466. </div>
  467. </div>
  468. {/block:IfBubbleMusic}
  469.  
  470. <div id="top2">
  471. <div id="amplos">
  472. <a href="/">{Title}</a>
  473. </div></div>
  474.  
  475. <div id="top1">
  476.  
  477. <div id="calado">
  478.  
  479. <a href="{text:link1url}">{text:link1}</a>
  480. <a href="#?w=300" rel="box1" class="poplight">ask</a>
  481. <a href="{text:link2url}">{text:link2}</a>
  482. <a href="{text:link3url}">{text:link3}</a>
  483. <a href="{text:link4url}">{text:link4}</a>
  484. <a href="{text:link5url}">{text:link5}</a>
  485. <a href="http://amplamente.tumblr.com/" target="_blank">theme</a>
  486.  
  487. </div>
  488.  
  489. </div>
  490.  
  491.  
  492. <div id="post">
  493. {block:Posts}
  494. <div class="entry">
  495.  
  496. <div class="perm">
  497.  
  498. <div class="reblog">{ReblogButton color="black"}</div>
  499. <div class="reblog">{LikeButton color="black"}</div>
  500.  
  501. </div>
  502.  
  503. {block:Title}<h1>{Title}</h1>{/block:Title}
  504.  
  505. {block:Text}{Body}{/block:Text}
  506.  
  507. {block:Photo}
  508. {block:If3column}
  509. <a href="{permalink}"><img src="{PhotoURL-500}" width="250"/></a>{/block:If3column}
  510.  
  511. {block:IfNot3column}
  512. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>{/block:IfNot3column}
  513. {/block:Photo}
  514.  
  515. {block:Photoset}
  516.  
  517. {block:If3column}
  518. {Photoset-250}
  519. {/block:If3column}
  520.  
  521. {block:IfNot3column}
  522. {Photoset-500}
  523. {/block:IfNot3column}
  524.  
  525. {/block:Photoset}
  526.  
  527.  
  528. {block:Quote}
  529. {Quote}
  530. <div align="right">
  531. {block:Source}-{Source}{/block:Source}
  532. </div>
  533. {/block:Quote}
  534.  
  535.  
  536. {block:Video}
  537. {block:If3column}
  538. {Video-250}
  539. {/block:If3column}
  540.  
  541. {block:IfNot3column}
  542. {Video-500}
  543. {/block:IfNot3column}<br>
  544. {PlayCountWithLabel}
  545. {/block:Video}
  546.  
  547.  
  548. {block:Link}
  549. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  550. {block:Description}{Description}{/block:Description}
  551. {/block:Link}
  552.  
  553. {block:Chat}
  554. {block:Lines}
  555. {block:Label}
  556. <br>{Label}
  557. {/block:Label}
  558. &nbsp;{Line}
  559. {/block:Lines}
  560. {/block:Chat}
  561.  
  562. {block:Audio}
  563. {AudioPlayerGrey}
  564. <br><div align="right">{block:Artist}
  565. Artist: {Artist}</div>
  566. {/block:Artist}<br>
  567. {block:Caption}{Caption}{/block:Caption}
  568. {/block:Audio}
  569.  
  570.  
  571. {block:Answer}
  572. {Asker} asked <b>{Question}</b><Br>
  573. {Answer}
  574. {/block:Answer}
  575.  
  576. {block:PermalinkPage}
  577. {block:Caption}
  578. {Caption}
  579. {/block:Caption}
  580. <br>
  581. {block:NoteCount}
  582. {NoteCount} notes
  583. {/block:NoteCount}
  584. <Br>
  585. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  586. {/block:PermalinkPage}
  587. </div>
  588.  
  589. {/block:Posts}
  590.  
  591. </div>
  592. <!--Pagination-->
  593. <div class="pagination">
  594. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}
  595. <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  596. </div>
  597.  
  598. <div id="box1" class="popup_block">
  599.  
  600. <div class="description">{Description}</div>
  601.  
  602. <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>
  603.  
  604. </div>
  605.  
  606.  
  607.  
  608. </body>
  609. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement