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 #43 Revmap - Transparent by wonderfullythemes
- dont remove the credit pls and 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 src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <stsss>
- <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 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 src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".idk").click(function(){
- $(".desc").fadeToggle("slow");
- $("#links").fadeOut("slow");
- });
- $(".what").click(function(){
- $("#links").fadeToggle("slow");
- $(".desc").fadeOut("slow");
- });
- });
- </script>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#838282"/>
- <meta name="color:Link" content="##d11235"/>
- <meta name="color:Hover" content="#e0e0e0"/>
- <meta name="color:Title" content="#444"/>
- <meta name="color:Bottom Bar Bg" content="#000" />
- <meta name="color:Scrollbar" content="#000" />
- <meta name="color:NavLink" content="#000" />
- <meta name="color:NavLink Hover" content="#fff" />
- <meta name="color:NavLink Bg Hover" content="#000" />
- <meta name="color:Question Background" content="#ddd" />
- <meta name="color:Question Text" content="#000" />
- <meta name="color:Chat Bg Odd" content="#ddd" />
- <meta name="color:Chat Text Odd" content="#000" />
- <meta name="color:Chat Bg Even" content="#444" />
- <meta name="color:Chat Text Even" content="#000" />
- <meta name="color:Info Background" content="#ddd" />
- <meta name="color:Info Shadow" content="#444" />
- <meta name="color:Info Link" content="#fff" />
- <meta name="color:Info Link Hover" content="#000" />
- <meta name="color:Tooltip Background" content="#fff" />
- <meta name="color:Tooltip Text" content="#000" />
- <meta name="color:Tooltip Border" content="#000" />
- <meta name="color:Tooltip Shadow" content="#ddd" />
- <meta name="image:Background" content="" />
- <meta name="if:ShowLink1" content="1" />
- <meta name="if:ShowLink2" content="1" />
- <meta name="if:ShowLink3" content="1" />
- <meta name="if:ShowLink4" content="1" />
- <meta name="if:ShowLink5" content="1" />
- <meta name="if:ShowLink6" content="1" />
- <meta name="if:ShowLink7" content="1" />
- <meta name="if:ShowLink8" 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" />
- <meta name="text:Link7" content="/" />
- <meta name="text:Link7 Text" content="Link 7" />
- <meta name="text:Link8" content="/" />
- <meta name="text:Link8 Text" content="Link 8" />
- <meta name="text:Link9" content="/" />
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:Scrollbar};
- }
- ::-webkit-scrollbar {
- height:4px;
- width:10px;
- padding-right:2px;
- background-color:transparent;
- }
- #s-m-t-tooltip {
- font-family:'calibri';
- border:1px solid {color:Tooltip Border};
- box-shadow:8px 8px 6px {color:Tooltip Shadow};
- max-width:300px;
- font-size:15x;
- line-height:18px;
- background-color:{color:Tooltip Background};
- color:{color:Tooltip Text};
- display:none;
- position:absolute;
- letter-spacing:2px;
- text-transform:uppercase;
- padding:15px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- body {
- background-image: url({image:Background});
- background-attachment:fixed;
- background-color:{color:Background};
- margin:0px;
- color:{color:Text};
- font-family:'corbel';
- font-size:15px;
- line-height:18px;
- font-style: none;
- }
- a {
- color:{color:Link};
- text-decoration:underline;
- }
- a:hover {
- text-decoration:line-through;
- color:{color:Hover};
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- #entries {
- position:relative;
- float:center;
- top:40px;
- text-align:justify;
- overflow:hidden;
- margin-bottom:40px;
- left:400px;
- width:570px;
- }
- #post {
- margin-bottom:200px;
- width:500px;
- {block:PermalinkPage}
- float:center;
- {/block:PermaLinkPage}
- }
- #post img {
- max-width:100%
- }
- /*--BOTTOM SIDEBAR (??)--*/
- #sidebar {
- bottom:0;
- width:100%;
- position:fixed;
- z-index:999;
- background-color:{color:Bottom Bar Bg};
- height:65px;
- }
- .title {
- padding:20px;
- text-align:left;
- letter-spacing:16px;
- text-transform:uppercase;
- color:{color:Title};
- }
- .title a {
- text-decoration:none;
- color:{color:Title};
- }
- .title a:hover {
- text-decoration:line-through;
- }
- #pagination {
- position:absolute;
- padding-bottom:20px;
- z-index:9999;
- text-align:center;
- font-style:none;
- text-transform:lowercase;
- }
- /*--OTHER LINKS--*/
- #otherlinks {
- top:250px;
- left:160px;
- position:fixed;
- }
- #otherlinks a {
- text-decoration:none;
- color:{color:NavLink};
- padding:10px;
- display:block;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #otherlinks a:hover {
- color:{color:NavLink Hover};
- background-color:{color:NavLink Bg Hover};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .idk:hover {
- cursor:crosshair;
- }
- .what:hover {
- cursor:crosshair;
- }
- /*--RIGHT SIDEBAR--*/
- #links {
- top:15%;
- right:0;
- position:fixed;
- letter-spacing:4px;
- text-align:right;
- font-style:none;
- line-height:100%;
- margin-top:20px;
- margin-left:0px;
- text-transform:uppercase;
- display:none;
- }
- #links a {
- text-decoration:none;
- width:300px;
- padding:10px;
- display:block;
- color:{color:NavLink};
- border-bottom:none;
- border-right:0px solid transparent;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #links a:hover {
- box-shadow:inset -320px 0 0 {color:NavLink Bg Hover};
- color:{color:NavLink Hover};
- letter-spacing:20px;
- border-bottom:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .desc {
- margin-top:20px;
- padding:10px;
- background-color:transparent;
- position:fixed;
- width:200px;
- right:0;
- text-align:right;
- top:15%;
- height:320px;
- overflow-y:scroll;
- display:none;
- }
- /*--INFO AND TAGS--*/
- {block:IndexPage}
- #post:hover #stuffs {
- margin-top:10px;
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- {/block:IndexPage}
- #stuffs {
- height:20px;
- position:absolute;
- width:460px;
- padding:20px;
- background-color:{color:Info Background};
- box-shadow:10px 10px 9px {color:Info Shadow};
- margin-top:-40px;
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- {block:PermalinkPage}
- opacity:1;
- margin-top:5px;
- {/block:PermalinkPage}
- }
- #info {
- z-index:2000;
- letter-spacing:1px;
- text-transform:uppercase;
- font-style:none;
- color:{color:Info Link};
- }
- #info a {
- color:{color:Info Link};
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #info a:hover {
- color:{color:Info Link Hover};
- border-bottom:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #footer {
- margin-top:-22px;
- text-align:right;
- letter-spacing:1px;
- text-transform:uppercase;
- font-style:none;
- color:{color:Info Link};
- }
- #footer a {
- color:{color:Info Link};
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #footer a:hover {
- color:{color:Info Link Hover};
- border-bottom:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--POST TYPES--*/
- .user {
- font-size:30px;
- font-style:italic;
- position:relative;
- }
- .user a {
- border-bottom:none;
- color:{color:Question Text};
- }
- .user a:hover {
- color:{color:Hover};
- box-shadow:none;
- }
- .question {
- position:relative;
- max-width:100%;
- background-color:{color:Question Background};
- color:{color:Question Text};
- padding:27px 20px 10px 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 {
- line-height:32px;
- font-size:30px;
- font-style:italic;
- }
- .chat li {
- list-style:none;
- }
- .label {
- text-transform:uppercase;
- font-size:11px;
- }
- .line_odd {
- background-color:{color:Chat Bg Odd};
- color:{color:Chat Text Odd};
- padding:5px;
- }
- .line_even {
- background-color:{color:Chat Bg Even};
- color:{color:Chat Text Even};
- padding:5px;
- }
- .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;
- }
- /*CREDIT*/
- #cred {
- position:fixed;
- text-transform:uppercase;
- right:9px;
- bottom:15px;
- padding:4px;
- letter-spacing:2px;
- z-index:200000;
- }
- #cred a{
- text-decoration:none;
- color:{color:Title};
- }
- #cred a:hover {
- text-decoration:line-through;
- }
- {CustomCSS}</style></head><body>
- <div id="otherlinks">
- <a class="idk">+desc</a>
- <a class="what">+navi</a>
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">-back</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">-next</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- <div id="links">
- {block:IfShowLink1}<a href="{text:Link1}">{text:Link1 Text}</a>{/block:IfShowLink1}
- {block:IfShowLink2}<a href="{text:Link2}">{text:Link2 Text}</a>{/block:IfShowLink2}
- {block:IfShowLink3}<a href="{text:Link3}">{text:Link3 Text}</a>{/block:IfShowLink3}
- {block:IfShowLink4}<a href="{text:Link4}">{text:Link4 Text}</a>{/block:IfShowLink4}
- {block:IfShowLink5}<a href="{text:Link5}">{text:Link5 Text}</a>{/block:IfShowLink5}
- {block:IfShowLink6}<a href="{text:Link6}">{text:Link6 Text}</a>{/block:IfShowLink6}
- {block:IfShowLink7}<a href="{text:Link7}">{text:Link7 Text}</a>{/block:IfShowLink7}
- {block:IfShowLink8}<a href="{text:Link8}">{text:Link8 Text}</a>{/block:IfShowLink8}
- </div>
- <div class="desc">
- {Description}
- </div>
- </div>
- <div id="sidebar">
- <div class="title"><a href="/" title="refresh">{Title}</a></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"><span class="user">{Asker} asked:</span><p>{Question}</div>
- <div class="arrow-down"></div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Quote}
- <span class="quote"><div style="font-size:30px;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:30px;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}<h2>{Title}</h2>{/block:Title}
- {block:Lines}<span class="chat">
- <li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li></span>
- {/block:Lines}
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/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:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Video}
- <div id="stuffs">
- <div id="info">
- {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>
- <div id="footer">
- {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>
- <div style="height:100px;overflow-y:scroll;margin-top:-100px;width:480px;padding:10px">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- <div id="cred">
- <a href="http://wonderfullythemes.tumblr.com/" title="wonderfullythemes">theme</a>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement