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">
- <!--
- NNIRVANA theme by
- F L O R E L S (✿◠‿◠) ////
- published jan 24, 2014
- edited feb 13, 2015 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}"/>
- <meta name="color:background" content="#fff" />
- <meta name="color:blogtitle" content="#000" />
- <meta name="color:description" content="#000" />
- <meta name="color:description bottom border" content="#fff" />
- <meta name="color:description top border" content="#fff" />
- <meta name="color:sidebar" content="#d8d8d8" />
- <meta name="color:sidebar border" content="#000" />
- <meta name="color:link" content="#000" />
- <meta name="color:link hover" content="#d8d8d8" />
- <meta name="color:navlink" content="#fff" />
- <meta name="color:navlink border" content="#000" />
- <meta name="color:navlink hover" content="#737373" />
- <meta name="color:perma" content="#fff" />
- <meta name="color:perma bg" content="#d8d8d8" />
- <meta name="color:perma border" content="#000" />
- <meta name="color:perma hover" content="#737373" />
- <meta name="color:post bg" content="#fff" />
- <meta name="color:post border" content="#000" />
- <meta name="color:text" content="#000" />
- <meta name="color:scrollbar" content="#000" />
- <meta name="image:background" content="" />
- <meta name="image:sidebar" content="" />
- <meta name="if:custom cursor" content="0" />
- <meta name="if:sidebar border" content="1" />
- <meta name="if:description top border" content="1" />
- <meta name="if:description bottom border" content="1" />
- <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="if:3 columns" content="0" />
- <meta name="text:asklink" content="/ask" />
- <meta name="text:blogtitle" content="你帶我去必殺技" />
- <meta name="text:blogtitle tooltip" content="you take me, to nirvana" />
- <meta name="text:custom cursor url" content="http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png" />
- <meta name="text:sidebar border width" content="1" />
- <meta name="text:sidebar border offset" content="5" />
- <meta name="text:blogtitle" content="title" />
- <meta name="text:linka url" content="/" />
- <meta name="text:linka title" content="link a" />
- <meta name="text:linkb url" content="/" />
- <meta name="text:linkb title" content="link b" />
- <meta name="text:linkc url" content="/" />
- <meta name="text:linkc title" content="link c" />
- <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:'cambria';
- font-size:11px;
- color:{color:text};
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment: fixed;}
- a {
- color:{color:link};
- text-decoration:underline;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- transition: all 0.3s ease;}
- a:hover {
- color:{color:link hover};
- cursor:help;}
- a:active,a:focus {outline:0;}
- ::-webkit-scrollbar-thumb{
- background-color:{color:scrollbar};
- border: 2px solid #ffffff;
- height:5px;
- -moz-border-radius: 20px;
- border-radius: 20px;
- }
- ::-webkit-scrollbar {
- height:5px;
- width:9px;
- background-color: #000;
- border: 4px solid #fff;}
- #s-m-t-tooltip{
- font-family:'cambria'; /* font family */
- font-size: 10px; /* font size */
- color:#000; /* text colour */
- background-color:#fff; /* background colour */
- text-align: center;
- letter-spacing:3px; /* letter spacing */
- min-width:50px;
- max-width:180px;
- border: 1px solid #000;
- overflow:auto;
- display: none;
- text-transform:lowercase; /* lower case */
- position: absolute;
- z-index: 999999999999;
- padding: 3px; /* padding */
- margin:20px 20px 15px 0px;}
- #sidebar {
- width:260px;
- height:auto;
- left:50%;
- margin-top:130px;
- margin-left:-550px;
- padding:10px 0px;
- {block:ifsidebarborder}
- outline: {text:sidebar border width}px solid {color:sidebar border};
- outline-offset:{text:sidebar border offset}px;
- {/block:ifsidebarborder}
- position:fixed;
- text-align:center;
- background-color:{color:sidebar};
- background-image:url('{image:sidebar}');
- z-index:1;}
- .blogtitle {
- width:260px;
- text-align:center;
- position:relative;
- padding-bottom:3px;
- color:{color:blogtitle};
- text-transform:uppercase;
- font-size:13px;
- text-shadow: 1px 1px 0px #919191;
- {block:ifdescriptiontopborder}
- border-bottom:1px solid {color:description top border};
- {/block:ifdescriptiontopborder}
- {block:ifnottitleborder}
- border-bottom:1px solid rgba(0, 0, 0, 0);
- {/block:ifnottitleborder}
- font-family:'courier new';}
- /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
- .navlinks{
- font-family:'cambria';
- font-size:11px;
- text-align:right;
- width:260px;
- margin-top:6px;
- margin-bottom:-3px;
- position:relative;}
- .navlinks a{
- background-color:{color:navlink};
- border-radius:100%;
- text-decoration:none;
- margin:4px 5px 2px 0px;
- border:1px solid {color:navlink border};
- z-index:3;
- padding:4px;
- display:inline-block;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;}
- .navlinks a:hover{
- text-decoration:none;
- background-color:{color:navlink hover};
- border:1px solid {color:navlink border};}
- .description {
- padding:5px 5px;
- text-align:justify;
- font-family:'cambria';
- font-size:11px;
- {block:ifdescriptionbottomborder}
- border-bottom:1px solid {color:description bottom border};
- {/block:ifdescriptionbottomborder}
- {block:ifnotdescriptionbottomborder}
- border-bottom:1px solid rgba(0, 0, 0, 0);
- {/block:ifnotdescriptionbottomborder}
- position:relative;
- color:{color:description};
- width:250px;}
- .description a{
- color:{color:description};}
- .notes {
- font-size:10px;}
- li.notes {
- float:left;
- width:500px;
- margin-top:10px;
- overflow-x:hidden;
- over-flow-y:scroll;
- list-style-type:none;
- font-weight:normal;
- font-size:10px;
- text-transform:none;}
- /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
- li.note {
- padding-top:2px;
- opacity:1;
- -moz-transition:0.1s ease-in;
- -webkit-transition:0.1s ease-in;
- -o-transition:0.1s ease-in;
- transition:0.1s ease-in;}
- li.note img.avatar {
- width:14px;
- height:14px;}
- .video embed, .video object, .video iframe {
- {block:IndexPage}
- width:200px /**/ !important;
- {/block:IndexPage}}
- .perma{
- margin-left:-10px;
- margin-bottom:10px;
- width:220px;
- text-align:right;
- background-color:{color:perma bg};}
- .perma a{
- border-radius:100%;
- background:{color:perma};
- margin:4px 5px 2px 0px;
- border:1px solid {color:perma border};
- padding:4px;
- display:inline-block;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;}
- .perma a:hover {
- background:{color:perma hover};
- text-align:center;
- border:1px solid {color:perma border};}
- .headings{
- font-size:16px;
- text-align:left;
- font-style:italic;}
- .headings a{
- text-decoration:none;}
- .audiopost {
- width:200px;
- padding-bottom:15px;}
- .albumart {
- position:absolute;
- z-index:1;
- width:80px;
- height:80px;}
- .albumart img {
- float:left;
- width:80px;
- height:80px;}
- .playbox {
- opacity:0.6;
- width:27px;
- height:30px;
- overflow:hidden;
- position:absolute;
- z-index:1000;
- margin-left:28px;
- margin-top:25px;
- text-align:center;}
- .info {
- margin-left:85px;
- margin-top:2px;
- line-height:12px;
- font-size:10px;}
- #credit{
- position:fixed;
- right:5px;
- z-index:6;
- top:27px;}
- #posts {
- position:relative;
- float:left;
- margin-top:30px;
- left:50%;
- {block:indexpage}
- width:524px;
- margin-left:-262px;
- {block:if3columns}
- width:936px;
- margin-left:-262px;
- {/block:if3columns}
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- margin-left:-250px;
- {/block:permalinkpage}}
- .post {
- {block:indexpage}
- width:200px;
- margin:20px;
- padding:0px 10px 10px 10px;
- float:left;
- position:relative;
- text-align:justify;
- background-color:{color:post bg};
- font-family:'cambria';
- font-size:11px;
- border:1px solid {color:post border};
- color:{color:text}
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- padding:15px;
- margin-top:15px;
- {/block:permalinkpage}}
- {block:IndexPage}
- .post img{
- max-width:200px;}
- {/block:IndexPage}
- /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
- .quote {
- text-align:left;
- font-size:12px;}
- .quotesource {
- text-align:right;}
- .chat {
- text-align:right; line-height:11px; }
- .captions {
- margin-top:-8px;}
- .audiopost {
- width:200px;
- padding-bottom:5px;}
- .albumart {
- padding-top:5px;
- 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;
- padding-top:5px;
- line-height:12px;
- font-size:9px;
- text-transform:uppercase;}
- {block:ifcustomcursor}body, a:hover, html{cursor: url({text:custom cursor url}), auto !important;}{/block:ifcustomcursor}
- /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
- </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="sidebar">
- <div class="blogtitle"><span title="{text:blogtitle tooltip}">{text:blogtitle}</span></div>
- <div class="description"> {description}</div>
- <div class="navlinks">
- <a href="/"title="home"></a>
- <a href="{text:asklink}"title="mailbox"></a>
- <a href="/archive"title="archive"></a>
- {block:ifshowcustomlinka}<a href="{text:linka url}"title="{text:linka title}"></a>{/block:ifshowcustomlinka}
- {block:ifshowcustomlinkb}<a href="{text:linkb url}"title="{text:linkb title}"></a>{/block:ifshowcustomlinkb}
- {block:ifshowcustomlinkc}<a href="{text:linkc url}"title="{text:linkc title}"></a>{/block:ifshowcustomlinkc}
- <a href="http://emmalucys.com"title="theme"></a></div>
- </div>
- <div id="posts">
- {block:Posts}
- {block:Text}
- <div class="post">
- {block:indexpage}
- <div class="perma"><a href="{permalink}"title="posted {timeago}"target="_blank"></a> <a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:indexpage}
- <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="post">
- {block:IndexPage}
- <div class="perma"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>
- <a href="{permalink}"title="posted {shortmonth} {dayofmonthwithzero}">
- <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">
- {block:Indexpage}<div class="perma"><a href="{permalink}"title="posted {timeago}"target="_blank"></a> <a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:IndexPage}
- {Photoset}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="post">
- {block:indexpage}<div class="perma"><a href="{permalink}"title="posted {timeago}"target="_blank"></a> <a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:indexpage}
- <div class="quote">'<i>{Quote}</i>'</div>
- <div class="quotesource">— {Source}</div></div>
- {/block:Quote}
- {block:Link}
- <div class="post">
- {block:indexpage}<div class="perma"><a href="{permalink}"title="posted {timeago}"target="_blank"></a> <a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:indexpage}
- <div class="headings"><a href="{URL}">{Name}</a></div>
- {block:Description}{Description}{/block:Description}</div>
- {/block:Link}
- {block:Chat}
- <div class="post">
- {block:indexpage}<div class="perma"><a href="{permalink}"title="posted {timeago}"target="_blank"></a> <a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:indexpage}
- {block:Title}{Title}{/block:Title}<br>
- {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
- {/block:Label}{/block:Lines}</div>
- {/block:Chat}
- {block:Audio}
- {block:indexpage}
- <div class="post">
- <div class="perma"><a href="{permalink}"title="posted {timeago}"target="_blank"></a> <a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>
- <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></div>{/block:indexpage}
- {block:permalinkpage}{AudioPlayerWhite}{/block:permalinkpage}
- {/block:Audio}
- {block:Answer}
- <div class="post">
- {block:indexpage}<div class="perma"><a href="{permalink}"title="posted {timeago}"target="_blank"></a> <a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>{/block:indexpage}
- {Question}</br>- {Asker} <br><i> {Answer} </i></div>
- {/block:Answer}
- {block:Video}
- <div class="post">
- {block:IndexPage}<div class="perma"><a href="{permalink}"title="posted {timeago}"target="_blank"></a> <a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>
- <div class="video">{Video-250}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {/block:PermalinkPage}</div>
- {/block:Video}
- {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