Advertisement
Carolaine_Vieira

#38 Fluckers

Nov 8th, 2015
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.82 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:Gradient bg color 1" content="#bbe4d0"/>
  53. <meta name="color:Gradient bg color 2" content="#bad8eb"/>
  54. <meta name="color:Text" content="#ffffff"/>
  55. <meta name="color:Bold" content="#ffffff"/>
  56. <meta name="color:Italic" content="#56bc8a"/>
  57. <meta name="color:Borders" content="#141414"/>
  58. <meta name="color:Header link" content="#141414"/>
  59. <meta name="color:Header link hover" content="#141414"/>
  60. <meta name="color:Link" content="#529ecc"/>
  61. <meta name="color:Link Hover" content="#000000"/>
  62. <meta name="color:Scrollbar" content="#000000"/>
  63.  
  64. <meta name="if:ShackEfect" content="0"/>
  65.  
  66. <meta name="image:Background" content=""/>
  67.  
  68. <meta name="select:Gradient direction" content="0deg" title="vertical">
  69. <meta name="select:Gradient direction" content="right top" title="left diagonal">
  70. <meta name="select:Gradient direction" content="left top" title="right diagonal">
  71. <meta name="select:Gradient direction" content="90deg" title="horizontal">
  72.  
  73. <meta name="select:Columns" content="320px" title="1">
  74. <meta name="select:Columns" content="645px" title="2">
  75. <meta name="select:Columns" content="950px" title="3">
  76. <meta name="select:Columns" content="1300px" title="4">
  77.  
  78. <meta name="text:Update box 1" content="amplamente" />
  79. <meta name="text:Update box 2" content="amplamente" />
  80. <meta name="text:Update box 3" content="amplamente" />
  81. <meta name="text:Your Url" content="amplamente" />
  82. <meta name="text:Ask Name" content="ask" />
  83. <meta name="text:Smcmusicplayer" content="" />
  84. <meta name="text:Facebook Url" content="https://www.facebook.com/Exemplo" />
  85. <meta name="text:Instagram Url" content="/" />
  86. <meta name="text:Twitter Url" content="/" />
  87. <meta name="text:Pinterest Url" content="/" />
  88. <meta name="text:Tumblr Url" content="/" />
  89. <meta name="text:link1" content="link 1" />
  90. <meta name="text:link1url" content="/" />
  91. <meta name="text:link2" content="link 2" />
  92. <meta name="text:link2url" content="/" />
  93. <meta name="text:link3" content="link 3" />
  94. <meta name="text:link3url" content="/" />
  95. <meta name="text:link4" content="link 4" />
  96. <meta name="text:link4url" content="/" />
  97. <meta name="text:link5" content="link 5" />
  98. <meta name="text:link5url" content="/" />
  99.  
  100.  
  101.  
  102. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  103. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  104. <script>
  105. (function($){$(document)
  106. .ready(function(){$("[title]")
  107. .style_my_tooltips();});})
  108. (jQuery);
  109. </script>
  110.  
  111. {block:IfShackEfect}
  112. <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
  113. {/block:IfShackEfect}
  114.  
  115.  
  116. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  117. <link href='https://fonts.googleapis.com/css?family=Arvo:400,700|Life+Savers:400,700' rel='stylesheet' type='text/css'>
  118. <link href='https://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  119. <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  120. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  121. <link href='https://fonts.googleapis.com/css?family=Akronim' rel='stylesheet' type='text/css'>
  122. <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  123. <link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  124.  
  125.  
  126. <style type="text/css">
  127. b { color: {color:bold}; !important; }
  128.  
  129. i { color: {color:italic} ;!important; }
  130.  
  131. u { border-bottom: 1px dotted ; text-decoration:none;}
  132.  
  133. #s-m-t-tooltip{
  134. max-width:300px;
  135. padding:10px;
  136. margin:20px 0px 0px 20px;
  137. background-color: rgba(0, 0, 0, 0.5);
  138. font-family:calibri;
  139. font-size:8.5px;
  140. text-transform:uppercase;
  141. color:#fff;
  142. letter-spacing:1px;
  143. opacity:1;
  144. z-index:9999999999999999999;
  145. }
  146.  
  147. #top1 {
  148. position:fixed;
  149. font-weight:bold;
  150. width:auto;
  151. height:auto;
  152. letter-spacing: 1px;
  153. right:30px;
  154. bottom:30px;
  155. padding:7px;
  156. font-size:16px;
  157. text-transform:uppercase;
  158. font-family:calibri;
  159. line-height:14px;
  160. text-align:right;
  161. z-index:4;
  162. border:2px solid;
  163. border-radius:100%;
  164. color:{color:borders};
  165. background: transparent;
  166. text-shadow:1px 1px {color:borders};
  167.  
  168. }
  169.  
  170. #top1 a{color:{color:borders};}
  171. #top1 a:hover {color:{color:gradient bg color 1};}
  172.  
  173. #top2 {
  174. opacity:1;
  175. height:auto;
  176. width:75%;
  177. letter-spacing: 1px;
  178. margin-left:auto;
  179. margin-right:auto;
  180. margin-top:0px;
  181. padding:7px;
  182. font-size:12px;
  183. line-height:14px;
  184. text-align:center;
  185. font-weight:bold;
  186. font-family:inconsolata;
  187. background-color:transparent;
  188. -webkit-transition:all 0.3s ease-out;
  189. -moz-transition:all 0.3s ease-out;
  190. transition:all 0.3s ease-out;
  191. }
  192.  
  193.  
  194. ul {
  195. list-style-image: url('https://36.media.tumblr.com/42d55f9956e3e8c0dfb590b504f4939d/tumblr_inline_nvag3cwzpq1rj4inb_540.png');
  196. }
  197.  
  198. #calado{
  199. margin-left:auto;
  200. margin-top:20px;
  201. text-align:center;
  202. width:100%;
  203. margin-bottom:20px;
  204. }
  205. #calado a {
  206. display:inline-block;
  207. padding:10px;
  208. font-size:12px;
  209. text-align:center;
  210. font-family:baumans;
  211. font-weight:bold;
  212. text-transform:uppercase;
  213. background:#fff;
  214. color:{color:Nav link};
  215. width:auto;
  216. -webkit-transition:all 0.3s ease-out;
  217. -moz-transition:all 0.3s ease-out;
  218. transition:all 0.3s ease-out;
  219. border:1px solid;
  220. text-shadow:10px 0px transparent, -10px 0px transparent;
  221. }
  222. #calado a:hover {
  223. border:1px solid transparent;
  224. font-style:italic;
  225. text-shadow:0px 0px {color:Nav link}, 0px 0px {color:Nav link};
  226. -webkit-transition:all 0.3s ease-out;
  227. -moz-transition:all 0.3s ease-out;
  228. transition:all 0.3s ease-out;
  229. }
  230.  
  231. #vixe{
  232. position:fixed;
  233. left:0px;
  234. top:0px;
  235. text-align:center;
  236. width:100%;
  237. z-index:9;
  238. }
  239. #vixe a {
  240. display:inline-block;
  241. padding:7px;
  242. padding-left:12px;
  243. padding-right:12px;
  244. font-size:10px;
  245. text-align:center;
  246. text-transform:uppercase;
  247. font-family:baumans;
  248. background:#141414;
  249. color:{color:Header link} !important;
  250. text-shadow:0px 10px transparent, 0px -10px transparent;
  251. -webkit-transition:all 0.3s ease-out;
  252. -moz-transition:all 0.3s ease-out;
  253. transition:all 0.3s ease-out;
  254. border-bottom:2px solid transparent;
  255. margin-left:10px;
  256. }
  257. #vixe a:hover {
  258. border-bottom:2px solid;
  259. text-shadow:0px 0px {color:Header link hover};, 0px 0px {color:Header link hover};
  260. color:{color:Header link hover} !important;
  261. font-style:italic;
  262. -moz-transition:all 0.3s ease-out;
  263. transition:all 0.3s ease-out;
  264. }
  265.  
  266.  
  267. iframe#tumblr_controls {
  268. black-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
  269. }
  270. #tumblr_controls{
  271. position:fixed !important;
  272. -webkit-filter: invert(100%)
  273. }
  274.  
  275. .reblog {
  276. margin-top:0px;
  277. margin-left:0px;
  278. float:left;
  279. opacity:1;
  280. background-color:rgba(225,225,225,0.5);
  281. padding:10px;
  282. padding-left:14px;
  283. font-size:13px;
  284. color:#000;
  285. font-family:baumans;
  286. font-weight:bold;
  287. {block:PermalinkPage}
  288. display:none;
  289. {/block:PermalinkPage}
  290. }
  291. .reblog a{color:black;}
  292. .reblog a:hover {color:{color:gradient bg color 1};}
  293.  
  294. #euem {
  295. margin-top:0px;
  296. margin-left:0px;
  297. float:left;
  298. opacity:1;
  299. background-color:rgba(225,225,225,0.5);
  300. padding:10px;
  301. padding-bottom:7px;
  302. font-size:13px;
  303. color:#000;
  304. font-family:baumans;
  305. font-weight:bold;
  306. {block:PermalinkPage}
  307. display:none;
  308. {/block:PermalinkPage}
  309. }
  310.  
  311.  
  312. .popup_block{
  313. display:none;
  314. background:#fff;
  315. border:1px solid #dfdfdf;
  316. padding:30px;
  317. width:500px;
  318. float:left;
  319. position:fixed;
  320. top:50%;left:50%;
  321. z-index: 9999999;
  322. }
  323.  
  324. *html #fade {position: absolute;}
  325. *html .popup_block {position: absolute;}
  326. #fade {
  327. display:none;
  328. position:fixed;
  329. left:0px;
  330. top:0px;
  331. width:100%;
  332. height:100%;
  333. z-index:99999;
  334. background-image:-o-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  335. background-image:-ms-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  336. background-image:-moz-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  337. background-image:-webkit-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  338. opacity:1;
  339. }
  340.  
  341.  
  342. a{
  343. color:{color:Link};
  344. text-decoration:none;
  345. -webkit-transition:all 0.3s ease-out;
  346. -moz-transition:all 0.3s ease-out;
  347. transition:all 0.3s ease-out;
  348.  
  349. }
  350.  
  351. a:hover{
  352.  
  353. color:{color:Link Hover};
  354. -webkit-transition:all 0.3s ease-out;
  355. -moz-transition:all 0.3s ease-out;
  356. transition:all 0.3s ease-out;
  357.  
  358. }
  359.  
  360. #amplos {
  361. height:auto;
  362. padding:10px;
  363. line-height:40px;
  364. font-family: Poiret one;
  365. font-size:25px;
  366. text-align:center;
  367. color:{color:Title};
  368. font-weight:normal;
  369.  
  370. }
  371. #amplos a{
  372. color:{color:title};
  373. -webkit-transition:all 0.3s ease-out;
  374. -moz-transition:all 0.3s ease-out;
  375. transition:all 0.3s ease-out;
  376. }
  377. #amplos a:hover{
  378. letter-spacing:2px;
  379. -webkit-transition:all 0.3s ease-out;
  380. -moz-transition:all 0.3s ease-out;
  381. transition:all 0.3s ease-out;
  382. }
  383.  
  384. #notas {
  385.  
  386. width:100%;
  387. height:300px;
  388. overflow-y:auto;
  389. background:transparent;
  390.  
  391. }
  392.  
  393. body{
  394. cursor:crosshair;
  395. color:{color:Text};
  396. font-family: baumans;
  397. font-size:13px;
  398. background-image:-o-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  399. background-image:-ms-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  400. background-image:-moz-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  401. background-image:-webkit-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  402. }
  403.  
  404. h1 {text-align:center; text-transform:none;}
  405.  
  406. #post{
  407. margin-top:0px;
  408. width:{select:columns};
  409. margin-left:auto;
  410. margin-right:auto;
  411. background-color:transparent;
  412. padding:5px;
  413. }
  414.  
  415. .entry{
  416. text-align:left;
  417. padding:8px;
  418. background-color:transparent;
  419. width:255px;
  420. float:right;
  421. margin:20px;
  422. {block:PermalinkPage}
  423. width:500px;
  424. height:auto;
  425. font-size:13px;
  426. text-transform:uppercase:
  427. text-align:left;
  428. float:center;
  429. {/block:PermalinkPage}
  430. -webkit-animation: tada 2s;
  431. -moz-animation: tada 2s;
  432. -ms-animation: tada 2s;
  433. -webkit-transition: 1s ease-in-out;
  434. -moz-transition: 1s ease-in-out;
  435. -o-transition: 1s ease-in-out;
  436.  
  437. }
  438.  
  439. .entry:hover {
  440. -webkit-transition: 1s ease-in-out;
  441. -moz-transition: 1s ease-in-out;
  442. -o-transition: 1s ease-in-out;
  443. }
  444. .entry img{
  445. max-width:250px;
  446. float:right;
  447. margin:2px;
  448. {block:PermalinkPage}
  449. float:center;
  450. width:500px;
  451. max-width:500px;
  452. {/block:PermalinkPage}
  453.  
  454. }
  455.  
  456. .entry .perm{
  457.  
  458. text-transform:uppercase;
  459. background:transparent;
  460. padding:5px;
  461. text-align:center;
  462. margin-top:0px;
  463. width:250px;
  464. height:auto;
  465. position:absolute;
  466. opacity:0.0;
  467. font-family: 'Open Sans', sans-serif;
  468. font-size:8px;
  469. -webkit-transition:all 0.5s ease-out;
  470. -moz-transition:all 0.5s ease-out;
  471. transition:all 0.5s ease-out;
  472.  
  473. }
  474.  
  475. .entry:hover .perm{
  476. margin-top:5px;
  477. margin-left:10px;
  478. opacity:1;
  479. -webkit-transition:all 0.5s ease-out;
  480. -moz-transition:all 0.5s ease-out;
  481. transition:all 0.5s ease-out;
  482.  
  483. }
  484.  
  485. .notes img {
  486. width: 15px;
  487. border-radius:100%;
  488. float:left;
  489. border-right:10px solid transparent;
  490. -webkit-transition: all 0.5s linear;
  491. -moz-transition: all 0.5s linear;
  492. transition: all 0.5s linear;}
  493. ol.notes, .notes li {
  494. height:20px;
  495. width: 100%;
  496. list-style: none;
  497. margin: 0px;
  498. padding-left: 0px}
  499. .notes li:hover img {
  500. -webkit-transition: all 0.5s linear;
  501. -moz-transition: all 0.5s linear;
  502. transition: all 0.5s linear;}
  503.  
  504. ::-moz-selection { background: {color:text}; color: {color:background}; }
  505. ::selection { background: {color:text}; color: {color:background}; }
  506.  
  507. .pagination {
  508. display: none;
  509. }
  510.  
  511. ::-webkit-scrollbar {height:5px; width:3px;}
  512.  
  513. ::-webkit-scrollbar-track-piece {
  514. background-color:#141414;
  515. }
  516.  
  517. ::-webkit-scrollbar-thumb {
  518. background-image:-o-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  519. background-image:-ms-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  520. background-image:-moz-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
  521. background-image:-webkit-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);}
  522.  
  523. .description {
  524. padding:10px;
  525. margin-bottom:20px;
  526. padding:2px;
  527. margin-left:auto;
  528. margin-right:auto;
  529. width:50%;f
  530. background:transparent;
  531. font-size:10px;
  532. font-family: 'Inconsolata', ;
  533. text-align:center;
  534. color:#999;
  535.  
  536. }
  537.  
  538. #fita1 {
  539.  
  540. position:fixed;
  541. height:30px;
  542. width:100%;
  543. top:0px;
  544. left:0px;
  545. background:{color:borders};
  546. z-index:9;
  547. }
  548.  
  549. #fita2 {
  550.  
  551. position:fixed;
  552. height:100%;
  553. width:20px;
  554. top:0px;
  555. left:0px;
  556. background:{color:borders};
  557. z-index:99;
  558. }
  559.  
  560. #fita3 {
  561.  
  562. position:fixed;
  563. height:100%;
  564. width:20px;
  565. top:0px;
  566. right:0px;
  567. background:{color:borders};
  568. z-index:9;
  569. }
  570. #fita4 {
  571.  
  572. position:fixed;
  573. height:20px;
  574. width:100%;
  575. bottom:0px;
  576. left:0px;
  577. background:{color:borders};
  578. z-index:9;
  579. }
  580.  
  581. /************** FLAGS UPDATES TAB **************/
  582. /* tutorial by deanlirium|tumblr (clarence.tk) */
  583.  
  584. #flags {
  585. position:fixed;
  586. top:100px;
  587. left:10px;
  588. text-align:center;
  589. text-transform:none;
  590. color:{color:text};
  591. font-size:11px;
  592. letter-spacing:1px;
  593. z-index:99;
  594. font-family:inconsolata;}
  595.  
  596.  
  597. #flag1 {
  598. border:solid 6px {color:borders};
  599. border-right:solid 6px transparent;
  600. padding-left:10px;
  601. width:20px;
  602. height:0px;
  603. position:absolute;
  604. -moz-transition:all 0.7s ease-out;
  605. -webkit-transition:all 0.7s ease-out;
  606. -o-transition:all 0.7s ease-out;}
  607.  
  608. #flag1:hover {
  609. width:180px;}
  610.  
  611. #upd1 {
  612. position:absolute;
  613. width:110px;
  614. padding:10px;
  615. padding-left:60px;
  616. left:-180px;
  617. margin-top:6px;
  618. opacity:0;
  619. -moz-transition:all 0.7s ease-out;
  620. -webkit-transition:all 0.7s ease-out;
  621. -o-transition:all 0.7s ease-out;}
  622.  
  623. #flag1:hover #upd1{
  624. left:0px;
  625. opacity:1;}
  626.  
  627.  
  628. #flag2 {
  629. border:solid 6px {color:borders};
  630. margin-top:20px;
  631. position:absolute;
  632. border-right:solid 6px transparent;
  633. padding-left:10px;
  634. width:20px;
  635. height:0px;
  636. -moz-transition:all 0.7s ease-out;
  637. -webkit-transition:all 0.7s ease-out;
  638. -o-transition:all 0.7s ease-out;}
  639.  
  640. #flag2:hover {
  641. width:180px;}
  642.  
  643. #upd2 {
  644. position:absolute;
  645. width:110px;
  646. padding:10px;
  647. padding-left:60px;
  648. left:-180px;
  649. margin-top:6px;
  650. opacity:0;
  651. -moz-transition:all 0.7s ease-out;
  652. -webkit-transition:all 0.7s ease-out;
  653. -o-transition:all 0.7s ease-out;}
  654.  
  655. #flag2:hover #upd2{
  656. left:0px;
  657. opacity:1;}
  658.  
  659.  
  660. #flag3 {
  661. border:solid 6px {color:borders};
  662. position:absolute;
  663. margin-top:40px;
  664. border-right:solid 6px transparent;
  665. padding-left:10px;
  666. width:20px;
  667. height:0px;
  668. -moz-transition:all 0.7s ease-out;
  669. -webkit-transition:all 0.7s ease-out;
  670. -o-transition:all 0.7s ease-out;}
  671.  
  672. #flag3:hover {
  673. width:180px;}
  674.  
  675. #upd3 {
  676. position:absolute;
  677. width:110px;
  678. padding:10px;
  679. padding-left:60px;
  680. left:-180px;
  681. margin-top:6px;
  682. opacity:0;
  683. -moz-transition:all 0.7s ease-out;
  684. -webkit-transition:all 0.7s ease-out;
  685. -o-transition:all 0.7s ease-out;}
  686.  
  687. #flag3:hover #upd3{
  688. left:0px;
  689. opacity:1;}
  690.  
  691.  
  692. {CustomCSS}
  693.  
  694. </style>
  695. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  696.  
  697. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script
  698.  
  699. src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  700.  
  701. <script>
  702. $(function(){
  703. var $container = $('#post');
  704. $container.imagesLoaded(function(){
  705. $container.masonry({
  706. itemSelector: '.entry',
  707. });
  708. });
  709. $container.infinitescroll({
  710. itemSelector : ".entry",
  711. navSelector : "div.pagination",
  712. nextSelector : ".pagination a#next",
  713. loadingImg : "",
  714. loadingText : "<em></em>",
  715. bufferPx : 10000,
  716. extraScrollPx: 12000,
  717. },
  718. // trigger Masonry as a callback
  719. function( newElements ) {
  720. var $newElems = $( newElements ).css({ opacity: 0 });
  721. // ensure that images load before adding to masonry layout
  722. $newElems.imagesLoaded(function(){
  723. $newElems.animate({ opacity: 1 });
  724. $container.masonry( 'appended', $newElems, true );
  725. });
  726. }
  727. );
  728. });
  729. </script>
  730.  
  731.  
  732. </head>
  733. <body>
  734. <div id="flags">
  735. <div id="flag1"><div id="upd1">
  736.  
  737. {text:update box 1}
  738.  
  739. </div></div>
  740.  
  741. <div id="flag2"><div id="upd2">
  742.  
  743. {text:update box 2}
  744.  
  745. </div></div>
  746.  
  747.  
  748. <div id="flag3"><div id="upd3">
  749.  
  750. {text:update box 3}
  751.  
  752. </div></div>
  753.  
  754.  
  755.  
  756. </div>
  757.  
  758. <div id="fita1"></div>
  759. <div id="fita2"></div>
  760. <div id="fita3"></div>
  761. <div id="fita4"></div>
  762.  
  763. <div id="top1">
  764. <a href="http://amplamente.tumblr.com/" title="tema feito por amplamente"><li class="fa fa-code"></li></a>
  765. </div>
  766.  
  767. <div id="top2">
  768. <div id="vixe">
  769. <a href="{text:link1url}">{text:link1}</a>
  770. <a href="#?w=300" rel="box1" class="poplight">{text:ask name}</a>
  771. <a href="{text:link2url}">{text:link2}</a>
  772. <a href="{text:link3url}">{text:link3}</a>
  773. <a href="{text:link4url}">{text:link4}</a>
  774. <a href="{text:link5url}">{text:link5}</a>
  775. </div>
  776. </div>
  777.  
  778. <div id="post">
  779. {block:Posts}
  780. <div class="entry">
  781. <div class="perm">
  782. <div class="reblog">{ReblogButton color="black" size="15"}</div>
  783. <div id="euem">{LikeButton color="black" size="15"}</div>
  784. <div class="reblog"><a href="{Permalink}" {block:ContentSource} title="source: {SourceTitle}"{/block:ContentSource} >{NoteCount}</a></div>
  785. </div>
  786.  
  787. {block:Title}<h1>{Title}</h1>{/block:Title}
  788.  
  789. {block:Text}{Body}{/block:Text}
  790.  
  791. {block:Photo}
  792.  
  793. <a href="{permalink}" ><img src="{PhotoURL-500}" width="250"/></a>
  794.  
  795. {/block:Photo}
  796.  
  797. {block:Photoset}
  798.  
  799. {Photoset-250}
  800.  
  801. {/block:Photoset}
  802.  
  803.  
  804. {block:Quote}
  805. {Quote}
  806. <div align="right">
  807. {block:Source}-{Source}{/block:Source}
  808. {NoteCOuntWithLabel}
  809. </div>
  810. {/block:Quote}
  811.  
  812.  
  813. {block:Video}
  814.  
  815. {Video-250}
  816.  
  817. <br>
  818. {PlayCountWithLabel}
  819. {/block:Video}
  820.  
  821.  
  822. {block:Link}
  823. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  824. {block:Description}{Description}{/block:Description}
  825. {/block:Link}
  826.  
  827. {block:Chat}
  828. {block:Lines}
  829. {block:Label}
  830. <br>{Label}
  831. {/block:Label}
  832. &nbsp;{Line}
  833. {/block:Lines}
  834. {/block:Chat}
  835.  
  836. {block:Audio}
  837. {AudioPlayerGrey}
  838. <br><div align="right">{block:Artist}
  839. Artist: {Artist}</div>
  840. {/block:Artist}<br>
  841. {block:Caption}{Caption}{/block:Caption}
  842. {/block:Audio}
  843.  
  844.  
  845. {block:Answer}
  846. <img src="{AskerPortraitURL-64}">
  847. <h2>{Asker} asked:</h2> <b>{Question}</b>
  848. <br>
  849. <i>{Answer}</i>
  850. {/block:Answer}
  851.  
  852. {block:PermalinkPage}
  853. {block:Caption}
  854. {Caption}
  855. {/block:Caption}
  856. <br>
  857. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} </br> {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} </br> Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
  858. <Br>
  859. {block:PostNotes}<div id="notas">{PostNotes}</div>{/block:PostNotes}</div>
  860. {/block:PermalinkPage}
  861. </div>
  862.  
  863. {/block:Posts}
  864.  
  865. {block:ContentSource}<!-- {SourceURL}
  866. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  867. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  868. {/block:ContentSource}
  869.  
  870. </div>
  871. <div class="pagination">
  872. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}
  873. <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  874. </div>
  875.  
  876. <div id="box1" class="popup_block">
  877. <div class="description">{Description}</div>
  878. <iframe frameborder="0" height="250px" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{text:Your Url}.tumblr.com" width="100%"></iframe><br>
  879. </div>
  880.  
  881. {text:smcmusicplayer}
  882.  
  883. </body>
  884. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement