Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.41 KB | None | 0 0
  1. <script type="text/javascript">function tb8_makeArray(n){this.length = n;return this.length;}tb8_messages = new tb8_makeArray(3);tb8_messages[0] = "such a funny thing";tb8_messages[1] = "such a funny thing";tb8_messages[2] = "such a funny thing";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>
  2.  
  3. <html lang="en">
  4. <head>
  5.  
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8. <script>
  9. $(document).ready(function() {
  10. //
  11. $('a.poplight[href^=#]').click(function() {
  12. var popID = $(this).attr('rel'); //Get Popup Name
  13. var popURL = $(this).attr('href'); //Get Popup href to define size
  14. var query= popURL.split('?');
  15. var dim= query[1].split('&');
  16. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  17. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  18. var popMargTop = ($('#' + popID).height() + 80) / 2;
  19. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  20. //Apply Margin to Popup
  21. $('#' + popID).css({
  22. 'margin-top' : -popMargTop,
  23. 'margin-left' : -popMargLeft
  24. });
  25. $('body').append('<div id="fade"></div>');
  26. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  27. return false;
  28. });
  29. $('a.close, #fade').live('click', function() {
  30. $('#fade , .popup_block').fadeOut(function() {
  31. $('#fade, a.close').remove(); //fade them both out
  32. });
  33. return false;
  34. });
  35. });
  36. </script>
  37.  
  38. <title>{title}</title>
  39. <link rel="shortcut icon" href="{favicon}">
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Abel|Abril+Fatface|Raleway|Montserrat' rel='stylesheet' type='text/css'>
  42.  
  43.  
  44. <meta name="image:Background" content=""/>
  45. <meta name="image:Sidebar" content=""/>
  46. <meta name="color:background" content="#fff"/>
  47. <meta name="color:link" content="#aaa"/>
  48. <meta name="color:hover" content="#aaa"/>
  49. <meta name="color:text" content="#aaa"/>
  50. <meta name="color:posts" content="#fff"/>
  51. <meta name="color:borders" content="#eee"/>
  52. <meta name="if:gray scale posts" content="1"/>
  53. <meta name="text:Link 1 Title" content="link 1" />
  54. <meta name="text:Link 1" content="/" />
  55. <meta name="text:Link 2 Title" content="link 2"/>
  56. <meta name="text:Link 2" content="/ask" />
  57. <meta name="text:Link 3 Title" content="link 3" />
  58. <meta name="text:Link 3" content="/" />
  59. <meta name="text:Link 4 Title" content="link 4" />
  60. <meta name="text:Link 4" content="/archive" />
  61. <meta name="text:Link 5 Title" content="link 5" />
  62. <meta name="text:Link 5" content="/" />
  63. <meta name="text:Link 6 Title" content="link 6" />
  64. <meta name="text:Link 6" content="/" />
  65.  
  66. <script type="text/javascript">
  67. WebFontConfig = {
  68. google: { families: [ 'Allura::latin', 'Roboto:100:latin', 'Dancing+Script::latin', 'Pinyon+Script::latin', 'Allura::latin', 'Ruthie::latin', 'Noto+Sans:400,400italic:latin', 'Libre+Baskerville:400,400italic:latin', 'Satisfy::latin', 'Dawning+of+a+New+Day::latin','Dosis::latin', 'Raleway:200:latin', 'Parisienne::latin', 'Great+Vibes::latin', 'Clicker+Script::latin' ] }
  69. };
  70. (function() {
  71. var wf = document.createElement('script');
  72. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  73. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  74. wf.type = 'text/javascript';
  75. wf.async = 'true';
  76. var s = document.getElementsByTagName('script')[0];
  77. s.parentNode.insertBefore(wf, s);
  78. })(); </script>
  79.  
  80. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css" rel="stylesheet">
  81. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  82.  
  83. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  84. <script>
  85. (function($){
  86. $(document).ready(function(){
  87. $("a[title]").style_my_tooltips({
  88. tip_follows_cursor:true,
  89. tip_delay_time:90,
  90. tip_fade_speed:600,
  91. attribute:"title"
  92. });
  93. });
  94. })(jQuery);
  95. </script>
  96.  
  97.  
  98.  
  99. <style type="text/css">
  100.  
  101.  
  102.  
  103. #s-m-t-tooltip{
  104. max-width:300px;
  105. padding:5px;
  106. background:{color:posts};
  107. margin:20px 0px 0px 20px;
  108. font-family:calibri;
  109. font-weight:bold;
  110. font-size:8px;
  111. letter-spacing:1px;
  112. text-transform:uppercase;
  113. border:1px solid {color:borders};
  114. color:{color:text};
  115. line-height:16px;
  116. opacity:1;
  117. z-index:9999999999999999999;
  118. }
  119.  
  120.  
  121. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop{
  122. z-index:9999999999999999999999999999999999999;
  123. opacity:.2 !important;
  124. -webkit-filter:invert(100%);
  125. position:fixed!important;
  126. }
  127.  
  128. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop:hover{
  129. -webkit-transition:opacity 0.7s linear;
  130. opacity:1.0;
  131. -webkit-transition:all 0.4s ease-out;
  132. -moz-transition:all 0.4s ease-out;
  133. transition: all 0.4s ease-out;
  134. z-index:99999;
  135. }
  136.  
  137. ::-webkit-scrollbar {
  138. height: 5px;
  139. width: 9px;
  140. background:{color:background};
  141. }
  142.  
  143. ::-webkit-scrollbar-thumb:vertical {
  144. background: {color:borders};
  145. border: 4px solid {color:background};
  146. }
  147.  
  148.  
  149.  
  150.  
  151.  
  152. a:link, a:active, a:visited{
  153. color:{color:link};
  154. border-bottom:1px solid transparent;
  155. text-decoration: none;
  156. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  157. }
  158. a:hover {
  159. border-bottom:1px solid {color:color link};
  160. font-style: none;
  161. color:#ffffff;
  162. }
  163.  
  164. #a{width:250px; height:auto;}
  165. {block:PermalinkPage}
  166. width:410px;
  167. {/block:PermalinkPage}
  168. }
  169. #center{
  170. padding-top:3px;
  171. padding-bottom:3px;
  172. position:fixed !important;
  173. width:250px;
  174. height:207px;
  175. background-color:white;
  176. {block:PermalinkPage}
  177. width:410px;
  178. height:207px;
  179. {/block:PermalinkPage}
  180. }
  181.  
  182. .popup_block{
  183. display:none;
  184. background:#fff; /*change the color of your background*/
  185. padding:15px;
  186. border:1px solid #d6d6d6; /*change the color of your border*/
  187. float:left;
  188. position:fixed;
  189. top:50%;left:50%;
  190. z-index: 99999;
  191. box-shadow:rgba(0,0,0,.06) 7px 7px; /*delete if you don't want shadow below your box*/
  192. }
  193.  
  194. #fade {
  195. display:none;
  196. position:fixed;
  197. left:0px;
  198. top:0px;
  199. width:100%;
  200. height:100%;
  201. z-index:9999;
  202. background:{color:background}; /* change the color of the background below the box */
  203. opacity:.7; /* change the opacity */
  204. }
  205.  
  206. *html #fade {position: absolute;}
  207. *html .popup_block {position: absolute;}
  208.  
  209. highlight{
  210. background:{color:link};
  211. line-height:12px;
  212. margin:0px;
  213. padding:0px;
  214. color:white;}
  215.  
  216.  
  217.  
  218. body{
  219.  
  220. margin:0px;
  221.  
  222. background-color: {color:Background};
  223.  
  224. background-image:url({image:Background});
  225.  
  226. background-position: bottom 0px left 0px, bottom 0px right 0px;
  227.  
  228. background-attachment: fixed;
  229.  
  230. background-repeat: repeat;
  231.  
  232. background-size: cover;}
  233.  
  234. color:{color:Text};
  235. }
  236. #audio {
  237. width:350px;
  238. height:auto;
  239. min-height:60px;
  240. padding-bottom:0px;
  241. }
  242. .cover {
  243. position:absolute;
  244. z-index:1;
  245. width:60px;
  246. height:60px;
  247. }
  248. .cover img {
  249. float:left;
  250. width:60px;
  251. height:60px;
  252. }
  253. .playbox {
  254. opacity:0.6;
  255. width:27px;
  256. height:30px;
  257. overflow:hidden;
  258. position:absolute;
  259. z-index:1000;
  260. margin-left:17px;
  261. margin-top:17px;
  262. text-align:center;
  263. }
  264. .info {
  265. margin-left:73px;
  266. margin-top:4px;
  267. line-height:14px;
  268. }
  269.  
  270. .quote{font-size:11px;
  271. font-style:italic;
  272. letter-spacing:1px;
  273. }
  274.  
  275. .title{
  276. font-family:Raleway;
  277. padding:2px;
  278. font-size:10px;
  279. text-transform:uppercase;
  280. letter-spacing:3px;
  281. line-height: 16px;
  282. color:{color:link};
  283. margin-top:5px;
  284.  
  285. }
  286.  
  287.  
  288.  
  289.  
  290. #posts{
  291. float:center;
  292. width:400px;
  293. margin-left:330px;
  294. margin-top:0px;
  295. height:100%;
  296. }
  297.  
  298. #entry img{
  299. {block:ifgrayscaleposts}
  300. -webkit-filter: grayscale(60%);
  301. {/block:ifgrayscaleposts}
  302. {block:indexpage}
  303. max-width:100%;
  304. {/block:indexpage}
  305. -webkit-transition: all .7s ease;
  306. -moz-transition: all .7s ease;
  307. -o-transition: all .7s ease;
  308. transition: all .7s ease;
  309. }
  310.  
  311. #entry img:hover{
  312. -webkit-filter: grayscale(0%);
  313. opacity:1;
  314. -webkit-transition: all .7s ease;
  315. -moz-transition: all .7s ease;
  316. -o-transition: all .7s ease;
  317. transition: all .7s ease;
  318. }
  319.  
  320.  
  321. #entry {
  322. font-family:arial;
  323. font-size:10px;
  324. line-height: 16px;
  325. color:{color:text};
  326. margin-top:40px;
  327. margin-left:50px;
  328. float:left;
  329. padding-bottom:10px;
  330. background:transparent;
  331. width:250px;
  332. padding:10px;
  333. {block:PermalinkPage}
  334. width:400px;
  335. {/block:PermalinkPage}
  336. -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  337. -moz-box-shadow:2px 2px 10px rgba(0, 0, 0, 0.2);
  338. box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  339. }
  340.  
  341.  
  342.  
  343. #entry .block {
  344. word-spacing:1px;
  345. background:transparent;
  346. position:absolute;
  347. border:1px solid transparent;
  348. text-align:left;
  349. font-size:8px;
  350. letter-spacing:1px;
  351. font-family:calibri;
  352. text-transform:uppercase;
  353. padding:3px;
  354. color:{color:text};
  355. width:324px;
  356. margin:0px;
  357. opacity:1;
  358. margin-left:-35px;
  359. margin-top:-30px;
  360. height:15px;
  361. overflow:hidden;
  362. -o-transition-transition:0.4s;
  363. -webkit-transition-duration:0.4s;
  364. -moz-transition-duration:0.4s;
  365. }
  366.  
  367.  
  368.  
  369.  
  370. #entry:hover .date {
  371. opacity:0;
  372. margin-left:-100px;
  373. -o-transition-transition: all 0.7s ease;
  374. -webkit-transition: all 0.7s ease;
  375. -moz-transition: all 0.7s ease;
  376. transition: all 0.7s ease;
  377.  
  378. }
  379.  
  380. #entry .date {
  381. text-transform: uppercase;
  382. display: block;
  383. text-align: left;
  384. text-decoration: none;
  385. font-size: 8px;
  386. font-family:calibri;
  387. line-height:10px;
  388. letter-spacing:1px;
  389. margin-top:3px;
  390. opacity:1;
  391. width:100px;
  392. color:{color:text};
  393. margin-left:90px;
  394. z-index:3;
  395. -o-transition-transition: all 0.7s ease;
  396. -webkit-transition: all 0.7s ease;
  397. -moz-transition: all 0.7s ease;
  398. transition: all 0.7s ease;
  399. }
  400.  
  401. #entry:hover .notess {
  402. margin-left:90px;
  403. opacity:1;
  404. -o-transition-transition: all 0.7s ease;
  405. -webkit-transition: all 0.7s ease;
  406. -moz-transition: all 0.7s ease;
  407. transition: all 0.7s ease;
  408.  
  409. }
  410.  
  411. #entry .notess{
  412. text-transform: uppercase;
  413. display: block;
  414. text-align: left;
  415. text-decoration: none;
  416. font-size:8px;
  417. font-family:calibri;
  418. line-height:10px;
  419. letter-spacing:1px;
  420. margin-top:-10px;
  421. opacity:0;
  422. width:100px;
  423. margin-left:90px;
  424. z-index:99999999;
  425. -o-transition-transition: all 0.7s ease;
  426. -webkit-transition: all 0.7s ease;
  427. -moz-transition: all 0.7s ease;
  428. transition: all 0.7s ease;
  429. }
  430.  
  431. .reblogg a{color:{color:text};border-bottom:1px solid transparent;}
  432. .notess a{color:{color:text};border-bottom:1px solid transparent;}
  433.  
  434. #entry .reblogg{
  435. text-transform: uppercase;
  436. display: block;
  437. text-align: right;
  438. text-decoration: none;
  439. font-size: 8px;
  440. font-family:calibri;
  441. line-height:10px;
  442. letter-spacing:2px;
  443. margin-top:-9px;
  444. opacity:1;
  445. width:100px;
  446. margin-left:120px;
  447. z-index:99999999;
  448. -o-transition-transition: all 0.7s ease;
  449. -webkit-transition: all 0.7s ease;
  450. -moz-transition: all 0.7s ease;
  451. transition: all 0.7s ease;
  452. }
  453.  
  454.  
  455.  
  456.  
  457.  
  458. .wow {
  459. position:fixed;
  460. text-transform:uppercase;
  461. letter-spacing:1px;
  462. font-family:calibri;
  463. font-size:8px;
  464. right:15px;
  465. bottom:15px;
  466. }
  467.  
  468.  
  469.  
  470. #sidebar{
  471. font-size:10px;
  472. color:{color:text}
  473. text-transform:uppercase;
  474. position:fixed;
  475. font-family:'calibri';
  476. text-align:left;
  477. margin-left:50px;
  478. border:0px solid #bad8eb;
  479. border-radius:6px;
  480. background: rgba(143, 177, 194, 0);
  481. letter-spacing:0px;
  482. width:130px;
  483. z-index:9999;
  484. height:auto;
  485. padding:6px;
  486. top:120px;
  487. -webkit-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0);
  488. -moz-box-shadow:2px 2px 14px rgba(0, 0, 0, 0);
  489. box-shadow: 2px 2px 14px rgba(0, 0, 0, 0);}
  490.  
  491.  
  492. #sidebar:hover{
  493. height:auto;
  494. }
  495.  
  496. #sidebar .desc{
  497. font-family:'calibri';
  498. color:{color:text}
  499. font-size:10px;
  500. font-style:normal;
  501. text-transform:lowercase;
  502. text-align:left;
  503. background:rgba(0, 0, 0, 0);
  504. letter-spacing:0px;
  505. padding:6px;
  506. padding-bottom:4px;
  507. padding-top:4px;
  508. margin-top:5px;
  509. margin-bottom:5px;
  510. height:auto;
  511. border:0px solid #292C3B;
  512. -webkit-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0);
  513. -moz-box-shadow:2px 2px 14px rgba(0, 0, 0, 0);
  514. box-shadow: 2px 2px 14px rgba(0, 0, 0, 0);}
  515.  
  516.  
  517. #sidebar .links{
  518. text-transform:lowercase;
  519. font-size:10px;
  520. text-align:left;
  521. letter-spacing:0px;
  522. opacity:0;
  523. margin-top:1px;
  524. margin-left:0px;
  525. -webkit-transition: all .6s ease;
  526. -moz-transition: all .6s ease;
  527. -o-transition: all .6s ease;
  528. transition: all .6s ease;}
  529.  
  530. #sidebar:hover .links{
  531. opacity:1;
  532. margin-left:0px;
  533. -webkit-transition: all .6s ease;
  534. -moz-transition: all .6s ease;
  535. -o-transition: all .6s ease;
  536. transition: all .6s ease;}
  537.  
  538.  
  539.  
  540. #sidebar .links2{
  541. text-transform:lowercase;
  542. font-size:10px;
  543. text-align:left;
  544. letter-spacing:0px;
  545. opacity:0;
  546. margin-top:1px;
  547. margin-left:80px;
  548. -webkit-transition: all .6s ease;
  549. -moz-transition: all .6s ease;
  550. -o-transition: all .6s ease;
  551. transition: all .6s ease;}
  552.  
  553. #sidebar:hover .links2{
  554. opacity:1;
  555. margin-left:80px;
  556. -webkit-transition: all .6s ease;
  557. -moz-transition: all .6s ease;
  558. -o-transition: all .6s ease;
  559. transition: all .6s ease;}
  560.  
  561. .links a{
  562. font-size:10px;
  563. font-style:normal;
  564. margin-top:1px;
  565. margin-bottom:3px;
  566. color:{color:text};
  567. padding:6px;
  568. border:0px solid transparent;
  569. -webkit-transition: all .2s ease;
  570. -moz-transition: all .2s ease;
  571. -o-transition: all .2s ease;
  572. transition: all .2s ease;}
  573.  
  574. .links a:hover{
  575. font-style:italic;
  576. text-transform:lowercase;
  577. color:{color:hover};
  578. text-shadow:0px 0px 0px transparent;
  579. border:0px solid transparent;
  580. border-bottom:0px solid transparent;
  581. -webkit-transition: all .2s ease;
  582. -moz-transition: all .2s ease;
  583. -o-transition: all .2s ease;
  584. transition: all .2s ease;}
  585.  
  586.  
  587.  
  588.  
  589.  
  590. .links2 a{
  591. font-size:10px;
  592. font-style:normal;
  593. margin-top:1px;
  594. margin-bottom:3px;
  595. color:{color:text};
  596. padding:6px;
  597. border:0px solid transparent;
  598. -webkit-transition: all .2s ease;
  599. -moz-transition: all .2s ease;
  600. -o-transition: all .2s ease;
  601. transition: all .2s ease;}
  602.  
  603. .links2 a:hover{
  604. font-style:italic;
  605. text-transform:lowercase;
  606. color:{color:hover};
  607. text-shadow:0px 0px 0px transparent;
  608. border:0px solid transparent;
  609. -webkit-transition: all .2s ease;
  610. -moz-transition: all .2s ease;
  611. -o-transition: all .2s ease;
  612. transition: all .2s ease;}
  613.  
  614.  
  615.  
  616.  
  617. .video iframe,
  618. .video .tumblr_video_container,
  619. .video .tumblr_video_container iframe {
  620. display:block;
  621. width:100%;
  622. height:auto;
  623. }
  624.  
  625. .video #youtube_iframe {
  626. display:block;
  627. width:100%;
  628. height:auto;
  629. }
  630.  
  631. .q
  632. {
  633. background:;
  634. padding:10px;
  635. margin-left:0px;
  636. border-left:0px solid ;
  637. }
  638.  
  639.  
  640.  
  641. .asker {
  642. text-transform:lowercase;
  643. letter-spacing:0.5px;
  644. }
  645.  
  646. .answer {
  647. padding:10px;
  648. margin-top:5px;
  649. background:;
  650. border-left:1px solid ;
  651. }
  652.  
  653.  
  654. .pic {
  655. border:0px solid ;
  656. background:;
  657. padding:3px;
  658. float:left;
  659. margin-left:0px;
  660. margin-right:10px;
  661. display:inline-block;
  662. position:relative;
  663. }
  664.  
  665. .pic img {
  666. width:30px;
  667. height:30px;
  668. vertical-align:middle;
  669. position:relative;
  670. }
  671.  
  672.  
  673. li {
  674. position:relative;
  675. display:block;
  676. }
  677.  
  678. li:before {
  679. content:'?';
  680. font-size:15px;
  681. position:absolute;
  682. left:-20px;
  683. color:{color:borders};
  684. top:0px;
  685. }
  686.  
  687. ol.notes li.note img.avatar {
  688. display:none;}
  689.  
  690.  
  691.  
  692. .photoset-img { width:100%; }
  693.  
  694.  
  695. blockquote {
  696. padding-left:6px;
  697. border-left:1px solid {color:text};
  698. margin-left:10px;
  699. line-height:10px;
  700. }
  701.  
  702. blockquote p, ul{
  703. margin:0px;
  704. padding:0px;
  705. }
  706.  
  707.  
  708. </style>
  709.  
  710.  
  711.  
  712. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=720" /></head>
  713.  
  714. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
  715. <script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
  716. <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
  717. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
  718.  
  719.  
  720. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  721. <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  722.  
  723. <script type="text/javascript">
  724. $(document).ready(function(){
  725. $(".linkss").hide();
  726. $(".linke").click(function(){
  727. $(this).next(".linkss").slideToggle('fast');
  728. }); }); </script>
  729.  
  730.  
  731. <body>
  732. <div id="center">
  733. <div id="content">
  734.  
  735.  
  736.  
  737. <div id="sidebar">
  738. <center>
  739. <div class="blogtitle"></div>
  740.  
  741.  
  742. </center>
  743.  
  744.  
  745. <left>
  746. <span class="links">
  747. <a href="#?w=400" rel="box1" class="poplight">message</a><br>
  748. </left>
  749.  
  750. <div class="desc">
  751. <span style="font-size:14px;letter-spacing:1px;"></span>rozbiore Ciebie ze wstydu i zrobie to dzis
  752. </div>
  753.  
  754. <left>
  755. <span class="links2">
  756. <a href="http://ektomorfia.tumblr.com/tagged/iy">my edit</a>
  757. </left>
  758.  
  759. </div>
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766. <div id="posts">
  767. {block:Posts}
  768. <div id="entry">
  769.  
  770. {block:IndexPage}
  771. <div class="block">
  772. <div class="date">
  773. {month} {dayofmonth}{dayofmonthsuffix}
  774. </div>
  775. <div class="notess">
  776. <a href="{Permalink}" target="_blank" >{NoteCountWithLabel}</a>
  777. </div>
  778. <div class="reblogg">
  779. <a href="{reblogURL}" target="_blank" >reblog</a>
  780. </div>
  781. </div>
  782. {/block:IndexPage}
  783.  
  784. {block:Text}
  785. {block:Title}<span class="title">{Title}</span></span>{/block:Title}
  786. <span class="entrytext">{Body}</span></span></a>
  787. {/block:Text}
  788.  
  789. {block:Link}
  790. <a href="{URL}" class="title">{Name}</a>
  791. {block:Description}{Description}{/block:Description}
  792. {block:Link}
  793.  
  794.  
  795. {block:Photo}
  796. {block:IndexPage}
  797. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="" />
  798. {/block:IndexPage}
  799. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=100%/>{LinkCloseTag}{/block:PermalinkPage}
  800. {/block:Photo}
  801.  
  802.  
  803.  
  804. {block:Photoset}
  805. {block:IndexPage}
  806. {block:Photos}
  807. <div class="photoset-img">
  808. <img src="{PhotoURL-250}" width="250px" height="250px"/>
  809. </div>
  810. {/block:Photos}
  811. {/block:IndexPage}
  812. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  813. {/block:Photoset}
  814.  
  815. {block:Quote}
  816. <div class="quote">&ldquo; {quote} &rdquo;</div>
  817. {/block:Quote}
  818.  
  819. {block:Chat}
  820. {block:Title}<span class="title">{Title}</span>{/block:Title}
  821. <ul class="chat">
  822. {block:Lines}
  823. <li class="user_{UserNumber}">
  824. {block:Label}
  825. <span class="label">{Label}</span>
  826. {/block:Label}
  827. {Line}<p>
  828. {/block:Lines}
  829. {/block:Chat}
  830.  
  831. {block:Audio}
  832. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  833. {/block:Audio}
  834.  
  835. {block:Video}
  836. {block:IndexPage}
  837. <div class="video">{Video-500}</div>
  838. {/block:IndexPage}
  839. {/block:IndexPage}
  840. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  841. {block:Video}
  842.  
  843.  
  844. {block:Answer}
  845. <div class="q">
  846. <div class="pic"><a href="{AskerURL}"><img src="{AskerPortraitURL-30}" /></a></div>
  847. <div class="asker"><b>{Asker}:</b></div>
  848. {Question}</div><p>
  849. <div class="answer">
  850. {Answer}</div>
  851. {/block:Answer}
  852.  
  853. {block:PermalinkPage}
  854. <center>
  855. {block:Caption}{Caption}{/block:Caption}
  856. {block:RebloggedFrom}
  857. posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year} with {notecountwithlabel}<br>
  858. <b>orginally posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  859. {block:HasTags} tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  860.  
  861. {block:NoteCount} <div style="border-bottom: 1px solid #eee; text-align: center; margin: 10px;"></div>{/block:NoteCount}
  862. </center>
  863. {/block:PermalinkPage}
  864. {block:PostNotes}<div align="middle"></div>
  865. <center></center></span><br>
  866. <div id="postnotes">{PostNotes}</div><br>
  867. <center>{block:ContentSource}
  868. <br><a href="{SourceURL}">
  869. {lang:Source}:
  870. {block:SourceLogo}
  871. <img src="{BlackLogoURL}" width="{LogoWidth}"
  872. height="{LogoHeight}" alt="{SourceTitle}" />
  873. {/block:SourceLogo}
  874. {block:NoSourceLogo}
  875. {SourceLink}
  876. {/block:NoSourceLogo}
  877. </a>
  878. {/block:ContentSource}</center>
  879.  
  880. {/block:PostNotes}
  881. </div>
  882. {/block:Posts}
  883. </div></div>
  884.  
  885. {block:indexpage}
  886. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  887. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  888.  
  889.  
  890. <div id="box1" class="popup_block">
  891. <div style="letter-spacing:1px;text-align:center;"><b></b></div><br>
  892. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/ektomorfia.tumblr.com" width="100%"></iframe>
  893.  
  894. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  895. <script type="text/javascript">
  896. $(window).load(function(){
  897. var $wall = $('#posts');
  898. $wall.imagesLoaded(function(){
  899. $wall.masonry({
  900. itemSelector: '#entry, #entry_photo',
  901. isAnimated : false
  902. });
  903. });
  904.  
  905. $wall.infinitescroll({
  906. navSelector : '#page-nav',
  907. nextSelector : '#page-nav a',
  908. itemSelector : '#entry, #entry_photo',
  909. bufferPx : 2000,
  910. debug : false,
  911. errorCallback: function() {
  912. $('#infscr-loading').fadeOut('normal');
  913. }},
  914. function( newElements ) {
  915. var $newElems = $( newElements );
  916. $newElems.hide();
  917. $newElems.imagesLoaded(function(){
  918. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  919. });
  920. }); $('#content').show(500);
  921. });
  922. </script>
  923. {/block:indexpage}
  924. <script type="text/javascript">
  925. <!--
  926.  
  927. // Disable Right Click Script
  928.  
  929. function IE(e)
  930. {
  931. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  932. {
  933. return false;
  934. }
  935. }
  936. function NS(e)
  937. {
  938. if (document.layers || (document.getElementById && !document.all))
  939. {
  940. if (e.which == "2" || e.which == "3")
  941. {
  942. return false;
  943. }
  944. }
  945. }
  946. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  947.  
  948. //-->
  949. </script>
  950. </body>
  951. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement