Facebook
From Social Owl, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 302
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head><title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10.  
  11. <!--
  12.  
  13. Theme by re4lfriends! don't remove the credit/use as a base code/ or redistribute :)))
  14.  
  15. -->
  16.  
  17.  
  18.  
  19.  
  20.  
  21. <meta name="color:Background" content="#fff"/>
  22.  
  23. <meta name="color:Border" content="#fff"/>
  24.  
  25. <meta name="color:Scrollbar" content="#0000"/>
  26.  
  27. <meta name="color:Text" content="#9C9C9C"/>
  28.  
  29. <meta name="color:Links" content="#B3B3B3"/>
  30.  
  31. <meta name="color:Hover" content="#f3f3f3"/>
  32.  
  33. <meta name="text:Link 1" content="/"/>
  34.  
  35. <meta name="text:Link 1 Title" content="ask"/>
  36.  
  37. <meta name="text:Link 2" content="/"/>
  38.  
  39. <meta name="text:Link 2 Title" content="color"/>
  40.  
  41. <meta name="text:Link 3" content="/"/>
  42.  
  43. <meta name="text:Link 3 Title" content="Link"/>
  44.  
  45. <meta name="text:Link 4" content="/"/>
  46.  
  47. <meta name="text:Link 4 Title" content="Link"/>
  48.  
  49. <meta name="color:background" content="#ffffff" />
  50. <meta name="color:text" content="#000000" />
  51. <meta name="color:title" content="#000000" />
  52. <meta name="color:title hover" content="#000000" />
  53. <meta name="color:link" content="#000000" />
  54. <meta name="color:link hover" content="#000000" />
  55. <meta name="color:scrollbar" content="#000000" />
  56. <meta name="color:highlight text" content="#ffffff" />
  57. <meta name="color:highlight background" content="#cccccc" />
  58.  
  59. <meta name="image:Left Background" content""/>
  60. <meta name="image:Right Background" content""/>
  61. <meta name="image:Cover Background" content""/>
  62. <meta name="image:Sidebar Background" content""/>
  63. <meta name="image:Sidebar" content""/>
  64.  
  65.  
  66.  
  67.  
  68. <script src=”http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js” type=”text/javascript”></script>
  69. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  70.  
  71. <script type="text/javascript">
  72. $(window).load(function(){
  73. var $wall = $('#entries');
  74. $wall.imagesLoaded(function(){
  75. $wall.masonry({
  76. itemSelector: '#post, #post_photo',
  77. isAnimated : true
  78. });
  79. });
  80.  
  81. $wall.infinitescroll({
  82. navSelector : '#pagination',
  83. nextSelector : '#pagination a',
  84. itemSelector : '#post, #post_photo',
  85. bufferPx : 2000,
  86. debug : true,
  87. errorCallback: function() {
  88. $('#scroll').fadeOut('normal');
  89. }},
  90. function( newElements ) {
  91. var $newElems = $( newElements );
  92. $newElems.hide();
  93. $newElems.imagesLoaded(function(){
  94. $wall.masonry( 'appended', $newElems,{isAnimated: true}, function(){$newElems.fadeIn('slow');} );
  95. });
  96. }); $('#entries').show(500);
  97. });
  98. </script>
  99. {/block:IndexPage}
  100. <style type="text/css">
  101.  
  102. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  103.  
  104. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  105.  
  106. #tumblr_controls{
  107. position:fixed !important;
  108. -webkit-filter: invert(100%)
  109. }
  110.  
  111.  
  112.  
  113. body {
  114. background:{COLOR:Background};
  115. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Cover Background});
  116. background-attachment: fixed;
  117. background-position: bottom 0px left 0px, bottom 0px right 0px;
  118. background-repeat: no-repeat, no-repeat, no-repeat;
  119. -webkit-background-size: auto, auto, auto;
  120. -moz-background-size: auto, auto, auto;
  121. -o-background-size: auto, auto, auto;
  122. background-size: auto, auto, cover;
  123. color:{color:text};
  124. font-family:'Corbel', sans-serif;
  125. font-size:11px;
  126. }
  127.  
  128. a {
  129. color:{color:Links};
  130. text-decoration:none;
  131. -webkit-transition: all 0.4s ease-in-out;
  132. -moz-transition: all 0.4s ease-in-out;
  133. -o-transition: all 0.4s ease-in-out;
  134. transition: all 0.4s ease-in-out;
  135. }
  136.  
  137. a:hover {
  138. text-decoration:none;
  139. color:{color:Hover};
  140. -webkit-transition: all 0.4s ease-in-out;
  141. -moz-transition: all 0.4s ease-in-out;
  142. -o-transition: all 0.4s ease-in-out;
  143. transition: all 0.4s ease-in-out;
  144. }
  145.  
  146. ::-webkit-scrollbar{
  147. width:0px;
  148. height:4px;
  149. background:{color:background};}
  150.    
  151. ::-webkit-scrollbar-thumb{
  152. background:{color:scrollbar};
  153. height:5px;
  154. border:{color:background} solid 3px;}
  155. }
  156.  $wall.infinitescroll({
  157. navSelector : '#pagination',
  158. nextSelector : '#pagination a',
  159. itemSelector : '#post, #post_photo',
  160. bufferPx : 2000,
  161. debug : false,
  162. errorCallback: function() {
  163. $('#scroll').fadeOut('normal');
  164. }},
  165. function( newElements ) {
  166. var $newElems = $( newElements );
  167. $newElems.hide();
  168. $newElems.imagesLoaded(function(){
  169. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  170. });
  171. }); $('#entries').show(500);
  172. });
  173. </script>
  174. {/block:IndexPage}
  175. <style type="text/css">
  176.  
  177. blockquote {
  178.  
  179. padding-left:10px;
  180. margin-left:6px;
  181. }
  182.  
  183. h1 {
  184. font-family:sans-serif;
  185. font-weight:lighter;
  186. font-family:sans-serif;
  187. font-weight:lighter;
  188. font-size:17px;
  189. letter-spacing:1px;
  190. text-transform:uppercase;
  191. text-align:center;
  192. }
  193.  
  194.  
  195. #yuck{
  196. width:auto;
  197. position:fixed;
  198. bottom:65px;
  199. left:0px;
  200. -webkit-transition: all .7s ease;
  201. -moz-transition: all .7s ease;
  202. -o-transition: all .7s ease;
  203. transition: all .7s ease;
  204. z-index: 99999999;
  205. }
  206.  
  207.  
  208.  
  209. #ew{
  210. font-size:12px;
  211. font-family:arial;
  212. line-height:16px;
  213. text-align:center;
  214. height:15px;
  215. margin-top:33px;
  216. width:5px;
  217. padding:5px;
  218. padding-right:10px;
  219. background:#FFF;
  220. margin-left:0px;
  221. position:fixed;
  222. -webkit-transition: all .7s ease;
  223. -moz-transition: all .7s ease;
  224. -o-transition: all .7s ease;
  225. transition: all .7s ease;
  226. border:1px solid #eee;
  227. }
  228.  
  229. #uh{
  230. text-align:center;
  231. width:130px;
  232. font-size:7px;
  233. background:#fff;
  234. height:5px;
  235. padding-top:10px;
  236. padding-bottom:10px;
  237. font-family:arial;
  238. text-transform:uppercase;
  239. margin-left:-130px;
  240. margin-top:33px;
  241. position:fixed;
  242. -webkit-transition: all .7s ease;
  243. -moz-transition: all .7s ease;
  244. -o-transition: all .7s ease;
  245. transition: all .7s ease;
  246. border:1px solid #eee;
  247. line-height:5px;
  248. }
  249.  
  250. #uh a{
  251.     color:#000;
  252. }
  253.  
  254. #yuck:hover #ew{
  255. margin-left:100px;
  256. }
  257. #yuck:hover #uh{
  258. margin-left:0px;
  259.  
  260. }
  261.  
  262. #entries {
  263. width:250px;
  264. margin-left:475px;
  265. margin-top:50px;
  266. margin-bottom:50px;
  267. }
  268.  
  269. #post {
  270. width:250px;
  271. margin-top:50px;
  272. border:solid 1px {color:Border};
  273. padding: 10px 10px 0px 10px;
  274. }
  275.  
  276.  
  277. #info {
  278. text-align:left;
  279. margin-top:2px;
  280. padding-bottom:5px;
  281. -webkit-transition: all 0.4s ease-in-out;
  282. -moz-transition: all 0.4s ease-in-out;
  283. -o-transition: all 0.4s ease-in-out;
  284. transition: all 0.4s ease-in-out;
  285. }
  286.  
  287.  
  288. #sbar {
  289. background:image;    
  290. margin-left:200px;
  291. margin-top:100px;
  292. position:fixed;
  293. width:150px;
  294. height:auto;
  295. border-right:solid {color:Border} 1px;
  296. padding:5px;
  297. }
  298.  
  299. .image {
  300. }
  301.  
  302. .image img {
  303. width:150px;
  304. padding-top:5px;
  305. }
  306.  
  307. .title {
  308. font-size:25px;
  309. text-align:right;
  310. font-style:italic;
  311. border-bottom: solid 1px {color:Border};
  312. font-family:times;
  313. }
  314.  
  315.  
  316. .desc {
  317. margin-top:10px;
  318. text-align:left;
  319. }
  320.  
  321. .links {
  322. margin-top:10px;
  323. padding:5px;
  324. text-align:center;
  325. word-spacing:10px;
  326. border-bottom: solid 1px {color:Border};
  327. padding:5px;
  328. }
  329.  
  330.  
  331.  
  332.  
  333.     position:fixed;
  334.  
  335.     bottom:0px;
  336.  
  337.  
  338.  
  339.     opacity:1;
  340.  
  341.     z-index:-9;
  342.  
  343.     }
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354. #ask {
  355. margin-top:-55px;
  356. margin-left:80px;
  357. }
  358.  
  359. #askimg {
  360. }
  361.  
  362. #askimg img {
  363. height:64px;
  364. width:64px;
  365. border-radius:50%;
  366. }
  367.  
  368. #ask2 {
  369. margin-top:50px;
  370. }
  371.  
  372. #quote {
  373. padding:10px;
  374. font-size:12px;
  375. font-style:italic;
  376. text-align:center;
  377. }
  378.  
  379. #source {
  380. text-align:center;
  381. padding:8px;
  382. }
  383.  
  384. #chat1 {
  385. border-bottom:1px solid #ededed;
  386. margin-top:10px;
  387. padding:5px;
  388. background:#f9f9f9;
  389. }
  390.  
  391.  
  392. #notes {
  393. margin-left:-20px;
  394. height:300px;
  395. overflow:auto;
  396. }
  397.  
  398.  
  399.  
  400. {CustomCSS}</style></head><body>
  401.  
  402.  
  403.  
  404. </div>
  405.  
  406.  
  407.  
  408.  
  409. <div id="sbar">
  410.  
  411. <div class="title">
  412. {title}
  413. </div>
  414.  
  415. <div class="image">
  416. </div>
  417.  
  418. <div class="links">
  419. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  420. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  421. <a href="/{text:Link 3}">{text:Link 3 Title}</a>
  422. <a href="/{text:Link 4}">{text:Link 4 Title}</a>
  423. </div>
  424.  
  425.  
  426. <div class="desc">
  427. {description}
  428. </div>
  429.  
  430.  
  431.  
  432.  
  433. <div><embed src="https://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/ghrdfychz8/Yann_-_Poranki.mp3&t0=&f1=http://k003.kiwi6.com/hotlink/i6w6222kbu/Deys_-_Cera_prod_Apriljoke.mp3&t1=&f2=http://k003.kiwi6.com/hotlink/frsqdbjgzr/Siles_-_Mieli_my.mp3&t2=&f3=http://k003.kiwi6.com/hotlink/96eiejp3nq/Jan_-_rapowanie_-_NO_CO_TAM_WIRY_XD_prod._Megot_mixdown_.mp3&t3=&f4=http://k003.kiwi6.com/hotlink/4rpzftw3w7/Pikers-Rozmawiaj_Ze_Mn_.mp3&t4=&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></div>
  434. </center> </div>
  435.  </div>
  436.  
  437. <div id="entries">
  438. <div class = "autopagerize_page_element" >
  439. {block:Posts}
  440. <div id="post">
  441.  
  442.  
  443. {block:Text}
  444. <h1>{block:Title}{Title}{/block:Title}</h1>
  445. {Body}{/block:Text}
  446.  
  447.  
  448.  
  449. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{/block:Photo}
  450.  
  451.  
  452.  
  453. {block:Photoset}{Photoset}{/block:Photoset}
  454.  
  455.  
  456.  
  457.  
  458. {block:Quote}
  459. <div id="quote">
  460. "{Quote}"
  461. </div>
  462. {block:Source}
  463. <div id="source">
  464. {Source}
  465. </div>
  466. {/block:Source}{/block:Quote}
  467.  
  468.  
  469.  
  470. {block:Link}<h1><a href="{URL}" {Target}>{Name} →</a></h1>{/block:Link}
  471.  
  472.  
  473.  
  474. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<div id="chat1"><b>{Label}</b>{/block:Label} {Line}</div>{/block:Lines}{/block:Chat}
  475.  
  476.  
  477.  
  478. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  479. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  480. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  481. {/block:ExternalAudio}
  482. {/block:Audio}<br>
  483.  
  484.  
  485.  
  486. {block:Video}{Video-500}{/block:Video}
  487.  
  488.  
  489.  
  490. {block:Answer}
  491. <div id="askimg"><img src="{AskerPortraitURL-64}"></div>
  492. <div id="ask">
  493. <div style="font-size:14px; font-weight:lighter; font-style:italic;">{Asker}</div>
  494. {Question}
  495. </div>
  496. <div id="ask2">
  497. {Answer}</div>{/block:Answer}
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504. <div id="info">
  505.    
  506. <a href="{permalink}">{shortmonth} {dayofmonth}{dayofmonthsuffix}</a>
  507.  
  508. <div style="float:right;">
  509.  
  510. <a href="{permalink}">{NoteCount}</a>
  511.  
  512. </div>
  513.  
  514. </div>
  515.  
  516. </div>
  517.  
  518.  
  519.  
  520.  
  521. {/block:Posts}
  522.  
  523.  
  524. <br>
  525. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  526.  
  527. </div>
  528.  
  529.  
  530.  
  531.  
  532. <div id="yuck"><div id="ew">©</div>
  533. <div id="uh">
  534. <a href="http://re4lfriends.tumblr.com/">theme by re4lfriends</a>
  535. </div></div>
  536.  
  537. </body></html>
  538.  
  539.  <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#"><script type="text/javascript">function tb8_makeArray(n){this.length = n;return this.length;}tb8_messages = new tb8_makeArray(3);tb8_messages[0] = "p o c a l u n k i";tb8_messages[1] = "p o c a l u n k i";tb8_messages[2] = "p o c a l u n k i" ;tb8_rptType = 'infinite';tb8_rptNbr = 5;tb8_speed = 100;tb8_delay = 2000;var tb8_counter=1;var tb8_currMsg=0;var tb8_tekst ="";var tb8_i=0;var tb8_TID = null;function tb8_pisi(){tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);document.title = tb8_tekst;tb8_sp=tb8_speed;tb8_i++;if (tb8_i==tb8_messages[tb8_currMsg].length){tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;}if (tb8_currMsg == tb8_messages.length){if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){clearTimeout(tb8_TID);return;}tb8_counter++;tb8_currMsg = 0;}tb8_TID = setTimeout("tb8_pisi()", tb8_sp);}tb8_pisi()</script><title></title>