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">
- <!---------------------------------
- __ __ _ __ __ __ ___ __
- |__| |__ |_| |__ |__ / | | /
- | |__ | \ | |__ \__ | | \__
- Loukia 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="#030303"/>
- <meta name="color:Links Hover" content="#dab4f1"/>
- <meta name="color:Blogtitle"content="#030303"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar Background" content=""/>
- <meta name="if:custom scrollbar" content="1"/>
- <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="" />
- <meta name="text:Link Six Title" content="link 6" />
- <meta name="text:Link Six" content="" />
- <meta name="text:messagetext" content="Ask me anything!" />
- <meta name="text:Other" content="" />
- <link href='http://fonts.googleapis.com/css?family=Lekton' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Happy+Monkey|Codystar' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- // <![CDATA[
- var speed=100; // speed of wobbling, lower is faster
- var height=3; // height of wobbling in pixels
- var alink="/"; // page to link text to (set to ="" for no link)
- /****************************
- * Wobbly Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var wobtxt, wobble, wobcnt=0;
- window.onload=function() { if (document.getElementById) {
- var i, wobli;
- wobble=document.getElementById("wobble");
- wobtxt=wobble.firstChild.nodeValue;
- while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
- for (i=0; i<wobtxt.length; i++) {
- wobli=document.createElement("span");
- wobli.setAttribute("id", "wobb"+i);
- wobli.style.position="relative";
- wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
- if (alink) {
- wobli.style.cursor="pointer";
- wobli.onclick=function() { top.location.href=alink; }
- }
- wobble.appendChild(wobli);
- }
- setInterval("wobbler()", speed);
- }}
- function wobbler() {
- for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
- wobcnt++;
- }
- // ]]>
- </script>
- <style type="text/css">
- @import url(http://fonts.googleapis.com/css?family=Lekton);
- #tumblr_controls {
- position: fixed;
- -webkit-filter: invert(100%)
- }
- .wrapper{
- margin: 0px auto;
- width: 1000px;
- }
- .header{
- float: center;
- width: 100%;
- }
- body {
- position: relative;
- padding: 10px;
- margin: 0px;
- float: center;
- color:{color:text};
- font-family: calibri;
- font-size:13px;
- line-height:14px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- 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{
- text-shadow:0px 0px 5px {color:Links};
- 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;
- width:800px;
- margin-top: 10px;
- margin-left:200px;
- {Block:ifthreecolumns}
- width:1000px;
- {/Block:ifthreecolumns}
- }
- .entry {
- overflow: hidden;
- position:relative;
- margin: 13px;
- padding: 10px;
- float:left;
- border: 1px solid #ddd;
- text-align: justify;
- font-family: 'calibri';
- font-size: 14px;
- line-height:15px;
- background-color: white;
- width:350px;
- {Block:ifthreecolumns}
- width:265px;
- {/Block:ifthreecolumns}
- {block:PermalinkPage}
- margin-top:4px;
- margin-left:350px;
- width:400px;
- {/block:PermalinkPage}
- -o-border-radius: 3px
- }
- #sidebar {
- position:fixed !important;
- font-size: 12px;
- line-height:12px;
- width:250px;;
- left:50px;
- border:1px solid #ddd;
- top:170px;
- height:auto;
- padding:15px;
- z-index:10;
- overflow:hidden;
- text-align:center;
- background-color: white;
- background-image:url({image:Sidebar Background});
- background-size:cover;
- }
- #box1{
- font-family: 'calibri';
- font-size:17px;
- position:fixed;
- left:65px;
- padding-top:12px;
- margin-top:200px;
- padding-bottom:12px;
- text-align:center;
- height:10px;
- width:68px;
- color:#444444;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:9999999999999999999999999999999;
- border-top:1px dashed #ddd;
- border-bottom:1px dashed #ddd;
- }
- #box1:hover{
- border:1px dashed #000;
- padding:5px;
- height:135px;
- width:175px;
- z-index:99999999999999999999999999999999999;
- opacity: 0.8;
- background:#fff;
- }
- #box2{
- font-family: 'calibri';
- font-size:17px;
- position:fixed;
- left:130px; padding-top:12px;
- margin-top:200px;
- padding-bottom:12px;
- text-align:center;
- height:10px;
- color:#444444;
- width:70px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:999999999;
- border-top:1px dashed #ddd;
- border-bottom:1px dashed #ddd;
- }
- #box2:hover{
- border:1px dashed #000;
- padding:5px;
- height:250px;
- overflow:hidden;
- width:390px;
- opacity:1.0;
- background:white;
- opacity: 0.8;
- z-index:999999999;
- }
- #box3{
- color:#444444;
- font-family: 'calibri';
- font-size:17px;
- position:fixed !important;
- left:195px; padding-top:12px;
- margin-top:200px;
- padding-bottom:12px;
- text-align:center;
- height:10px;
- width:68px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:9999;
- border-top:1px dashed #ddd;
- border-bottom:1px dashed #ddd;
- }
- #box3:hover{
- border:1px dashed #000;
- padding:5px;
- height:195px;
- width:200px;
- z-index:999999999;
- opacity: 0.8;
- background:white;
- }
- #box4{
- font-family: 'calibri';
- font-size:17px;
- position:fixed !important;
- left:250px; padding-top:12px;
- margin-top:200px;
- color:#444444;
- padding-bottom:12px;
- text-align:center;
- height:10px;
- width:68px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:9999;
- border-top:1px dashed #ddd;
- border-bottom:1px dashed #ddd;
- }
- #box4:hover{
- border:1px dashed #000;
- padding:5px;
- height:145px;
- width:200px;
- z-index:999999999;
- opacity: 0.8;
- background:white;
- }
- .title{
- font-family: 'century gothic';
- font-size: 17px;
- line-height:13px;
- color: black;
- font-weight:normal;
- }
- .blogtitle{
- font-family: 'Codystar';
- font-size: 30px;
- line-height: 30px;
- margin-top:120px;
- color: {color:Blogtitle};
- float: center;
- letter-spacing: 0px;
- font-weight: normal;
- padding:0px;
- }
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- background-color:#ddd;
- border-left: 3px solid #525252;
- }
- iframe, img, embed, object, video {
- max-width: 100%;
- }
- article {
- width: 41.5%;
- margin: 0 10px;
- }
- img {
- height: auto;
- width: auto;;
- }
- .reblogbutton {
- height: auto;
- overflow: hidden;
- width: 60px;
- margin-left:0px;
- text-align: center;
- font-size: 12px;
- font-family:'calibri';
- background: white;
- line-height: 15px;
- opacity: 0;
- padding:4px 3px;
- position:absolute;
- filter: alpha(opacity = 0);
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- .entry:hover .reblogbutton {
- opacity: 0.9;
- top: 20px;
- left:20px;
- font-family:'calibri';
- filter: alpha(opacity = 80);
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- .notesbutton {
- height: auto;
- overflow: hidden;
- width: auto;
- margin-left:0px;
- text-align: center;
- font-size: 12px;
- font-family:'calibri';
- background: white;
- line-height: 15px;
- opacity: 0;
- padding:4px 5px;
- position:absolute;
- text-transform:uppercase;
- filter: alpha(opacity = 0);
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- .entry:hover .notesbutton {
- opacity: 0.9;
- top: 55px;
- left:20px;
- font-family:'calibri';
- filter: alpha(opacity = 80);
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- {CustomCSS}
- {block:ifcustomscrollbar}
- ::-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; }
- {/block:ifcustomscrollbar}
- </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 class="wrapper">
- <div class="header">
- </div>
- <div id="sidebar">
- <a href="/"><div class="blogtitle"><div id="wobble">{Title}</div></a><br></div>
- </div>
- <div id="box1">
- about<br>
- <div id="box">
- <br>
- {description}
- <br>
- </div></div>
- <div id="box2">
- message<p>
- <div id="box">
- {text:messagetext}
- <br><br>
- <iframe frameborder="0" scrolling="yes" width="100%" height="200" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
- </div></div>
- <div id="box3">
- links<br><p>
- <div id="box">
- {block:ifLinkOne}
- <a href="{text:Link One}">{text:Link One Title}</a><br><br>
- {/block:ifLinkOne}
- {block:ifLinkTwo}
- <a href="{text:Link Two}">{text:Link Two Title}</a><br><br>
- {/block:ifLinkTwo}
- {block:ifLinkThree}
- <a href="{text:Link Three}">{text:Link Three Title}</a><br><br>
- {/block:ifLinkThree}
- {block:ifLinkFour}
- <a href="{text:Link Four}">{text:Link Four Title}</a><br><br>
- {/block:ifLinkFour}
- {block:ifLinkFive}
- <a href="{text:Link Five}">{text:Link Five Title}</a><br><br>
- {/block:ifLinkFive}
- {block:ifLinkSix}
- <a href="{text:Link Six}">{text:Link Six Title}</a><br><br>
- {/block:ifLinkSix}
- <br><br>
- </div>
- </div>
- <div id="box4">
- other<br><p>
- <div id="box">
- {text:Other}
- </div></div></center>
- <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}<a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"> ♡ </a>{/block:IndexPage}{/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="reblogbutton">
- <div class="background"><a href="{ReblogURL}" target="_blank">REBLOG</a></div></div><div class="notesbutton"><div class="background2"><a href="{Permalink}">{NoteCountWithLabel}</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}
- {/block:PermalinkPage}</center>
- {/block:Photo}
- {block:Photoset}
- {Photoset-250}
- {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}">{NoteCountWithLabel}</a></div></div>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Link}<a href="{URL}" class="title">{Name}</a><br>{block:Description}{Description}{/block:Description}<br>{block:IndexPage}<a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"> ♡ </a>{/block:IndexPage}{/block:link}
- {block:Answer}
- {Asker} whispered: <b>{Question}</b>
- {Answer}<br>
- {block:IndexPage}<a href="{Permalink}">+ {NoteCount}</a>{/block:IndexPage}
- {/block:Answer}
- {block:Quote}<span class="title">"{Quote}"</span>{block:Source}<i> - {Source}</i>{/block:Source}<br><br>{block:IndexPage}<a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"> ♡ </a>{/block:IndexPage}{/block:Quote}
- {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}{block:Lines}<li class="user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}{Line}</li>{/block:Lines}</ul><br>
- {block:IndexPage}
- <a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"> ♡ </a>
- {block:IndexPage}
- {/block:Chat}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- <center><div style="width:100%; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
- {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>{block:IndexPage}<a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"> ♡ </a>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"> ♡ </a>
- {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-size: 14px; float: right; position: fixed; bottom: 3px; 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