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>
- <!--Theme #47 - Desolate by wonderfullythemes
- please leave the credit intact thanks!-->
- <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}
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
- <!--SCRIPT FOR TOOLTIPS-->
- <stsss>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".more").click(function(){
- $(".navi").show("");
- $(".updates").hide("");
- });
- $(".extra").click(function(){
- $(".updates").show("");
- $(".navi").hide("");
- });
- });
- </script>
- <!--LAZY LOAD-->
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- <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'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <meta name="color:Background" content="#fff" />
- <meta name="color:Link" content="#1bcc5c" />
- <meta name="color:Hover" content="#444" />
- <meta name="color:Text" content="#444" />
- <meta name="color:Sidebar Background" content="#ddd" />
- <meta name="color:Border" content="#ddd" />
- <meta name="color:FAQ Text" content="#000" />
- <meta name="color:Question Background" content="#ddd" />
- <meta name="color:Question Text" content="#444" />
- <meta name="color:Question Link" content="#000" />
- <meta name="color:Chat Bg Odd" content="#ddd" />
- <meta name="color:Chat Bg Even" content="#fff" />
- <meta name="color:Info Background" content="#ddd" />
- <meta name="color:Info Text" content="#444" />
- <meta name="color:Info Links" content="#444" />
- <meta name="color:Info Links Hover" content="#fff" />
- <meta name="color:Tooltip Background" content="#fff" />
- <meta name="color:Tooltip Border" content="#fff" />
- <meta name="color:Tooltip Shadow" content="#ddd" />
- <meta name="color:Tooltip Text" content="#000" />
- <meta name="color:Scrollbar" content="#000" />
- <meta name="color:Scrollbar Background" content="#fff" />
- <meta name="image:Background" content="" />
- <meta name="text:Subtitle" content="subtitle" />
- <meta name="text:FAQ" content="your faq here" />
- <meta name="text:Updates" content="your updates here" />
- <meta name="if:CustomCursor" content="1" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Text" content="Link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Text" content="Link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Text" content="Link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Text" content="Link 4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Text" content="Link 5" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Text" content="Link 6" />
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:Scrollbar};
- }
- ::-webkit-scrollbar {
- height:4px;
- width:8px;
- padding-right:2px;
- background-color:{color:Scrollbar Background};
- }
- #s-m-t-tooltip {
- max-width:200px;
- font-size:11px;
- background-color:{color:Tooltip Background};
- color:{color:Tooltip Text};
- box-shadow:5px 5px 4px {color:Tooltip Shadow};
- border:1px solid {color:Tooltip Border};
- line-height:9px;
- display:none;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:10px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- body {
- background-image:{image:Background};
- background-attachment:fixed;
- background-size:cover;
- background-repeat:no-repeat;
- background:{color:Background};
- color:{color:Text};
- font-family:'calibri';
- font-size:12px;
- text-decoration:none;
- text-transform:none;
- margin:0px;
- {block:IfCustomCursor}
- cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
- {/block:IfCustomCursor}
- }
- a {
- color:{color:Link};
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- {block:IfCustomCursor}
- cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
- {/block:IfCustomCursor}
- color:{color:Hover};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /* Effect 1: Brackets */
- .cl-effect-1 a::before,
- .cl-effect-1 a::after {
- display: inline-block;
- opacity: 0;
- -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
- -moz-transition: -moz-transform 0.3s, opacity 0.2s;
- transition: transform 0.3s, opacity 0.2s;
- }
- .cl-effect-1 a::before {
- margin-right: 5px;
- content: '[';
- -webkit-transform: translateX(20px);
- -moz-transform: translateX(20px);
- transform: translateX(20px);
- }
- .cl-effect-1 a::after {
- margin-left: 5px;
- content: ']';
- -webkit-transform: translateX(-20px);
- -moz-transform: translateX(-20px);
- transform: translateX(-20px);
- }
- .cl-effect-1 a:hover::before,
- .cl-effect-1 a:hover::after,
- .cl-effect-1 a:focus::before,
- .cl-effect-1 a:focus::after {
- opacity: 1;
- -webkit-transform: translateX(0px);
- -moz-transform: translateX(0px);
- transform: translateX(0px);
- }
- h2 {
- color:{color:Link};
- }
- h2 a {
- color:{color:Link};
- }
- li {
- list-style:square;
- }
- blockquote {
- border-left:2px solid {color:Text};
- padding-left:5px;
- }
- img, blockquote, li, h2 {
- max-width:100%;
- }
- /*--POP UP ASK--*/
- .popup_block{
- display:none;
- background:#fff;
- padding:20px;
- border:1px solid #eee; /* if you want a solid white pop-up, delete this */
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- box-shadow: 0px 0px 20px #000; /* delete for solid white */
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:#000; /* change to #fff for solid white */
- opacity:0.5; /* change to opacity:1; */
- }
- #entries {
- top:40px;
- width:400px;
- margin:auto;
- position:relative;
- left:320px;
- float:left;
- }
- #post {
- width:400px;
- margin-top:30px;
- margin-bottom:200px;
- }
- /*--RIGHT SIDEBAR--*/
- #rightsidebar {
- width:auto;
- right:15%;
- top:50%;
- margin-top:-10px;
- text-align:right;
- position:fixed;
- }
- .title {
- text-transform:uppercase;
- letter-spacing:4px;
- width:300px;
- text-align:center;
- padding-left:10px;
- margin-bottom:10px;
- }
- .subtitle {
- text-transform:lowercase;
- letter-spacing:1px;
- }
- .links {
- padding:5px;
- font-size:10px;
- height:auto;
- font-style:none;
- text-decoration:none;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .links a {
- color:{color:Link};
- }
- .links a:hover {
- color:{color:Hover};
- }
- #pagination {
- width:400px;
- font-size:10px;
- float:center;
- text-align:center;
- text-transform:uppercase;
- }
- .navi {
- text-transform:lowercase;
- text-align:left;
- margin-top:20px;
- margin-left:15px;
- }
- .hover a {
- width:100px;
- padding:0 50px 0 5px;
- }
- .hover a:hover {
- font-style:none;
- box-shadow:inset 100px 0 {color:Hover};
- color:{color:Link};
- }
- .description {
- width:200px;
- padding-left:5px;
- padding-right:5px;
- margin-top:-85px;
- margin-left:100px;
- position:absolute;
- text-align:right;
- height:85px;
- overflow-y:scroll;
- }
- /*--POST TYPES--*/
- .user {
- font-style:italic;
- position:relative;
- }
- .user a {
- border-bottom:none;
- color:{color:Question Link};
- }
- .user a:hover {
- color:{color:Hover};
- letter-spacing:2px;
- box-shadow:none;
- }
- .question {
- position:relative;
- max-width:100%;
- background-color:{color:Question Background};
- color:{color:Question Text};
- padding:20px;
- }
- .arrow-down {
- width: 0;
- height: 0;
- border-left: 15px solid transparent;
- border-right: 15px solid transparent;
- margin-left:30px;
- margin-top:0px;
- border-top: 15px solid {color:Question Background};
- }
- .answer {
- text-align:left;
- margin-top:20px;
- max-width:100%;
- padding-bottom:5px;
- }
- .quote {
- font-size:18px;
- font-style:italic;
- }
- .chat li {
- list-style:none;
- }
- .line_odd {
- color:{color:Chat Bg Odd};
- }
- .line_even {
- color:{color:Chat Bg Even};
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #fff;
- padding: 10px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- width: 19px;
- height: 19px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -18px;
- left: -7px;
- }
- .tumblr_audio_player {
- height: 90px;
- width: 270px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- overflow: hidden;
- width: 79px;
- height: 79px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- /*--INFO AND TAGS--*/
- #post:hover #footer {
- margin-top:10px;
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #footer {
- color:{color:Info Text};
- text-transform:uppercase;
- width:380px;
- text-align:left;
- font-size:10px;
- margin-top:10px;
- padding:10px;
- background-color:{color:Info Background};
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #footer a {
- color:{color:Info Links};
- }
- #footer a:hover {
- color:{color:Info Links Hover};
- }
- .ask:hover {
- cursor:help;
- }
- .faq {
- height:70px;
- overflow-y:scroll;
- color:{color:FAQ Text};
- }
- .more:hover {
- cursor:help;
- }
- .navi {
- position:fixed;
- display:none;
- }
- .extra:hover {
- cursor:help;
- }
- .updates {
- padding:5px;
- width:300px;
- text-align:left;
- position:relative;
- margin-top:20px;
- margin-left:10px;
- display:none;
- }
- /*--CREDIT--*/
- #spectrum {
- bottom:9px;
- right:7px;
- font-size:8px;
- font-family:'calibri';
- letter-spacing:1px;
- text-transform:uppercase;
- position:fixed;
- }
- {CustomCSS}</style></head><body>
- <div id="rightsidebar">
- <div class="title">{Title} - <span class="subtitle">{text:Subtitle}</span></div>
- <div class="links">
- <nav class="cl-effect-1">
- <a href="/">Refresh</a>
- <a href="#?w=400" rel="box1" class="poplight">message</a>
- <a class="more">Navigation</a>
- <a class="extra">Updates</a>
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
- {/block:Pagination}
- </nav>
- </div>
- <div class="navi">
- <div class="hover">
- X <a href="{text:Link1}">{text:Link1 Text}</a><br>
- X <a href="{text:Link2}">{text:Link2 Text}</a><br>
- X <a href="{text:Link3}">{text:Link3 Text}</a><br>
- X <a href="{text:Link4}">{text:Link4 Text}</a><br>
- X <a href="{text:Link5}">{text:Link5 Text}</a><br>
- X <a href="{text:Link6}">{text:Link6 Text}</a>
- </div>
- <div class="description">{Description}</div>
- </div>
- <div class="updates">
- {text:Updates}
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- {block:Answer}
- <div class="question">{Question} ―<span class="user">{Asker}</span></div>
- <div class="arrow-down"></div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Quote}
- <span class="quote"><div style="font-size:20px;color:{color:Link};font-weight:bold;border-bottom:3px solid {color:Text};font-style:normal;text-align:center;float:center;width:100%;margin-bottom:10px">“</div>
- {Quote}
- <div style="font-size:20px;color:{color:Link};font-weight:bold;border-top:3px solid {color:Text};font-style:normal;text-align:center;float:center;width:100%;margin-top:10px;padding-top:5px;line-height:30px;">” </div></span>
- {block:Source}<div class="font-size:18px"> —{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <h2><a href="{URL}">{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}{Title}{/block:Title}
- {block:Lines}<span class="chat">
- <li><span class="line_{Alt}">{block:Label}<span class="label">{Label}</span></span>{/block:Label}</span> {Line}</li>
- {/block:Lines}
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- {block:TrackName}{TrackName}</a><br>{/block:TrackName}
- {block:Artist}Artist: {Artist}<br>{/block:Artist}
- {block:Album}Album: {Album}<br>{/block:Album}
- {PlayCountWithLabel}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- <div id="footer">
- {block:Date}<a href="{Permalink}" title="{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}"><i class="fa fa-clock-o"></i></a> {block:NoteCount} <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-heart"></i></a>{/block:NoteCount} {/block:Date}
- {block:HasTags} <a href="{Permalink}" title="{block:Tags}#{Tag} {/block:Tags}"><i class="fa fa-tags"></i></a> {/block:HasTags}
- <div style="float:right">
- {block:RebloggedFrom} + <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {/block:RebloggedFrom}
- {block:RebloggedFrom} | <a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:RebloggedFrom}
- </div>
- </div>
- </div>{/block:Posts}
- <div id="spectrum">
- <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes">theme</a>
- </div>
- </div>
- </body>
- <div id="box1" class="popup_block">
- <div class="faq">
- {text:FAQ}
- </div>
- <iframe frameborder="0" height="150" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement