Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <!--
- __ ___ __ __ __
- | | | |_/| ||\ ||__
- |__ | | | \|__|| \| __|
- LEMON BY HTTP://CITRONS.TUMBLR.COM
- Terms of use:
- • never remove credit
- (unless themecreator has given permission to)
- • you may edit html codes of this theme
- ENJOY THIS THEME :-)
- -->
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>{Title}{block:permalink}{block:PostTitle} - {PostTitle}{/block:PostTitle}{/block:permalink}</title>
- <link rel="shortcut icon" href="{image:icon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{block:permalink}{block:PostTitle}{PostTitle} - {/block:PostTitle}{/block:permalink}{MetaDescription}" />
- {/block:Description}
- <meta name="if:show LINK1" content="1">
- <meta name="if:show LINK2" content="1">
- <meta name="if:show LINK3" content="1">
- <meta name="if:show LINK4" content="1">
- <meta name="if:fixed top" content="1">
- <meta name="if:show banner" content="0">
- <meta name="if:show icon" content="1">
- <meta name="if:1 column" content="0">
- <meta name="if:2 columns" content="0">
- <meta name="if:3 columns" content="0">
- <meta name="if:4 columns" content="0">
- <meta name="if:5 columns" content="0">
- <meta name="if:6 columns" content="1">
- <meta name="text:LINK1" content="LINK1">
- <meta name="text:LINK1 URL" content="http://">
- <meta name="text:LINK2" content="LINK2">
- <meta name="text:LINK2 URL" content="http://">
- <meta name="text:LINK3" content="LINK3">
- <meta name="text:LINK3 URL" content="http://">
- <meta name="text:LINK4" content="LINK4">
- <meta name="text:LINK4 URL" content="http://">
- <meta name="image:background" content="">
- <meta name="image:banner" content="">
- <meta name="image:icon" content="">
- <meta name="color:background" content="#ffffff" />
- <meta name="color:background top" content="#ffffff" />
- <meta name="color:border bottom" content="#f1f1f1" />
- <meta name="color:hover" content="#f1f1f1" />
- <meta name="color:link" content="#bbbbbb" />
- <meta name="color:scroller" content="#bbbbbb" />
- <meta name="color:text" content="#888888" />
- <meta name="color:text top" content="#888888" />
- <meta name="color:title" content="#bbbbbb" />
- <style type="text/css">
- ::-webkit-scrollbar{
- width:8px;
- height:0px;
- }
- ::-webkit-scrollbar-thumb{
- background:{color:scroller};
- }
- a{
- text-decoration:none;
- color:{color:link};
- }
- a:visited{
- color:{color:link};
- }
- a:link, a:active{
- color: {color:hover};
- }
- em{
- font-style:bold;
- }
- body{ /* font */
- font-size:11px;
- line-height:14px;
- text-align:center;
- color:{color:text};
- font-family:courier;
- }
- body{ /* background */
- background-attachment:fixed;
- background-repeat:repeat;
- background-color: {color:background};
- background-image:url({image:Background});
- }
- .title{
- font-size:18px;
- line-height:24px;
- text-transform:uppercase;
- letter-spacing:2px;
- color: {color:title};
- }
- .title_top{
- margin-top:10px;
- font-size:20px;
- letter-spacing:3px;
- text-transform:uppercase;
- }
- blockquote{
- padding:0px 0px 0px 3px;
- margin:0px 0px 0px 2px;
- border-left: 2px solid #ddd;
- }
- #citrons {
- {block:IndexPage}
- {block:if1column}
- width:330px;
- {/block:if1column}
- {block:if2columns}
- width:660px;
- {/block:if2columns}
- {block:if3columns}
- width:990px;
- {/block:if3columns}
- {block:if4columns}
- width:1240px;
- {/block:if4columns}
- {block:if5columns}
- width:1250px;
- {/block:if5columns}
- {block:if6columns}
- width:1260px;
- {/block:if6columns}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- margin-left:auto;
- margin-right:auto;
- position: relative;
- }
- #box{ /* box */
- float:left;
- margin:15px;
- {block:IndexPage}
- width:300px;
- {block:if4columns}
- width:280px;
- {/block:if4columns}
- {block:if5columns}
- width:220px;
- {/block:if5columns}
- {block:if6columns}
- width:180px;
- {/block:if6columns}
- overflow:hidden;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- .bar{
- opacity: 0;
- font-size:12px;
- text-align:left;
- line-height:20px;
- position: absolute;
- top:-40px;
- background:#fff;
- width:100%;
- padding:10px;
- padding-left:20px;
- -webkit-transition-duration: .25s;
- }
- .bar a{
- color:#888;
- }
- #box:hover .bar{opacity:.8; top:0px;}
- .reblogger{
- opacity: 0;
- position: absolute;
- top:-40px;
- right:10px;
- -webkit-transition-duration: .25s;
- }
- #box:hover .reblogger{opacity:1; top:10px;}
- #box:hover .reblogger:hover{opacity:.4;}
- .perm{
- opacity: 0;
- position: absolute;
- top:-40px;
- right:40px;
- -webkit-transition-duration: .25s;
- }
- #box:hover .perm{opacity:1; top:10px;}
- #box:hover .perm:hover{opacity:.4;}
- #box img{max-width:100%;}
- #top{
- opacity:.8;
- {block:ifnofixedtop}
- position:absolute;
- {/block:ifnofixedtop}
- {block:iffixedtop}
- position:fixed;
- {/block:iffixedtop}
- width:100%;
- padding:5px;
- padding-top:8px;
- z-index:9;
- margin-left:-10px;
- margin-top:-15px;
- background:{color:background top};
- border-bottom:1px solid {color:border bottom};
- }
- #top a{-webkit-transition-duration: .25s;}
- #top a:hover{-webkit-transition-duration: .25s;}
- #about{
- letter-spacing:0px;
- width:100%;
- padding:10px;
- padding-top:40px;
- padding-bottom:20px;
- background:#fff;
- margin-top:10px;
- margin-left:-10px;
- margin-right:auto;
- }
- #about .text{
- width:400px;
- margin-left:auto;
- margin-right:auto;
- }
- .navi a{
- opacity:1;
- letter-spacing:1px;
- padding-left:20px;
- padding-right:20px;
- text-transform:uppercase;
- font-size:10px;
- font-family:courier;
- text-align:center;
- color:{color:text top};
- -webkit-transition-duration: .25s;
- }
- .navi a:hover{
- opacity:.4;
- -webkit-transition-duration: .25s;
- }
- .question{
- border-bottom:1px dotted #bbb;
- padding-bottom:5px;
- }
- .audioplayer{
- width:80%;
- margin-top:5px;
- margin-left:5px;
- -moz-box-shadow: 5px 5px 10px #d8d8d8;
- -webkit-box-shadow: 5px 5px 10px #d8d8d8;
- }
- #postn{
- letter-spacing:1px;
- text-align:left;
- margin-left:40px;
- }
- .postn{
- list-style-type: none;
- text-align:left;
- letter-spacing:1px;
- }
- .postn img{
- display:none;
- }
- .postn ul{
- list-style-type: none;
- border-bottom:1px dotted #ddd;
- }
- .postn li{
- list-style-type: none;
- }
- {CustomCSS}
- </style>
- <script src="http://static.tumblr.com/2w7y46r/ZObmh4jf0/jquery-1.8.3.js"></script>
- <script src="http://static.tumblr.com/mcreuad/sPdmm0wl8/masonry.js"></script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <link href="http://static.tumblr.com/ubugp0w/SWVn8hu2r/jquery.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script src='http://static.tumblr.com/ubugp0w/71un8hu2g/infinite_scrolling.txt' type='text/javascript'></script>
- <script type="text/javascript">
- $(window).load(function () {
- var $content = $('#citrons');
- $content.masonry({itemSelector: '#box'}),
- $content.infinitescroll({
- navSelector : 'div#pagination',
- nextSelector : 'div#pagination a#nextPage',
- itemSelector : '#box',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx : 600,
- debug : false,
- },
- // call masonry as a callback.
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
- <base target="_blank">
- </head>
- <body>
- <div id="top">
- <div class="navi">
- <a href="/" target="_self">home</a>
- <a href="/ask" target="_self">contact</a>
- {block:IfShowLINK1}
- <a href="{text:LINK1 URL}" target="_self">{text:LINK1}</a>
- {/block:IfShowLINK1}
- {block:IfShowLINK2}
- <a href="{text:LINK2 URL}" target="_self">{text:LINK2}</a>
- {/block:IfShowLINK2}
- {block:IfShowLINK3}
- <a href="{text:LINK3 URL}" target="_self">{text:LINK3}</a>
- {/block:IfShowLINK3}
- {block:IfShowLINK4}
- <a href="{text:LINK4 URL}" target="_self">{text:LINK4}</a>
- {/block:IfShowLINK4}
- </div>
- </div>
- <div id="about">
- {block:IfShowBanner}<center><img src="{image:banner}" style="max-height:140px;"></center>{/block:IfShowBanner}
- {block:IfNotShowBanner}
- {block:IfShowIcon}<img src="{PortraitURL-128}" style="border-radius:100%; width:80px;">{/block:IfShowIcon}
- <div class="title_top">{Title}</div>
- {/block:IfNotShowBanner}
- <div class="text"><br>{Description}</div>
- </div>
- <div id="citrons">
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- {block:Posts}
- <div id="box">
- <!-- Q&A -->
- {block:Answer}
- <div class="question">{Asker} messaged: <br><i>{Question}</i></div>
- {Answer}
- <div class="permalink"><a href="{Permalink}">{Notecount}</a></div>
- {/block:Answer}
- <!-- PHOTOPOSTS -->
- {block:Photo}
- {block:IndexPage}
- <div class="photo"><a href="{Permalink}">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" style="width:100%; margin-bottom:-3px;"/></a>
- </div>
- <div class="bar">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
- <div class="perm">{LikeButton color="black" size="20"}</div>
- <div class="reblogger">{ReblogButton color="black" size="20"}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- <!-- PHOTOSETS -->
- {block:Photoset}
- {block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {/block:Photoset}
- <!-- TEXTPOSTS -->
- {block:Text}
- {block:Title}
- <a href="{Permalink}" class="title"><center>{Title}</center></a>
- {/block:Title}
- <div style="margin-left:1px;">{Body}</div>
- {/block:Text}
- <!-- LINKPOSTS -->
- {block:Link}<center>
- <a href="{URL}"><span class="title">{Name}</span></a>
- {block:Description}{Description}{/block:Description}
- </center>{/block:Link}
- <!-- QUOTEPOSTS -->
- {block:Quote}
- <div style="margin-left:3px;">{Quote}</div>
- {/block:Quote}
- <!-- CHATPOSTS -->
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- <!-- AUDIOPOSTS -->
- {block:Audio}<center>
- <div class="audioplayer">{AudioPlayerWhite}</div>
- {block:Caption}{Caption}{/block:Caption}
- </center>{/block:Audio}
- <!-- VIDEOPOSTS -->
- {block:Video}
- {block:IndexPage}
- <center>
- {Video-400}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-500}</center>
- {/block:PermalinkPage}
- {/block:Video}
- {block:PermalinkPage}
- {block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
- {block:NoteCount}{NoteCount}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}
- {/block:PermalinkPage}
- <!-- POSTNOTES -->
- {block:PostNotes}
- <div align="left">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </body>
- </html>
- <!-- LEMON (THEME #1) BY CITRONS.TUMBLR.COM -->
Add Comment
Please, Sign In to add comment