Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <!--
- 2 Columned Theme (Hipersia) Created by
- ╭━━┳╮╱╭┳━╮╭┳━━┳━━╮
- ┃━━┫┃╱┃┃╭╮╋┫╭━┫━━┫
- ┣━━┃╰━╯┃┃┃┃┃╰━╋━━┃
- ╰━━┻━╮╭┻╯╰┻┻━━┻━━╯
- ╱╱╱╭━╯┃
- ╱╱╱╰━━╯
- Please do not rip off or redistribute, as well as remove the credit link. thank you.
- font called 'Averia Serif Libre', which I do not own.
- -->
- <head>
- <title>{title}</title>
- <meta name="color:text" content="#222">
- <meta name="color:links" content="#222">
- <meta name="color:scrollbar" content="#222">
- <meta name="color:hover" content="#ccc">
- <meta name="color:background" content="#fff">
- <meta name="text:font size" content="11px" />
- <meta name="font:body" content="Lucida Sans" />
- <meta name="if:fade photos" content="1" />
- <meta name="if:default font" content="1">
- <meta name="if:center" content="1">
- <meta name="text:title font size" content="25px" />
- <meta name="text:background image url" content="" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link href='http://fonts.googleapis.com/css?family=Averia+Serif+Libre' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body{
- color:{color:text};
- {block:ifdefaultfont}font-family: 'Averia Serif Libre', cursive;{/block:ifdefaultfont} {block:ifnotdefaultfont}font-family:{font:body};{block:ifnotdefaultfont}
- font-size:{text:font size};
- background-color:{color:background};
- background-image: url({text:backgroundimageurl});
- background-position: bottom left ;
- background-attachment: fixed;
- background-repeat: no-repeat;
- }
- a {text-decoration:none; color:{color:links}; -webkit-transition: 0.5s ease-in;}
- a:hover {-webkit-transition: 0.5s ease-in; color:{color:hover};}
- #blogtitle
- {margin-bottom: -10px; font-family: 'Averia Serif Libre', cursive; font-size:{text:titlefontsize}; padding-bottom: -2px; text-align:right; font-size:{text:title font size}; letter-spacing: 1px;}
- #wrap{
- width:700px;
- {block:ifnotcenter}margin-left:220px;{/block:ifnotcenter}
- {block:ifcenter}margin-left:400px;{/block:ifcenter}
- margin-top:5px;
- background-color:#fff;
- position:absolute;
- padding:5px;
- }
- #post{
- padding:10px;
- background-color:#fff;
- width:300px;
- float:left;
- margin:10px;
- }
- #header {position:fixed; margin-top:200px; {block:ifnotcenter}margin-left:50px;{/block:ifnotcenter} {block:ifcenter}margin-left:150px;{block:ifcenter} background:{color:background}; width:150px; position:fixed}
- #permalink {float: left; margin-left: 506px; margin-top:0px; padding-top:0px; position: absolute; text-align: left; width: 50px; height:10px; font-size: 9px; courier new; -webkit-transition: 0.5s ease-in; opacity:0;}
- #permalink a {color:{color:permalink};}
- #permalink a:hover {color:{color:permalink};}
- #entry:hover .permalink {opacity: 1;}
- {if:FadePhotos}
- img{
- -webkit-transition: opacity 0.5s linear;
- opacity: 0.6;
- }
- img:hover{
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- }
- {/if:fadephotos}
- .pagination {
- display: none;
- }
- ::-webkit-scrollbar{width:10px; height:8px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block; height:0; background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color:{color:background}; -webkit-border-radius:0; -webkit-border-bottom-right-radius:3px; -webkit-border-bottom-left-radius:3px;}
- ::-webkit-scrollbar-thumb:vertical{height:10px; background-color:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal{width:10px; background-color:{color:scrollbar};}
- {CustomCSS}</style>
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".links_body").hide();
- $(".links_head").click(function(){
- $(this).next(".links_body").slideToggle('fast');
- }); }); </script>
- <style type="text/css">
- .links_list { margin:0px; padding:0px; width:180px;}
- .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
- .links_body { padding:10px; text-align:left; color: #fff; display:none;}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#wrap');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '#post',
- });
- });
- $container.infinitescroll({
- itemSelector : "#post",
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- </head>
- <body>
- <div style="position:fixed; bottom:5px; left:2px;"><a href="http://synics.tumblr.com" title="SYNICS THEME">theme</a></div>
- <div id="header">
- <div id="blogtitle"> <a href="/"><big>{title}
- </big></a></div> <br>
- <div class="links_list">
- <p class="links_head">i n f o r m a t i o n</p>
- <div class="links_body"> <center>
- <a>{description}</a>
- </center>
- </div></div>
- <div class="links_list">
- <p class="links_head">n a v i g a t i o n</p>
- <div class="links_body">
- <center>
- <a href="LINK URL">refresh</a><br><a href="/archive">history</a><br><a href="/ask">message</a> <br>
- {block:HasPages}{block:Pages}<a class="links" href="{URL}">{Label}</a> <br>{/block:Pages}{/block:HasPages}
- </div>
- <div class=”pagination”>
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">less is</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">more</a>{/block:NextPage}</div></div>{/block:Pagination} </center>
- </div>
- </div></div>
- <div id="wrap">
- {block:Posts}
- <div id="post">
- {block:Title}{Title}{/block:Title} </a>
- <span class="permalink"> <a href="{Permalink}">
- {block:Text}{Body}{/block:Text} </span>
- {block:Photo}
- <a href="{permalink}"><img src="{PhotoURL-500}" width="300"/></a>
- {/block:Photo}
- {block:Photoset}<div class="post photoset">{block:IndexPage}<div class="overflow">{Photoset-300}</div>{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{block:indexpage}{block:ifshowcaptions}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:ifshowcaptions}<a href="{Permalink}"><div class="permalink">{block:Date}{ShortMonth} {DayOfMonth}{/block:Date}</div></a>{/block:indexpage}</div>{/block:Photoset}
- {block:Quote} <span class="permalink"> <img style="width:15px;margin-right:-6px;opacity:0.3;margin-bottom:-2px;" src="http://i42.tinypic.com/okmxi8.png"/><a href="{Permalink}">
- {Quote} </a></span>
- <div align="right">
- {block:Source}-{Source}{/block:Source}
- </div>
- {/block:Quote}
- {block:Video}
- {Video-500}<br>
- {PlayCountWithLabel}
- {/block:Video}
- {block:Link}
- <a href="{URL}" class="link" {Target}>{Name}</a><BR>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br>{Label}
- {/block:Label}
- {Line}
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerGrey}
- <br><div align="right">{block:Artist}
- Artist: {Artist}</div>
- {/block:Artist}<br>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}<div class="post answer">{Asker} said: {Question}<p>{answer}{block:indexpage}<a href="{Permalink}"><div class="permalink">{block:Date}{MonthNumber}/{DayOfMonth} @ {24Hour}:{Minutes}{/block:Date}</div></a>{/block:indexpage}</div>{/block:Answer}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <br>
- {block:NoteCount}
- {NoteCount} notes
- {/block:NoteCount}
- <Br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment