Advertisement
liki

106

Apr 19th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.05 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  6.  
  7. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  8.  
  9.  
  10. <!----THEME HORTLY AND OCUPY
  11. NÃO COPIA ESSA PORRA
  12. notes fuckinq/ insp. undoned---->
  13.  
  14.  
  15.  
  16. <head>
  17.  
  18. {block:IndexPage}
  19. <div class="column navigation" id="navigation">
  20. {block:Pagination}
  21. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  22. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  23. </div>
  24. {/block:IndexPage}
  25.  
  26. {block:IndexPage}
  27.  
  28. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  29.  
  30. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  31.  
  32. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  33.  
  34. <script type="text/javascript">
  35. $(window).load(function(){
  36. var $wall = $('#entry');
  37. $wall.imagesLoaded(function(){
  38. $wall.masonry({
  39. itemSelector: '.posts',
  40. isAnimated : true
  41. });
  42. });
  43. $wall.infinitescroll({
  44. navSelector : "div#navigation",
  45. nextSelector : "div#navigation a#nextPage",
  46. itemSelector : '.posts',
  47. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  48. loadingText : " ",
  49. donetext : " ",
  50. extraScrollPx : 9000,
  51. bufferPx : 10000,
  52. debug : false,
  53. errorCallback: function() {
  54. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  55. }},
  56. function( newElements ) {
  57. var $newElems = $( newElements );
  58. $newElems.hide();
  59. $newElems.imagesLoaded(function(){
  60. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  61. });
  62. }); $('#entry').show(500);
  63. });
  64. </script>
  65.  
  66. {/block:IndexPage}
  67.  
  68. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  69.  
  70.  
  71. <meta name="color:background" content="#FFF"/>
  72. <meta name="color:text" content="#808080"/>
  73. <meta name="color:link" content="#808080"/>
  74. <meta name="color:Scroll" content="#efefef"/>
  75. <meta name="color:borda" content="#efefef"/>
  76. <meta name="color:hover" content="#D7C4DB"/>
  77.  
  78.  
  79. <meta name="image:background" content=""/>
  80. <meta name="image:sidebar" content="http://static.tumblr.com/91mqzmk/BAlnbozqd/tumblr_mss1ndhdq91stob7mo1_500.jpg"/>
  81.  
  82. <meta name="text:Link1" content="/" />
  83. <meta name="text:Link1 Title" content="link" />
  84. <meta name="text:Link2" content="/" />
  85. <meta name="text:Link2 Title" content="link" />
  86. <meta name="text:Link3" content="/" />
  87. <meta name="text:Link3 Title" content="link" />
  88. <meta name="text:Link4" content="/" />
  89. <meta name="text:Link4 Title" content="link" />
  90. <meta name="text:Link5" content="/" />
  91. <meta name="text:Link5 Title" content="link" />
  92. <meta name="text:frase" content="dream and happy be" />
  93.  
  94.  
  95.  
  96.  
  97. </script>
  98.  
  99.  
  100.  
  101. <title>{Title}</title>
  102. <link rel="shortcut icon" href="{Favicon}">
  103. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  104. {block:Description}
  105. <meta name="description" content="{MetaDescription}" />
  106. {/block:Description}
  107. <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
  108. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  109. <link rel="shortcut icon" href="{Favicon}" />
  110. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  111. <style type="text/css">
  112.  
  113.  
  114.  
  115.  
  116. #s-m-t-tooltip {
  117. display: block;
  118. background: #fff;
  119. font-size: 9px;
  120. font-family: arial;
  121.  
  122. letter-spacing: 0px;
  123. text-transform: normal;
  124. color:{color:text};
  125. text-align: center;
  126. margin-left: 18px;
  127. padding: 2px 5px 2px 5px;
  128. border: 1px solid {color:hover};
  129. min-width: 40px;
  130. max-width: 200px;
  131. ;
  132. z-index: 99999;;-webkit-transition: opacity 0.9s linear;-moz-transition: opacity 0.9s ;}
  133.  
  134.  
  135.  
  136.  
  137. body {background-color: #fff; background-image:url('{image:background}'); color: {color:text}; font:9px arial; text-align: center;background-repeat: no-repeat;}
  138.  
  139.  
  140. a {color: {color:text}; text-decoration: none; text-transform: none;}
  141. a:hover {color: ;}
  142.  
  143. p {margin: 6px 0 0 0}
  144.  
  145. blockquote {margin: 3px; border-left: 3px solid {color:background}; padding-left: 5px; }
  146. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid #fff;}
  147. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #fff; }
  148. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid #fff; }
  149.  
  150. blockquote img{max-width: 330px!important}
  151. blockquote blockquote img{max-width: 300px!important}
  152. blockquote blockquote blockquote img{max-width: 280px!important}
  153. blockquote blockquote blockquote blockquote img{max-width: 270px!important}
  154.  
  155.  
  156.  
  157. #entry {margin-left: 398px; width: 600px;-webkit-transition: opacity 0.9s linear;-moz-transition: opacity 0.9s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;margin-top:190px;}
  158.  
  159. .posts { width:270px;background-color:transparent ; text-align: justify; padding: 9px; float: left; position: relative; -webkit-transition: opacity 0.9s linear;-moz-transition: opacity 0.9s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;float: left;margin-bottom:-33px;margin-right:-10px}
  160.  
  161.  
  162. h1 {font-family:arial; font-size: 16px; line-height: 16px; text-align: center; font-weight: normal;}
  163.  
  164. h1 a {color: #808080;}
  165.  
  166. h1 a:hover {color: ;}
  167.  
  168. .quote {font-family: arial; text-align: left; font-size: 10px; line-height:15px; padding: 3px; }
  169.  
  170. .quotesource {text-align: right; text-transform: none; margin-bottom: 5px;font-family: arial; font-size: 10px;}
  171.  
  172.  
  173. .image {text-align: center; border:0px solid #eee;padding:10px;opacity:0.9;border:1px solid {color:borda}}
  174.  
  175. .image img {max-width: 248px; margin-bottom: 2px;opacity:0.9;}
  176.  
  177. .image:hover {opacity:0.9;-webkit-filter: grayscale(50%);border:1px solid {color:borda};}
  178.  
  179.  
  180.  
  181. .chat {line-height: 13px; list-style: none }
  182.  
  183. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  184.  
  185. .person1 {color: #808080; padding: 2px; }
  186.  
  187. .person1 .label {font-weight: bold; color:#808080}
  188.  
  189. .person2 {color: #808080; padding: 2px; }
  190.  
  191. .person2 .label {font-weight: bold; color:#808080}
  192.  
  193.  
  194.  
  195. .player {background-color: #000; text-align: left; display:block;}
  196.  
  197.  
  198. /*=== asked por unfixly ===*/
  199.  
  200.  
  201.  
  202.  
  203.  
  204. .pergunta{font-family:arial; font-size:9px;width:243px;padding:3px;border-bottom: 1px solid #efefef;border-top: 1px solid #efefef;}
  205.  
  206. .pergunta a{color:{color:text}; font-family:arial; font-size:9px;}
  207.  
  208. .resposta{background-color:#fff;font-family: arial; font-size: 9px;color:{color:text};text-align: left;padding-bottom:5px;}
  209.  
  210. .resposta a{color:{color:text};}
  211.  
  212. .askfoto {opacity: 0.8; border: 1px solid #fcfcfc;width: 40px;height: 40px;border-radius:30px;border:2px solid #efefef;}
  213.  
  214. .askfoto:hover {opacity: 9.0;-webkit-filter: grayscale(50%);border-radius:30px;border:2px solid #efefef;}
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221. /** notes por fuckinq / inspiração undoned **/
  222. .perms{
  223. position:absolute;
  224. text-transform:lowercase;
  225. width:;
  226. padding:9px;
  227. left:0px;
  228. background-image:url('http://static.tumblr.com/fd25cf263f97e81a3b403a06dae0013e/xt7sis3/kO1mvabeb/tumblr_static_tumblr_static_tumblr_static_cream_pixels.png');
  229. overflow:hidden;
  230. opacity:0.0;
  231. text-align:center;
  232. color:{color:text};
  233. letter-spacing:1px;
  234. text-align:center;
  235. font-size:8px;
  236. top:24px;
  237. z-index:8;
  238. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  239. border: 1px solid {color:borda};}
  240.  
  241. .posts:hover .perms{
  242. opacity:1;
  243. left:24px;
  244. }
  245.  
  246. .posts .perms a{
  247. color:{color:text};
  248. text-transform:lowercase;
  249. }
  250.  
  251. #cap {width: 270px; margin-top: -2px;}
  252.  
  253. .nts {text-align:right;font-family:arial;font-size:9px;width:270px;border-bottom:1px solid #f0f0f0;padding-bottom:2px;margin-top:10px;-webkit-transition: all 0.8s ease-out;}
  254.  
  255. .nts:hover {-webkit-transition: all 0.8s ease-out;}
  256.  
  257. .nts a{color:{color: text};text-align:right;font-family:arial;font-size:8px;}
  258.  
  259.  
  260. #notesavatar ol, .notes-bottom ul {margin: 0;padding: 0;list-style: none;}
  261. #notesavatar li {background:#f0f0f0;margin: 2px 2px 2px 09px;padding: 5px 0 10px 0;font-size: 11px; text-indent : 8px;-webkit-transition-duration: .50s; float: left; padding: 5px;width: 270px;margin-top:5px;margin-left:1px;text-align:left;color:{color:text};}
  262. #notesavatar li:hover {font-size: 10px;position: relative; text-indent : 15px;}
  263. #notesavatar li img.avatar {width: auto;padding: 2px; background: #fff; border: 1px solid #fff;display: block;float: left; margin: 0 5px 5px 0;border-radius: 30px;}
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270. ::-webkit-scrollbar{width:10px;height:10px;}
  271.  
  272. ::-webkit-scrollbar-button:start:decrement
  273.  
  274. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:{color:scroll};}
  275.  
  276. ::-webkit-scrollbar-track-piece{background-color: transparent ; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  277.  
  278. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scroll} ;-webkit-
  279.  
  280. border-radius:px;}
  281.  
  282. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: ;-webkit-border-radius:px;}
  283.  
  284.  
  285.  
  286. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  287.  
  288.  
  289.  
  290. .flavs{display: none;}
  291. #cap{display: none;}
  292.  
  293.  
  294.  
  295.  
  296. #top-link {position:fixed; bottom:20px; right:5px; margin:2px auto; font-size:26px;font-family:calibri; padding-top:3px; text-align:center; width:25px; height:20px; background: transparent; -webkit-border-radius:100px; -moz-border-radius:100px; color:#979797; z-index:3;}
  297.  
  298.  
  299. /*** sidebar ***/
  300.  
  301.  
  302. #sidebar {position:fixed; width: 120px; height:120px; margin-left:130px;margin-top:29px; -webkit-transition-duration: 0.4s;}
  303.  
  304. #menu {;position:fixed; width:652px;height:145px;z-index:999; margin-left:351px; margin-top:-190px;background-image:url('http://static.tumblr.com/fd25cf263f97e81a3b403a06dae0013e/xt7sis3/kO1mvabeb/tumblr_static_tumblr_static_tumblr_static_cream_pixels.png'); -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;padding-bottom:3px; opacity:1;border: 1px solid {color:borda};}
  305.  
  306. #fotinha {height:140px; width: 140px;margin-top:-183px; margin-left:420px; position:fixed; text-align:left; -webkit-transition-duration: 0.4s;z-index:999;}
  307. #fotinha img {width:160px; height:120px;border:0px solid #fff;padding:6px;opacity:0.9;border:1px solid {color:borda} ;}
  308. #fotinha img:hover{opacity:1; -webkit-transition-duration: 0.9s; -webkit-filter: grayscale(75%);opacity:0.9;border:1px solid {color:borda};}
  309.  
  310. /*******feito por futurasuicida exclusivo ao helpdesigns. Não esqueça de creditar ao helpdesigns *********/
  311.  
  312. .linkwant {width:660px; height: 40px; float: left; margin-left: 350px; margin-top: -44px; padding: 0px; text-align: center; position: fixed; z-index:9999;}/**helpdesigns**/
  313.  
  314. .linkwant a {display: inline-block;float: left; margin-left: 1px; font-family:arial; font-size: 8px; text-align: center; letter-spacing:1px; text-align: center; margin-top: 2px; height: 22px; color:{color:text}; line-height: 22px; text-transform: uppercase;transition-duration: 70s; -webkit-transition-duration: .70s; width: 128px; left: 0px; background-color: {color:hover};border: 1px solid {color:borda};}/**helpdesigns**/
  315.  
  316. .linkwant :hover{color: {color:text}; background-image:url('http://static.tumblr.com/fd25cf263f97e81a3b403a06dae0013e/xt7sis3/kO1mvabeb/tumblr_static_tumblr_static_tumblr_static_cream_pixels.png'); transition-duration: 70s; -webkit-transition-duration: .70s;}/**helpdesigns**/
  317.  
  318.  
  319. .descrip {position: fixed; background-color:transparent;width:250px;height: 55px; font-family: arial; font-size:9px; font-style:normal; line-height:10px; text-align:justify; color: {color:text}; height:none; padding: 5px;margin-top:-110px; margin-left:660px;z-index:999;-moz-transition: .9s ease-in;transition: 1s ease-in;overflow: hidden;text-shadow: 0px 10px 1px transparent, 0px -10px 1px transparent;}
  320.  
  321.  
  322.  
  323. .frase {position:fixed;z-index:999; font-size:40px; margin-top:-150px; text-align: center; font-family:indie flower; margin-left: 640px;padding: 0px; line-height:20px; width:300px; color: {color:text}; border-bottom: 0px solid #fff;opacity:1;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
  324. </style>
  325.  
  326.  
  327. </script>
  328.  
  329. <body>
  330. <a onclick="jQuery('html, body').animate( { scrollTop: 0 }, 'slow' );" href="javascript:void(0);"><div id="top-link">^</div></a>
  331.  
  332. <div id="sidebar"></div>
  333. <div id="menu"></div>
  334.  
  335. <div class="descrip">{description}<big>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> « </a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"> » </a>{/block:NextPage}{/block:Pagination}</big></div>
  336. <div class="frase">{text:frase}</div>
  337.  
  338. <div id="fotinha"><img src="{image:sidebar}"></div>
  339.  
  340.  
  341. <div class="linkwant">
  342. <a href="{text:link1}">{text:link1 title}</a>
  343. <a href="{text:link2}">{text:link2 title}</a>
  344. <a href="{text:link3}">{text:link3 title}</a>
  345. <a href="{text:link4}">{text:link4 title}</a>
  346. <a href="{text:link5}">{text:link5 title}</a>
  347. </div>
  348.  
  349. <div style="display:block;top:600px;left:3px;font-size:9px;font-family:arial;position:fixed;background-color:merda; color: #696969; padding:3px;z-index:55554235555;"><a href="http://ocupy.tumblr.com/ " title="theme por hortly and ocupy.">theme por <b>ocupy</b> and <b>hortly</b>.</a></div>
  350.  
  351. <div id="entry">
  352. {block:Posts}
  353.  
  354. <div class="posts">
  355. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  356.  
  357. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}" ></div>{LinkCloseTag}{/block:Photo}
  358.  
  359. {block:Photoset}{Photoset-300}{/block:Photoset}
  360.  
  361. {block:Quote}
  362. <div class="quote">“{Quote}”</div>
  363. {block:Source}<div class="quotesource"> — {Source}</div>
  364. {/block:Source}
  365. {/block:Quote}
  366.  
  367.  
  368. {block:Link}
  369. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  370. {block:Description}{Description}{/block:Description}
  371. {/block:Link}
  372.  
  373. {block:Chat}
  374. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  375. <div class="chat"><ul>{block:Lines}
  376. <li class="person{UserNumber}">{block:Label}
  377. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  378. {/block:Chat}
  379.  
  380. {block:Audio}
  381. <div class="player">{AudioPlayerBlack}</div>
  382. {block:Caption}{Caption}{/block:Caption}
  383. {/block:Audio}
  384.  
  385. {block:Video}{Video-400}{/block:Video}
  386.  
  387.  
  388. {block:Answer}
  389. <img src="{AskerPortraitURL-64}" align="left" class="askfoto">
  390. <div class="pergunta"><b>{Asker} whispered: </b>{Question}</div>
  391. <div class="resposta">{Answer}</div>
  392. {/block:Answer}
  393.  
  394.  
  395.  
  396.  
  397. <div id="cap">
  398. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  399. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  400. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  401.  
  402. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  403. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  404. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  405. {/block:ContentSource}</div></div>
  406. <br>
  407.  
  408. <br>
  409.  
  410.  
  411.  
  412.  
  413.  
  414. {block:Date}<div class="perms"><a href="{Permalink}">{Month}, {DayOfMonthWithZero}</a>. {block:Date}{block:IndexPage}<a href="{ReblogUrl}" target="_blank"><b>reblog.</b></a>{/block:IndexPage}</div>{/block:Date}</div>
  415.  
  416.  
  417.  
  418. <div class="flavs">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  419. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div>
  420.  
  421. {block:PostNotes}
  422. <div class="nts">
  423. <b>Posted in:</b> {DayOfWeek}, {DayOfMonthWithZero} of {Month}, {Year}
  424. </div>
  425. <div class="nts">
  426. <b>Tags:</b> {block:HasTags}{/block:HasTags}
  427. {block:HasTags}
  428. {block:Tags}
  429. <a class="tag" href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}
  430. </div>
  431. <div class="nts">
  432. <b>With:</b> {NoteCount} notes.
  433. </div>
  434. <div id="notesavatar">{PostNotes}</div>{/block:PostNotes}
  435. {/block:Posts} {/block:Posts}
  436.  
  437.  
  438. </div>
  439.  
  440. </div>
  441.  
  442. </body>
  443. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement