Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <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="#ffffff">
- <meta name="color:text" content="#000000">
- <meta name="color:link" content="#000000">
- <meta name="text:link title" content="LINKS">
- <meta name="text:link1title" content="links">
- <meta name="text:link2title" content="etc">
- <meta name="text:link2" content="/">
- <meta name="text:link3title" content="/">
- <meta name="text:link3" content="/">
- <meta name="text:link1" content="/">
- <meta name="color:active" content="#f2ff00">
- <meta name="color:top border" content="#0000FF">
- <meta name="color:bottom border" content="#FF0000">
- <meta name="color:left border" content="#32CD32">
- <meta name="color:right border" content="#FFFF00">
- <meta name="color:border" content="#000000">
- <meta name="color:scrollbar" content="#000000">
- <meta name="color:scrollbar bg" content="#ffffff">
- <meta name="text:permalink symbol" content="———">
- <meta name="color:permalink" content="#ffffff">
- <meta name="color:permalink hover" content="#000000">
- <meta name="if:Full Screen Background" content="1"/>
- <meta name="if:onecolumn" content="1"/>
- <meta name="if:twocolumns" content="0"/>
- <meta name="if:imageborder" content="1"/>
- <meta name="image:background" content="">
- <!-- exotic-09 by cigerettes.tumblr.com
- // available in one or two columns
- download @ exoticlayouts.tumblr.com -->
- <style type="text/css">
- body {
- padding: 0px;
- margin: 0px;
- color:{color:text};
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-size: ;
- font-family: arial;
- font-size: 9px;
- line-height:11px;
- color:{color:text};
- }
- ::-webkit-scrollbar {
- width: 9px;
- height: 9px;
- background: {color:scrollbar bg};
- }
- ::-webkit-scrollbar-thumb {
- background-color:#000;
- border: 1px solid {color:scrollbar};
- }
- a:link, a:visited{
- color: {color:link};
- text-decoration: none;
- }
- a:active{
- color:{color:active};
- }
- {block:iffullscreenbackground}
- #bg img {
- z-index:-1;
- position:fixed;
- top:0;
- left:0;
- height:100%;
- width:100%;
- }
- {/block:iffullscreenbackground}
- #permalink{
- opacity:0;
- text-align:left;
- margin-left:230px;
- margin-top:-30px;
- font-family:courier new;
- z-index:9999999999;
- line-height:9px;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- #permalink a{
- color:{color:link};
- text-decoration:none;
- }
- .entry:hover #permalink{
- opacity:1;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- #tpermalink{
- opacity:0;
- text-align:left;
- margin-left:230px;
- margin-top:-30px;
- font-family:courier new;
- z-index:9999999999;
- line-height:9px;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- #tpermalink a{
- color:{color:link};
- text-decoration:none;
- }
- .entry:hover #tpermalink{
- opacity:1;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- {block:ifimageborder}
- img {
- border-top:11px dotted transparent;
- border-bottom:11px solid transparent;
- border-left:11px solid transparent;
- border-right:11px solid transparent;
- padding:5px;
- }
- img:hover {
- border-top:11px solid {color:top border};
- border-bottom:11px solid {color:bottom border};
- border-left:11px dotted {color:left border};
- border-right:11px dotted {color:right border};
- padding:5px;
- }
- {/block:ifimageborder}
- .entry {
- margin:35px;
- background-color: transparent;
- font-family: arial;
- font-size: 20px;
- margin-top:2px;
- text-align:center;
- line-height:20px;
- margin-bottom:70px;
- margin-left:290px;
- float:center;
- {block:IndexPage}
- width:350px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- margin-top:30px;
- {/block:PermalinkPage}
- }
- #posts {
- position:relative;
- float:center;
- margin-top:0px;
- padding-bottom:7px;
- padding-left:120px;
- {block:iftwocolumns}
- {block:IndexPage}
- width: 1400px;
- margin-left: -255px;
- margin-top: 20px;
- padding:10px;
- {/block:IndexPage}
- {/block:iftwocolumns}
- {block:ifonecolumn}
- {block:IndexPage}
- width: 600px;
- margin-left: -255px;
- margin-top: 20px;
- padding:10px;
- {/block:IndexPage}
- {/block:ifonecolumn}
- {block:PermalinkPage}
- width: 500px;
- margin-left: -340px;
- margin-top:0px;
- {/block:PermalinkPage}
- }
- .title{
- font-size:larger;
- font-weight:bold;
- }
- .title a{
- text-decoration:underline;
- }
- blockquote {
- border-left: 3px solid;
- padding-left: 8px;
- margin-left: 10px;
- font-style: italic;
- color:{color:text};
- }
- blockquote img{
- width:340px;
- height:auto;
- }
- .blogtitle{
- font-size:80px;
- padding-bottom:25px;
- font-family:arial;
- font-weight:bold;
- position:fixed;
- z-index:99999999999999999999;
- {block:ifonecolumn}
- margin-top:460px;
- margin-left:670px;
- {/block:ifonecolumn}
- {block:iftwocolumns}
- margin-top:560px;
- margin-left:50px;
- opacity:0.85;
- {/block:iftwocolumns}
- {block:permalinkpage}
- margin-left:700px;
- margin-top:480px;
- {/block:permalinkpage}
- }
- .blogtitle a{
- text-transform:uppercase;
- border-bottom:4px solid {color:link};
- padding:10px;
- text-transform:uppercase;border:{color:link} 5px solid;
- background-color:white;
- }
- .blogtitle a:hover{
- {block:iftwocolumns}
- opacity:1;{/block:iftwocolumns}
- }
- .caption {
- padding:10px;
- width:500px;
- position:relative;
- margin-top:0px;
- background:#fff;
- height:300px;
- overflow:scroll;
- border-top:3px black dotted;
- }
- ol.notes img {
- display: none;
- }
- .lt{
- text-align:center;
- margin-top:580px;
- margin-left:650px;
- font-size:30px;
- position:fixed;z-index:99999999999999999999;
- opacity:0.85;
- text-transform:uppercase;
- }
- .lt:hover{
- opacity:0.8;
- }
- .lt a{
- border:{color:link} 5px solid;
- background-color:white;
- padding:10px;
- }
- .links{
- text-align:center;
- margin-top:580px;
- margin-left:650px;
- font-size:30px;
- position:fixed;z-index:99999999999999999999;
- text-transform:uppercase;
- opacity:0;
- {block:permalinkpage}
- opacity:1;
- {/block:permalinkpage}
- }
- .links:hover{
- opacity:0.9;
- }
- .links a{padding:10px;
- text-transform:uppercase;border:{color:link} 5px solid;
- background-color:white;
- }
- .chat{
- margin-left:-25px;
- }
- {CustomCSS}
- </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 : '#pagination',
- nextSelector : '#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: 'you have reached the end',
- img: 'http://www.polaroin.com/images/loading.gif'
- },
- bufferPx : 300,
- 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}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </style>
- </head>
- <body>
- {block:iffullscreenbackground}<div id="bg"><img src="{image:Background}"></div>{/block:iffullscreenbackground}
- <div class="blogtitle"><a href="/">{title}</a></div>
- <div class="lt"><a href="/"><b>{text:link title}</b></a></div>
- <div class="links"> <a href="/ask">ask</a>
- {block:iflink1title}<a href="{text:link1}">{text:link1title}</a>{/block:iflink1title}
- {block:iflink2title}<a href="{text:link2}">{text:link2title}</a>{/block:iflink2title}
- {block:iflink3title}<a href="{text:link3}">{text:link3title}</a>{/block:iflink3title}
- </div>
- <div id="posts">{block:Posts}
- <div class="entry">
- {block:Photo}
- {block:ifonecolumn}
- {block:Post1}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="500" style="margin-left:30px;" alt="{PhotoAlt}"/></a>
- {/block:Post1}
- {block:Post2}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="400" style="margin-left:75px;" alt="{PhotoAlt}"/></a>
- {/block:Post2}
- {block:Post3}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="360" style="margin-left:90px;" alt="{PhotoAlt}"/></a>
- {/block:Post3}
- {block:Post4}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="400" style="margin-left:75px;" alt="{PhotoAlt}"/></a>
- {/block:Post4}
- {block:Post5}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="500" style="margin-left:30px;" alt="{PhotoAlt}"/></a>
- {/block:Post5}
- {block:Post6}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="400" style="margin-left:75px;" alt="{PhotoAlt}"/></a>
- {/block:Post6}
- {block:Post7}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="360" style="margin-left:90px;" alt="{PhotoAlt}"/></a>
- {/block:Post7}
- {block:Post8}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="400" style="margin-left:75px;" alt="{PhotoAlt}"/></a>
- {/block:Post8}
- {block:Post9}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="500" style="margin-left:30px;" alt="{PhotoAlt}"/></a>
- {/block:Post9}
- {block:Post10}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="420" style="margin-left:65px;" alt="{PhotoAlt}"/></a>
- {/block:Post10}
- {block:Post11}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="360" style="margin-left:90px;" alt="{PhotoAlt}"/></a>
- {/block:Post11}
- {block:Post12}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="450" style="margin-left:50px;" alt="{PhotoAlt}"/></a>
- {/block:Post12}
- {block:Post13}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="500" style="margin-left:30px;" alt="{PhotoAlt}"/></a>
- {/block:Post13}
- {block:Post14}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="400" style="margin-left:75px;" alt="{PhotoAlt}"/></a>
- {/block:Post14}
- {block:Post15}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="360" style="margin-left:90px;" alt="{PhotoAlt}"/></a>
- {/block:Post15}{/block:ifonecolumn}
- {block:iftwocolumns}
- {block:Post1}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="500" alt="{PhotoAlt}"/></a>
- {/block:Post1}
- {block:Post2}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="400" alt="{PhotoAlt}"/></a>
- {/block:Post2}
- {block:Post3}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="360" alt="{PhotoAlt}"/></a>
- {/block:Post3}
- {block:Post4}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="400" alt="{PhotoAlt}"/></a>
- {/block:Post4}
- {block:Post5}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="500" alt="{PhotoAlt}"/></a>
- {/block:Post5}
- {block:Post6}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="400" alt="{PhotoAlt}"/></a>
- {/block:Post6}
- {block:Post7}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="360" alt="{PhotoAlt}"/></a>
- {/block:Post7}
- {block:Post8}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="400" alt="{PhotoAlt}"/></a>
- {/block:Post8}
- {block:Post9}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="500" alt="{PhotoAlt}"/></a>
- {/block:Post9}
- {block:Post10}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="420" alt="{PhotoAlt}"/></a>
- {/block:Post10}
- {block:Post11}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="360" alt="{PhotoAlt}"/></a>
- {/block:Post11}
- {block:Post12}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="450" alt="{PhotoAlt}"/></a>
- {/block:Post12}
- {block:Post13}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="500" alt="{PhotoAlt}"/></a>
- {/block:Post13}
- {block:Post14}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="400" alt="{PhotoAlt}"/></a>
- {/block:Post14}
- {block:Post15}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="360" alt="{PhotoAlt}"/></a>
- {/block:Post15}
- {/block:iftwocolumns}
- {/block:Photo}
- {block:Text}<br>
- {block:Title}<span class="title"><a href="{permalink}">{Title}</a></span>{/block:Title}<span class="entrytext">{Body}</span><br>{block:IndexPage}<div id="tpermalink"><a href="{permalink}" target="_blank"><div style="text-decoration:none;">{text:permalink symbol}</div></a><br>
- </div>
- {/block:IndexPage}
- {/block:Text}
- {block:Link}<br>
- <a href="{URL}" class="title">→ {Name}</a>
- {block:Description}{Description}{/block:Description}<br>{block:IndexPage}<div id="tpermalink"><a href="{permalink}" target="_blank"><div style="text-decoration:none;">{text:permalink symbol}</div></a><br>
- </div>
- {/block:IndexPage}
- {/block:Link}
- {block:Photoset}
- {block:IndexPage}<div style="margin-left:30px;">{Photoset-500}</div><div id="permalink"><br><a href="{permalink}" target="_blank"><br><br><br><br><div style="text-decoration:none;">{text:permalink symbol}</div></a><br>
- </div>{/block:IndexPage}
- <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
- {/block:Photoset}
- {block:Quote}<br>
- <i>"{Quote}"</i><br><br>
- {block:Source}
- <div align="left">— {Source}</div><br><div id="tpermalink"><a href="{permalink}" target="_blank"><div style="font-size:20px;text-decoration:none;">{text:permalink symbol}</div></a><br>
- </div>
- {/block:Source}
- {/block:Quote}
- {block:Chat}<br>
- {block:Title}<span class="title"><a href="{permalink}">{Title}</a></span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <div class="user_{UserNumber}">
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}
- {/block:Lines}
- </ul><br>
- {block:IndexPage}<div id="tpermalink"><a href="{permalink}" target="_blank"><div style="text-decoration:none;">{text:permalink symbol}</div></a><br>
- </div>
- {/block:IndexPage}
- {/block:Chat}
- {block:Audio}{block:indexpage}<center>
- <div class="music" style="width:250px;background-color:black;">
- {AudioPlayerBlack}</div>
- <div class="caption">{caption}</div></center><br><div id="tpermalink"><a href="{permalink}" target="_blank"><div style="text-decoration:none;">{text:permalink symbol}</div></a><br>
- </div></center>{/block:indexpage}{block:PermalinkPage}<center><br><div style="width:500px;background-color:black;">{AudioPlayerBlack}</center>{/block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {/block:IndexPage}
- <center>
- {block:IndexPage}
- {Video-500}<div id="permalink"><a href="{permalink}" target="_blank"><div style="text-decoration:none;">{text:permalink symbol}</div></a><br>
- </div>
- {/block:IndexPage}
- </center>
- <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
- {block:Video}
- {block:Answer}<br><center>
- <b>{Asker}</b>: <b>{Question}</b><div style="line-height:21px;">{Answer}</div>{block:IndexPage}
- <div id="tpermalink"><br><a href="{permalink}" target="_blank"><div style="text-decoration:none;">{text:permalink symbol}</div></a><br>
- </div></center>
- {/block:IndexPage}
- {/block:Answer}
- {block:PermalinkPage}
- {block:PostNotes}<div class="caption">
- <center>
- {block:Caption}{Caption}{/block:Caption}
- {block:Date}Posted on {DayOfWeek}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}<br>{/block:NoteCount}
- {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
- {block:HasTags}<b>tags »</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> <br>{/block:Tags}{/block:hasTags}
- </center>
- {PostNotes}</div>{/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts} </div>
- </div>
- </div>
- {block:IndexPage}<br>
- {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>
- <!-- i spent so much time and effort pls dont remove credits
- i tried to make them as out of the way as possible
- thank you dear -->
- <div style="display:block;bottom:5px;right:-1px;font-size:25px;font-family:georgia;position:fixed;z-index:5;padding:3px;padding-bottom:7px;background-color:{color:background};"><a href="http://cigerettes.tumblr.com/">▣</a>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment