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">
- <!--
- FANTASY theme by
- F L O R E L S (✿◠‿◠) ////
- started feb 18, 2016
- finished feb 20, 2016
- published feb 20, 2016
- -->
- <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="image:background" content="" />
- <meta name="color:background" content="#fff" />
- <meta name="color:blog title" content="#666" />
- <meta name="color:description" content="#888" />
- <meta name="color:description background" content="#fff" />
- <meta name="color:description border" content="#e2e2e2" />
- <meta name="color:link" content="#666" />
- <meta name="color:nav link" content="#888" />
- <meta name="color:nav link hover" content="#ccc" />
- <meta name="color:permalink" content="#888" />
- <meta name="color:permalink border" content="#e2e2e2" />
- <meta name="color:permalink hover" content="#ccc" />
- <meta name="color:post background" content="#fff" />
- <meta name="color:post border" content="#e2e2e2" />
- <meta name="color:post shadow" content="#eee" />
- <meta name="color:scrollbar" content="#666" />
- <meta name="color:text" content="#888" />
- <meta name="if:post background" content="1"/>
- <meta name="if:post border" content="1"/>
- <meta name="if:post shadow" content="1"/>
- <meta name="if:2 columns" content="1"/>
- <meta name="if:fixed header" content="1"/>
- <meta name="if:top description border" content="1"/>
- <meta name="if:right description border" content="0"/>
- <meta name="if:bottom description border" content="0"/>
- <meta name="if:left description border" content="1"/>
- <meta name="if:tiled background image" content="0"/>
- <meta name="if:custom link 1" content="1" />
- <meta name="if:custom link 2" content="1" />
- <meta name="if:custom link 3" content="1" />
- <meta name="text:ask link" content="/ask" />
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 1 title" content="link 1" />
- <meta name="text:link 2 url" content="/" />
- <meta name="text:link 2 title" content="link 2" />
- <meta name="text:link 3 url" content="/" />
- <meta name="text:link 3 title" content="link 3" />
- <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}
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Lato:400,400italic,700:latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </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"></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: 'Lato', sans-serif;
- font-size:10px;
- color:{color:text};
- background-image:url('{image:background}');
- background-attachment:fixed;
- {block:ifnottiledbackgroundimage}
- background-size:cover;
- {/block:ifnottiledbackgroundimage}
- {block:iftiledbackgroundimage}
- background-repeat:repeat;
- {/block:iftiledbackgroundimage}
- background-color:{color:background};}
- #s-m-t-tooltip{
- font-size: 9px;
- color:#000;
- background-color:#fff;
- text-align: center;
- letter-spacing:1px;
- min-width:50px;
- max-width:120px;
- overflow:auto;
- text-transform:lowercase;
- font-style:italic;
- display: none;
- position: absolute;
- z-index: 999999999999;
- padding:5px;
- margin:30px 0 15px 10px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;}
- a {
- color:{color:link};
- text-decoration:underline;}
- a:hover {
- text-decoration:none;}
- /** theme by F L O R E L S (✿◠‿◠) //// **/
- a:active,a:focus {outline:0;}
- ::-webkit-scrollbar-thumb{
- background-color:{color:scrollbar};
- border:6px solid {color:background};
- height:6px;}
- ::-webkit-scrollbar {
- height:13px;
- width:13px;
- background-color:{color:background};}
- #header {
- z-index:4;
- height:auto;
- top:0;
- padding:70px 0 20px 0;
- left:0;
- text-align:center;
- width:100%;
- background:{color:background};
- background-image:url('{image:background}');
- background-attachment:fixed;
- {block:iffixedheader}
- position:fixed;
- {/block:iffixedheader}
- {block:ifnotfixedheader}
- position:absolute;
- {/block:ifnotfixedheader}
- {block:ifnottiledbackgroundimage}
- background-size:cover;
- {/block:ifnottiledbackgroundimage}
- {block:iftiledbackgroundimage}
- background-repeat:repeat;
- {/block:iftiledbackgroundimage}}
- #blogtitle{
- position:relative;
- height:auto;
- z-index:5;
- color:{color:blog title};
- font-size:14px;
- text-align:left;
- margin-right:6px;
- font-style:italic;
- text-decoration:underline;
- width:auto;}
- #navlinks {
- position:relative;
- z-index:5;
- word-spacing:6px;
- line-height:160%;
- text-align:left;}
- #navlinks a {
- color:{color:nav link};
- text-decoration:none;
- font-size:1em;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;}
- #navlinks a:hover {
- color:{color:nav link hover};;}
- #description {
- text-align:left;
- color:{color:description};
- position:fixed;
- z-index:6;
- width:150px;
- top:220px;
- left:50%;
- padding:15px;
- background:{color:description background};
- {block:iftopdescriptionborder}
- border-top:1px solid {color:description border};
- {/block:iftopdescriptionborder}
- {block:ifrightdescriptionborder}
- border-right:1px solid {color:description border};
- {/block:ifrightdescriptionborder}
- {block:ifbottomdescriptionborder}
- border-bottom:1px solid {color:description border};
- {/block:ifbottomdescriptionborder}
- {block:ifleftdescriptionborder}
- border-left:1px solid {color:description border};
- {/block:ifleftdescriptionborder}
- {block:IndexPage}
- {block:if2columns}
- margin-left:330px;
- {/block:if2columns}
- {block:ifnot2columns}
- margin-left:450px;
- {/block:ifnot2columns}
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-left:240px;
- {/block:PermalinkPage}}
- #description a{
- z-index:7;
- position:relative;
- color:{color:description link};
- text-decoration:underline;}
- #description a:hover{
- text-decoration:none;}
- .notes {
- padding-left:20px;
- padding-top:5px;
- position:relative;
- float:left;
- font-size:1em;}
- li.notes {
- float:left;
- width:400px;
- padding-left:5px;
- margin-top:10px;
- overflow-x:hidden;
- overflow-y:scroll;
- list-style-type:none;
- font-weight:normal;
- font-size:1em;
- text-transform:none;}
- /** theme by F L O R E L S (✿◠‿◠) //// **/
- li.note {
- padding-top:2px;
- opacity:1;}
- li.note img.avatar {
- width:14px;
- height:14px;}
- .permalink {
- color:{color:permalink};
- position:relative;
- display:block;
- padding:10px 10px 0 10px;
- word-spacing:2px;
- text-align:left;
- border-top:1px solid {color:permalink border};
- margin:7px 0 0 0;}
- .permalink a{
- color:{color:permalink};
- text-decoration:none;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;}
- .permalink a:hover{
- color:{color:permalink hover};
- text-decoration:none;}
- .permalinkright {
- position:relative;
- text-align:right;}
- .headings{
- font-size:1.5em;
- text-align:left;
- font-style:italic;}
- .video embed, .video object, .video iframe {
- {block:IndexPage}
- width:220px;
- height:auto;
- {/block:IndexPage}}
- .audiopost {
- {block:IndexPage}
- width:220px;
- padding-bottom:10px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:400px;
- padding-bottom:110px;
- {/block:PermalinkPage}}
- .albumart {
- position:absolute;
- {block:IndexPage}
- width:50px;
- height:50px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:150px;
- height:150px;
- {/block:PermalinkPage}}
- .albumart img {
- float:left;
- {block:IndexPage}
- width:50px;
- height:50px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:150px;
- height:150px;
- {/block:PermalinkPage}}
- /** theme by F L O R E L S (✿◠‿◠) //// **/
- .playbox {
- opacity:0.6;
- width:27px;
- height:30px;
- overflow:hidden;
- position:absolute;
- z-index:2;
- {block:IndexPage}
- margin-left:11px;
- margin-top:12px;
- {block:IndexPage}
- {block:PermalinkPage}
- margin-left:60px;
- margin-top:61px;
- {/block:PermalinkPage}}
- .info {
- margin-top:2px;
- line-height:12px;
- font-size:0.9em;
- text-transform:uppercase;
- {block:IndexPage}
- margin-left:58px;
- {block:IndexPage}
- {block:PermalinkPage}
- margin-left:158px;
- {/block:PermalinkPage}}
- #posts {
- position:absolute;
- left:50%;
- z-index:1;
- top:120px;
- {block:IndexPage}
- padding:12px 12px 100px 12px;
- {block:ifnot2columns}
- width:894px;
- margin-left:-460px;
- {/block:ifnot2columns}
- {block:if2columns}
- width:596px;
- margin-left:-310px;
- {/block:if2columns}
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-left:-215px;
- width:400px;
- padding:15px 15px 55px 15px;
- {block:ifpostborder}
- border:1px solid {color:post border};
- {/block:ifpostborder}
- {block:ifpostbackground}
- background:{color:post background};
- {/block:ifpostbackground}
- {/block:PermalinkPage}}
- .post {
- {block:IndexPage}
- margin:30px;
- padding:8px;
- width:220px;
- {block:ifnotpostborder}
- border:1px solid rgba(0,0,0,0);
- {/block:ifnotpostborder}
- {block:ifpostborder}
- border:1px solid {color:post border};
- border-radius:{text:post border radius};
- {/block:ifpostborder}
- {block:ifpostshadow}
- box-shadow:3px 3px {color:post shadow};
- {/block:ifpostshadow}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:400px;
- {/block:PermalinkPage}
- float:left;
- position:relative;
- {block:ifpostbackground}
- background:{color:post background};
- {/block:ifpostbackground}
- font-size:1em;
- color:{color:text};}
- .post img{
- max-width:100%;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- .photo {
- height:auto;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- .quote {
- text-align:center;
- font-size:1.2em;}
- .quotesource {
- text-align:right;}
- /** theme by F L O R E L S (✿◠‿◠) //// **/
- .question {
- color:{color:text};}
- .asker {}
- .answer {
- font-style:italic;
- padding:0 10px 0 20px;}
- .captions {
- margin-top:-8px;}
- #pleasedontremove{
- position:fixed;
- right:5px;
- z-index:6;
- top:35px;}
- /** theme by F L O R E L S (✿◠‿◠) //// **/
- </style>
- </head>
- <body>
- <div id="pleasedontremove"><a href="http://florels.tumblr.com/" target="_blank" title="FANTASY theme by florels"><img src="http://static.tumblr.com/bcpenwm/j7zmzdu17/florels.png"></a></div>
- <div id="header">
- <span id="blogtitle">{Title}</span>
- <span id="navlinks">
- — <a href="/">home</a> ·
- <a href="{text:ask link}">message</a> ·
- <a href="/archive">archive</a> ·
- {block:ifcustomlink1}<a href="{text:link 1 url}">{text:link 1 title}</a> · {/block:ifcustomlink1}
- {block:ifcustomlink2}<a href="{text:link 2 url}">{text:link 2 title}</a> · {/block:ifcustomlink2}
- {block:ifcustomlink3}<a href="{text:link 3 url}">{text:link 3 title}</a> · {/block:ifcustomlink3}
- <a href="http://florels.tumblr.com">theme </a>
- </span>
- </div>
- <div id="description">{Description}</div>
- <div id="posts">
- {block:Posts}
- {block:Text}
- <div class="post">
- <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
- {block:IndexPage}
- <div class="permalink">
- <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
- <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></div>
- {/block:IndexPage}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="post"><div class="photo">
- {block:IndexPage}
- <a href="{permalink}"><img src="{PhotoURL-250}"width="220"alt="{PhotoAlt}"/></a>
- <div class="permalink">
- <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
- <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-1280}"width="400"alt="{PhotoAlt}"/>
- {/block:PermalinkPage}
- </div></div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- {block:IndexPage}
- {Photoset}
- <div class="permalink">
- <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
- <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></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>
- {block:IndexPage}
- <div class="permalink">
- <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
- <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></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}
- {block:IndexPage}
- <div class="permalink">
- <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
- <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></div>
- {/block:IndexPage}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="post">
- {block:Title}{Title}{/block:Title}<br>
- {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
- {/block:Label}{/block:Lines}
- {block:IndexPage}
- <div class="permalink">
- <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
- <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></div>
- {/block:IndexPage}
- </div>
- {/block:Chat}
- {block:Video}
- <div class="post">
- {block:IndexPage}
- <div class="video">
- {Video-250}
- </div>
- <div class="permalink">
- <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
- <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></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}
- {block:AudioPlayer}
- <div class="playbox">
- {AudioPlayerWhite}
- </div>
- {/block:AudioPlayer}
- <div class="info">
- Artist: <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}</br>
- Title: <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</br>
- Album: <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}</br>
- Plays: {FormattedPlayCount}{/block:PlayCount}
- </div>
- </div>
- {block:IndexPage}
- <div class="permalink">
- <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
- <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></div>
- {/block:IndexPage}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="post">
- <div class="question">{Asker} said: {Question}</div>
- <div class="answer">{Answer}</div>
- {block:IndexPage}
- <div class="permalink">
- <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
- <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></div>
- {/block:IndexPage}
- </div>
- {/block:Answer}
- {block:PermalinkPage}
- <div class="notes">
- {block:Date}{Caption}<b>Posted:</b> {TimeAgo}</br>{/block:Date}
- {block:NoteCount}<b>Notes:</b>{NoteCount}</br>{/block:NoteCount}
- {block:RebloggedFrom}<b>Reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a></br>{/block:RebloggedFrom}
- {block:ContentSource}<b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a></br>{/block:ContentSource}
- {block:hastags}<b>Tagged with:</b> {block:tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:tags}</br>{/block:hastags}
- {PostNotes}</div>
- {/block:PermalinkPage}
- {/block:posts}
- </div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement