Advertisement
Carolaine_Vieira

#14

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