Advertisement
Carolaine_Vieira

#15

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