Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <meta name="color:background" content="#d2d1cc"/>
- <meta name="color:text" content="#6a6965"/>
- <meta name="color:scrollbar" content="#901818" />
- <meta name="color:link" content="#6a6965"/>
- <meta name="color:linkhover" content="#901818"/>
- <meta name="color:texttags" content="#6a6965"/>
- <meta name="color:backtags" content="#6a6965"/>
- <meta name="color:tagshover" content="#901818"/>
- <meta name="color:navigationline" content="#901818"/>
- <meta name="color:navlink" content="#6a6965"/>
- <meta name="color:navhover" content="#901818"/>
- <meta name="color:select" content="#6a6965"/>
- <meta name="image:background" content="http://static.tumblr.com/edba448d6f3f6ecb3d9a657ca48de3ba/aecg6xa/clQnw9sbj/tumblr_static_prhzfyyed1c0wo40ckowo04o.jpg"/>
- <meta name="image:updates" content="http://static.tumblr.com/0a7123e5d0c337151e28759030944acf/aecg6xa/YPKnw9sbk/tumblr_static_8p8rd9qqsgsgws0c0cokcsk04.png">
- <meta name="text:title" content=""/>
- <meta name="text:subtitle" content=""/>
- <meta name="text:link1" content=""/>
- <meta name="text:textlink1" content=""/>
- <meta name="text:link2" content=""/>
- <meta name="text:textlink2" content=""/>
- <meta name="text:link3" content=""/>
- <meta name="text:textlink3" content=""/>
- <meta name="text:updates" content=""/>
- <meta name="if:AudioPlayerWhite" content="1"/>
- <meta name="if:AudioPlayerGrey" content="0"/>
- <meta name="if:AudioPlayerBlack" content="0"/>
- <meta name="text:mp3link" content="https://a.tumblr.com/tumblr_nfgmrfp3dm1s8ej49o1.mp3"/>
- <link href="http://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet" type="text/css">
- <link href='https://fonts.googleapis.com/css?family=Orbitron' rel='stylesheet' type='text/css'>
- <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}
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- //When you click on a link with class of poplight and the href starts with a #
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- //Pull Query & Variables from href URL
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- //Fade in the Popup and add close button
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/7e4e05c734e2e42966ca587f4246c626/wv1gc37/ZAMnggvoa/tumblr_static_dxgo7quj2k0scss4cgkg4cccg.png" class="btn_close" title="Close Window" alt="Close" /></a>');
- //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- //Fade in Background
- $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
- return false;
- });
- //Close Popups and Fade Layer
- $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <style type="text/css">
- ::-webkit-scrollbar {
- height: 10px;
- width: 5px;
- background: {color:background};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background: {color:linkhover};
- }
- body {font-family: tahoma;
- font-size: 11px;
- color:{color:text};text-align: justify;
- background: {color:background};
- background-image: url('{image:background}');
- background-repeat: no-repeat; overflow: hidden;
- background-attachment: fixed; background-size: cover;
- }
- a {
- color: {color:link};
- text-decoration: none;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- a:hover {
- color: {color:linkhover};
- text-decoration: none;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- small { font-size:11px;
- }
- b{ font-size:12px;}
- h1 {
- font-size:20px;
- text-align: center;
- font-family: georgia;
- line-height:95%;
- text-transform:Uppercase;
- letter-spacing:-1px;
- padding-right: 4px;
- color: {color:text};
- text-decoration: none;
- }
- h2 {font-weight:bold;
- text-transform: uppercase;
- margin-bottom:5px; text-align: center;
- font-family: Orbitron;
- font-size:17px;
- line-height:95%;
- letter-spacing:-1px;
- }
- #asker { text-transform:uppercase;
- padding: 20px;background-color:{color:background};
- text-align: center;
- margin-bottom: 20px;
- color: {color:text};
- border-radius: 3px;
- text-decoration: none;}
- #asker a:hover {text-decoration: none;}
- #asker a {text-decoration: none;
- }
- #asker img{border-radius: 100px;margin-right:6px; margin-bottom: -15px;}
- #question {
- text-align: justify;
- margin-top:10px;
- margin-left: 50px;
- line-height: 105%;
- font-size:11px; font-family:arial;
- text-transform:none;
- text-align:left;}
- #answer{text-transform:none;
- font-size:11px;
- color:{color:text};}
- #answer img {
- border-radius: 0px;
- margin-right: 6px;
- margin-bottom: -5px;
- }
- #feels {position: fixed;
- opacity: 0.99;
- height: 400px;
- padding-right: 20px;
- overflow: auto; margin-top: 140px;
- margin-left: 250px;
- overflow-x: hidden;
- width: 450px;
- text-align:justify;
- color:{color:text};
- }
- #posts {
- width:400px;
- text-align:justify;
- color:{color:text};
- }
- #posts img{opacity:0.98;
- }
- #posts img:hover{opacity:0.99;
- -moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;}
- .caption {
- width:400px;
- text-align:left;
- line-height:150%;
- font-size:9px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- #trident {
- width: 390px;line-height: 100%;
- font-family:fjalla one; text-transform: uppercase;
- opacity: 0.99; letter-spacing: -1px;
- font-size: 14px; padding-top: 10px;border-top: {color:navhover} dotted 1px; z-index: 1; text-align:left;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #trident a {
- color: {color:Link};
- }
- #trident a:hover{color: {color:navhover};
- }
- #tags {
- color: {color:background};
- text-align: center;
- width:390px; font-size:11px;
- line-height:150%; background-color:{color:navigationline};
- text-align:left; letter-spacing:0px;
- padding:3px; font-family:arial;
- margin-bottom: 50px;opacity:0.98; text-transform: none!important;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #tags a { text-decoration: none; color: {color:background}; }
- #tags a:hover {text-decoration: none; color: {color:background};}
- #odesta {
- position: fixed;
- padding: 20px;
- left: 330px;
- opacity: 0.98;
- margin-top: 1%;
- width: 200px;
- }
- .tumblr_blog {font-weight: bold;
- text-transform: uppercase;
- margin-bottom: 5px;
- font-family: 'Orbitron', sans-serif;
- font-size: 10px;
- letter-spacing: 1px;
- line-height: 125%;
- }
- .title {
- text-align: center;font-weight: bold;
- text-transform: uppercase;
- margin-bottom:5px;
- font-family: 'Orbitron', sans-serif;
- font-size:20px;
- line-height:65%; color: {color:text};
- letter-spacing:-1px;
- }
- .subtitle {
- text-align: center; color: {color:text};
- font-family: 'fjalla one', sans-serif;
- opacity: 0.8;
- font-size: 10px;
- text-transform: uppercase;
- letter-spacing: 1px; }
- .subtitle a{font-style: none;}
- .navigation {
- text-align: center;
- padding: 7px;
- text-transform: uppercase;
- margin-bottom: 5px;
- font-family: georgia;
- -moz-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- font-weight: normal;
- font-family: georgia;
- font-size: 19px;
- line-height: 120%;
- letter-spacing: 4px;
- margin-top: 130px;
- margin-left: 180px;
- display: inline-table;
- position: fixed;
- }
- .navigation a {color: {color:navhover};
- text-decoration: none;
- padding:2px;
- background-color: none;}
- .navigation a:hover {
- color: #222;color: {color:navlink};
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #description {width:250px;
- padding:1px;
- margin-top:10px;
- margin-left: -30px;
- border-left: 0px solid {color:background};
- font-size: 11px;
- text-align: center;
- float: center;
- }
- #description a {text-decoration:none;}
- ::selection {
- color: {color:select};
- background: {color:navhover};
- }
- ::-moz-selection {
- color: {color:select};
- background: {color:navhover};
- }
- ::-webkit-selection {
- color: {color:select};
- background: {color:navhover};
- }
- blockquote {
- border-left:4px solid {color:navigationline};
- padding-left:5px;
- margin:3px 5px 3px 20px;}
- #everlark
- #everlark a{
- display:block;position: absolute;
- }
- #everlark .dick {position: absolute;
- margin-top:0px;filter: alpha(opacity = 0);
- opacity:0;-webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #everlark:hover .dick {
- margin-top:0px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- opacity:100;
- }
- #updates { font-size: 9px;
- width: 100px;
- height: auto;
- padding-top: 3px;
- margin-left: 155px;
- text-align: center;position: absolute;
- }
- #anchor img{
- margin-left: 100px; position: absolute;
- }
- #fade {
- display: none;
- background: #000;
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none;
- background: #FFFFFF;
- padding: 20px;
- float: left;
- position: fixed;
- top: 50%;
- left: 50%;
- z-index: 99999;
- }
- img.btn_close {
- float: right;
- width: 15px;
- margin: -15px -15px 0 0;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- .notes{ list-style-type: none;}
- .notes img{
- border-radius: 3px;
- margin: 0px 10px -4px 0px;}
- .notes li {
- padding-bottom: 7px;
- }
- .mus {
- min-height: 100px;
- height: 100px;
- padding: 0px 20px;
- padding-left: 0px;
- display: table;
- {block:If250pxPost}{block:IndexPage}
- width: 210px;
- padding: 20px;
- height: 210px;
- {/block:IndexPage}{/block:If250pxPost}}
- .mus img {width: 100px; position: absolute; border-radius: 5px;
- {block:If250pxPost}{block:IndexPage}
- width: 150px; margin-left: 30px; margin-top: 30px;
- {/block:IndexPage}{/block:If250pxPost}}
- .musiclabel {
- padding: 10px 20px;
- padding-left: 120px;
- display: table-cell;
- {block:IfNot250pxPost}
- {block:IfNot400pxPost}width: 400px;{/block:IfNot400pxPost}
- {block:If400pxPost}width: 300px;{/block:If400pxPost}
- {/block:IfNot250pxPost}
- {block:If250pxPost}
- width: 150px;
- {block:PermalinkPage}width: 400px;{/block:PermalinkPage}
- {/block:If250pxPost}
- {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase} }
- .audioverlay {opacity: 0.3;
- {block:IfAudioPlayerWhite}background-color: #fff;{/block:IfAudioPlayerWhite}
- {block:IfAudioPlayerGrey}background-color: #e4e4e4;{/block:IfAudioPlayerGrey}
- {block:IfAudioPlayerBlack}background-color: #000;{/block:IfAudioPlayerBlack}
- position: absolute;
- z-index: 10;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- z-index: 100;}
- .mus:hover .audioverlay {opacity: 0.8;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;}
- .audioarrow { width: 20px;
- height: 30px;
- overflow: hidden;
- margin: 35px 45px 35px 35px;}
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="ask" class="popup_block">
- <iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/YOURURL.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe></div>
- <div id="everlark">
- <div id="anchor"><img src="{image:updates}" width="50"></div>
- <div style="font-family: 'Orbitron', sans-serif;font-size: 8px;text-transform: uppercase;letter-spacing: 3px;opacity:0.5;margin-left: 100px;margin-top:50px;position: fixed;">updates<br><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0={text:mp3link}&t0=&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></div>
- <div class="dick">
- <div id="updates">{text:updates}</div>
- </div></div>
- <div id="odesta"><center>
- <div class="title">{text:title}</div>
- <div class="subtitle">{text:subtitle}</div></center>
- <div id="description">{Description}</div></div>
- <div class="navigation">
- <a href="/" title="home page">●</a><br>
- <a href="#?w=450" rel="ask" class="poplight" title="message">●</a><br>
- <a href="{text:link1}" title="{text:textlink1}">●</a><br>
- <a href="{text:link2}" title="{text:textlink2}">●</a><br>
- <a href="{text:link3}" title="{text:textlink3}">●</a><br>
- {block:PreviousPage}<a href="{PreviousPage}" title="previous page" class="jump_page">◀</a>{/block:PreviousPage}<br>{block:NextPage}<a href="{NextPage}" title="next page" class="jump_page">▶</a>{/block:NextPage}{/block:Pagination}
- </div>
- <div id="feels">
- {block:Posts}
- <div id="posts">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h1>❝{Quote}❞</h1>—{Source}{/block:Quote}
- {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center><img src="{PhotoURL-400}"></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-400}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Audio}<div class="mus"><div class="audioverlay"><div class="audioarrow">{block:IfAudioPlayerWhite}{AudioPlayerWhite}{/block:IfAudioPlayerWhite}{block:IfAudioPlayerGrey}{AudioPlayerGrey}{/block:IfAudioPlayerGrey}
- {block:IfAudioPlayerBlack}{AudioPlayerBlack}{/block:IfAudioPlayerBlack}</div></div><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" alt="default album art"/>{block:AlbumArt}<img class="cover" src="{AlbumArtURL}" />{/block:AlbumArt}<div class="musiclabel" {block:If250pxPost}{block:IndexPage}style="display: none"{/block:IndexPage}{/block:If250pxPost}>{block:TrackName}<span style="font-weight:normal;text-transform: uppercase;font-family: fjalla one;font-size:17px;letter-spacing:-1px;">{TrackName}</span>{/block:TrackName}<br>{block:Artist}{Artist}{/block:Artist} {block:Album}· {Album}{/block:Album}<br>
- {block:Playcount}{Playcount} Plays{/block:Playcount}</div></div>
- {block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div id="asker"><img src="{AskerPortraitURL-40}"><span style="text-transform: uppercase;font-family: Orbitron;font-size:17px;line-height:110%;display: inline-table;text-align: left;font-weight: bold;">{Asker}:</span> <div id="question">{Question}</div></div>
- {block:Answerer}{Answer}{/block:Answerer}
- <div id="replies">{Replies}</div>
- {/block:Answer}
- <div id="trident">
- {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
- {block:NoteCount}| <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:NotReblog}| <a href="{ReblogURL}" target="_blank">reblog</a>{/block:NotReblog} <br>
- {block:HasTags} <div id="tags">
- {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
- {/block:HasTags}
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment