lennonthemes

terrible

Jun 27th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.14 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7. <meta name="color:background" content="#ffffff"/>
  8. <meta name="color:blockquote" content="#efefef"/>
  9. <meta name="color:imgborder" content="#f1f1f1"/>
  10. <meta name="color:link" content="#fcaad3"/>
  11. <meta name="color:linkhover" content="#ffffff"/>
  12. <meta name="color:navlink" content="#969395"/>
  13. <meta name="color:question" content="#6c6b6b"/>
  14. <meta name="color:quote" content="#ff3399"/>
  15. <meta name="text:textsize" content="13px" />
  16. <meta name="text:navlinksize" content="9px" />
  17. <meta name="color:question" content="#000000"/>
  18. <meta name="color:titlecolor" content="#8e8e8e"/>
  19. <meta name="color:fontcolor" content="#959494"/>
  20. <meta name="color:bold" content="#f3a0ed"/>
  21. <meta name="color:scrollbar" content="#f8f8f8"/>
  22. <meta name="color:imgborder" content="#f2f4f5"/>
  23. <meta name="text:fontsize" content="9px" />
  24. <meta name="text:titlesize" content="13px" />
  25. <meta name="text:link1" content="link1" />
  26. <meta name="text:link1url" content="http://" />
  27. <meta name="text:link2" content="link2" />
  28. <meta name="text:link2url" content="http://" />
  29. <meta name="text:link3" content="link3" />
  30. <meta name="text:link3url" content="http://" />
  31. <meta name="image:background" content=""/>
  32. <meta name="image:sidebar" content=""/>
  33. <style class="text/css"></style>
  34. <style type="text/css">
  35.  
  36. body{
  37. background-color:{color:background};
  38. background-image: url("{image:background}");
  39. background-attachment: fixed;
  40. background-repeat: repeat;
  41. font-family: georgia;
  42. font-size: {text:fontsize};
  43. color: {color:fontcolor};
  44. line-height:8px;
  45. margin:0px;}
  46.  
  47. h1 {color:{color:H1};
  48. font-family:georgia;
  49. font-size:{text:H1size};
  50. font-weight:bold;
  51. font-style:italic;
  52. text-transform:lowercase;
  53. text-align:right;
  54. line-height:12px;
  55. padding: 0px;
  56. margin-top:0px;
  57. margin-bottom:0px;
  58. letter-spacing: 0px;
  59. }
  60.  
  61. strong, b{
  62. color:{color:bold};
  63. font-size: 10px;}
  64.  
  65. .title{
  66. font-family:Georgia;
  67. font-size: {text:titlesize};
  68. font-weight: normal;
  69. font-style:italic;
  70. text-transform:none;
  71. line-height: 14px;
  72. letter-spacing: 0px;
  73. padding-top: 0px;
  74. color: {color:titlecolor};
  75. margin-bottom: -5px;
  76. display:block;
  77. padding-left: 3px;
  78. }
  79.  
  80. .question
  81. {max-width:auto;
  82. min-height: 24px;
  83. font-family:georgia;
  84. font-size: 9px;
  85. font-weight: normal;
  86. color: #6e6e6e;
  87. font-style:italic;
  88. line-height: 10px;
  89. padding: 3px;
  90. border-bottom: #000 1px solid;
  91. display:block;
  92. margin-bottom: -5px;}
  93.  
  94. .quote{
  95. color: {color:quote};
  96. font-size:12px;
  97. font-family:georgia;
  98. font-style:italic;
  99. padding: 2px;
  100. display:block;
  101. }
  102.  
  103. .info{
  104. font-size: 9px;
  105. font-family: georgia;
  106. line-height: 15px;
  107. padding:2px;
  108. display:block;
  109. margin-top:3px;
  110. text-align: right;}
  111. .entrytext, .answer{
  112. display:block;
  113. padding-left: 2px;
  114. margin-bottom: -7px;
  115. }
  116.  
  117. #center{
  118. position:relative;
  119. width:700px;
  120. overflow:hidden;
  121. overflow-y:hidden;
  122. background-color: transparent;
  123. margin-left: 520px;
  124. min-height:600px;}
  125.  
  126. #posts{
  127. {block:IndexPage} margin-left: 2px;
  128. margin-top:10px;
  129. padding-top:10px;
  130. width: 13px;
  131. height: auto;
  132. {/block:IndexPage} {block:PermalinkPage}
  133. margin-left: 10px;
  134. margin-top: 10px;
  135. width: 520px;
  136. height: auto;
  137. {/block:PermalinkPage}background:transparent;
  138. height: auto;
  139. margin-right: 10px;
  140. padding:1px;
  141. padding-top:6px;
  142. padding-left: 8px;}
  143.  
  144. #flt{
  145. {block:IndexPage}float: left; width: 392px; overflow:hidden;{/block:IndexPage}
  146. {block:PermalinkPage}width: 400px;{/block:PermalinkPage}
  147. padding: 3px 9px 2px 3px;
  148. margin: 3px; background: #ffffff;
  149. overflow:hidden;
  150. border: 1px {color:imgborder} solid;}
  151.  
  152. #flt img{{block:IndexPage}max-width:400px;{/block:IndexPage}}
  153.  
  154. #s-m-t-tooltip{
  155. max-width:300px;
  156. margin:10px;
  157. padding:2px 9px;
  158. background:#FFF;
  159. z-index:999999;
  160. font-size:8px;
  161. font-style:italic;
  162. text-transform:lowercase;
  163. box-shadow:1px 1px 3px rgba(0,0,0,.2);}
  164.  
  165. #nav{
  166. position: fixed;
  167. margin-top: 125px;
  168. margin-left: 110px;
  169. z-index:1;
  170. text-align: center;
  171. background: transparent;
  172. outline-offset: -3px;
  173. padding-bottom: 6px;
  174. padding: 2px;
  175. border-radius: 4px 4px 0px 0px;
  176. width: 150px;
  177. }
  178.  
  179. #sidebar {
  180. width:100px;
  181. position:fixed;
  182. margin-left:260px;
  183. margin-top:130px;
  184. }
  185.  
  186.  
  187.  
  188. #sidebarimage {
  189. width 100px;
  190. }
  191.  
  192. #sidebarimage img {
  193. width:90px;
  194. height:90px;
  195. margin-left:-5px;
  196. padding:4px;
  197. margin-top:-50px;
  198. border:4px solid #000;
  199. }
  200.  
  201.  
  202.  
  203. #desc {
  204. position:fixed;
  205. font-family:cambria;
  206. line-height:90%;
  207. font-size:12px;
  208. font-style:italic;
  209. width:246px;
  210. height:auto;
  211. margin-top:275px;
  212. background-color:#fff;
  213. padding:8px;
  214. margin-left:-80px;
  215. text-align:justify;
  216. color:#000;
  217. }
  218.  
  219.  
  220. .lol {
  221. margin-top:-395px;
  222. margin-left:225px;
  223. width:500px;
  224. height 400px;
  225. background-color:#fff;
  226. padding-top:100px;
  227. padding-bottom:30px;
  228. }
  229.  
  230.  
  231.  
  232.  
  233. #permapage{
  234. font-family: georgia;
  235. font-size: 9px;
  236. margin-bottom: 2px;}
  237.  
  238.  
  239. a:link, a:active, a:visited{
  240. color: {color:link};
  241. text-decoration: none;
  242. -webkit-transition: color 0.3s ease-out;
  243. -moz-transition: color 0.3s ease-out;
  244. transition: color 0.3s ease-out;
  245. }
  246.  
  247. a:hover{
  248. color:{color:linkhover}; }
  249.  
  250. .navlink a{
  251. display:inline-block;
  252. line-height: 8px;
  253. font-size: {text:navlinksize};
  254. font-weight:normal;
  255. font-family: georgia;
  256. font-style: italic;
  257. text-align: center;
  258. margin-top:0px;
  259. height: 9px;
  260. color: {color:navlink};
  261. padding:1px;
  262. margin-bottom:2px;
  263. margin-left: -2px;
  264. background-color: transparent;
  265. -webkit-transition: all ease-in 333ms;
  266. -moz-transition: all ease-in 333ms;
  267. -o-transition: all ease-in 333ms;
  268. -ms-transition: all ease-in 333ms;
  269. transition: all ease-in 333ms;}
  270.  
  271. .navlink a:hover{
  272. color:{color:navlinkhover};}
  273.  
  274. .question a{
  275. color:{color:question};
  276. Padding:1px;}
  277. .question a:hover{
  278. color:#b0b0b0 !important;}
  279.  
  280. .permalink{
  281. font-family: georgia;
  282. font-size:10px;
  283. text-align: center;
  284. padding: 1px;}
  285.  
  286. .permalink a{color:#f1829b;}
  287. .perm1 {
  288. margin: auto;
  289. font-family: georgia;
  290. text-transform: uppercase;
  291. letter-spacing: 1px;
  292. position: absolute;
  293. bottom: 1px;
  294. left: 12px;
  295. text-align:center;
  296. opacity: 0;
  297. filter: alpha(opacity = 0);
  298. -webkit-transition: all ease-in-out 333ms;
  299. -moz-transition: all ease-in-out 333ms;
  300. -o-transition: all ease-in-out 333ms;
  301. -ms-transition: all ease-in-out 333ms;
  302. transition: all ease-in-out 333ms;}
  303.  
  304. #flt:hover .perm1 {
  305. opacity: 1;
  306. filter: alpha(opacity = 30);
  307. margin-bottom: 12px;}
  308.  
  309. .perm1 a {
  310. color: #aaa;
  311. background-color:#eeeeee;
  312. padding: 2px;
  313. margin-right: 3px;
  314. line-height: 20px;
  315. font-family:calibri;
  316. font-size: 10px;
  317. -webkit-transition: all ease-in 333ms;
  318. -moz-transition: all ease-in 333ms;
  319. -o-transition: all ease-in 333ms;
  320. -ms-transition: all ease-in 333ms;
  321. transition: all ease-in 333ms;}
  322.  
  323. .perm1 a:hover {
  324. color: {color:bold};
  325. background-color: #ffffff;
  326. -webkit-transition: all ease-in 333ms;
  327. -moz-transition: all ease-in 333ms;
  328. -o-transition: all ease-in 333ms;
  329. -ms-transition: all ease-in 333ms;
  330. transition: all ease-in 333ms;}
  331.  
  332. .video embed, .post div.video object {width:300px !important; height:200 !important;}
  333.  
  334. blockquote{padding:3px 3px 3px 3px; margin:0px 0px 2px 1px; background-color:{color:blockquote};}
  335.  
  336. ::-webkit-scrollbar {width: 4px; height: 4px; background: #fff;}
  337. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius: 2px;}
  338.  
  339. {block:ifFadedImages}img{-webkit-transition: opacity 0.8s linear; opacity: 0.75;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;}
  340. {/block:ifFadedImages}
  341.  
  342. {block:ifInvertedFade}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.7s linear; opacity: .7;}
  343. {/block:ifInvertedFade}
  344.  
  345.  
  346.  
  347. </style>
  348. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  349. <meta name="viewport" content="width=820" />
  350. </head>
  351. <body>
  352.  
  353. <div id="sidebar">
  354. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  355.  
  356. <div class="lol"></div>
  357.  
  358. <div id="desc">{description}
  359. <p><center>
  360. <a title="home"href="/">.01</a>
  361. <a title="ask"href="/ask">.02</a>
  362. <a title="{text:link1}"href="{text:link1url}">.03</a>
  363. <a title="{text:link2}"href="{text:link2url}">.04</a>
  364. <a title="{text:link3}"href="{text:link3url}">.05</a>
  365. <a title="credit"href="http://bonivur.tumblr.com/">.06</a>
  366. </center>
  367. </div>
  368.  
  369. </div>
  370. </div>
  371.  
  372.  
  373. <div style="position:absolute;z-index:99999999999999999999999999999999999; !important;top:30px;right:10px;"><a title="theme credit" a href="http://bonivur.tumblr.com/"><img src="http://i595.photobucket.com/albums/tt32/dumppixelshere/old%20stuff%20B/PolarCubStomp.gif"height="40px"></a></div>
  374.  
  375.  
  376. <div id="center">
  377.  
  378. <div id="posts">
  379. {block:Posts}
  380. <div id="flt">
  381.  
  382. {block:Text}
  383. {block:Title}<div class="title">{Title}</div>{/block:Title}<span class="entrytext">{Body}</span>
  384. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} </a></div>{/block:IndexPage}
  385. {/block:Text}
  386.  
  387. {block:Answer}
  388. <div class="flt">
  389. <div class="question"><img src="{AskerPortraitURL-24}" align="left" style="padding-right: 2px;"><b>{Asker}:</b> {Question}&nbsp;</div><span class="answer">{Answer}</span>{block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} </a></div>{/block:IndexPage}</div>
  390. {/block:Answer}
  391.  
  392. {block:Link}
  393. <a href="{URL}" class="title">{Name}</a>
  394. {block:Description}{Description}{/block:Description}
  395. {block:IndexPage}<div class="info">{NoteCount} </a></div>{/block:IndexPage}
  396. {block:Link}
  397.  
  398. {block:Photo}
  399. {block:indexpage}
  400. <div class="perm1">
  401. <p><a href="{ReblogURL}" target="_blank">Reblog</a><a href="{permalink}">{NoteCount} notes</a></p></div>
  402. {/block:indexpage}
  403. {block:indexpage}
  404. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}
  405. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  406. {/block:indexpage}
  407. {block:permalinkpage}
  408. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/>{LinkCloseTag}
  409. {/block:permalinkpage}
  410. {/block:Photo}
  411.  
  412. {block:Photoset}
  413. {block:IndexPage}<center><div style="padding-top: 1px; padding-bottom: 1px; background-color:{color:Photoset background};">{Photoset-250}</div></center>{/block:IndexPage}
  414. {block:PermalinkPage}{Photoset-250}{/block:PermalinkPage}
  415. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} notes</a></div>{/block:IndexPage}
  416. {/block:Photoset}
  417.  
  418. {block:Quote}
  419. <div class="quote"><span class="quote">{Quote}</span></div><div style="margin-left: 30px;">{block:Source}- {Source}{/block:Source}</div>
  420. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} notes</a></div>{/block:IndexPage}
  421. {/block:Quote}
  422.  
  423. {block:Chat}
  424. {block:Title}<div class="perm1">
  425. <p><a href="{ReblogURL}" target="_blank">reblog</a><a href="{permalink}">{NoteCount} notes</a></p>
  426. </div><span class="title">{Title}</span>{/block:Title}
  427. <ul class="chat">
  428. {block:Lines}
  429. <li class="user_{UserNumber}">
  430. {block:Label}
  431. <span class="label">{Label}</span>
  432. {/block:Label}
  433.  
  434. {Line}
  435. </li>
  436. {/block:Lines}
  437. </ul>
  438. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} notes</a></div>{/block:IndexPage}
  439. {/block:Chat}
  440.  
  441. {block:Audio}
  442. {block:IndexPage}<div style="background-color:#000; width: 245px;"><div style="width:300px; height:27px;">{AudioPlayerBlack}</div></div>{/block:IndexPage}
  443. {block:PermalinkPage}<div style="background-color:#000; width: 500px;"><div style="width:500px; height:27px;">{AudioPlayerBlack}</div></div>{/block:PermalinkPage}
  444. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} notes</a></div>{/block:IndexPage}
  445. {/block:Audio}
  446.  
  447. {block:Video}
  448. {block:IndexPage}<div class="video">{Video-250}</div>{/block:IndexPage}
  449. {block:PermalinkPage}{Video-250}{/block:PermalinkPage}
  450. {block:IndexPage}<div class="info"><a href="{Permalink}"> {NoteCount} notes</a></div>{/block:IndexPage}
  451. {block:Video}
  452.  
  453. {block:PermalinkPage}
  454. <div id="permapage"><center>{block:Date}<b>{DayofMonth} {Month}{/block:Date}</b>
  455. {block:NoteCount}<b>with </b>{NoteCountWithLabel}{/block:NoteCount} <center>
  456.  
  457. <BR>{Caption}</div>
  458. {/block:PermalinkPage}
  459.  
  460. {block:PostNotes}{PostNotes}
  461. {/block:PostNotes}</div>
  462. {/block:Posts}
  463.  
  464. </div>
  465. </div>
  466. </div>
  467. </center>
  468.  
  469.  
  470. </body>
  471. <script type="text/javascript"
  472. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  473. <script>
  474. $(document).ready(function() {
  475. //
  476. $('a.poplight[href^=#]').click(function() {
  477. var popID = $(this).attr('rel'); //Get Popup Name
  478. var popURL = $(this).attr('href'); //Get Popup href to define size
  479. var query= popURL.split('?');
  480. var dim= query[1].split('&');
  481. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  482. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://www.iconsdb.com/icons/preview/black/close-xxl.png" width="20" class="btn_close" title="Close" alt="Close" /></a>');
  483. var popMargTop = ($('#' + popID).height() + 80) / 2;
  484. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  485. //Apply Margin to Popup
  486. $('#' + popID).css({
  487. 'margin-top' : -popMargTop,
  488. 'margin-left' : -popMargLeft
  489. });
  490. $('body').append('<div id="fade"></div>');
  491. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  492. return false; });
  493. $('a.close, #fade').live('click', function() {
  494. $('#fade , .popup_block').fadeOut(function() {
  495. $('#fade, a.close').remove(); //fade them both out
  496. }); return false; }); }); </script>
  497. <script language="JavaScript">
  498. function toggle(id) {
  499. var state = document.getElementById(id).style.display;
  500. if (state == 'none') {
  501. document.getElementById(id).style.display = 'block';
  502. } else {document.getElementById(id).style.display = 'none';}}</script>
  503.  
  504. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  505. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  506. {block:indexpage}
  507. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  508. <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
  509. <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
  510. <script type="text/javascript" src="http://static.tumblr.com/jnmer2r/WKhljk73d/jquery.infinitescroll.min.js"></script>
  511.  
  512.  
  513. <script>
  514. $.fn.imagesLoaded = function(callback){
  515. var elems = this.find('img'),
  516. len = elems.length,
  517. _this = this;
  518. if ( !elems.length ) {
  519. callback.call( this );}
  520. elems.bind('load',function(){
  521. if (--len <= 0){
  522. callback.call( _this );}
  523. }).each(function(){
  524. // cached images don't fire load sometimes, so we reset src.
  525. if (this.complete || this.complete === undefined){
  526. var src = this.src;
  527. // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
  528. // data uri bypasses webkit log warning (thx doug jones)
  529. this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
  530. this.src = src;}
  531. });
  532. return this;};
  533. </script>
  534. <script>
  535. jQuery(window).load(function(){
  536. var $wall = $('#posts');
  537. $wall.imagesLoaded(function(){
  538. $wall.masonry({
  539. singleMode: true,
  540. columnWidth: 208,
  541. itemSelector: '#flt'});});
  542. $wall.infinitescroll({
  543. navSelector : '#page-nav',
  544. nextSelector : '#page-nav a',
  545. itemSelector : '#flt', },
  546. function( newElements ){
  547. $(newElements).hide();
  548. setTimeout(function(){
  549. $wall.masonry({ appendedContent: $(newElements) });
  550. },2000);
  551. setTimeout(function(){
  552. $(newElements).fadeIn('slow');},3100);},2000);
  553. });</script>
  554.  
  555. {/block:Indexpage} <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  556. <script>
  557. (function($){
  558. $(document).ready(function(){
  559. $("[title]").style_my_tooltips({
  560. tip_follows_cursor:true,
  561. tip_delay_time:200,
  562. tip_fade_speed:300
  563. }
  564. );
  565. });
  566. })(jQuery);
  567. </script>
  568. </html>
Add Comment
Please, Sign In to add comment