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">
- <!--
- into the wild theme made by florels
- don't remove the credit or i'll remove your internal organs xx
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <link rel="icon" href="{Favicon}"/>
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
- <link href='http://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'>
- <meta name="color:background" content="#1d1d1d" />
- <meta name="color:linksbg" content="#ffffff" />
- <meta name="color:text" content="#ffffff" />
- <meta name="color:title" content="#ffffff" />
- <meta name="color:navlink" content="#22a582" />
- <meta name="color:link" content="#ffffff" />
- <meta name="color:hover" content="#ffffff" />
- <meta name="color:desc text" content="#ffffff" />
- <meta name="color:desc link" content="#ffffff" />
- <meta name="color:header" content="#333333" />
- <meta name="image:background" content="" />
- <meta name="image:header" content="" />
- <meta name="if:fixed header" content="0" />
- <meta name="if:show custom link a" content="1" />
- <meta name="if:show custom link b" content="1" />
- <meta name="if:show custom link c" content="1" />
- <meta name="text:linka url" content="/" />
- <meta name="text:linka title" content="linka" />
- <meta name="text:linkb url" content="/" />
- <meta name="text:linkb title" content="linkb" />
- <meta name="text:linkc url" content="/" />
- <meta name="text:linkc title" content="linkc" />
- {block:indexpage}
- <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
- <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 : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('#posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <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">Older</a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;" href="{PreviousPage}">Newer</a></span></span>{/block:PreviousPage}{/block:Pagination}</div>{/block:indexpage}
- <style type="text/css">
- iframe#tumblr_controls {
- top: 0px !important;
- right: 0px !important;
- position: fixed !important;}
- #infscr-loading{
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:15px;
- height:15px;
- overflow:hidden;
- bottom:45px;}
- body{
- margin:0px;
- padding:0px;
- margin-top:0px;
- margin-bottom:0px;
- font-family:'noto sans';
- font-size:10px;
- color:{color:text};
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment: fixed; }
- a {
- color:{color:link};
- text-decoration:none;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- a:hover {
- color:{color:hover};
- text-decoration:underline;}
- a:active,a:focus {outline:0;}
- ::-webkit-scrollbar {width: 7px; height: 7px; background:{color:background};}
- ::-webkit-scrollbar-thumb {background:{color:navlink};}
- #header {
- width:100%;
- height:160px;
- position:absolute;
- {block:iffixedheader}
- position:fixed;
- {/block:iffixedheader}
- z-index:1;
- background-color:{color:header};
- background-image:url('{image:header}');}
- .blogtitle {
- color:{color:title};
- margin-top:30px;
- margin-left:-200px;
- left:50%;
- text-align:center;
- letter-spacing:5px;
- position:absolute;
- width:400px;
- z-index:1;
- font-size:29px;
- font-family:'noto sans';
- text-transform:uppercase;}
- .navlinks{
- z-index:1;
- font-family:'noto sans';
- font-size:10px;
- text-align:center;
- position:absolute;
- {block:iffixedheader}
- position:fixed;
- {/block:iffixedheader}
- width:400px;
- left:50%;
- margin-left:-200px;
- margin-top:80px;
- text-transform:uppercase;}
- .navlinks a{
- color:{color:navlink};
- padding:5px;
- background-color:{color:linksbg};
- border-bottom:2px solid {color:navlink};}
- .navlinks a:hover{
- text-decoration:none;
- color:{color:linksbg};
- background-color:{color:header};}
- .description {
- text-align:center;
- margin-top:110px;
- left:50%;
- font-family:'noto sans';
- font-size:10px;
- width:500px;
- z-index:1;
- color:{color:desc text};
- position:absolute;
- margin-left:-250px;}
- .description a{
- color:{color:desc link};
- text-decoration:none;}
- .description a:hover{
- color:{color:header};}
- .notes {
- padding-left:20px;
- font-size:10px;
- padding-bottom:10px;}
- li.notes {
- float:left;
- width:500px;
- padding-left:5px;
- margin-top:10px;
- overflow-x:hidden;
- over-flow-y:scroll;
- list-style-type:none;
- font-weight:normal;
- font-size:10px;
- text-transform:none;}
- li.note {
- padding-top:2px;
- opacity:1;}
- li.note img.avatar {
- width:14px;
- height:14px;}
- .permalink {
- padding:2px;
- text-align:right;
- {block:permalinkpage}
- opacity:0;
- {/block:permalinkpage}}
- .headings{
- font-size:14px;
- text-align:left;
- font-style:italic;}
- #audioplayer{
- background-color:#ffffff;
- height:27px;
- margin-bottom:-4px;
- width:250px;}
- #posts {
- position:relative;
- float:left;
- margin-top:160px;
- left:50%;
- {block:indexpage}
- width:900px;
- margin-left:-450px;
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- margin-left:-250px;
- {/block:permalinkpage}}
- .post {
- {block:indexpage}
- width:250px;
- margin:25px;
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- padding:15px;
- margin-top:15px;
- {/block:permalinkpage}
- float:left;
- position:relative;
- text-align:justify;
- font-family:'noto sans';
- font-size:10px;
- color:{color:text};}
- .buttons {
- position:absolute;
- top:5px;
- left:5px;
- opacity:0;
- background:rgba(0, 0, 0, 0.6);
- border:1px solid #ffffff;
- padding:10px;
- -webkit-transition: all 0.3s linear;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;}
- .post:hover .buttons{
- opacity:1;
- -webkit-transition: all 0.3s linear;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;}
- .buttons a:hover{
- background-color:rgba(0, 0, 0, 0);}
- .quote {
- text-align:left;
- font-size:12px;}
- .quotesource {
- text-align:right;}
- .image:hover{
- opacity:1;}
- .chat { text-align:right; line-height:11px; }
- .captions { margin-top:-8px;}
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- #infscr-loading {display:none;}
- .navigation {display:none!important;}
- </style>
- </head>
- <body>
- <div id="header">
- <div class="blogtitle"> {title} </div>
- <div class="description"> {description}</div></div>
- <div class="navlinks">
- <a href="/">home</a>
- <a href="/ask">message</a>
- <a href="/archive">archive</a>
- {block:ifshowcustomlinka}<a href="{text:linka url}">{text:linka title}</a> {/block:ifshowcustomlinka}
- {block:ifshowcustomlinkb}<a href="{text:linkb url}">{text:linkb title}</a> {/block:ifshowcustomlinkb}
- {block:ifshowcustomlinkc}<a href="{text:linkc url}">{text:linkc title}</a> {/block:ifshowcustomlinkc}
- <i><a href="http://emmalucys.com">theme</a></i></div></div>
- <div id="contentcolumn">
- <div id="posts">
- {block:Posts}
- {block:Text}
- <div class="post">
- <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
- <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>{/block:Text}
- {block:Photo}
- <div class="post">
- {Block:IndexPage}<div class="buttons">
- {ReblogButton color="white" size="18"}</br>
- {LikeButton color="white" size="18"}</div>{/Block:IndexPage}
- {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
- {block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-500}" width="250" alt="{PhotoAlt}"/>{/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- {block:Photos}
- {block:indexpage}<img src="{PhotoURL-500}" width="250" />{/block:indexpage}
- {block:permalinkpage}<img src="{PhotoURL-500}" />{/block:permalinkpage}
- {/block:Photos}
- <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
- {/block:Photoset}
- {block:Quote}
- <div class="post">
- <div class="quote">'<i>{Quote}</i>'</div>
- <div class="quotesource">— {Source}</div>
- <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
- {/block:Quote}
- {block:Link}
- <div class="post">
- <div class="headings"><a href="{URL}">{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
- {/block:Link}
- {block:Chat}
- <div class="post">
- <div class="chat">{block:Title}{Title}{/block:Title}<br>
- {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
- {/block:Label}{/block:Lines}</div>
- <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
- {/block:Chat}
- {block:Audio}
- <div class="post">
- <div id="audioplayer">{AudioPlayerWhite}</div>
- {block:Caption}{Caption}{/block:Caption}
- <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div> </div> {/block:Audio}
- {block:Answer}
- <div class="post">
- {Question}<br>- {Asker} <br><i> {Answer} </i>
- <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
- {/block:Answer}
- {block:PermalinkPage}
- <div class="notes">
- {Caption}
- posted {TimeAgo}
- {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
- {block:RebloggedFrom}
- via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
- {/block:RebloggedFrom}
- {block:ContentSource}
- originally from <a href="{SourceURL}">{SourceTitle} </a>
- {/block:ContentSource}
- <br>
- {block:hastags}{block:tags}<a href="/tagged/{Tag}">#{Tag}</a> {/block:tags}{/block:hastags}
- <br><br>{PostNotes}<div>
- {/block:PermalinkPage}
- {/block:posts} </div></div> </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement