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 #48 - Aphotic by wonderfullythemes
- please keep my 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">
- <!--TOOLTIPS-->
- <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 src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".maintitle").click(function(){
- $(".maintitle").toggleClass('intro');
- });
- $(".maintitle").click(function(){
- $(".description").toggle('slow');
- });
- $(".maintitle").click(function(){
- $(".links").toggle('slow');
- });
- $("#rules").click(function(){
- $("#rules").slideUp('slow');
- });
- });
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://code.jquery.com/jquery-latest.js"></script>
- <script src="http://jquery-ui.googlecode.com/svn/tags/latest/ui/jquery.effects.core.js"></script>
- <script src="http://jquery-ui.googlecode.com/svn/tags/latest/ui/jquery.effects.slide.js"></script>
- <script>
- $(document).ready(function(){
- $(".message").click(function(){
- $("#faqcontainer").toggle('slide', {direction: 'left'}, 1000);
- });
- });
- $(document).ready(function(){
- $(".more").click(function(){
- $("#resources").toggle('slide', {direction: 'left'}, 1000);
- });
- });
- $(document).ready(function(){
- $(".convo").click(function(){
- $(".content").slideToggle('slow');
- });
- });
- </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:Title" content="#fff" />
- <meta name="color:Scrollbar" content="#444" />
- <meta name="color:Pre Background" content="#ddd" />
- <meta name="color:Question Background" content="#fff" />
- <meta name="color:Question Text" content="#000" />
- <meta name="color:Chat Label" content="#ddd" />
- <meta name="image:Background" content="" />
- <meta name="image:Sidebar" content="" />
- <meta name="if:UpdatesTab" content="1" />
- <meta name="text:Faq" content="your faq here" />
- <meta name="text:Updates" content="your updates here" />
- <meta name="text:About" content="about you here" />
- <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" />
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:Scrollbar};
- }
- ::-webkit-scrollbar {
- height:4px;
- width:10px;
- padding-right:2px;
- background-color:{color:Background};
- }
- ::-moz-selection {
- background: {color:Link};
- color:{color:Text};
- }
- ::selection {
- background: {color:Link};
- color:{color:Text};
- }
- #s-m-t-tooltip {
- max-width:200px;
- background-color:#000;
- color:#fff;
- border:1px solid white;
- line-height:15px;
- display:none;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:15px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- body {
- background-image: url({image:Background});
- background-repeat:no-repeat;
- background-attachment:fixed;
- background-size:cover;
- background:{color:Background};
- color:{color:Text};
- font-family:'calibri';
- font-size:13.5px;
- text-decoration:none;
- text-transform:none;
- margin:0px;
- line-height:18px;
- }
- a {
- border-bottom:1px solid transparent;
- color:{color:Link};
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- border-bottom:1px solid white;
- color:{color:Hover};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- h2 {
- }
- h2 a {
- color:{color:Link};
- }
- li {
- list-style:square;
- }
- blockquote {
- border-left:2px solid {color:Text};
- padding-left:5px;
- }
- pre {
- color:#000;
- background-color:{color:Pre Background};
- padding:10px;
- max-width:100%;
- font-size:12px;
- }
- img, blockquote, li, h2 {
- max-width:100%;
- }
- #entries {
- top:-2px;
- width:400px;
- margin:auto;
- position:relative;
- left:500px;
- float:left;
- padding:70px;
- border-left:1px solid white;
- border-right:1px solid white;
- {block:PermalinkPage}
- height:600px;
- {/block:PermalinkPage}
- }
- #post {
- width:400px;
- margin-bottom:200px;
- }
- /*--SIDEBAR--*/
- #sidebar {
- top:0;
- width:405px;
- height:100%;
- position:fixed;
- }
- #sidebar:hover .sidebarpic img {
- -webkit-filter:grayscale(100%);
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .sidebarpic {
- width:auto;
- height:100%;
- position:absolute;
- }
- .sidebarpic img {
- width:405px;
- height:100%;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .maintitle {
- width:228px;
- bottom:80px;
- left:70px;
- line-height:20px;
- position:absolute;
- letter-spacing:4px;
- text-align:center;
- text-transform:uppercase;
- font-size:17px;
- border:1px solid {color:Title};
- padding:20px;
- color:{color:Title};
- z-index:3;
- height:20px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .maintitle:hover {
- cursor:help;
- background-color: rgba(189, 214, 196,0.5);
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .intro {
- bottom:77%;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .description {
- left:70px;
- top:190px;
- border:1px solid {color:Border};
- width:226px;
- height:130px;
- overflow-y:scroll;
- padding:20px;
- position:absolute;
- text-align:justify;
- background-color: rgba(0,0,0,0.5);
- display:none;
- }
- .links {
- border:1px solid white;
- width:266px;
- left:70px;
- top:400px;
- padding-top:10px;
- padding-bottom:10px;
- background-color: rgba(0,0,0,0.5);
- position:absolute;
- text-align:center;
- letter-spacing:1px;
- text-transform:uppercase;
- display:none;
- }
- .links a {
- padding:3px;
- border-bottom:none;
- display:block;
- font-size:12px;
- color:{color:Link};
- }
- .links a:hover {
- letter-spacing:5px;
- border-bottom:none;
- background-color:{color:Link};
- color:{color:Hover};
- cursor:crosshair;
- }
- #pagination {
- width:100%;
- height:150px;
- text-align:center;
- font-size:13px;
- text-transform:uppercase;
- float:center;
- bottom:0;
- }
- #pagination a {
- padding:3px 5px 3px 5px;
- color:#fff;
- background-color:transparent;
- border:1px solid white;
- }
- #pagination a:hover {
- background-color:{color:Link};
- }
- .current_page {
- padding:3px 5px 3px 5px;
- }
- .jump_page {
- color:blue;
- padding:3px 5px 3px 5px;
- }
- /*--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;
- }
- .label {
- color:{color:Chat Label};
- }
- .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--*/
- #footer {
- text-transform:uppercase;
- width:400px;
- text-align:left;
- border-top:1px solid {color:Text};
- margin-top:10px;
- padding-top:10px;
- font-size:12.5px;
- letter-spacing:1px;
- }
- #footer a {
- color:{color:Link};
- border-bottom:none;
- }
- #footer a:hover {
- color:{color:Text};
- letter-spacing:4px;
- border-bottom:none;
- cursor:crosshair;
- }
- #post:hover .tags {
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .tags {
- text-transform:none;
- letter-spacing:0px;
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--FAQ--*/
- .message {
- }
- #faqcontainer {
- top:0;
- left:500px;
- width:400px;
- height:520px;
- overflow-y:scroll;
- padding:70px;
- position:fixed;
- background-color:{color:Background};
- border-left:1px solid {color:Text};
- border-right:1px solid {color:Text};
- display:none;
- }
- #faqcontainer p {
- margin-top:-30px;
- }
- #faqcontainer h4 {
- margin-top:-10px;
- }
- #faqcontainer ul {
- margin-top:-10px;
- }
- /*--RESOURCES--*/
- .more {
- }
- #resources {
- top:0;
- left:500px;
- width:400px;
- height:520px;
- overflow-y:scroll;
- padding:70px;
- position:fixed;
- background-color:{color:Background};
- border-left:1px solid {color:Text};
- border-right:1px solid {color:Text};
- display:none;
- }
- /*--CREDIT--*/
- #spectrum {
- bottom:9px;
- right:7px;
- font-size:8px;
- font-family:'calibri';
- letter-spacing:1px;
- text-transform:uppercase;
- position:fixed;
- }
- /*--UPDATES TAB--*/
- #lostatsea {
- top:80px;
- right:65px;
- position:fixed;
- }
- .convo {
- width:150px;
- text-transform:uppercase;
- padding:10px;
- border:1px solid white;
- letter-spacing:4px;
- text-align:center;
- margin-bottom:20px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .convo:hover {
- cursor:crosshair;
- box-shadow:inset 190px 0 0 {color:Link};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .content {
- width:170px;
- font-size:11px;
- text-transform:uppercase;
- display:none;
- border-bottom:1px solid white;
- }
- .content ul {
- margin-left:-25px;
- }
- {CustomCSS}</style></head><body>
- {block:IfUpdatesTab}
- <div id="lostatsea">
- <div class="convo">updates</div>
- <div class="content">
- {text:Updates}
- </div>
- </div>
- {/block:IfUpdatesTab}
- <div id="sidebar">
- <div class="sidebarpic"><img src="{image:Sidebar}" /></div>
- <div class="maintitle">{Title}</div>
- <div class="links">
- <a href="/">Index</a>
- <a class="message">Mail</a>
- <a class="more">More</a>
- <a href="{text:Link1}">{text:Link1 Text}</a>
- <a href="{text:Link2}">{text:Link2 Text}</a>
- <a href="{text:Link3}">{text:Link3 Text}</a>
- <a href="{text:Link4}">{text:Link4 Text}</a>
- </div>
- <div class="description">{Description}</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="{ShortMonth} {DayOfMonthWithZero} {Year}">{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}</a>
- {block:NoteCount} + <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:RebloggedFrom} + <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}
- {block:RebloggedFrom} + <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}
- <div class="tags">
- {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- {/block:Date}</div>
- </div>{/block:Posts}
- <div id="pagination">
- {block:Pagination}{block:PreviousPage}
- <a href="{PreviousPage}">back</a>
- {/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}{block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
- <a href="{NextPage}">Next</a>
- {/block:NextPage}{/block:Pagination}
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- <div id="faqcontainer">
- {text:Faq}
- <br><br>
- <iframe frameborder="0" height="250" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="400"></iframe>
- </p>
- </div>
- <div id="resources">
- {text:About}
- </div>
- <div id="spectrum">
- <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes">theme</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement