Advertisement
Carolaine_Vieira

#25

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