lennonthemes

Untitled

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