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">
- <!--
- UNOBTAINABLE theme by
- F L O R E L S (✿◠‿◠) ////
- published jan 16, 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="#fcfcfc" />
- <meta name="color:border" content="#e0e0e0" />
- <meta name="color:desc text" content="#5c5c5c" />
- <meta name="color:link" content="#7d7d7d" />
- <meta name="color:link hover" content="#e0e0e0" />
- <meta name="color:navlinks" content="#8f8f8f" />
- <meta name="color:navlink border" content="#DBDBDB" />
- <meta name="color:navlink hover" content="#bababa" />
- <meta name="color:permalink link" content="#878787" />
- <meta name="color:permalink link hover" content="#e0e0e0" />
- <meta name="color:post bg" content="#ffffff" />
- <meta name="color:sb bg" content="#ffffff" />
- <meta name="color:sb text" content="#7d7d7d" />
- <meta name="color:scrollbar" content="#7d7d7d" />
- <meta name="color:scrollbar bg" content="#000000" />
- <meta name="color:text" content="#7d7d7d" />
- <meta name="color:title" content="#5e5e5e" />
- <meta name="color:title border" content="#878787" />
- <meta name="image:background" content="" />
- <meta name="image:sb image" content="" />
- <meta name="if:small cursor" content="1" />
- <meta name="if:no sb image" content="0" />
- <meta name="if:3 columns" 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:asklink" content="/ask" />
- <meta name="text:title" content="unobtainable" />
- <meta name="text:title letter spacing" content="10" />
- <meta name="text:title tooltip text" content="welcome to my blog!" />
- <meta name="text:post opacity" content="0.7" />
- <meta name="text:linka title" content="linka" />
- <meta name="text:linka url" content="/" />
- <meta name="text:linkb title" content="linkb" />
- <meta name="text:linkb url" content="/" />
- <meta name="text:linkc title" content="linkc" />
- <meta name="text:linkc url" content="/" />
- <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;}
- #infscr-loading{
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:15px;
- height:15px;
- overflow:hidden;
- bottom:45px;}
- ::selection {
- background:#7d7d7d;
- color: #fff;}
- ::-moz-selection {
- background:#7d7d7d;
- color: #fff;}
- #s-m-t-tooltip{
- font-family:'calibri'; /* font family */
- font-size: 8px; /* font size */
- color:#8c8c8c; /* text colour */
- background-color:#f4f4f4; /* background colour */
- text-align:center;
- letter-spacing:1px; /* letter spacing */
- min-width:50px;
- max-width:120px;
- border: 1px solid #e0e0e0;
- overflow:auto;
- text-transform:uppercase;
- display: none;
- position: absolute;
- z-index: 999999999999;
- padding: 4px; /* padding */
- margin:20px 20px 15px 0px;}
- body{
- margin:0px;
- padding:0px;;
- font-family:'calibri';
- z-index:1;
- font-size:10px;
- color:{color:text};
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment:fixed;
- background-image:repeat;}
- a {
- color:{color:link};
- text-decoration:none;
- -moz-transition:0.4s ease-in-out;
- -webkit-transition:0.4s ease-in-out;
- -o-transition:0.4s ease-in-out;
- transition:0.4s ease-in-out;}
- a:hover {
- text-decoration:none;
- color:{color:link hover};}
- a:active,a:focus {outline:0;}
- {block:ifsmallcursor}body, a:hover, html{cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto !important;}{/block:ifsmallcursor}
- ::-webkit-scrollbar-thumb{
- background-color:{color:scrollbar};
- border: 2px solid {color:background};
- height:5px;
- -moz-border-radius: 20px;
- border-radius: 20px; }
- ::-webkit-scrollbar {
- height:5px;
- width:9px;
- background-color:{color:scrollbar bg};
- border: 4px solid {color:background};}
- #posts {
- {block:IndexPage}
- width:504px;
- {block:if3columns}
- width:760px;
- {/block:if3columns}
- margin-left:-200px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:520px;
- margin-left:-200px;
- {/block:PermalinkPage}
- position:relative;
- float:left;
- top:60px;
- left:50%;}
- #blogtitle{
- left:50%;
- margin-left:-200px;
- top:0px;
- font-family:georgia;
- z-index:2;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:{text:title letter spacing}px;
- opacity:0.7;
- color:{color:title};
- padding:35px 0px 5px 0px;
- position:fixed;
- border-bottom:1px solid {color:title border};
- background-color:{color:background};
- {block:permalinkpage}
- width:522px;
- {/block:permalinkpage}
- {block:indexpage}
- width:504px;
- {block:if3columns}
- width:760px;
- {/block:if3columns}
- {/block:indexpage}}
- /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
- #sb{
- left:50%;
- margin-left:-450px;
- margin-top:130px;
- position:fixed;
- background:{color:sb bg};
- padding:10px;
- border:1px solid {color:border};
- border-radius:2px;
- height:auto;
- color:{color:sb text};
- z-index:1;
- width:200px;}
- .sbimage{
- width:200px;
- text-align:right;
- z-index:2;
- position:relative;
- opacity:{text:post opacity};}
- .description {
- text-align:center;
- color:{color:desc text};
- font-family:'calibri';
- line-height:100%;
- font-size:10px;
- margin:5px 0px;
- position:relative;
- width:200px;}
- .description a{
- z-index:2;
- color:{color:link};
- text-decoration:none;}
- .description a:hover{
- text-decoration:none;}
- .navlinks{
- width:200px;
- text-align:center;
- margin-bottom:-5px;
- z-index:5;
- -moz-transition:0.2s ease-in-out;
- -webkit-transition:0.2s ease-in-out;
- -o-transition:0.2s ease-in-out;
- transition:0.2s ease-in-out;}
- .navlinks a{
- width:200px;
- display:block;
- text-transform:uppercase;
- padding:5px 0px;
- color:{color:navlinks};
- font-size:10px;
- font-family:georgia;}
- .navlinks a:hover{
- color:{color:navlink hover};
- padding:15px 0px;}
- .chickenwings a{
- border-bottom:1px solid {color:navlink border};}
- .notes {
- padding-left:20px;
- font-size:10px;
- padding-bottom:15px;}
- 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 {
- text-align:right;
- font-size:8px;
- word-spacing:7px;
- padding-top:10px;
- width:200px;
- z-index:5;
- font-family:consolas;
- font-weight:700;
- {block:permalinkpage}
- opacity:0;
- {/block:permalinkpage}}
- .permalink a{
- color:{color:permalink link};
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- text-decoration:none;}
- .permalink a:hover{
- color:{color:permalink link hover};}
- .trolol {
- position:absolute;
- bottom:10px;
- opacity:0;
- padding:10px;
- left:10px;
- word-spacing:4px;
- text-align:center;
- z-index:5;
- width:70px;
- letter-spacing:1px;
- background-color:rgba(0, 0, 0, 0.6);
- -moz-transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;
- transition:0.5s ease-in-out;}
- .trolol a{
- text-transform:uppercase;
- color:#fff;}
- .trolol a:hover{
- opacity:0;}
- .post:hover .trolol{
- opacity:1;
- display:block;}
- /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
- .headings{
- font-size:16px;
- text-align:left;
- font-style:italic;}
- .post {
- {block:indexpage}
- width:200px;
- margin:15px;
- padding:10px;
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- margin:15px 0px;
- padding:10px;
- {/block:permalinkpage}
- border:1px solid {color:border};
- border-radius:2px;
- background:{color:post bg};
- float:left;
- position:relative;
- text-align:justify;
- font-family:'calibri';
- font-size:10px;
- color:{color:text};}
- {block:indexpage}
- .post img{
- max-width:100%;
- opacity:{text:post opacity};}
- {/block:indexpage}
- /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
- .photoset{
- opacity:{text:post opacity};}
- .quote {
- text-align:center;
- font-size:12px;}
- .quotesource {
- text-align:right;}
- .image:hover{
- opacity:1;}
- .chat {
- text-align:right;
- line-height:11px; }
- .captions {
- margin-top:-8px;}
- .video embed, .video object, .video iframe {
- {block:IndexPage}
- width:200px /**/ !important;
- {/block:IndexPage}
- opacity:{text:post opacity};}
- .audiopost {
- width:200px;
- padding-bottom:15px;}
- .albumart {
- position:absolute;
- z-index:1;
- width:60px;
- height:60px;}
- .albumart img {
- float:left;
- width:60px;
- height:65px;}
- .playbox {
- opacity:0.6;
- width:27px;
- height:30px;
- overflow:hidden;
- position:absolute;
- z-index:1000;
- margin-left:17px;
- margin-top:19px;
- text-align:center;}
- .info {
- margin-left:73px;
- margin-top:2px;
- line-height:12px;
- font-size:8px;
- text-transform:uppercase;}
- #credit{
- position:fixed;
- right:5px;
- z-index:6;
- top:27px;}
- </style>
- </head>
- <body>
- <div id="credit"><a href="http://emmalucys.com/" title="theme by florels"><img src="http://static.tumblr.com/bcpenwm/j7zmzdu17/florels.png"></a></div>
- <div id="blogtitle">
- <span title="{text:title tooltip text}">{text:title}</span></div>
- <div id="sb">
- {block:ifnotnosbimage}
- <div class="sbimage"><img style="width:200px; max-height:250px" src="{image:sb image}"/></div>{/block:ifnotnosbimage}
- <div class="description"> {description} </div>
- <div class="navlinks">
- <div class="chickenwings">
- <a href="/">home</a>
- <a href="{text:asklink}">message</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}</div>
- <a href="http://emmalucys.com">theme</a>
- </div>
- </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}" target="_blank">{NoteCount}</a> // <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:Text}
- {block:Photo}
- <div class="post">
- {block:IndexPage}
- <div class="trolol">
- <a href="{ReblogURL}">reblog</a></br>
- <a href="{permalink}">{notecount}</a></div>
- <a href="{permalink}"><img src="{PhotoURL-500}" width="200" alt="{PhotoAlt}"></a>
- {/block:IndexPage}
- {block:PermalinkPage}<img src="{PhotoURL-500}"/>{/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- {Photoset}
- {block:IndexPage}
- <div class="permalink"><a href="{Permalink}" target="_blank">{NoteCount}</a> // <a href="{ReblogURL}" target="_blank">reblog</a></div>
- {/block:IndexPage}
- </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}" target="_blank">{NoteCount}</a> // <a href="{ReblogURL}" target="_blank">reblog</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}" target="_blank">{NoteCount}</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}" target="_blank">{NoteCount}</a> // <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
- {/block:Chat}
- {block:Video}
- {block:IndexPage}
- <div class="post"><div class="video">{Video-250}</div>
- <div class="permalink"><a href="{Permalink}" target="_blank">{NoteCount}</a> // <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {/block:PermalinkPage}
- {block:Video}
- {block:Audio}
- <div class="post"><div class="audiopost"><div class="albumart"><img src="http://static.tumblr.com/bcpenwm/5mfmzdb6z/audiocover.jpg"></div>{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}" target="_blank">{NoteCount}</a> // <a href="{ReblogURL}" target="_blank">reblog</a></div>
- {/block:IndexPage}</div>
- {/block:Audio}
- {block:Answer}
- <div class="post">
- {Question}<br>- {Asker} <br><i> {Answer} </i>
- <div class="permalink"><a href="{Permalink}" target="_blank">{NoteCount}</a> // <a href="{ReblogURL}" target="_blank">reblog</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}
- originallyfrom <a href="{SourceURL}">{SourceTitle} </a>
- {/block:ContentSource}
- <br><br>{PostNotes}</div>
- {/block:PermalinkPage}
- {/block:posts}
- </div></div></div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement