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">
- <!---------------------------------
- __ __ _ __ __ __ ___ __
- |__| |__ |_| |__ |__ / | | /
- | |__ | \ | |__ \__ | | \__
- Zeenab 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="#fafafa"/>
- <meta name="color:Text" content="#030303"/>
- <meta name="color:Links" content="#000"/>
- <meta name="color:Links Hover" content="#4e4c4c"/>
- <meta name="color:Blogtitle" content="#fff"/>
- <meta name="color:highlight color" content="#ffc9d3"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar Photo" content=""/>
- <meta name="if:Links on Hover" content="1"/>
- <meta name="if:Sidebar Photo" content="0"/>
- <meta name="text:Link One Title" content="link 1" />
- <meta name="text:Link One" content="" />
- <meta name="text:Link Two Title" content="link 2" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Three Title" content="link 3" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Four Title" content="link 4" />
- <meta name="text:Link Four" content="" />
- <meta name="text:Link Five Title" content="link 5" />
- <meta name="text:Link Five" content="" />
- <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
- <style type="text/css">
- #tumblr_controls{
- position:fixed;
- -webkit-filter: invert(100%)
- }
- .wrapper {
- margin: 0px auto;
- width: 100%;
- }
- .header {
- float: center;
- width: 100%;
- }
- body {
- position: relative;
- padding: 10px;
- margin: 0px;
- float: center;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- background-size: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;
- -webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- a:hover{
- color:{color:Links Hover};
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- -webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- #posts {
- float:left;
- top:0px;
- width:1200px;
- margin-left:170px;
- }
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- .entry {
- width:230px;
- overflow: hidden;
- float: center;
- margin: 10px;
- padding: 10px;
- text-align: justify;
- font-family: 'ubuntu';
- font-size: 13px;
- line-height:13px;
- letter-spacing:0.5px;
- opacity:0.8;
- color:{color:Text};
- border:1px solid #ccc;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- {block:PermalinkPage}
- margin-left:160px;
- width:400px;
- {/block:PermalinkPage}
- }
- #sidebar {
- position:fixed;
- height: auto;
- width: 140px;
- margin-left:10px;
- margin-top:130px;
- z-index:100;
- text-align: right;
- padding: 8px;
- font-family:'ubuntu';
- font-size:14px;
- line-height:13px;
- color: {color:text};
- }
- .entry:hover {
- border:1px solid #000;
- opacity:1;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .reblogbutton {
- position:absolute;
- height: auto;
- width: 220px;
- padding:5px;
- overflow: hidden;
- text-align: center;
- font-size: 10px;
- font-family:'century gothic';
- line-height: 15px;
- opacity: 0;
- background: white;
- filter: alpha(opacity = 0);
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .entry:hover .reblogbutton {
- opacity: 0.9;
- top:30%;
- font-family:'century gothic';
- filter: alpha(opacity = 90);
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .entry:hover .reblogbutton:hover{
- opacity:0.8;
- }
- .title{
- font-family: 'ubuntu';
- font-size: 18px;
- line-height:13px;
- font-weight:400;
- color: {color:Text};
- }
- .blogtitle{
- font-family: 'ubuntu';
- font-size: 16px;
- line-height: 22px;
- padding:7px;
- letter-spacing: 2px;
- font-weight: normal;
- text-transform:lowercase;
- color: {color:Blogtitle};
- background-color:{color:highlight color};
- }
- #biter
- #bite a {
- display:block
- }
- #bite .death {
- margin-top:-45px;
- filter: alpha(opacity = 0);
- opacity:0;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- #bite:hover .death {
- margin-top:0px;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);opacity:100;
- }
- {CustomCSS}
- ::-webkit-scrollbar { width: 7px; 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://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="bite">
- <div id="sidebar">
- {block:ifNOTSidebarPhoto}
- <a href="/"><span class="blogtitle">{Title}</span></a>
- {/block:ifNOTSidebarPhoto}
- {block:ifSidebarPhoto}<a href="/"><img src="{image:Sidebar Photo}" width=145px; height:auto; ></a>{/block:ifSidebarPhoto}
- <p>{Description}</p>
- {block:ifLinksonHover}
- <div class="death">
- <div align="right">
- <a href="/">home</a><br>
- <a href="/ask">message</a> <br>
- {block:ifLinkOne}<a href="{text:Link One}">{text:Link One Title}</a><br>{/block:ifLinkOne}
- {block:ifLinkTwo}<a href="{text:Link Two}">{text:Link Two Title}</a><br>{/block:ifLinkTwo}
- {block:ifLinkThree}<a href="{text:Link Three}">{text:Link Three Title}</a><br> {/block:ifLinkThree}
- {block:ifLinkFour} <a href="{text:Link Four}">{text:Link Four Title}</a><br>{/block:ifLinkFour}
- {block:ifLinkFive} <a href="{text:Link Five}">{text:Link Five Title}</a><br>{/block:ifLinkFive}
- <a href="http://perfectic.tumblr.com/">theme</a></span>
- </div>
- </div>
- </div>
- {/block:ifLinksonHover}
- {block:ifNOTLinksonHover}
- <a href="/">home</a><br>
- <a href="/ask">message</a> <br>
- {block:ifLinkOne}<a href="{text:Link One}">{text:Link One Title}</a><br>{/block:ifLinkOne}
- {block:ifLinkTwo}<a href="{text:Link Two}">{text:Link Two Title}</a><br>{/block:ifLinkTwo}
- {block:ifLinkThree}<a href="{text:Link Three}">{text:Link Three Title}</a><br> {/block:ifLinkThree}
- {block:ifLinkFour} <a href="{text:Link Four}">{text:Link Four Title}</a><br>{/block:ifLinkFour}
- {block:ifLinkFive} <a href="{text:Link Five}">{text:Link Five Title}</a><br>{/block:ifLinkFive}
- <a href="http://perfectic.tumblr.com/">theme</a></span>
- {block:ifNOTLinksonHover}
- </div>
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <strong>{block:Title}<span class="title">{Title}</span>{/block:Title}</strong>{Body}<br>
- {block:IndexPage}
- <div style="text-transform:uppercase; text-align:right">
- <a href="{reblogurl}" target="_blank">REBLOG</a> ♡ <a href="{permalink}">{notecountwithlabel}</a> </div>
- {/block:IndexPage}
- {/block:text}
- {block:Photo}
- {block:IndexPage}
- <div class="reblogbutton">
- <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a> ♡ <a href="{permalink}">{notecountwithlabel}</a></div></div></div>
- {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}
- {/block:IndexPage}
- {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}
- {block:Caption}
- {Caption}
- {/block:Caption}
- </center>{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>{Photoset-250}</center> <br>
- <div style="text-transform:uppercase; text-align:right">
- <a href="{reblogurl}" target="_blank">REBLOG</a> ♡ <a href="{permalink}">{notecountwithlabel}</a> </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>{Photoset-400}</center> <br>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a><br>{block:Description}{Description}{/block:Description}
- {block:IndexPage}
- <div style="text-transform:uppercase; text-align:right">
- <a href="{reblogurl}" target="_blank">REBLOG</a> ♡ <a href="{permalink}">{notecountwithlabel}</a> </div>
- {/block:IndexPage}
- {/block:link}
- {block:Answer}
- <a href="{AskerUrl}"><img src="{AskerPortraitURL-30}" div style=" border-radius:200px;"> {Asker}: <b>{Question}</b>
- {Answer}
- {block:IndexPage}
- <div style="text-transform:uppercase; text-align:right">
- <a href="{permalink}">{notecountwithlabel}</a> </div>
- {/block:IndexPage}
- {/block:Answer}
- {block:Quote}<span class="title">"{Quote}"</span><br><br>{block:Source}<i> - {Source}</i>{/block:Source}<br>{block:IndexPage}
- {/block:IndexPage}{/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}
- {/block:IndexPage}
- {/block:Chat}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- <center><div style="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>
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-500}</center>
- {/block:PermalinkPage}
- {block:Video}
- {block:PermalinkPage}
- <center>
- <br>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
- {/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-family:ubuntu; font-size: 14px; float: right; position: fixed; bottom: 1px; left: 5px; padding-right:5px; padding-left:5px; background-color:{color:highlight color};"><a href="http://perfectic.tumblr.com/">credit</a></div>
- <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement