lennonthemes

acid

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