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">
- <!---------------------------------
- __ __ _ __ __ __ ___ __
- |__| |__ |_| |__ |__ / | | /
- | |__ | \ | |__ \__ | | \__
- Claudia 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="#fff"/>
- <meta name="color:Links Hover" content="#ccc"/>
- <meta name="color:Blogtitle" content="##6eb8f3"/>
- <meta name="image:Background" content=""/>
- <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="" />
- <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
- <link href="http://fonts.googleapis.com/css?family=Allan:bold" rel="stylesheet" type="text/css">
- <script type="text/javascript">
- $(document).ready(function(){
- $(".navlink").hide();
- $(".navlinks").click(function(){
- $(this).next(".navlink").slideToggle('fast');
- }); }); </script>
- <style type="text/css">
- #tumblr_controls{
- position:fixed;
- -webkit-filter: invert(100%)
- }
- .wrapper {
- margin: 0px auto;
- width: 900px;
- }
- .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:center;
- top:0px;
- width:700px;
- margin-left:130px;
- }
- .entry {
- width:300px;
- overflow: hidden;
- float: center;
- margin: 10px;
- padding: 10px;
- text-align: justify;
- font-family: 'ubuntu';
- font-size: 13px;
- line-height:13px;
- letter-spacing:1px;
- opacity:0.8;
- color:{color:Text};
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- {block:PermalinkPage}
- margin-left:190px;
- width:400px;
- {/block:PermalinkPage}
- }
- #sidebar {
- position:fixed;
- height: auto;
- width: 140px;
- left:930px;
- top:130px;
- z-index:100;
- text-align: left;
- padding: 4px;
- padding-right: 8px;
- padding-left:8px;
- font-family:'ubuntu';
- font-size:14px;
- line-height:13px;
- color: {color:text};
- }
- .title{
- font-family: 'Allan';
- font-size: 18px;
- line-height:13px;
- font-weight:400;
- color: {color:Text};
- }
- .blogtitle{
- font-family: 'ubuntu';
- font-size: 16px;
- line-height: 22px;
- padding:3px;
- letter-spacing: 0px;
- font-weight: normal;
- text-transform:lowercase;
- color: {color:Blogtitle};
- }
- .portrait{
- position:fixed;
- height:auto;
- width:auto;
- left:860px;
- top:130px;
- opacity:0.9;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .portrait:hover {
- opacity:1;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- -webkit-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- -ms-transform: rotate(90deg);
- -o-transform: rotate(90deg);
- transform: rotate(90deg);
- -webkit-transform: rotate(180deg);
- -moz-transform: rotate(180deg);
- -ms-transform: rotate(180deg);
- -o-transform: rotate(180deg);
- transform: rotate(180deg);
- -webkit-transform: rotate(270deg);
- -moz-transform: rotate(270deg);
- -ms-transform: rotate(270deg);
- -o-transform: rotate(270deg);
- transform: rotate(270deg);
- -webkit-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- transform: rotate(360deg);
- -webkit-transition:2s;
- }
- .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: 290px;
- 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;
- }
- .nav {
- margin:0px;
- padding-top:0px;
- width:142px;
- font-family: 'ubuntu';
- font-size: 12px;
- line-height: 15px;
- background-color: #ccc;
- color:black;
- }
- .navlinks {
- padding-top:0px;
- padding-bottom:5px;
- position:relative;
- margin:1px;
- text-align:center;
- }
- .navlink {
- padding:0px;
- text-align:left;
- color: #000;
- background:white;
- display:none;
- }
- {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="portrait">
- <div class="portrait"><a href="/"><img src="{PortraitURL-64}" div style=" border-radius:200px;"></div>
- </div>
- <div id="sidebar">
- <a href="/"><span class="blogtitle">{Title}</span></a><br>
- {Description}
- <br><br>
- <div class="nav">
- <p class="navlinks">+links</p>
- <div class="navlink">
- <div align="left">
- <center>
- <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}
- <a href="http://perfectic.tumblr.com/">theme</a></span>
- </center>
- </div></div></div>
- </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"><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}{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <div class="text-align:right;">{block:Date}
- {DayOfMonthWithZero} {ShortMonth} {Year}
- {/block:Date}</div>
- {/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><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: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:center;">
- {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-400}</center><br><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-400}</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; right: 0px; text-transform:lowercase;"><a href="http://perfectic.tumblr.com/">credit</a></div>
- <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement