lennonthemes

chrome

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