Advertisement
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">
- <!----------------------------------
- __ __ _ __ __ __ ___ __
- |__| |__ |_| |__ |__ / | | /
- | |__ | \ | |__ \__ | | \__
- Celia Theme
- personal: perfectic.tumblr.com
- themes: perfecticthemes.tumblr.com
- please don't remove the credit.
- if you do, i'll report you.
- ---------------------------------->
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Text" content="#000"/>
- <meta name="color:Links" content="#000"/>
- <meta name="color:Blogtitle" content="#000"/>
- <meta name="color:Links hover highlight color" content="#e2ff68">
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="if:show blogtitle" content="1"/>
- <meta name="if:four columns" content="0"/>
- <meta name="if:three columns" content="1"/>
- <meta name="if:two columns" content="0"/>
- <meta name="if:show photo" content="0"/>
- <meta name="text:Link One Title" content="link1" />
- <meta name="text:Link One" content="" />
- <meta name="text:Link Two Title" content="link2" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Three Title" content="link3" />
- <meta name="text:Link Three" content="" />
- <link href='http://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
- <style type="text/css">
- #tumblr_controls {
- position: fixed;
- -webkit-filter: invert(100%)
- }
- .wrapper{
- margin: 0px auto;
- width: 802px;
- }
- .header{
- float: left;
- width: 100%;
- }
- body {
- position: relative;
- padding: 10px;
- margin: 0px;
- color:{color:text};
- font-family: 'georgia';
- font-size:13px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- a:link, a:active, a:visited{
- color:{color:Links};
- text-decoration: none;
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- }
- a:hover{
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- background-color:{color:Links hover highlight color};
- }
- #posts {
- width: 890px;
- border: 3px;
- padding-top:0px;
- margin-left:380px;
- top: 0px;
- float:left;
- {block:iffourcolumns}
- width:950px;
- {/block:iffourcolumns}
- {block:iftwocolumns}
- width:700px;
- {/block:iftwocolumns}
- }
- .entry {
- width:220px;
- position:relative;
- margin:5px;
- padding: 10px;
- float:left;
- text-align: left;
- font-family: 'coming soon';
- font-size: 14px;
- line-height:16px;
- letter-spacing:1px;
- opacity:0.8;
- {block:ifthreecolumns}
- width:220px;
- {/block:ifthreecolumns}
- {block:iftwocolumns}
- width:300px;
- {/block:iftwocolumns}
- {block:iffourcolumns}
- width:170px;
- {/block:iffourcolumns}
- {block:PermalinkPage}
- top:17px;
- margin-left:120px;
- width:400px;
- {/block:PermalinkPage}
- }
- #sidebar {
- position:fixed;
- height: auto;
- width: 230px;
- left:90px;
- top:160px;
- z-index:100;
- text-align: center;
- padding: 4px;
- padding-right: 8px;
- padding-left:8px;
- font-family:'coming soon';
- font-size:14px;
- line-height:13px;
- color: {color:text};
- }
- .title{
- font-family: 'coming soon';
- font-size: 17px;
- line-height:11px;
- color: black;
- font-weight: normal;
- }
- .blogtitle{
- font-family: 'coming soon';
- font-size: 37px;
- line-height: 22px;
- color: {color:Title};
- letter-spacing: 0px;
- font-weight: normal;
- padding:0px 0px 0px 0px;
- }
- .entry:hover {
- opacity:1;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .permalink {
- height: auto;
- overflow: hidden;
- width: 50px;
- margin-left:0px;
- text-align: center;
- font-size: 10px;
- font-family:'coming soon';
- background: white;
- line-height: 15px;
- opacity: 0;
- bottom: 0px;
- padding:5px;
- position:absolute;
- filter: alpha(opacity = 0);
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .entry:hover .permalink {
- opacity: 0.8;
- bottom: 15px;
- left:15px;
- font-family:'coming soon';
- filter: alpha(opacity = 80);
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .entry:hover .permalink:hover{
- opacity:0.8;}
- .permalink2 {
- height: auto;
- overflow: hidden;
- width: 50px;
- padding:5px;
- right:0px;
- text-align: center;
- font-size: 10px;
- font-family:'coming soon';
- background: white;
- line-height: 15px;
- opacity: 0;
- bottom: 0px;
- position:absolute;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- filter: alpha(opacity = 0);
- }
- .entry:hover .permalink2 {
- opacity: 0.8;
- bottom: 15px;
- right:15px;
- font-family:'coming soon';
- filter: alpha(opacity = 80);
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .entry:hover .permalink2:hover{
- opacity:0.8;}
- {CustomCSS}
- ::-webkit-scrollbar { width: 6px; height: 4px; }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #fff; }
- ::-webkit-scrollbar-track-piece { background: #fff; }
- ::-webkit-scrollbar-thumb {height: 50px; background-color: #ccc; }
- </style>
- {block:IndexPage}
- <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>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- var $content = $('#posts');
- $content.masonry({itemSelector: '.entry'}),
- $content.infinitescroll({
- navSelector : 'div#pagination',
- nextSelector : 'div#pagination a#nextPage',
- itemSelector : '.entry',
- 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>
- {/block:IndexPage}
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div id="sidebar">
- <p>
- {block:ifshowblogtitle}<a href="/"><span class="blogtitle">{Title}</span></a><br>{/block:ifshowblogtitle}
- {block:ifshowphoto}</p><a href="/"><img src="{image:Sidebar Image}"width=190px; height:auto;></a>{/block:ifshowphoto}
- <br>
- {Description}<br>
- <p><div style="border-top: 2px solid #000;"></p>
- <span class="navlinks"><a href="/">home</a>
- / <a href="/ask">message</a>
- {block:iflinkone} / <a href="{text:Link One}">{text:Link One Title}</a>
- {/block:iflinkone}
- {block:iflinktwo} / <a href="{text:Link Two}">{text:Link Two Title}</a>
- {/block:iflinktwo}
- {block:iflinkthree} / <a href="{text:Link Three}">{text:Link Three Title}</a>
- {/block:iflinkthree}
- {block:HasPages} {block:Pages} / <a href="{URL}">{Label}</a> {/block:Pages} {/block:HasPages}
- / <a href="http://perfectic.tumblr.com/">theme</a></span>
- </div>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}<strong>{block:Title}<span class="title">{Title}</span>{/block:Title}</strong>{Body}{block:IndexPage}
- + <a href="{permalink}">{notecountwithlabel}</a> <a href="{reblogurl}" target="_blank">♡</a>
- {/block:IndexPage}
- {block:PermalinkPage}<center>
- <p>{block:HasTags} tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags}</p>
- {/block:PermalinkPage}</center>
- {/block:text}
- {block:Photo}
- {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}
- <div class="permalink">
- <div class="background"><a href="{ReblogURL}" target="_blank"><font color="black">REBLOG</font></a></div></div><div class="permalink2"><div class="background2"><a href="{Permalink}"><font color="black">{NoteCount}</font></a></div></div>
- {/block:IndexPage}
- {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></a>{LinkCloseTag}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <p>{block:HasTags} tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags}</p>
- {/block:PermalinkPage}</center>
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- + <a href="{permalink}">{notecount}</a> <a href="{reblogurl}" target="_blank">♡</a>
- {/block:IndexPage}
- <center>{Photoset-250}</center></span>
- {block:PermalinkPage}<center>
- <p>{block:HasTags} tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags}</p>
- {/block:PermalinkPage}</center>
- {/block:Photoset}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a><br>{block:Description}{Description}{/block:Description}
- {block:IndexPage}
- + <a href="{permalink}">{notecount}</a> <a href="{reblogurl}" target="_blank">♡</a>
- {/block:IndexPage}
- {block:PermalinkPage}<center>
- <p>{block:HasTags} tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags}</p>
- {/block:PermalinkPage}</center>
- {/block:link}
- {block:Answer}
- {Asker} whispered: <b>{Question}</b>
- {Answer}
- {block:IndexPage}
- + <a href="{permalink}">{notecount}</a>
- {/block:IndexPage}
- {block:PermalinkPage}<center>
- <p>{block:HasTags} tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags}</p>
- {/block:PermalinkPage}</center>
- {/block:Answer}
- {block:Quote}<span class="title">"{Quote}"</span><br><br>{block:Source}<i> - {Source}</i>{/block:Source}<br>{block:IndexPage}
- <br>+ <a href="{permalink}">{notecount}</a> <a href="{reblogurl}" target="_blank">♡</a>
- {/block:IndexPage}
- {block:PermalinkPage}<center>
- <p>{block:HasTags} tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags}</p>
- {/block:PermalinkPage}</center>
- {/block:Quote}
- {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"><b>{Label}</b></span>{/block:Label}{Line}</li>{/block:Lines}</ul>
- {block:IndexPage}
- + <a href="{permalink}">{notecount}</a> <a href="{reblogurl}" target="_blank">♡</a>
- {/block:IndexPage}
- {block:PermalinkPage}<center>
- <p>{block:HasTags} tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags}</p>
- {/block:PermalinkPage}</center>
- {/block:Chat}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- <center><div style="overflow: hidden; width:180px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
- {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>{block:IndexPage}<br>
- + <a href="{permalink}">{notecount}</a> <a href="{reblogurl}" target="_blank">♡</a>
- {/block:IndexPage}
- {block:PermalinkPage}<center>
- <p>{block:HasTags} tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags}</p>
- {/block:PermalinkPage}</center>
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {Video-250}
- + <a href="{permalink}">{notecount}</a> <a href="{reblogurl}" target="_blank">♡</a>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-500}
- <p>{block:HasTags} tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags}</p>
- {/block:PermalinkPage}</center>
- {/block:PermalinkPage}
- {block:Video}
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- {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}
- </div>
- </body>
- <div style="font-size: 12px; float: right; position: fixed; bottom: 1px; right: 5px; text-transform:lowercase; background-color:{color:links hover highlight color};"><a href="http://perfectic.tumblr.com/">credit</a></div>
- <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement