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">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head><title>{Title}{block:PostSummary} ♪ {PostSummary}{/block:PostSummary}</title>
- <link rel="shortcut icon" href="{image:favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href='https://fonts.googleapis.com/css?family=Amatic+SC:700' rel='stylesheet' type='text/css'>
- <link rel="alternate" type="application/rss+xml" href="{RSS}"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <link href="https://fonts.googleapis.com/css?family=Exo+2:400,400i,700,700i" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Dosis:400,400i,700,700i" rel="stylesheet">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!-------------------- Melody by Jardinian ---------------------
- don't move the credit or lift large chunks of code from the theme!
- hmu if anything: customization, bugs, concrit, whatever.
- note: there are no text fields for custom links. select the option
- at the top of every page editor that says "show a link to this
- page" and it will show up; if you want to link to a tag, create a
- page and have it redirect.
- --------------------------------------------------------------->
- <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <meta name="color:background color" content="#0e3957"/>
- <meta name="color:interface" content="#fff"/>
- <meta name="image:background" content="http://static.tumblr.com/99813719461c8606b34d6f87d379c7b0/xwoxjom/9XYoc61ul/tumblr_static_9jn1sij4lywwsc4kgs04wscc.png"/>
- <meta name="image:favicon" content="http://static.tumblr.com/5d5d6b0ee99c0ab3869b126cc2c3b5dc/xwoxjom/M4Voc62d2/tumblr_static_ex28wvq5x340o4oc04ggwoo4g.png"/>
- <meta name="image:side img" content="http://static.tumblr.com/141687d511933fc8d9cdf3ac2e644e2b/xwoxjom/NCPoc61vc/tumblr_static_bcf1ogjmuxw0so8ckk8koo4wk.jpg"/>
- <meta name="if:black or white controls" content="0"/>
- <meta name="if:hover shadow effects" content="0"/>
- <meta name="if:caption" content="1"/>
- <meta name="color:title" content="#10718f"/>
- <meta name="color:title bg" content="#fff"/>
- <meta name="color:desc bg" content="#fff"/>
- <meta name="color:post bg" content="##69abcc"/>
- <meta name="color:post text" content="#fff"/>
- <meta name="color:desc text" content="#8f2e56"/>
- <meta name="color:bold" content="#414141"/>
- <meta name="color:italic" content="#183f52"/>
- <meta name="color:link" content="#7e2832"/>
- <meta name="color:link hover" content="#fffec5"/>
- <meta name="color:selection text" content="#fff"/>
- <meta name="color:selection bg" content="#002f47"/>
- <meta name="color:scroll thumb" content="#cc6975"/>
- <meta name="color:extra links bg" content="#1c5b76"/>
- <meta name="color:extra links hover" content="#0db"/>
- <meta name="color:extra links text" content="#000"/>
- <meta name="color:nav icons" content="#03577b"/>
- <meta name="color:blockquotes" content="#cc6975"/>
- <meta name="color:tags" content="#444"/>
- <meta name="color:tags hover" content="#f3e8b2"/>
- <meta name="color:glow" content="#0db"/>
- <!-- text fields -->
- <meta name="text:title font" content="Amatic SC"/>
- <meta name="text:background blur" content="3"/>
- <meta name="text:body font" content="Dosis"/>
- <meta name="text:desc font" content="Dosis"/>
- <meta name="text:body font size" content="15px"/>
- <meta name="text:desc font size" content="13px"/>
- <meta name="text:desc max height" content="250px"/>
- <style type="text/css">
- {block:ifNotBlackOrWhiteControls}
- .tmblr-iframe--desktop-logged-in-controls, .iframe-controls--desktop, .tmblr-iframe, #tumblr_controls {
- -webkit-filter: invert(100%);
- filter: invert(100%);
- opacity:.6;
- }
- {/block:ifNotBlackOrWhiteControls}
- @-webkit-keyframes glow {
- to {
- box-shadow: 0 0 20px 1px {color:glow};
- }
- }
- body {
- background-size:cover;
- margin:0px;
- color:{color:post text};
- font-family:'{text:body font}';
- font-size:{text:body font size};
- line-height:130%;
- word-wrap:break-word;
- overflow-x:hidden;
- background:{color:background color};
- }
- body,html {
- height:100%;
- }
- #bgholder {
- background:url({image:background}) {color:background color} fixed;
- -webkit-filter:blur({text:background blur}px);
- filter:blur({text:background blur}px);
- background-size:cover;
- height:100%;
- width:100%;
- z-index:0;
- display:block;
- overflow:hidden;
- position:fixed;
- }
- #alltogethernow {
- z-index:2;
- position:absolute;
- overflow-y:auto;
- height:100%;
- width:100%;
- background:rgba({RGBcolor:background},.3);
- }
- #alltogethernow img {
- -webkit-filter:blur({text:bg blur}px);
- }
- b, strong {
- color:{color:bold};
- }
- i, em {
- color:{color:italic};
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- transition:.3s all ease;
- }
- .post a, #desc a, .info a {
- color:{color:link};
- }
- .post a:hover, #desc a:hover, .info a:hover {
- color:{color:link hover};
- }
- img {
- border:none;
- max-height:100%;
- max-width:100%;
- margin:auto;
- text-align:center;
- }
- blockquote {
- padding-left:7px;
- margin-left:7px;
- border-left:5px solid {color:blockquotes};
- margin-right:0px;
- }
- blockquote blockquote {
- padding-left:7px;
- margin-left:7px;
- border-left:5px solid {color:blockquotes};
- margin-right:0px;
- }
- h1 {
- font-size:140%;
- line-height:130%;
- text-align:center;
- font-family:Dosis;
- }
- ::selection {
- background: {color:selection bg};
- color: {color:selection text};
- }
- ::-moz-selection {
- background: {color:selection bg};
- color: {color:selection text};
- }
- ::-webkit-scrollbar {
- width:10px;
- height:10px;
- }
- /* Track */
- ::-webkit-scrollbar-track {
- background:transparent;
- }
- /* Handle */
- ::-webkit-scrollbar-thumb {
- background: {color:scroll thumb};
- border:2px solid transparent;
- background-clip:content-box;
- border-radius:7px;
- }
- ::-webkit-scrollbar-corner {
- background: {color:scroll bg};
- }
- #s-m-t-tooltip {
- background:rgba({RGBcolor:extra links hover},.9);
- color:{color:extra links text};
- margin:10px;
- padding:7px;
- {block:ifHoverShadowEffects}
- box-shadow:0 0 8px 0px {color:interface} inset;
- {/block:ifHoverShadowEffects}
- font-family:'{text:desc font}';
- font-size:{text:desc font size};
- z-index:9999999;
- border-radius:3px;
- }
- #lrb {
- opacity:.8;
- display:inline-block;
- padding:5px 3px 0px 3px;
- z-index:9;
- }
- #entries {
- padding:35px 10px 10px;
- width:430px;
- margin:0 auto;
- bottom:0px;
- position:relative;
- z-index:5;
- overflow-x:hidden;
- {block:PermalinkPage}
- height:450px;
- width:450px;
- padding:0;
- top:50%;
- transform:translateY(-50%);
- overflow-y:auto;
- {/block:PermalinkPage}
- }
- #glowy {
- display:block;
- height:100%;
- width:450px;
- z-index:-1;
- position:fixed;
- left:50%;
- margin-left:-230px;
- background:{color:interface};
- }
- #glowy, #radio, .nav {
- box-shadow:0 0 9px 0px {color:glow};
- -webkit-animation:glow .7s infinite alternate;
- }
- .post {
- width:410px;
- margin:auto;
- margin-bottom:10px;
- padding:10px;
- background:{color:post bg};
- position:relative;
- z-index:6;
- }
- .tags {
- display:inline;
- color:{color:tags};
- padding:3px;
- transition:.3s all ease;
- font-size:95%;
- }
- .tags a {
- color:{color:tags};
- transition:.3s all ease;
- }
- .tags a:hover, .tags i {
- color:{color:tags hover};
- }
- #radio, #entries {
- background:{color:interface};
- background-clip:border-box;
- }
- #radio {
- width:900px;
- padding:10px;
- position:fixed;
- top:50%;
- left:50%;
- transform: translate(-50%,-50%);
- height:450px;
- border-radius:6px;
- }
- #title {
- margin-bottom:10px;
- font-size:24px;
- color:{color:title};
- font-family:'{text:title font}';
- background:{color:title bg};
- }
- {block:ifHoverShadowEffects}
- #title:hover, #desc:hover, #sideimg:hover { box-shadow:0 0 15px 0px {color:interface} inset; }
- {/block:ifHoverShadowEffects}
- #desc {
- font-family:'{text:desc font}';
- color:{color:desc text};
- background:{color:desc bg};
- font-size:{text:desc font size};
- margin-top:10px;
- overflow-y:auto;
- max-height:{text:desc max height};
- }
- #d {
- padding:4px;
- position:relative;
- vertical-align:middle;
- display:table-cell;
- }
- #title, #desc {
- position:relative;
- padding:10px;
- line-height:150%;
- text-align:center;
- width:200px;
- }
- #sideimg {
- width:230px;
- height:450px;
- right:10px;
- top:10px;
- position:fixed;
- overflow:hidden;
- background:url('{image:side img}') center;
- -webkit-filter:brightness(90%);
- background-size:cover;
- z-index:3;
- }
- .info {
- text-align:center;
- font-family:Dosis;
- font-size:14px;
- letter-spacing:.5px;
- margin:auto;
- margin-top:10px;
- {block:IndexPage}
- margin-bottom:30px;
- {/block:IndexPage}
- width:400px;
- padding:10px 15px;
- background:{color:post bg};
- z-index:6;
- }
- .info a { padding:0 2px; }
- #note {
- overflow-x:hidden;
- text-align:center;
- padding-top:10px;
- width:380px;
- margin:auto;
- }
- #note ol.notes {
- list-style-type:none;
- margin:5px;
- padding:5px;
- }
- #note ol.notes img.avatar {
- margin-right: 5px;
- margin-bottom:-3px;
- width: 16px;
- height: 16px;
- border-radius:50%;
- }
- #note ol.notes li {
- padding:3px;
- }
- #asker {
- float:left;
- margin-right:5px;
- }
- .aud {
- height:30px;
- width:20px;
- overflow:hidden;
- position:relative;
- margin: 15px 24px 13px 16px;
- }
- .audholder {
- position:absolute;
- z-index:30;
- {block:ifNotBlackOrWhiteControls}
- background:#000;
- {/block:ifNotBlackOrWhiteControls}
- {block:ifBlackOrWhiteControls}
- background:#fff;
- {/block:ifBlackOrWhiteControls}
- margin-top:11px;
- margin-left:11px;
- opacity:.5;
- border-radius:50%;
- }
- #song {
- height:51px;
- padding:15px;
- }
- #cover {
- margin-right:5px;
- width:81px;
- height:81px;
- float:left;
- background-size:cover;
- z-index:1;
- }
- #cover, #cover img { border-radius:3px; }
- .chat { padding: 2px 4px; }
- .chat:nth-child(even) {
- border:1px solid {color:interface};
- border-radius:2px;
- }
- .quote {
- font-size:130%;
- letter-spacing:.5px;
- font-family:Dosis;
- text-decoration:bold;
- }
- #buttons {
- float:left;
- }
- #linkcont {
- width:224px;
- margin-left:-2px;
- margin-top:8px;
- background:#fff;
- text-align:center;
- }
- .links, .links a {
- font-size:13px;
- text-align:center;
- float:left;
- width:100px;
- margin:2px;
- padding:4px;
- background:{color:extra links bg};
- color:{color:extra links text};
- display:inline-block;
- }
- .links:hover {
- background:{color:extra links hover};
- {block:ifHoverShadowEffects}
- box-shadow:0 0 12px 0px {color:interface} inset;
- {/block:ifHoverShadowEffects}
- }
- .links:nth-child(odd) {
- float:left;
- }
- .links:last-child {
- width:212px;
- }
- #linkcont, .links, .post, #title, #desc, .info, #sideimg img, .nav, .tags, .tags i, #sideimg {
- transition:.3s all ease;
- border-radius:3px;
- }
- .nav {
- width:30px;
- display:block;
- position:relative;
- margin:7px;
- padding:3px;
- font-size:20px;
- color:{color:nav icons};
- text-align:center;
- border:3px solid {color:interface};
- border-radius:6px;
- background:rgba({RGBcolor:interface},.6);
- }
- .nav i { color:{color:nav icons}; }
- .nav:hover {
- {block:ifHoverShadowEffects}
- box-shadow:0 0 15px 3px {color:interface} inset;
- {block:ifHoverShadowEffects}
- }
- #navcont {
- position:fixed;
- width:30px;
- height:150px;
- top:-7px;
- right:-30px;
- }
- {CustomCSS}</style></head><body>
- <div id="bgholder"></div>
- <div id="alltogethernow">
- <div id="radio">
- <div id="sideimg"></div>
- <a href="/"><div id="title">{Title}</div></a>{/block:Title}
- <div id="desc"><div id="d">{Description}</div></div>
- {block:HasPages}
- <div id="linkcont">
- {block:Pages}<a href="{URL}" class="links">{Label}</a>{/block:Pages}
- </div>
- {block:HasPages}
- <div id="navcont">
- <a href="/" title="index" class="nav"><i class="fa fa-play" aria-hidden="true"></i></a>
- {block:AskEnabled}<a href="/ask" title="ask" class="nav"><i class="fa fa-pause" aria-hidden="true"></i></a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a href="/submit" title="submit" class="nav"><i class="fa fa-stop" aria-hidden="true"></i></a>{/block:SubmissionsEnabled}
- <a href="/archive" title="archive" class="nav"><i class="fa fa-random" aria-hidden="true"></i></a>
- <a href="http://sylph.god.jp/tagged/themes" title="Melody © Jardinian" class="nav"><i class="fa fa-eject" aria-hidden="true"></i></a>
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}" title="previous page">
- <div class="nav"><i class="fa fa-backward" aria-hidden="true"></i></div>
- </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" title="next page">
- <div class="nav"><i class="fa fa-forward" aria-hidden="true"></i></div>
- </a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- {block:IndexPage}<div id="glowy"></div>{/block:IndexPage}
- <div id="entries">
- {block:Posts}
- <div class="via"></div>
- <div class="src"></div>
- <div class="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-400}" style="margin-left:5px">
- {LinkCloseTag}{block:Caption}{block:ifCaption}{Caption}{/block:ifCaption}{/block:Caption}
- {block:PermalinkPage}{block:ifNotCaption}{Caption}{/block:ifNotCaption}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <div style="margin-left:5px">{Photoset-400}</div>
- {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
- {block:ifNotCaption}{block:PermalinkPage}{Caption}{/block:PermalinkPage}{/block:ifNotCaption}{/block:Photoset}
- {block:Quote}<div class="quote">“{Quote}”</div><p align="right">{block:Source} —{Source}{/block:Source}</p>{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<div class="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
- {block:Audio}
- <div id="cover">
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- </div>
- <div class="audholder"><div class="aud">
- {block:ifBlackOrWhiteControls}
- {AudioPlayer}
- {/block:ifBlackOrWhiteControls}
- {block:ifNotBlackOrWhiteControls}
- {AudioPlayerBlack}
- {/block:ifNotBlackOrWhiteControls}
- </div></div>
- <div id="song">{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
- {block:TrackName}<b>Title:</b> {TrackName}<p>{/block:TrackName}</div>
- {block:ifCaption}{block:Caption}<p>{Caption}{/block:Caption}{/block:ifCaption}
- {block:ifNotCaption}{block:PermalinkPage}{Caption}{/block:PermalinkPage}{/block:ifNotCaption}
- {/block:Audio}
- {block:Video}
- <div style="margin-left:5px">{Video-400}</div>
- {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
- {block:ifNotCaption}{block:PermalinkPage}{Caption}{/block:PermalinkPage}{/block:ifNotCaption}
- {/block:Video}
- {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker} whispered:<br><em>{Question}</em><br>{Answer}{/block:Answer}
- {block:HasTags}<p>{block:Tags}<div class="tags"><a href="{TagURL}"><i class="fa fa-tag" aria-hidden="true"></i> {Tag}</a></div> {/block:Tags}{/block:HasTags}
- </div>
- {block:Date}
- <div class="info">
- posted {TimeAgo} on <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a>{block:NoteCount} with <a href="{Permalink}">
- {NoteCountWithLabel}</a>{/block:NoteCount}
- {block:RebloggedFrom}<br>reblogged from <a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">{ReblogParentName}</a> <strong>•</strong> originally by <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
- <br>
- {block:ifBlackOrWhiteControls}
- <div id="lrb">{ReblogButton color="white" size="16"}</div><div id="lrb">{LikeButton color="white" size="16"}</div>
- {/block:ifBlackOrWhiteControls}
- {block:ifNotBlackOrWhiteControls}
- <div id="lrb">{ReblogButton color="black" size="16"}</div><div id="lrb">{LikeButton color="black" size="16"}</div>
- {/block:ifNotBlackOrWhiteControls}
- {/block:Date}
- {block:PostNotes} <p><div id="note">{PostNotes-16}</div>{/block:PostNotes}
- </div>
- {/block:Posts}</div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement