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 UNKNOWN theme by
- F L O R E L S (✿◠‿◠) ////
- published sept 17, 2014
- edited feb 13, 2015
- -->
- <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}"/>
- <meta name="color:background" content="#fff" />
- <meta name="color:blogtitle" content="#000" />
- <meta name="color:buttons text" content="#fff" />
- <meta name="color:buttons hover text" content="#000" />
- <meta name="color:buttons border" content="#000" />
- <meta name="color:buttons bg" content="#000" />
- <meta name="color:buttons hover bg" content="#fff" />
- <meta name="color:description" content="#000" />
- <meta name="color:link" content="#000" />
- <meta name="color:link hover" content="#000" />
- <meta name="color:nav links" content="#000" />
- <meta name="color:nav links left" content="#000" /
- <meta name="color:nav links hover" content="#000" />
- <meta name="color:permalink" content="#000" />
- <meta name="color:permalink hover" content="#000" />
- <meta name="color:post bg" content="#fff" />
- <meta name="color:post border" content="#eee" />
- <meta name="color:post shadow" content="#f3f3f3" />
- <meta name="color:scrollbar" content="#000" />
- <meta name="color:sidebar border" content="#eee" />
- <meta name="color:sidebar bg" content="#fff" />
- <meta name="color:sidebar shadow" content="#f3f3f3" />
- <meta name="color:text" content="#000" />
- <meta name="image:background" content="" />
- <meta name="image:sidebar background" content="" />
- <meta name="if:1 column" content="0"/>
- <meta name="if:3 columns" content="0"/>
- <meta name="if:tiled bg image" content="0"/>
- <meta name="if:tiled sidebar bg" content="0"/>
- <meta name="if:custom cursor" content="1"/>
- <meta name="if:post border" content="1"/>
- <meta name="if:sidebar background" content="1"/>
- <meta name="if:sidebar border" content="1"/>
- <meta name="if:show custom link a" content="0" />
- <meta name="if:show custom link b" content="0" />
- <meta name="if:show custom link c" content="0" />
- <meta name="text:ask link" content="/ask" />
- <meta name="text:post shadow" content="5" />
- <meta name="text:sidebar shadow" content="5" />
- <meta name="text:image opacity" content="1" />
- <meta name="text:image hover opacity" content="1" />
- <meta name="text:custom cursor url" content="http://static.tumblr.com/bcpenwm/e1znbxtup/cursor.png" />
- <meta name="text:custom cursor hover link url" content="http://static.tumblr.com/bcpenwm/8sInbxu65/cursorhover.png" />
- <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" />
- <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 : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
- 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">
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- position: fixed !important;}
- body{
- margin:0px;
- padding:0px;
- margin-top:0px;
- margin-bottom:0px;
- font-family:'Trebuchet MS', sans-serif;;
- font-size:10px;
- color:{color:text};
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment:fixed;
- {block:ifnottiledbgimage}
- background-size:cover;
- {/block:ifnottiledbgimage}}
- {block:ifcustomcursor}
- body, html{
- cursor: url({text:custom cursor url}), auto !important;}
- {/block:ifcustomcursor}
- #s-m-t-tooltip{
- font-family:'Trebuchet MS', sans-serif;;
- font-size: 8px;
- color:#000;
- background-color:#fff;
- text-align: center;
- letter-spacing:1px;
- min-width:50px;
- max-width:120px;
- border: 1px solid #000;
- overflow:auto;
- text-transform:uppercase;
- display: none;
- position: absolute;
- z-index: 999999999999;
- padding: 3px;
- margin:20px 20px 15px 0px;}
- a {
- color:{color:link};
- text-decoration:underline;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;}
- a:hover {
- -webkit-transition-duration: 0.4s;
- color:{color:link hover};
- text-decoration:none;
- {block:ifcustomcursor}
- cursor: url({text:custom cursor hover link url}), auto !important;}
- {/block:ifcustomcursor}}
- a:active,a:focus {outline:0;}
- ::-webkit-scrollbar-thumb{
- background-color:{color:scrollbar};
- border:1px solid {color:background};
- height:6px;}
- ::-webkit-scrollbar {
- height:6px;
- width:6px;
- background-color:{color:background};}
- #sidebar {
- z-index:3;
- left:50%;
- width:170px;
- height:auto;
- top:145px;
- {block:ifsidebarshadow}
- box-shadow:{text:post shadow}px {text:post shadow}px {color:post shadow};
- {/block:ifsidebarshadow}
- {block:indexpage}
- margin-left:280px;
- {block:if1column}
- margin-left:270px;
- {/block:if1column}
- {block:if3columns}
- margin-left:400px;
- {/block:if3columns}
- {/block:indexpage}
- {block:permalinkpage}
- margin-left:280px;
- {/block:permalinkpage}
- position:fixed;
- background-attachment:fixed;
- padding:5px 5px 0px 5px;
- {block:ifsidebarborder}
- border:1px solid {color:sidebar border};
- {/block:ifsidebarborder}
- {block:ifnotsidebarbackground}
- background-image:url('{image:background}');
- {/block:ifnotsidebarbackground}
- {block:ifsidebarbackground}
- background:{color:sidebar bg};
- {/block:ifsidebarbackground}
- background-image:url('{image:sidebar background}');
- background-attachment:fixed;
- {block:ifnottiledsidebarbg}
- background-size:cover;
- {/block:ifnottiledsidebarbg}}
- .blogtitle{
- left:50%;
- text-align:center;
- margin-left:-85px;
- position:relative;
- height:auto;
- z-index:5;
- color:{color:blogtitle};
- font-size:20px;
- font-family:'Trebuchet MS', sans-serif;;
- width:170px;}
- .description {
- text-align:center;
- color:{color:text};
- font-family:'Trebuchet MS', sans-serif;;
- font-size:10px;
- left:50%;
- position:relative;
- z-index:6;
- width:170px;
- margin-left:-85px;}
- .description a{
- z-index:7;
- position:relative;
- text-decoration:underline;}
- .description a:hover{
- text-decoration:none;}
- .navlinks{
- text-align:left;
- width:160px;
- line-height:160%;
- padding-bottom:5px;
- left:50%;
- margin-left:-80px;
- margin-top:5px;
- position:relative;}
- .navlinks a{
- padding-left:2px;
- font-family:'Trebuchet MS', sans-serif;;
- white-space:nowrap;
- font-size:10px;
- text-decoration:none;
- color:{color:nav links};}
- .navlinks a:hover{
- color:{color:nav links hover};}
- .navlinks a:hover l{
- padding-right:8px;}
- l {
- width:7px;
- height:7px;
- background:{color:nav links left};
- float:left;
- margin-top:5px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -transition: all 0.2s ease-in-out;}
- .notes {
- padding-left:20px;
- font-size:10px;}
- li.notes {
- float:left;
- width:400px;
- 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 {
- color:{color:permalink};
- margin-top:10px;
- text-align:right;
- {block:permalinkpage}
- opacity:0;
- {/block:permalinkpage}}
- .permalink a{
- color:{color:permalink};
- text-decoration:none;
- padding-left:10px;}
- .permalink a:hover{
- text-decoration:underline;
- color:{color:permalink hover};}
- .buttons {
- position:absolute;
- top:16px;
- height:1px;
- margin-left:-5px;
- opacity:0;
- font-size:10px;
- width:160px;
- z-index:9;
- {block:if1column}
- width:390px;
- {/block:if1column}
- display:block;
- text-align:left;
- font-family:consolas;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;}
- .buttons a{
- background:{color:buttons bg};
- color:{color:buttons text};
- text-decoration:none;
- display:inline-block;
- padding:3px 5px;
- text-size:10px;
- margin:0px 4px;
- border:1px solid {color:buttons border};}
- .buttons a:hover{
- color:{color:buttons hover text};
- background-color:{color:buttons hover bg};}
- .post:hover .buttons{
- opacity:1;
- margin-left:5px;}
- .headings{
- font-size:16px;
- text-align:left;
- font-style:italic;}
- .audiopost {
- {block:IndexPage}
- {block:ifnot1column}
- width:170px;
- padding-bottom:10px;
- {block:ifnot1column}
- {block:if1column}
- width:400px;
- padding-bottom:60px;
- {/block:if1column}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:400px;
- padding-bottom:110px;
- {/block:PermalinkPage}}
- .audiopost{
- {block:ifcustomcursor}
- cursor: url({text:custom cursor url}), auto !important;}
- {/block:ifcustomcursor}}
- .albumart {
- position:absolute;
- {block:IndexPage}
- {block:ifnot1column}
- width:50px;
- height:50px;
- {/block:ifnot1column}
- {block:if1column}
- width:100px;
- height:100px;
- {/block:if1column}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:150px;
- height:150px;
- {/block:PermalinkPage}}
- .albumart img {
- float:left;
- {block:IndexPage}
- {block:ifnot1column}
- width:50px;
- height:50px;
- {/block:ifnot1column}
- {block:if1column}
- width:100px;
- height:100px;
- {/block:if1column}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:150px;
- height:150px;
- {/block:PermalinkPage}}
- .playbox {
- opacity:0.6;
- width:27px;
- height:30px;
- overflow:hidden;
- position:absolute;
- z-index:2;
- {block:IndexPage}
- {block:ifnot1column}
- margin-left:11px;
- margin-top:12px;
- {/block:ifnot1column}
- {block:if1column}
- margin-left:37px;
- margin-top:36px;
- {/block:if1column}
- {block:IndexPage}
- {block:PermalinkPage}
- margin-left:60px;
- margin-top:61px;
- {/block:PermalinkPage}}
- .info {
- margin-top:2px;
- line-height:12px;
- font-size:8px;
- text-transform:uppercase;
- {block:IndexPage}
- {block:ifnot1column}
- margin-left:58px;
- {/block:ifnot1column}
- {block:if1column}
- margin-left:108px;
- {/block:if1column}
- {block:IndexPage}
- {block:PermalinkPage}
- margin-left:158px;
- {/block:PermalinkPage}}
- #posts {
- position:absolute;
- float:left;
- margin-top:20px;
- left:50%;
- {block:IndexPage}
- {block:if1column}
- width:478px;
- margin-left:-239px;
- {/block:if1column}
- width:496px;
- margin-left:-248px;
- {block:if3columns}
- width:744px;
- margin-left:-372px;
- {/block:if3columns}
- {/block:IndexPage}
- {block:PermalinkPage}
- background:{color:post bg};
- margin-left:-200px;
- width:400px;
- padding:10px;
- margin-top:40px;
- margin-bottom:25px;
- {block:ifpostshadow}
- box-shadow:{text:sidebar shadow}px {text:sidebar shadow}px {color:sidebar shadow};
- {/block:ifpostshadow}
- {block:ifpostborder}
- border:1px solid {color:post border};
- {/block:ifpostborder}
- {block:ifnotpostborder}
- border:1px solid rgba(0,0,0,0);
- {/block:ifnotpostborder}
- {/block:PermalinkPage}}
- .post {
- {block:indexpage}
- width:170px;
- margin:30px;
- padding:8px 8px 6px 8px;
- background:{color:post bg};
- {block:ifpostshadow}
- box-shadow:{text:sidebar shadow}px {text:sidebar shadow}px {color:sidebar shadow};
- {/block:ifpostshadow}
- {block:ifpostborder}
- border:1px solid {color:post border};
- {/block:ifpostborder}
- {block:ifnotpostborder}
- border:1px solid rgba(0,0,0,0);
- {/block:ifnotpostborder}
- {block:if1column}
- width:400px;
- {block:if1column}
- {/block:indexpage}
- {block:permalinkpage}
- width:400px;
- {/block:permalinkpage}
- float:left;
- position:relative;
- text-align:left;
- overflow:hidden;
- font-family:'Trebuchet MS', sans-serif;;
- font-size:10px;
- color:{color:text};}
- .post img{
- max-width:100%;
- opacity:{text:image opacity};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;}
- .post img:hover{
- opacity:{text:image hover opacity};}
- .quote {
- text-align:center;
- font-size:12px;}
- .quotesource {
- text-align:right;}
- .chat {
- text-align:right;
- line-height:11px;}
- .captions {
- margin-top:-8px;}
- .video embed, .video object, .video iframe {
- {block:IndexPage}
- {block:ifnot1column}
- width:170px;
- height:auto;
- {/block:ifnot1column}
- width:400px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:400px;
- {/block:PermalinkPage}}
- #pleasedontremove{
- position:fixed;
- right:5px;
- z-index:6;
- top:27px;}
- </style>
- </head>
- <body>
- <div id="pleasedontremove"><a href="http://emmalucys.com/" target="_blank" title="theme by florels"><img src="http://static.tumblr.com/bcpenwm/j7zmzdu17/florels.png"></a></div>
- <div id="sidebar">
- <div class="blogtitle">{title}</div>
- <div class="description">{description}</div>
- <div class="navlinks">
- <a href="/">home<l></l></a></br>
- <a href="{text:ask link}">message<l></l></a></br>
- <a href="/archive">archive<l></l></a></br>
- {block:ifshowcustomlinka}<a href="{text:linka url}">{text:linka title}<l></l></a></br>{/block:ifshowcustomlinka}
- {block:ifshowcustomlinkb}<a href="{text:linkb url}">{text:linkb title}<l></l></a></br>{/block:ifshowcustomlinkb}
- {block:ifshowcustomlinkc}<a href="{text:linkc url}">{text:linkc title}<l></l></a></br>{/block:ifshowcustomlinkc}
- <a href="http://emmalucys.com">theme<l></l></a>
- </div></div>
- <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} notes</a> <a href="{ReblogURL}" target="_blank">reblog</a></div>
- </div>
- {/block:Text}
- {block:Photo}
- <div class="post">
- {block:IndexPage}
- <div class="buttons">
- <a href="{Permalink}">{NoteCount} notes</a></br>
- <a href="{ReblogURL}">reblog</a></div>
- {block:ifnot1column}<a href="{permalink}"><img src="{PhotoURL-500}" width="170" alt="{PhotoAlt}"/></a>{/block:ifnot1column}
- {block:if1column}<a href="{permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></a>{/block:if1column}</div>
- {/block:IndexPage}
- {block:PermalinkPage}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/> <br><br> {/block:PermalinkPage}
- {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- {block:Indexpage}
- {Photoset}
- <div class="permalink">
- <a href="{Permalink}">{NoteCount} notes</a> <a href="{ReblogURL}" target="_blank">reblog</a></div>
- {/block:Indexpage}
- {block:permalinkpage}
- {Photoset-400}
- {/block:Permalinkpage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="post">
- <div class="quote">'<i>{Quote}</i>'</div>
- <div class="quotesource">— {Source}</div>
- <div class="permalink">
- {block:IndexPage}
- <a href="{Permalink}">{NoteCount} notes</a> <a href="{ReblogURL}" target="_blank">reblog</a></div>
- {/block:IndexPage}
- </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} notes</a> <a href="{ReblogURL}" target="_blank">reblog</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} notes</a> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
- {/block:Chat}
- {block:Video}
- <div class="post">
- {block:IndexPage}
- <div class="video">{Video-500}</div><div class="permalink">
- <a href="{Permalink}">{NoteCount} notes</a> <a href="{ReblogURL}" target="_blank">reblog</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-400}
- {/block:PermalinkPage}</div>
- {/block:Video}
- {block:Audio}
- <div class="post"><div class="audiopost">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
- {block:IndexPage}<div class="permalink">
- <a href="{Permalink}">{NoteCount} notes</a> <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:IndexPage}</div>
- {/block:Audio}
- {block:Answer}
- <div class="post">
- {Question}<br>– asked by {Asker} <br><i> {Answer} </i>
- <div class="permalink">
- <a href="{Permalink}">{NoteCount} notes</a> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
- {/block:Answer}
- {block:PermalinkPage}
- <div class="notes">
- {block:Date}{Caption} posted {TimeAgo}{/block:Date}
- {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>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement