Advertisement
Carolaine_Vieira

#21

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