Advertisement
Carolaine_Vieira

#12

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