lennonthemes

always

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