Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <head>
- <title>{title}</title>
- <link rel="shortcut icon" href="http://icons.iconarchive.com/icons/led24.de/led/16/heart-empty-icon.png" type="image/png" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:background color" content="#FFFFFF" />
- <meta name="color:text" content="#000000" />
- <meta name="color:links" content="#000000" />
- <meta name="if:3 columns" content="0"/>
- <meta name="if:link 1" content="0"/>
- <meta name="if:link 2" content="0"/>
- <meta name="if:link 3" content="0"/>
- <meta name="if:link 4" content="0"/>
- <meta name="if:link 5" content="0"/>
- <meta name="text:links 1 title" content="" />
- <meta name="text:links 1 url" content="" />
- <meta name="text:links 2 title" content="" />
- <meta name="text:links 2 url" content="" />
- <meta name="text:links 3 title" content="" />
- <meta name="text:links 3 url" content="" />
- <meta name="text:links 4 title" content="" />
- <meta name="text:links 4 url" content="" />
- <meta name="text:links 5 title" content="" />
- <meta name="text:links 5 url" content="" />
- <link href='http://static.tumblrx.com/jzbig4d/SQPmsxgz2/quicksand.css' rel='stylesheet' type='text/css'>
- <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
- {block:IndexPage}
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div.navigation",
- // selector for the paged navigation (it will be hidden)
- nextSelector : ".navigation a#next",
- // selector for the NEXT link (to page 2)
- itemSelector : ".post",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 10000,
- loadingImg : "",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('#posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- {/block:IndexPage}
- <div class="navigation">
- {block:Pagination}
- {block:NextPage}
- <span id="page_nav">
- <span onclick='return false;'>
- <a style="float:right;opacity:0;" href="{NextPage}" id="next"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a style="float:right;opacity:0;" href="{PreviousPage}"></a>
- </span></span>
- {/block:PreviousPage}
- {/block:Pagination}
- </div>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0
- }
- );
- });
- })(jQuery);
- </script>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical{
- background-color:{color:background color};
- border:1px solid #000;
- }
- ::-webkit-scrollbar{
- width:5px;
- height:11px;
- background:#fff;
- z-index:9;
- }
- #notecontainer::-webkit-scrollbar-thumb:vertical{
- background:#fff;
- }
- #notecontainer::-webkit-scrollbar{
- width:3px;
- height:11px;
- background:transparent;
- z-index:9;
- }
- ::selection {
- background: #fff;
- color: #394726;
- }
- ::-moz-selection {
- background:#fff;
- color:#394726;
- }
- ::-webkit-selection {
- background:#fff;
- color: #394726;
- }
- #tumblr_controls{
- position:fixed !important;
- -webkit-filter: invert(100%);
- }
- body{
- color:{color:text};
- font-family:arial;
- font-size:11px;
- background-color:{color:background color};
- line-height:20px;
- }
- img {
- max-width:100%;
- }
- #posts{
- width:780px;
- margin-left:330px;
- background-color:#fff;
- position:absolute;
- padding:0px;
- top:40px;
- {block:If3columns}
- width:970px;
- margin-left:290px;
- {/block:If3columns}
- }
- .post{
- padding:12px;
- padding-top:0px;
- padding-bottom:0px;
- border:1px solid #000;
- background:#fff;
- width:250px;
- float:left;
- margin:10px;
- margin-top:30px;
- margin-left:30px;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- #description{
- background:transparent;
- width:130px;
- height:187px;
- margin-top:100px;
- margin-left:65px;
- position:fixed;
- color:#000;
- padding:0px;
- text-align:center;
- }
- a:link, a:visited, a:active {
- color:{color:links};
- text-decoration:none;
- transition: .4s ease-in-out;
- -moz-transition: .4s ease-in-out;
- -webkit-transition: .4s ease-in-out;
- font-weight:bold;
- }
- blockquote {
- border-left:3px solid #000;
- padding-left:10px;
- margin-left:5px;
- }
- #s-m-t-tooltip {
- z-index: 9999;
- overflow: auto;
- display: none;
- position: absolute;
- padding: 3px 5px 3px 5px;
- margin:20px;
- background:#fff;
- border:1px solid #000;
- }
- .chat ul {
- list-style: none;
- margin: 0;
- padding: 0;
- }
- .chat li {
- border-radius: 0.2em;
- margin-bottom: 4%;
- padding: 5px;
- padding-left:10px;
- width: 150px;
- }
- .chat .odd {
- float: left;
- background:rgba(000,000,000,0.6);
- color:#fff;
- }
- .chat .even {
- float: right;
- background:rgba(000,000,000,0.8);
- color:#fff;
- }
- #imageeffect {
- width:250px;
- }
- #imageeffect #pic {
- overflow:hidden;
- position:relative;
- border:1px solid #fff;
- transition: border 0.6s ease-in-out;
- }
- #imageeffect #pic:hover {
- border:1px solid #000;
- transition: border 0.6s ease-in-out;
- }
- #imageeffect #pic img {
- width:250px;
- max-height:100%;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- -webkit-transform: scale(1.05);
- -moz-transform: scale(1.05);
- -o-transform: scale(1.05);
- transform: scale(1.05);
- }
- #pic #overlay{
- position:absolute;
- width:250px;
- height:100%;
- background-color:#eee;
- z-index:9999;
- opacity:0;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #imageeffect:hover #pic img {
- -webkit-transform: scale(1.07);
- -moz-transform: scale(1.07);
- -o-transform: scale(1.07);
- transform: scale(1.07);
- }
- #imageeffect:hover #overlay {
- opacity:.6;
- }
- #imageeffect .notes a{
- position:absolute;
- color:#000;
- font-size:20px;
- bottom:2px;
- text-align:left;
- width:250px;
- opacity:0;
- padding:10px;
- padding-bottom:5px;
- z-index:999999;
- font-family:helvetica;
- left:0px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- text-decoration:none;
- }
- #imageeffect:hover .notes a {
- opacity:1;
- }
- #imageeffect .reblogs a{
- position:absolute;
- color:#000;
- font-size:20px;
- bottom:2px;
- text-align:right;
- width:50px;
- opacity:0;
- padding:10px;
- padding-bottom:5px;
- z-index:99999999999999;
- font-family:helvetica;
- right:34px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- font-weight:normal;
- text-transform:uppercase;
- text-decoration:none;
- }
- #imageeffect:hover .reblogs a {
- opacity:1;
- }
- .post #notecontainer ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- .post #notecontainer img.avatar {
- display:none;
- }
- .post #notecontainer {
- border-top:1px solid #000;
- max-height:300px;
- padding-top:8px;
- overflow:scroll;
- }
- #info {
- bottom:-27.5px;
- display:inline-block;
- padding:0px;
- right:5px;
- position:absolute;
- }
- .reblog_button, .like_button {
- display: block;
- float: right;
- padding-left:4px;
- padding-top:5px;
- display:block;
- }
- #notes {
- bottom:-25px;
- display:inline-block;
- padding:0px;
- left:4px;
- position:absolute;
- }
- #notes a:link, #notes a:visited, #notes a:active {
- color:#000;
- display:inline-block;
- font-size:13px;
- }
- #gone {
- opacity:0;
- transition: all 0.5s ease;
- }
- .post:hover > #gone {
- opacity:1;
- transition: all 0.5s ease;
- }
- #linkso {
- margin-top:100px;
- margin-left:205px;
- position:fixed;
- background:transparent;
- border-left:1px solid #000;
- position:fixed;
- color:#fff;
- padding:0px;
- padding-bottom:5px;
- padding-left:10px;
- }
- #linkso a:link, #linkso a:visited, #linkso a:active {
- padding:5px;
- border:0px solid #fff;
- color:#000;
- }
- #linkso a:hover {
- letter-spacing:2px;
- }
- #desc {
- max-height:157px;
- overflow-y:scroll;
- padding-top:4px;
- border-bottom:0px solid #fff;
- padding-right:5px;
- }
- #desc::-webkit-scrollbar-thumb:vertical{
- background:#fff;
- }
- #desc::-webkit-scrollbar{
- width:3px;
- height:11px;
- background:transparent;
- z-index:9;
- }
- {CustomCSS]</style>
- </head>
- <body>
- <div style="position:fixed; bottom:15px; left:20px; background:rgba(000,000,000,0.1); border:1px solid #000; padding:5px; height:20px; width:20px; text-align:center; line-height:19px; font-size:15px;">
- <a href="http://yourenosaint.tumblr.com/" title="theme by yourenosaint">c</a>
- </div>
- <div id="description">
- <div style="text-transform:uppercase; text-align:center; font-size:13px; font-family:arial; font-weight:bold;">
- <a href="/">{Title}</a></div>
- <div id="desc">
- {Description}</div>
- </div>
- <div id="linkso">
- <a href="/ask">message</a><br>
- {block:Iflink1}
- <a href="{text:links 1 url}">{text:links 1 title}</a><br>
- {/block:Iflink1}
- {block:Iflink2}
- <a href="{text:links 2 url}">{text:links 2 title}</a><br>
- {/block:Iflink2}
- {block:Iflink3}
- <a href="{text:links 3 url}">{text:links 3 title}</a><br>
- {/block:Iflink3}
- {block:Iflink4}
- <a href="{text:links 4 url}">{text:links 4 title}</a><br>
- {/block:Iflink4}
- {block:Iflink5}
- <a href="{text:links 5 url}">{text:links 5 title}</a><br>
- {/block:Iflink5}
- <a href="http://yourenosaint.tumblr.com/">theme</a>
- </div>
- <div id="posts">
- {block:Posts}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="post">
- {block:Title}
- <div style="padding-top:12px"></div>
- <div style="color:#fff; font-size:15px; font-weight:bold;">{Title}</div>{/block:Title}
- {block:Text}
- {block:IndexPage}
- <div id="gone">
- <div id="info">
- {LikeButton size="14" color="black"}
- {ReblogButton size="14" color="black"}
- </div>
- <div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
- {/block:IndexPage}
- {Body}{/block:Text}
- {block:Photo}
- <div style="padding-top:12px"></div>
- {block:IndexPage}
- <div id="imageeffect">
- <div id="pic">
- <a href="{PermaLink}">
- <div id="overlay"></div>
- <div class="notes">
- <a href"{PermaLink}">{NoteCount}
- </a></div>
- <div class="reblogs">
- <a href="{ReblogUrl}">Reblog</a></div>
- <img src="{PhotoURL-250}" width="250px"/></a>
- </div></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}" width="500px"/>
- {/block:PermalinkPage}
- <div style="padding-top:12px"></div>
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <div id="gone">
- <div id="info">
- {LikeButton size="14" color="black"}
- {ReblogButton size="14" color="black"}
- </div>
- <div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
- {/block:IndexPage}
- <div style="padding-top:12px"></div>
- {block:Indexpage}<a href="{PermaLink}">
- {Photoset-250}</a>
- {block:Indexpage}
- {block:PermalinkPage}
- {Photoset-500}
- {block:PermalinkPage}
- <div style="padding-top:6px"></div>
- {/block:Photoset}
- {block:Quote}
- {block:IndexPage}
- <div id="gone">
- <div id="info">
- {LikeButton size="14" color="black"}
- {ReblogButton size="14" color="black"}
- </div>
- <div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
- {/block:IndexPage}
- <div style="padding-top:12px"></div>
- <quata>
- “{Quote}”
- </quata>
- <div style="padding-top:5px"></div>
- <div align="right">
- {block:Source}- {Source}{/block:Source}
- </div>
- <div style="padding-top:10px"></div>
- {/block:Quote}
- {block:Video}
- {block:IndexPage}
- <div id="gone">
- <div id="info">
- {LikeButton size="14" color="black"}
- {ReblogButton size="14" color="black"}
- </div>
- <div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
- {/block:IndexPage}
- <div style="padding-top:12px"></div>
- {Video-250}
- <div style="padding-top:12px"></div>
- {/block:Video}
- {block:Link}
- {block:IndexPage}
- <div id="gone">
- <div id="info">
- {LikeButton size="14" color="black"}
- {ReblogButton size="14" color="black"}
- </div>
- <div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
- {/block:IndexPage}
- <div style="padding-top:12px"></div>
- <div style="font-size:15px">
- <a href="{URL}" class="link" {Target}>{Name}</a><BR></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:IndexPage}
- <div id="gone">
- <div id="info">
- {LikeButton size="14" color="black"}
- {ReblogButton size="14" color="black"}
- </div>
- <div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
- {/block:IndexPage}
- <div style="padding-top:12px"></div>
- <div class="chat">
- <ul>
- {block:Lines}
- <li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>
- {/block:Lines}
- </ul>
- </div>
- <div style="padding-top:12px;"></div>
- {/block:Chat}
- {block:Audio}
- {block:IndexPage}
- <div id="gone">
- <div id="info">
- {LikeButton size="14" color="black"}
- {ReblogButton size="14" color="black"}
- </div>
- <div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
- {/block:IndexPage}
- <div style="padding-top:12px"></div>
- <div class="playbutton">
- {AudioPlayerGrey}</div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="cover">
- {/block:AlbumArt}
- {/block:Audio}
- {block:Answer}
- {block:IndexPage}
- <div id="gone">
- <div id="info">
- {LikeButton size="14" color="black"}
- {ReblogButton size="14" color="black"}
- </div>
- <div id="notes"><a href="{PermaLink}">{NoteCount} NOTES</a></div></div>
- {/block:IndexPage}
- <div style="padding-top:12px"></div>
- <div class="question">
- {Asker}: <b>{Question}</b></div>
- <div style="margin-top:18px">
- <div class="answer">{Answer}</div>
- </div>
- {/block:Answer}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <div style="border-top:1px solid #000;">
- </div>
- <div style="padding-top:10px;"></div>
- Posted: {TimeAgo} on {Month} {DayOfMonth}{DayOfMonthSuffix} <br>
- This post has a total of {NoteCount} notes<br>
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- <div style="padding-top:10px;"></div>
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment