Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---
- theme no. 25 - nocturne, by melodypcnd.tumblr.com
- terms:
- > do not remove, change, or move credit to another page
- > do not cover it with anything or make it invisible
- > do not steal this code and claim it as your own
- > do not use this as a base or take parts of the code
- please like or reblog the post! enjoy (◡‿◡✿)
- --->
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}"/>
- {/block:Description}
- <meta name="text:extra link 1" content="" />
- <meta name="text:extra link 1 URL" content="" />
- <meta name="text:extra link 2" content="" />
- <meta name="text:extra link 2 URL" content="" />
- <meta name="text:extra link 3" content="" />
- <meta name="text:extra link 3 URL" content="" />
- <meta name="text:extra link 4" content="" />
- <meta name="text:extra link 4 URL" content="" />
- <meta name="color:background" content="#ffffff" />
- <meta name="color:text" content="#000000" />
- <meta name="color:link" content="#000000" />
- <meta name="color:border" content="#cccccc" />
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel');
- var popURL = $(this).attr('href');
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1];
- $('#' + popID).fadeIn().css({ 'width':Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/oxr8htj/f1Xn7jgyf/1335651569_close2.gif" class="btn_close" title="Close Window" alt="Close" /><br></a>');
- var popMargTop = ($('#' + popID).height() + 12) / 2;
- var popMargLeft = ($('#' + popID).width() + 13) / 2;
- $('#' + popID).css({
- 'margin-top' :-popMargTop,
- 'margin-left' :-popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' :'alpha(opacity=80)'}).fadeIn();
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove();
- });
- return false;
- });
- });
- </script>
- <link href='http://fonts.googleapis.com/css?family=Lato:300,700' rel='stylesheet' type='text/css'>
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style type="text/css">
- div#qTip {
- position:absolute;
- display:none;
- padding:0px 3px;
- margin-left:12px;
- font-size:7px;
- letter-spacing:2px;
- color:#fff;
- background:#000;
- z-index:99999999999999;
- }
- ::-webkit-scrollbar {
- width:2px;
- background:#fff;
- }
- ::-webkit-scrollbar-thumb {
- background:#000;
- }
- body {
- font-family:'arial', sans-serif;
- font-size:9px;
- line-height:160%;
- letter-spacing:1px;
- color:{color:text};
- background:{color:background};
- overflow-x:hidden;
- }
- blockquote {
- border-left:1px solid {color:text};
- padding-left:10px;
- margin-left:20px;
- }
- a {
- color:{color:link};
- text-decoration:none;
- }
- img {
- max-height:100%;
- max-width:100%;
- }
- h1 {
- font-size:11px;
- text-align:left;
- text-transform:lowercase;
- display:inline;
- }
- #header {
- position:fixed;
- width:100%;
- padding:25px 0px;
- padding-right:5px;
- background:#000;
- color:#fff;
- margin-top:-10px;
- margin-left:-10px;
- margin-bottom:10px;
- text-align:center;
- z-index:999;
- }
- #title {
- font-family:'Lato', sans-serif;
- text-transform:uppercase;
- font-size:22px;
- letter-spacing:4px;
- }
- #links {
- margin-top:10px;
- margin-left:-7.5px;
- }
- #links img {
- width:8px;
- height:7px;
- padding:7.5px 7.5px 0px 7.5px;
- }
- #fade {
- display:none;
- background:#000;
- position:fixed;
- left:0;
- top:0;
- width:100%;
- height:100%;
- opacity:.80;
- z-index:9999;
- }
- .popup_block{
- background:#fff;
- position:fixed;
- height:250px;
- top:50%;margin-top:-125px;
- left:50%;margin-left:-230px;
- z-index:99999;
- display:none;
- text-align:center;
- overflow:auto;
- }
- #desc {
- letter-spacing:2px;
- padding:28px 25px;
- text-align:justify;
- border-bottom:1px solid #ddd;
- }
- #extralinks {
- padding:28px 25px;
- text-align:center;
- font-size:10px;
- font-weight:bold;
- text-transform:uppercase;
- line-height:200%;
- }
- #extralinks a {
- padding:5px;
- letter-spacing:3px;
- margin-right:5px;
- -webkit-transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #extralinks a:hover {
- letter-spacing:7px;
- -webkit-transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- img.btn_close {
- margin:-30px 0px 0px 0px;
- }
- *html #fade {
- position:absolute;
- }
- *html .popup_block {
- position:absolute;
- }
- #entry {
- position:absolute;
- left:50%;
- margin-left:-250px;
- padding:50px 0px;
- margin-top:70px;
- height:100%;
- }
- #post {
- width:500px;
- margin-bottom:50px;
- font-style:none;
- }
- .cap {
- text-align:left;
- padding:10px;
- background:#f1f1f1;
- margin-top:5px;
- }
- #quote {
- font-size:15px;
- font-style:italic;
- line-height:100%;
- text-align:left;
- text-transform:none;
- }
- #src {
- letter-spacing:2px;
- text-align:right;
- }
- #chat {
- text-align:left;
- }
- .newplayerbutton {
- position:relative;
- width:28px;
- height:27px;
- overflow:hidden;
- }
- .playerbuttonhug {
- position:absolute;
- top:-11px;
- left:-12px;
- }
- .tumblr_audio_player {
- border:none;
- padding:0px;
- margin:0px;
- height:50px;
- width:500px;
- padding-left:12.5px;
- }
- .playerbuttonbg {
- position:absolute;
- left:20px;
- top:20px;
- width:28px;
- height:28px;
- background:#000;
- padding:10px;
- }
- .trackdetails {
- width:auto;
- display:inline-block;
- margin-left:100px;
- min-height:85px;
- text-transform:lowercase;
- line-height:125%;
- font-size:9px;
- color:#eee;
- }
- .audiowrapper {
- position:relative;
- display:block;
- background:#000;
- padding:2px;
- }
- #q {
- padding:10px;
- font-size:10px;
- background:#f1f1f1;
- }
- #info {
- margin-top:5px;
- padding:3px 5px;
- font-size:8px;
- letter-spacing:2px;
- text-transform:uppercase;
- background:#f1f1f1;
- }
- #info a {
- padding:0px 3px;
- }
- #tags {
- margin-top:3px;
- font-size:8px;
- letter-spacing:2px;
- text-transform:lowercase;
- opacity:0;
- text-align:center;
- -webkit-transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #tags a {
- color:#777;
- }
- #post:hover #tags {
- opacity:1;
- -webkit-transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .notecont {
- width:500px;
- font-size:7px;
- word-spacing:5px;
- text-transform:uppercase;
- margin-left:-35px;
- }
- .notecont li {
- list-style-type:none;
- line-height:275%;
- }
- .notecont img {
- display:none;
- }
- #poop {
- font-size:8px;
- font-family:calibri;
- letter-spacing:2px;
- }
- #poop a {
- position:fixed;
- width:20px;
- padding-top:3px;
- padding-bottom:3px;
- bottom:5px;
- right:5px;
- text-align:center;
- color:#777;
- background:#eee;
- border:3px double #fff;
- }
- #pagi {
- position:absolute;
- padding:4px 0px;
- width:500px;
- left:50%;
- margin-left:-250px;
- margin-bottom:30px;
- text-align:left;
- letter-spacing:2px;
- font-size:8px;
- text-transform:uppercase;
- border-top:1px solid #ddd;
- }
- {CustomCSS}</style></head><body>
- <div id="popup_name" class="popup_block">
- <div id="desc">{Description}</div>
- <div id="extralinks">
- <a href="{text:extra link 1 URL}">{text:extra link 1}</a><br>
- <a href="{text:extra link 2 URL}">{text:extra link 2}</a><br>
- <a href="{text:extra link 3 URL}">{text:extra link 3}</a><br>
- <a href="{text:extra link 4 URL}">{text:extra link 4}</a>
- </div>
- </div>
- <div id="header">
- <div id="title">{Title}</div>
- <div id="links">
- <a href="/" title="home">
- <img src="http://static.tumblr.com/oxr8htj/JOdn7wqaz/h.gif">
- </a>
- <a href="/ask" title="mail">
- <img src="http://static.tumblr.com/oxr8htj/IaLn7wqc5/m.gif">
- </a>
- <a href="#?w=460" rel="popup_name" class="poplight" title="more">
- <img src="http://static.tumblr.com/oxr8htj/0rzn7wqwk/h.gif">
- </a>
- <a href="/archive" title="past">
- <img src="http://static.tumblr.com/oxr8htj/yDTn7wqdl/c.gif">
- </a>
- </div>
- </div>
- <div id="entry">
- {block:Posts}
- <div id="post">
- {block:text}
- <h1>
- {block:Title}
- {Title}
- {/block:Title}
- </h1>
- <div class="cap">{Body}</div>
- {/block:text}
- {block:Photo}
- {linkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {linkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Quote}
- <div id="quote">❝{Quote}❞</div><p>
- {block:Source}
- <div id="src">—{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:link}
- <h1>
- <a href="{URL}"{Target}>{Name}</a>
- </h1>
- {block:Description}
- <div class="cap">{Description}</div>
- {/block:Description}
- {/block:link}
- {block:Chat}
- <div id="chat">
- {block:Title}
- <h1>
- {Title}
- </h1>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}<br>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:AudioPlayer}
- <div class="audiowrapper">
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerBlack}
- </div>
- </div>
- </div>
- <div class="trackdetails"><br><br>
- {block:TrackName}{TrackName}{/block:TrackName}<br>
- {block:Artist}{Artist}{/block:Artist}<br>
- {PlayCountWithLabel}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:Video}
- {Video-500}
- {/block:Video}
- {block:Answer}
- <div id="q">
- <a href="{askerURL}"><h1>{Asker}:</h1></a> {Question}</div>
- <div class="cap">{Answer}</div>
- {/block:answer}
- {block:Caption}
- <div class="cap">{Caption}</div>
- {/block:Caption}
- <div id="info">
- {block:Date}
- <a href="{Permalink}">{ShortMonth} {DayOfMonth}</a>
- {/block:Date}
- {block:NoteCount}
- <a href="{Permalink}">{NoteCount}</a>
- {/block:NoteCount}
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">from</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}">source</a>
- {/block:ContentSource}
- </div>
- <div id="tags">
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- {block:PostNotes}
- <div class="notecont">
- {PostNotes}
- </div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- <div id="poop">
- <a href="http://melodypcnd.tumblr.com">mk</a>
- </div>
- <div id="pagi">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">prev</a>
- {/block:PreviousPage}
- <span style="float:right">
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- </span>
- {/block:Pagination}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement