Advertisement
Carolaine_Vieira

#13 Combo 2 em um dia kk

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