Advertisement
Carolaine_Vieira

#32

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