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">
- <!--
- moondust theme made by florels
- don't remove the credit or i'll remove your internal organs 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="#ffffff" />
- <meta name="color:blogtitle" content="#000" />
- <meta name="color:description" content="#000" />
- <meta name="color:header" content="#ffffff" />
- <meta name="color:hover" content="#cfcfcf" />
- <meta name="color:link" content="#444444" />
- <meta name="color:navlink" content="#000" />
- <meta name="color:navlink hover" content="#fff" />
- <meta name="color:permalink" content="#fff" />
- <meta name="color:permalink bg" content="#969696" />
- <meta name="color:permalink border" content="#000" />
- <meta name="color:permalink hover" content="#5a5a5a" />
- <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="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:solid header" content="0" />
- <meta name="if:3 columns" content="0" />
- <meta name="text:asklink" content="/ask" />
- <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:'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: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:'calibri'; /* font family */
- font-size: 9px; /* font size */
- color:#fff; /* text colour */
- background-color:#8C8C8C; /* background colour */
- text-align: center;/* uppercase */
- letter-spacing:1px; /* letter spacing */
- min-width:50px;
- max-width:120px;
- border: 1px solid #fff;
- overflow:auto;
- display: none;
- border-radius:8px;
- position: absolute;
- z-index: 999999999999;
- padding: 3px; /* padding */
- margin:20px 20px 15px 0px;}
- #header {
- width:100%;
- height:auto;
- position:fixed;
- text-align:center;
- background-color:rgba(255, 255, 255, 0.9);
- {block:ifsolidheader}
- background-color:{color:header};
- {/block:ifsolidheader}
- z-index:1;
- padding-bottom:15px;}
- .blogtitle {
- width:500px;
- margin-left:-250px;
- left:50%;
- margin-top:45px;
- text-align:center;
- position:relative;
- color:{color:blogtitle};
- text-transform:lowercase;
- font-size:17px;
- letter-spacing:3px;
- font-family:'cambria';}
- .blogtitle:hover{
- cursor:help;}
- /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
- .navlinks{
- z-index:1;
- font-family:'cambria';
- font-size:11px;
- text-align:center;
- width:400px;
- left:50%;
- margin-left:-200px;
- margin-top:13px;
- position:relative;
- text-transform:lowercase;}
- .navlinks a{
- color:{color:navlink};
- text-decoration:none;
- padding:0px 7px;}
- .navlinks a:hover{
- text-decoration:none;
- color:{color:navlink hover};}
- .description {
- text-align:center;
- font-family:'cambria';
- font-size:11px;
- margin-top:20px;
- position:relative;
- color:{color:description};
- left:50%;
- width:400px;
- margin-left:-200px;}
- .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;}
- .permalink{
- border-radius:3px 3px 0px 0px;
- margin-left:-10px;
- margin-bottom:5px;
- width:270px;
- text-align:right;
- background-color:{color:permalink bg};}
- .permalink a{
- border-radius:100%;
- background:{color:permalink};
- margin:4px 5px 2px 0px;
- border:1px solid {color:permalink border};
- padding:5px;
- 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;}
- .permalink a:hover {
- background:{color:permalink hover};
- text-align:center;
- border:1px solid {color:permalink border};}
- .headings{
- font-size:16px;
- text-align:left;
- font-style:italic;}
- .headings a{
- text-decoration:none;}
- .albumart {
- width:100px;
- height:100px;
- {block:permalinkpage}
- width:200px;
- height:200px;
- {/block:permalinkpage}
- position:absolute;}
- .albumart img {
- width:100px;
- height:100px;
- padding-bottom:5px;
- {block:permalinkpage}
- width:200px;
- height:200px;
- {/block:permalinkpage}
- float:left;}
- .player{
- padding-top:110px;
- margin-left:20px;}
- .yeye {
- margin-left:110px;
- float:left;
- color:{color:Text};
- width:120px;
- padding:2px;
- margin-top:35px;
- line-height:150%;}
- .yeyeye {
- margin-left:110px;
- float:left;
- color:{color:Text};
- width:120px;
- padding:2px;
- margin-top:0px;
- line-height:150%;}
- #posts {
- position:relative;
- float:left;
- margin-top:90px;
- left:50%;
- {block:indexpage}
- width:624px;
- margin-left:-312px;
- {block:if3columns}
- width:936px;
- margin-left:-468px;
- {/block:if3columns}
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- margin-left:-250px;
- {/block:permalinkpage}}
- .post {
- {block:indexpage}
- width:250px;
- margin:20px;
- padding:0px 10px 10px 10px;
- float:left;
- position:relative;
- text-align:justify;
- border-radius:5px;
- 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}}
- .post img{
- max-width:100%;}
- /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
- .quote {
- text-align:left;
- font-size:12px;}
- .quotesource {
- text-align:right;}
- .image{
- margin-top:10px;}
- .chat { text-align:right; line-height:11px; }
- .captions { margin-top:-8px;}
- /** ᴛʜᴇᴍᴇ ʙʏ ғʟᴏʀᴇʟs */
- .under{
- display:none;
- text-align:center;}
- </style>
- </head>
- <body>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".under").hide(0);
- $(".blogtitle").click(function(){
- $(".under").slideToggle(300);
- });
- });
- </script>
- <div id="header">
- <div class="blogtitle">{title}</div>
- <div class="under">
- <div class="description"> {description}</div>
- <div class="navlinks">
- <a href="/">home</a>
- <a href="{text:asklink}">mailbox</a>
- <a href="/archive">archive</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}
- <a href="http://emmalucys.com">theme</a></div></div></div>
- <div id="posts">
- {block:Posts}
- {block:Text}
- <div class="post">
- {block:indexpage}
- <div class="permalink"><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="permalink"><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}">
- <div class="image"><img src="{PhotoURL-500}" width="250" alt="{PhotoAlt}"></a></div>{/block:IndexPage}
- {block:PermalinkPage}<img src="{photourl-500}"/>{/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- {block:indexpage}<div class="permalink"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>
- {block:Photos}<img src="{PhotoURL-500}" width="250" />{/block:Photos}{/block:indexpage}
- {block:permalinkpage}{block:Photos}<img src="{PhotoURL-500}"/>{/block:Photos}{/block:permalinkpage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="post">
- {block:indexpage}<div class="permalink"><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="permalink"><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="permalink"><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="permalink"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>
- {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- {block:TrackName}<div class="yeye"><b>Title:</b> {TrackName}</div>{/block:TrackName}
- {block:Artist}<div class="yeyeye"><b>Artist:</b> {Artist}</div>{/block:Artist}
- <div class="player">{AudioPlayerWhite}</div>
- {/block:indexpage}
- {block:permalinkpage}{AudioPlayerWhite}{/block:permalinkpage}</div>
- {/block:Audio}
- {block:Answer}
- <div class="post">
- {block:indexpage}<div class="permalink"><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="permalink"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div>
- {Video-250}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {/block:PermalinkPage}
- {/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