feiinho

LEMON BY HTTP://CITRONS.TUMBLR.COM

Sep 3rd, 2014
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.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">
  3.  
  4. <!--
  5.  
  6. __ ___ __ __ __
  7. | | | |_/| ||\ ||__
  8. |__ | | | \|__|| \| __|
  9.  
  10. LEMON BY HTTP://CITRONS.TUMBLR.COM
  11.  
  12. Terms of use:
  13. • never remove credit
  14. (unless themecreator has given permission to)
  15. • you may edit html codes of this theme
  16.  
  17. ENJOY THIS THEME :-)
  18.  
  19. -->
  20.  
  21. <head>
  22. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  23. <title>{Title}{block:permalink}{block:PostTitle} - {PostTitle}{/block:PostTitle}{/block:permalink}</title>
  24. <link rel="shortcut icon" href="{image:icon}">
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26. {block:Description}
  27. <meta name="description" content="{block:permalink}{block:PostTitle}{PostTitle} - {/block:PostTitle}{/block:permalink}{MetaDescription}" />
  28. {/block:Description}
  29.  
  30. <meta name="if:show LINK1" content="1">
  31. <meta name="if:show LINK2" content="1">
  32. <meta name="if:show LINK3" content="1">
  33. <meta name="if:show LINK4" content="1">
  34. <meta name="if:fixed top" content="1">
  35. <meta name="if:show banner" content="0">
  36. <meta name="if:show icon" content="1">
  37. <meta name="if:1 column" content="0">
  38. <meta name="if:2 columns" content="0">
  39. <meta name="if:3 columns" content="0">
  40. <meta name="if:4 columns" content="0">
  41. <meta name="if:5 columns" content="0">
  42. <meta name="if:6 columns" content="1">
  43.  
  44. <meta name="text:LINK1" content="LINK1">
  45. <meta name="text:LINK1 URL" content="http://">
  46. <meta name="text:LINK2" content="LINK2">
  47. <meta name="text:LINK2 URL" content="http://">
  48. <meta name="text:LINK3" content="LINK3">
  49. <meta name="text:LINK3 URL" content="http://">
  50. <meta name="text:LINK4" content="LINK4">
  51. <meta name="text:LINK4 URL" content="http://">
  52.  
  53. <meta name="image:background" content="">
  54. <meta name="image:banner" content="">
  55. <meta name="image:icon" content="">
  56.  
  57. <meta name="color:background" content="#ffffff" />
  58. <meta name="color:background top" content="#ffffff" />
  59. <meta name="color:border bottom" content="#f1f1f1" />
  60. <meta name="color:hover" content="#f1f1f1" />
  61. <meta name="color:link" content="#bbbbbb" />
  62. <meta name="color:scroller" content="#bbbbbb" />
  63. <meta name="color:text" content="#888888" />
  64. <meta name="color:text top" content="#888888" />
  65. <meta name="color:title" content="#bbbbbb" />
  66.  
  67. <style type="text/css">
  68. ::-webkit-scrollbar{
  69. width:8px;
  70. height:0px;
  71. }
  72. ::-webkit-scrollbar-thumb{
  73. background:{color:scroller};
  74. }
  75. a{
  76. text-decoration:none;
  77. color:{color:link};
  78. }
  79. a:visited{
  80. color:{color:link};
  81. }
  82. a:link, a:active{
  83. color: {color:hover};
  84. }
  85. em{
  86. font-style:bold;
  87. }
  88. body{ /* font */
  89. font-size:11px;
  90. line-height:14px;
  91. text-align:center;
  92. color:{color:text};
  93. font-family:courier;
  94. }
  95. body{ /* background */
  96. background-attachment:fixed;
  97. background-repeat:repeat;
  98. background-color: {color:background};
  99. background-image:url({image:Background});
  100. }
  101. .title{
  102. font-size:18px;
  103. line-height:24px;
  104. text-transform:uppercase;
  105. letter-spacing:2px;
  106. color: {color:title};
  107. }
  108. .title_top{
  109. margin-top:10px;
  110. font-size:20px;
  111. letter-spacing:3px;
  112. text-transform:uppercase;
  113. }
  114. blockquote{
  115. padding:0px 0px 0px 3px;
  116. margin:0px 0px 0px 2px;
  117. border-left: 2px solid #ddd;
  118. }
  119.  
  120. #citrons {
  121. {block:IndexPage}
  122. {block:if1column}
  123. width:330px;
  124. {/block:if1column}
  125. {block:if2columns}
  126. width:660px;
  127. {/block:if2columns}
  128. {block:if3columns}
  129. width:990px;
  130. {/block:if3columns}
  131. {block:if4columns}
  132. width:1240px;
  133. {/block:if4columns}
  134. {block:if5columns}
  135. width:1250px;
  136. {/block:if5columns}
  137. {block:if6columns}
  138. width:1260px;
  139. {/block:if6columns}
  140. {/block:IndexPage}
  141. {block:PermalinkPage}
  142. width:500px;
  143. {/block:PermalinkPage}
  144. margin-left:auto;
  145. margin-right:auto;
  146. position: relative;
  147. }
  148. #box{ /* box */
  149. float:left;
  150. margin:15px;
  151. {block:IndexPage}
  152. width:300px;
  153. {block:if4columns}
  154. width:280px;
  155. {/block:if4columns}
  156. {block:if5columns}
  157. width:220px;
  158. {/block:if5columns}
  159. {block:if6columns}
  160. width:180px;
  161. {/block:if6columns}
  162. overflow:hidden;
  163. {/block:IndexPage}
  164. {block:PermalinkPage}
  165. width:500px;
  166. {/block:PermalinkPage}
  167. }
  168. .bar{
  169. opacity: 0;
  170. font-size:12px;
  171. text-align:left;
  172. line-height:20px;
  173. position: absolute;
  174. top:-40px;
  175. background:#fff;
  176. width:100%;
  177. padding:10px;
  178. padding-left:20px;
  179. -webkit-transition-duration: .25s;
  180. }
  181. .bar a{
  182. color:#888;
  183. }
  184. #box:hover .bar{opacity:.8; top:0px;}
  185. .reblogger{
  186. opacity: 0;
  187. position: absolute;
  188. top:-40px;
  189. right:10px;
  190. -webkit-transition-duration: .25s;
  191. }
  192. #box:hover .reblogger{opacity:1; top:10px;}
  193. #box:hover .reblogger:hover{opacity:.4;}
  194. .perm{
  195. opacity: 0;
  196. position: absolute;
  197. top:-40px;
  198. right:40px;
  199. -webkit-transition-duration: .25s;
  200. }
  201. #box:hover .perm{opacity:1; top:10px;}
  202. #box:hover .perm:hover{opacity:.4;}
  203. #box img{max-width:100%;}
  204. #top{
  205. opacity:.8;
  206. {block:ifnofixedtop}
  207. position:absolute;
  208. {/block:ifnofixedtop}
  209. {block:iffixedtop}
  210. position:fixed;
  211. {/block:iffixedtop}
  212. width:100%;
  213. padding:5px;
  214. padding-top:8px;
  215. z-index:9;
  216. margin-left:-10px;
  217. margin-top:-15px;
  218. background:{color:background top};
  219. border-bottom:1px solid {color:border bottom};
  220. }
  221. #top a{-webkit-transition-duration: .25s;}
  222. #top a:hover{-webkit-transition-duration: .25s;}
  223. #about{
  224. letter-spacing:0px;
  225. width:100%;
  226. padding:10px;
  227. padding-top:40px;
  228. padding-bottom:20px;
  229. background:#fff;
  230. margin-top:10px;
  231. margin-left:-10px;
  232. margin-right:auto;
  233. }
  234. #about .text{
  235. width:400px;
  236. margin-left:auto;
  237. margin-right:auto;
  238. }
  239. .navi a{
  240. opacity:1;
  241. letter-spacing:1px;
  242. padding-left:20px;
  243. padding-right:20px;
  244. text-transform:uppercase;
  245. font-size:10px;
  246. font-family:courier;
  247. text-align:center;
  248. color:{color:text top};
  249. -webkit-transition-duration: .25s;
  250. }
  251. .navi a:hover{
  252. opacity:.4;
  253. -webkit-transition-duration: .25s;
  254. }
  255. .question{
  256. border-bottom:1px dotted #bbb;
  257. padding-bottom:5px;
  258. }
  259. .audioplayer{
  260. width:80%;
  261. margin-top:5px;
  262. margin-left:5px;
  263. -moz-box-shadow: 5px 5px 10px #d8d8d8;
  264. -webkit-box-shadow: 5px 5px 10px #d8d8d8;
  265. }
  266. #postn{
  267. letter-spacing:1px;
  268. text-align:left;
  269. margin-left:40px;
  270. }
  271. .postn{
  272. list-style-type: none;
  273. text-align:left;
  274. letter-spacing:1px;
  275. }
  276. .postn img{
  277. display:none;
  278. }
  279. .postn ul{
  280. list-style-type: none;
  281. border-bottom:1px dotted #ddd;
  282. }
  283. .postn li{
  284. list-style-type: none;
  285. }
  286. {CustomCSS}
  287. </style>
  288.  
  289. <script src="http://static.tumblr.com/2w7y46r/ZObmh4jf0/jquery-1.8.3.js"></script>
  290. <script src="http://static.tumblr.com/mcreuad/sPdmm0wl8/masonry.js"></script>
  291. <script type="text/javascript"
  292. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  293. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  294. <link href="http://static.tumblr.com/ubugp0w/SWVn8hu2r/jquery.css" rel="stylesheet" type="text/css"/>
  295. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  296. <script src='http://static.tumblr.com/ubugp0w/71un8hu2g/infinite_scrolling.txt' type='text/javascript'></script>
  297. <script type="text/javascript">
  298. $(window).load(function () {
  299. var $content = $('#citrons');
  300. $content.masonry({itemSelector: '#box'}),
  301. $content.infinitescroll({
  302. navSelector : 'div#pagination',
  303. nextSelector : 'div#pagination a#nextPage',
  304. itemSelector : '#box',
  305. loading: {
  306. finishedMsg: '',
  307. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  308. },
  309. bufferPx : 600,
  310. debug : false,
  311. },
  312. // call masonry as a callback.
  313. function( newElements ) {
  314. var $newElems = $( newElements );
  315. $newElems.hide();
  316. // ensure that images load before adding to masonry layout
  317. $newElems.imagesLoaded(function(){
  318. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  319. <base target="_blank">
  320.  
  321. </head>
  322.  
  323. <body>
  324.  
  325. <div id="top">
  326.  
  327. <div class="navi">
  328. <a href="/" target="_self">home</a>
  329. <a href="/ask" target="_self">contact</a>
  330. {block:IfShowLINK1}
  331. <a href="{text:LINK1 URL}" target="_self">{text:LINK1}</a>
  332. {/block:IfShowLINK1}
  333.  
  334. {block:IfShowLINK2}
  335. <a href="{text:LINK2 URL}" target="_self">{text:LINK2}</a>
  336. {/block:IfShowLINK2}
  337.  
  338. {block:IfShowLINK3}
  339. <a href="{text:LINK3 URL}" target="_self">{text:LINK3}</a>
  340. {/block:IfShowLINK3}
  341.  
  342. {block:IfShowLINK4}
  343. <a href="{text:LINK4 URL}" target="_self">{text:LINK4}</a>
  344. {/block:IfShowLINK4}
  345. </div>
  346.  
  347. </div>
  348.  
  349. <div id="about">
  350. {block:IfShowBanner}<center><img src="{image:banner}" style="max-height:140px;"></center>{/block:IfShowBanner}
  351. {block:IfNotShowBanner}
  352. {block:IfShowIcon}<img src="{PortraitURL-128}" style="border-radius:100%; width:80px;">{/block:IfShowIcon}
  353. <div class="title_top">{Title}</div>
  354. {/block:IfNotShowBanner}
  355. <div class="text"><br>{Description}</div>
  356. </div>
  357.  
  358. <div id="citrons">
  359.  
  360.  
  361. {block:IndexPage}
  362. {block:Pagination}
  363. <div id="pagination">
  364. {block:NextPage}
  365. <a id="nextPage" href="{NextPage}"></a>
  366. {/block:NextPage}
  367. {block:PreviousPage}
  368. <a href="{PreviousPage}"></a>
  369. {/block:PreviousPage}
  370. </div>
  371. {/block:Pagination}
  372. {/block:IndexPage}
  373. {block:Posts}
  374.  
  375. <div id="box">
  376.  
  377. <!-- Q&A -->
  378. {block:Answer}
  379. <div class="question">{Asker} messaged: <br><i>{Question}</i></div>
  380. {Answer}
  381. <div class="permalink"><a href="{Permalink}">{Notecount}</a></div>
  382. {/block:Answer}
  383.  
  384. <!-- PHOTOPOSTS -->
  385. {block:Photo}
  386. {block:IndexPage}
  387. <div class="photo"><a href="{Permalink}">
  388. <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width:100%; margin-bottom:-3px;"/></a>
  389. </div>
  390. <div class="bar">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  391. <div class="perm">{LikeButton color="black" size="20"}</div>
  392. <div class="reblogger">{ReblogButton color="black" size="20"}</div>
  393. {/block:IndexPage}
  394. {block:PermalinkPage}
  395. {LinkOpenTag}
  396. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>
  397. {LinkCloseTag}
  398. {/block:PermalinkPage}
  399. {/block:Photo}
  400.  
  401. <!-- PHOTOSETS -->
  402. {block:Photoset}
  403. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  404. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  405. {/block:Photoset}
  406.  
  407. <!-- TEXTPOSTS -->
  408. {block:Text}
  409. {block:Title}
  410. <a href="{Permalink}" class="title"><center>{Title}</center></a>
  411. {/block:Title}
  412. <div style="margin-left:1px;">{Body}</div>
  413. {/block:Text}
  414.  
  415. <!-- LINKPOSTS -->
  416. {block:Link}<center>
  417. <a href="{URL}"><span class="title">{Name}</span></a>
  418. {block:Description}{Description}{/block:Description}
  419. </center>{/block:Link}
  420.  
  421. <!-- QUOTEPOSTS -->
  422. {block:Quote}
  423. <div style="margin-left:3px;">{Quote}</div>
  424. {/block:Quote}
  425.  
  426. <!-- CHATPOSTS -->
  427. {block:Chat}
  428. {block:Title}<span class="title">{Title}</span>{/block:Title}
  429. <ul class="chat">
  430. {block:Lines}
  431. <li class="user_{UserNumber}">
  432. {block:Label}<span class="label">{Label}</span>{/block:Label}
  433. {Line}
  434. </li>
  435. {/block:Lines}
  436. </ul>
  437. {/block:Chat}
  438.  
  439. <!-- AUDIOPOSTS -->
  440. {block:Audio}<center>
  441. <div class="audioplayer">{AudioPlayerWhite}</div>
  442. {block:Caption}{Caption}{/block:Caption}
  443. </center>{/block:Audio}
  444.  
  445. <!-- VIDEOPOSTS -->
  446. {block:Video}
  447. {block:IndexPage}
  448. <center>
  449. {Video-400}</center>
  450. {/block:IndexPage}
  451. {block:PermalinkPage}
  452. <center>
  453. {Video-500}</center>
  454. {/block:PermalinkPage}
  455. {/block:Video}
  456.  
  457.  
  458. {block:PermalinkPage}
  459. {block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
  460. {block:NoteCount}{NoteCount}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  461. {/block:PermalinkPage}
  462.  
  463. <!-- POSTNOTES -->
  464. {block:PostNotes}
  465. <div align="left">{PostNotes}</div>
  466. {/block:PostNotes}
  467.  
  468. </div>
  469. {/block:Posts}
  470. </div>
  471. </body>
  472. </html>
  473.  
  474. <!-- LEMON (THEME #1) BY CITRONS.TUMBLR.COM -->
Add Comment
Please, Sign In to add comment