lennonthemes

love more

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