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">
- <!--
- NO FEAR theme by
- F L O R E L S (✿◠‿◠) ////
- started July 24, 2017
- finished August 23, 2017
- published August 23, 2017
- -->
- <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="image:icon" content="" />
- <meta name="color:background" content="#fff" />
- <meta name="color:background 2" content="#f3b59b" />
- <meta name="color:blog title" content="#000" />
- <meta name="color:blockquote" content="#f3b59b" />
- <meta name="color:description" content="#000" />
- <meta name="color:description link" content="#000" />
- <meta name="color:description link hover" content="#ffa179" />
- <meta name="color:headings" content="#000" />
- <meta name="color:link" content="#000" />
- <meta name="color:link hover" content="#f3b59b" />
- <meta name="color:nav link" content="#000" />
- <meta name="color:nav links background" content="#f3b59b" />
- <meta name="color:nav link hover" content="#ffa179" />
- <meta name="color:post background" content="#fff" />
- <meta name="color:post border" content="#f3b59b" />
- <meta name="color:post border hover" content="#fff" />
- <meta name="color:permalink" content="#000" />
- <meta name="color:permalink background" content="#f3b59b" />
- <meta name="color:permalink hover" content="#000" />
- <meta name="color:scrollbar" content="#000" />
- <meta name="color:sidebar border" content="#fff" />
- <meta name="color:sidebar background" content="#f3b59b" />
- <meta name="color:text" content="#000" />
- <meta name="if:1 column" content="0"/>
- <meta name="if:2 columns" content="1"/>
- <meta name="if:show blog title" content="1"/>
- <meta name="if:show icon" content="1"/>
- <meta name="if:sidebar border" content="0"/>
- <meta name="if:circular icon" content="1"/>
- <meta name="if:italic blog title" content="1"/>
- <meta name="if:uppercase blog title" content="0"/>
- <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:blog title font size" content="16" />
- <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" />
- <meta name="select:description text align" content="justify" title="justify">
- <meta name="select:description text align" content="left" title="left">
- <meta name="select:description text align" content="center" title="center">
- <meta name="select:description text align" content="right" title="right">
- <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;
- font-family:'Times';
- font-size:10px;
- margin-top:0px;
- margin-bottom:0px;
- color:{color:text};
- background-image:url('{image:background}');
- background-attachment:fixed;
- {block:ifnottiledbackgroundimage}
- background-size:cover;
- {/block:ifnottiledbackgroundimage}
- 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;
- font-style:italic;}
- a:hover {
- color:{color:link hover};
- font-style:normal;
- 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};}
- #background2 {
- position:fixed;
- height:100%;
- right:50%;
- background-color:{color:background 2};
- top:0;
- width:100%;
- margin-right:300px;}
- #sidebar {
- z-index:4;
- height:auto;
- top:180px;
- padding:20px;
- background-color:{color:sidebar background};
- left:50%;
- margin-left:-600px;
- text-align:center;
- width:180px;
- position:fixed;
- {block:ifsidebarborder}
- border:1px solid {color:sidebar border};
- {/block:ifsidebarborder}}
- #icon {
- position:relative;
- display:inline;
- font-size:21px;
- padding:5px;
- width:40px;}
- #icon img {
- max-width:40px;
- {block:ifcircularicon}
- border-radius:100%;
- {/block:ifcircularicon}}
- #blogtitle{
- position:relative;
- z-index:5;
- display:inline;
- max-width:100px;
- margin-top:40px;
- padding:5px;
- color:{color:blog title};
- font-size:{text:blog title font size}px;
- {block:ifitalicblogtitle}
- font-style:italic;
- {/block:ifitalicblogtitle}
- {block:ifuppercaseblogtitle}
- text-transform:uppercase;
- {/block:ifuppercaseblogtitle}}
- #description {
- text-align:{select:description text align};
- color:{color:description};
- position:relative;
- z-index:5;
- padding:5px;
- margin:0;}
- #description a{
- z-index:5;
- position:relative;
- color:{color:description link};
- text-decoration:underline;}
- #description a:hover{
- color:{color:description link hover};
- text-decoration:none;}
- #navlinks {
- position:relative;
- width:auto;
- margin-top:10px;
- z-index:6;
- padding:20px 0 0 0;
- line-height:160%;
- background:{color:nav links background};
- text-align:center;}
- #navlinks li {
- padding-bottom:20px;
- display:inline-block;}
- #navlinks a {
- color:{color:nav link};
- text-decoration:none;
- font-style:normal;
- position:relative;
- margin:0 14px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;}
- #navlinks a:hover {
- font-style:italic;
- color:{color:nav link hover};
- text-decoration:none;}
- .notes {
- margin-top:10px;
- position:relative;
- float:left;}
- 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;
- text-transform:none;}
- ol.notes {
- padding-left:20px;}
- /** 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};
- opacity:3;
- background:{color:permalink background};
- left:0;
- text-align:center;
- margin-top:15px;
- padding:15px 5px;
- width:calc(100% - 10px);
- position:relative;}
- .permalink a{
- color:{color:permalink};
- text-decoration:none;
- font-style:normal;
- margin:0 8px;
- -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};
- font-style:italic;
- text-decoration:none;}
- .headings{
- font-size:16px;
- color:{color:headings};
- position:relative;
- text-align:left;
- z-index:7;
- font-style:italic;}
- .audiopost {
- {block:IndexPage}
- {block:if1column}
- width:350px;
- {/block:if1column}
- {block:if2columns}
- width:250px;
- {/block:if2columns}
- 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}}
- .video embed, .video object, .video iframe {
- {block:IndexPage}
- {block:if1column}
- width:350px;
- {/block:if1column}
- {block:if2columns}
- width:250px;
- {/block:if2columns}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:400px;
- {/block:PermalinkPage}}
- #posts {
- position:absolute;
- left:50%;
- z-index:1;
- top:60px;
- {block:IndexPage}
- padding:12px 12px 100px 12px;
- {block:if1column}
- width:452px;
- margin-left:-238px;
- {/block:if1column}
- {block:if2columns}
- width:704px;
- margin-left:-265px;
- {/block:if2columns}
- {/block:IndexPage}
- {block:PermalinkPage}
- margin:40px 0 45px -215px;
- width:400px;
- padding:15px;
- {block:ifpostborder}
- border:1px solid {color:post border};
- {/block:ifpostborder}
- {block:ifpostbackground}
- background:{color:post background};
- {/block:ifpostbackground}
- {/block:PermalinkPage}}
- .post {
- position:relative;
- {block:IndexPage}
- margin:35px 35px 55px 35px;
- border:1px solid {color:post border};
- padding:15px;
- {block:if1column}
- width:350px;
- {/block:if1column}
- {block:if2columns}
- width:250px;
- {/block:if2columns}
- background:{color:post background};
- {/block:IndexPage}
- {block:PermalinkPage}
- width:400px;
- {/block:PermalinkPage}
- 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;}
- .pp {
- height:100%;
- background:#fff;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- {block:IndexPage}
- .post:hover {
- border:1px solid {color:post border hover};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;}
- {/block:IndexPage}
- blockquote {
- margin-left:3px;
- padding-left:3px;
- margin-right:0;
- width:auto;
- border-left:2px solid {color:blockquote};}
- .quote {
- text-align:center;}
- .quotesource {
- margin-top:5px;
- text-align:right;}
- .line {
- line-height:170%;}
- /** theme by F L O R E L S (✿◠‿◠) //// **/
- .question {
- color:{color:text};}
- .asker {
- font-weight:bold;
- text-decoration:none;}
- .answer {
- font-style:italic;
- padding:0 10px 0 20px;}
- .captions {
- margin-top:-5px;}
- #pleasedontremove{
- position:fixed;
- right:5px;
- z-index:6;
- top:45px;}
- /** theme by F L O R E L S (✿◠‿◠) //// **/
- </style>
- </head>
- <body>
- <div id="background2"></div>
- <div id="pleasedontremove"><a href="http://corneey.com/q3eCfK" title="NO FEAR theme by florels" onclick="location.href='http://florels-themes.tumblr.com/';" target="_blank"><img src="http://static.tumblr.com/bcpenwm/j7zmzdu17/florels.png"></a></div>
- <div id="sidebar">
- {block:ifshowicon}<div id="icon"><img style="vertical-align:middle;" src="{image:icon}"/></div>{/block:ifshowicon}
- {block:ifshowblogtitle}<div id="blogtitle">{Title}</div>{/block:ifshowblogtitle}
- <div id="description">{Description}</div>
- <div id="navlinks">
- <li><a href="/">home</a></li>
- <li><a href="{text:ask link}">message</a></li>
- <li><a href="/archive">archive</a></li>
- {block:ifcustomlink1}<li><a href="{text:link 1 url}">{text:link 1 title}</a></li>{/block:ifcustomlink1}
- {block:ifcustomlink2}<li><a href="{text:link 2 url}">{text:link 2 title}</a></li>{/block:ifcustomlink2}
- {block:ifcustomlink3}<li><a href="{text:link 3 url}">{text:link 3 title}</a></li>{/block:ifcustomlink3}
- <li><a href="http://corneey.com/q3eCfK" title="NO FEAR theme by florels" onclick="location.href='http://florels-themes.tumblr.com/';" target="_blank">theme</a></li>
- </div>
- </div>
- <div id="posts">
- {block:Posts}
- {block:Text}
- <div class="post">
- {block:Title}
- <div class="headings">{Title}</div>
- {/block:Title}
- {Body}
- {block:IndexPage}
- <div class="permalink">
- <a href="{Permalink}">{NoteCount} notes</a>
- <a href="{Permalink}">posted {TimeAgo}</a>
- <a href="{ReblogURL}">reblog</a>
- </div>
- {/block:IndexPage}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="post"><div class="photo">
- {block:IndexPage}
- <a href="{permalink}"><img src="{block:if1column}{PhotoURL-400}{/block:if1column}{block:if2columns}{PhotoURL-250}{/block:if2columns}"alt="{PhotoAlt}"/></a>
- <div class="permalink">
- <a href="{Permalink}">{NoteCount} notes</a>
- <a href="{Permalink}">posted {TimeAgo}</a>
- <a href="{ReblogURL}">reblog</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
- {/block:PermalinkPage}
- </div></div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- {block:IndexPage}
- {Photoset}
- <div class="permalink">
- <a href="{Permalink}">{NoteCount} notes</a>
- <a href="{Permalink}">posted {TimeAgo}</a>
- <a href="{ReblogURL}">reblog</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-400}
- {/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="post">
- <div class="headings">
- <i>{Quote}</i>
- </div>
- <div class="quotesource">
- — {Source}
- </div>
- {block:IndexPage}
- <div class="permalink">
- <a href="{Permalink}">{NoteCount} notes</a>
- <a href="{Permalink}">posted {TimeAgo}</a>
- <a href="{ReblogURL}">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}
- {block:IndexPage}
- <div class="permalink">
- <a href="{Permalink}">{NoteCount} notes</a>
- <a href="{Permalink}">posted {TimeAgo}</a>
- <a href="{ReblogURL}">reblog</a>
- </div>
- {/block:IndexPage}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="post">
- {block:Title}
- <div class="headings">{Title}</div>
- {/block:Title}<br>
- {block:Lines}<div class="line {Alt}">{block:Label}<b>{Label}</b>{/block:Label} {Line}</div>
- {/block:Lines}
- {block:IndexPage}
- <div class="permalink">
- <a href="{Permalink}">{NoteCount} notes</a>
- <a href="{Permalink}">posted {TimeAgo}</a>
- <a href="{ReblogURL}">reblog</a>
- </div>
- {/block:IndexPage}
- </div>
- {/block:Chat}
- {block:Video}
- <div class="post">
- {block:IndexPage}
- <div class="video">
- {block:if1column}{Video-400}{/block:if1column}{block:if2columns}{Video-250}{/block:if2columns}{block:if3columns}{Video-250}{/block:if3columns}
- </div>
- <div class="permalink">
- <a href="{Permalink}">{NoteCount} notes</a>
- <a href="{Permalink}">posted {TimeAgo}</a>
- <a href="{ReblogURL}">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}
- {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">
- <a href="{Permalink}">{NoteCount}</a>
- <a href="{Permalink}">posted {TimeAgo}</a>
- <a href="{ReblogURL}">reblog</a>
- </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">
- <a href="{Permalink}">{NoteCount}</a>
- <a href="{Permalink}">posted {TimeAgo}</a>
- <a href="{ReblogURL}">reblog</a>
- </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