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">
- <!---------------------------------
- __ __ _ __ __ __ ___ __
- |__| |__ |_| |__ |__ / | | /
- | |__ | \ | |__ \__ | | \__
- Briana 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:Header Background" content="#fafafa"/>
- <meta name="color:Text" content="#030303"/>
- <meta name="color:Links" content="#030303"/>
- <meta name="color:Links Hover" content="#dab4f1"/>
- <meta name="color:Header Background" content="#fff"/>
- <meta name="color:Blogtitle"content="#030303"/>
- <meta name="image:Background" content=""/>
- <meta name="if:three columns" 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'>
- <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
- <style type="text/css">
- #tumblr_controls{
- position:fixed;
- z-index:999999999999999999999999;
- -webkit-filter: invert(100%)
- }
- .wrapper{
- margin: 0px auto;
- width: 900px;
- }
- .header{
- float: center;
- width: 100%;
- }
- body {
- position: relative;
- font-family: 'Courier New';
- padding: 10px;
- margin: 0px;
- float: center;
- color:{color:Text};
- font-size:14px;
- line-height:14px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- background-size:cover;
- }
- 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{
- 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 {
- width: 800px;
- top: 0px;
- margin-left: 280px;
- float:center;
- }
- .entry {
- overflow: hidden;
- position:relative;
- float: center;
- margin: 10px;
- padding: 6px;
- padding-bottom:4px;
- font-weight:normal;
- text-align: justify;
- font-family: 'ubuntu';
- font-size: 13px;
- line-height:13px;
- letter-spacing:1px;
- width:300px;
- {block:ifthreecolumns}
- width:220px;
- {/block:ifthreecolumns}
- {block:PermalinkPage}
- width:400px;
- margin-left:110px;
- {/block:PermalinkPage}
- }
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- #header {
- width:665px;
- bottom:-40px;
- height:auto;
- font-size: 15px;
- line-height: 15px;
- margin-left:275px;
- z-index:9999;
- overflow:hiden;
- border-top: 1px double #000;
- padding:5px;
- padding-bottom: 20px;
- position:fixed !important;
- opacity: 0.8;
- text-align: center;
- color:{color:Text};
- background-color:{color:Header Background};
- {block:ifthreecolumns}
- width:760px;
- {/block:ifthreecolumns}
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- #header:hover{
- bottom:0px;
- padding-bottom: 10px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .title{
- font-family: 'ubuntu';
- font-size: 17px;
- font-weight:normal;
- line-height:13px;
- color: black;
- }
- .blogtitle{
- font-family: 'Lobster', cursive;
- text-transform:normal;
- font-weight:100;
- font-size:50px;
- line-height:18px;
- letter-spacing:0px;
- color:{color:Blogtitle};
- }
- .navlinks a {
- text-transform:uppercase;
- font-family:'consolas';
- letter-spacing:1px;
- }
- .navlinks a:hover{
- color:black;
- border-bottom: 2px solid #000;
- }
- .entry:hover {
- 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: 70px;
- 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: 18px;
- left:18px;
- 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;}
- .notesbutton {
- position:absolute;
- height: auto;
- width: 50px;
- padding:5px;
- overflow: hidden;
- text-align: center;
- font-size: 10px;
- font-family:'century gothic';
- line-height: 15px;
- opacity: 0;
- background: white;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- filter: alpha(opacity = 0);
- }
- .entry:hover .notesbutton {
- opacity: 0.9;
- top: 53px;
- left:18px;
- 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 .notesbutton:hover{
- opacity:0.9;}
- {CustomCSS}
- ::-webkit-scrollbar { width: 3px; 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: #000; }
- </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="header">
- <p><a href="/"><span class="blogtitle">{Title}</span></a></center></P>
- <p>{Description}</p>
- <div 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:iflinkfour} | <a href="{text:Link Four}">{text:Link Four Title}</a>
- {/block:iflinkfour}
- {block:iflinkfive} | <a href="{text:Link Five}">{text:Link Five Title}</a> {/block:iflinkfive}
- | <a href="http://perfectic.tumblr.com/">theme</a>
- </div>
- </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"><a href="{ReblogURL}" target="_blank">REBLOG</a></div></div><div class="notesbutton"><div class="background2"><a href="{Permalink}">{NoteCount}</a></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:PermalinkPage}</center>
- {/block:Photo}
- {block:Photoset}
- {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}
- <center>
- {Photoset-250}
- </center>
- </span>
- {/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}
- <div class="ask">{Asker}: <b>{Question}</b></div>
- {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}
- <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: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}
- <div style="text-transform:uppercase; text-align:right">
- <a href="{reblogurl}" target="_blank">REBLOG</a> ♡ <a href="{permalink}">{notecountwithlabel}</a> </div>
- {/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>
- <div style="text-transform:uppercase; text-align:right">
- <a href="{reblogurl}" target="_blank">REBLOG</a> ♡ <a href="{permalink}">{notecountwithlabel}</a> </div>
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {Video-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>
- {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:'consolas';font-size: 15px; float: right; position: fixed; bottom: 1px; right: 5px; text-transform:lowercase;"><a href="http://perfectic.tumblr.com/">credit</a></div>
- <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement