lennonthemes

depression

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