Advertisement
Carolaine_Vieira

#23

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