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 #40 by wonderfullythemes
- if you plan on customizing this i wish you the best of luck
- --->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <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:50,
- tip_fade_speed:100,
- 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");
- });
- });
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".maintitle").click(function(){
- $(".buttons").slideToggle("slow")
- });
- });
- </script>
- <!--SMOOTH SCROLL-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $('a[href^="#"]').on('click',function (e) {
- e.preventDefault();
- var target = this.hash,
- $target = $(target);
- $('html, body').stop().animate({
- 'scrollTop': $target.offset().top
- }, 900, 'swing', function () {
- window.location.hash = target;
- });
- });
- });
- </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="#000" />
- <meta name="color:Border" content="#fff" />
- <meta name="color:Tooltip Background" content="#444" />
- <meta name="color:Tooltip Text" content="#fff" />
- <meta name="color:NavLinks" content="#fff" />
- <meta name="color:Post Background" content="#000" />
- <meta name="color:Chat Bg Odd" content="#000" />
- <meta name="color:Chat Bg Even" content="#ddd" />
- <meta name="image:Background" content="" />
- <meta name="text:Main Title" content="Main Title" />
- <meta name="text:Updates" content="your updates here" />
- <meta name="text:About" content="About 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" />
- <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="/" />
- <meta name="text:Link9 Text" content="Link 9" />
- <meta name="text:Link10" content="/" />
- <meta name="text:Link10 Text" content="Link 10" />
- <meta name="text:Link11" content="/" />
- <meta name="text:Link11 Text" content="Link 11" />
- <meta name="text:Link12" content="/" />
- <meta name="text:Link12 Text" content="Link 12" />
- <meta name="text:Link13" content="/" />
- <meta name="text:Link13 Text" content="Link 13" />
- <meta name="text:Link14" content="/" />
- <meta name="text:Link14 Text" content="Link 14" />
- <meta name="text:Link15" content="/" />
- <meta name="text:Link15 Text" content="Link 15" />
- <meta name="text:Link16" content="/" />
- <meta name="text:Link16 Text" content="Link 16" />
- <style type="text/css">
- /*----------------------------BASICS-----------------------------*/
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:Link};
- }
- ::-webkit-scrollbar {
- height:4px;
- width:7px;
- padding-right:2px;
- background-color:transparent;
- }
- ::-moz-selection {
- background-color:transparent;
- color: #000;
- }
- ::selection {
- background-color:transparent;
- color: #000;
- }
- #s-m-t-tooltip {
- max-width:200px;
- font-family:'consolas';
- font-size:11px;
- background-color:{color:Tooltip Background};
- color:{color:Tooltip Text};
- border:1px solid {color:Tooltip Text};
- box-shadow:5px 5px 3px {color:Tooltip Text};
- line-height:100%;
- display:none;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:10px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- body {
- background:{color:Background};
- color:{color:Text};
- font-family:'calibri';
- font-size:16px;
- color:#fff;
- text-align:left;
- text-decoration:none;
- text-transform:none;
- margin:0px;
- background-image:url({image:Background});
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-size:cover;
- }
- a {
- text-decoration:none;
- color:{color:Link};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- background-color:{color:Link};
- color:{color:Hover};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- h2 {
- color:{color:Text};
- }
- h2 a {
- color:{color:Link};
- }
- blockquote {
- border-left:2px solid {color:Text};
- padding-left:5px;
- }
- img, blockquote, li, h2 {
- max-width:100%;
- }
- li {
- list-style:square;
- }
- /*-------------------------POSTS--------------------------*/
- #postcontainer {
- padding:40px;
- width:495px;
- height:370px;
- margin-left:12%;
- overflow-y:scroll;
- border:1px solid {color:Border};
- background: rgba(0,0,0,0.5);
- position:absolute;
- }
- #entries {
- width:480px;
- margin:auto;
- position:relative;
- }
- #post {
- padding:40px;
- width:400px;
- margin-bottom:70px;
- border:1px solid {color:Border};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #post:hover {
- background-color:{color:Post Background};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--POST TYPES--*/
- .question {
- padding-bottom:30px;
- border-bottom:1px solid {color:Border};
- }
- .quote {
- font-size:16px;
- }
- .chat li {
- list-style:none;
- }
- .line_odd {
- background-color:{color:Chat Bg Odd};
- }
- .line_even {
- background-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--*/
- #footer {
- width:100%;
- text-transform:uppercase;
- text-align:center;
- font-size:12px;
- border-top:1px solid {color:Border};
- margin-top:5px;
- padding-top:20px;
- line-height:14px;
- }
- #footer a {
- padding-left:2px;
- padding-right:2px;
- color:{color:Link};
- }
- #footer a:hover {
- color:{color:Hover};
- }
- /*--POST NOTES--*/
- #postnotes {
- font-size:11px;
- height:100px;
- overflow-y:scroll;
- margin-top:20px;
- }
- #postnotes li {
- list-style:decimal;
- }
- #postnotes a {
- text-transform:uppercase;
- }
- /*--UPDATES--*/
- #sidebar {
- margin-left:58%;
- position:absolute;
- background-color: rgba(0,0,0,0.5);
- width:250px;
- height:370px;
- padding:40px;
- border:1px solid {color:Border};
- }
- .updates {
- border-bottom:1px solid {color:Border};
- height:310px;
- overflow-y:scroll;
- padding-bottom:10px;
- }
- #sidebar h5 {
- text-transform:uppercase;
- text-decoration:underline;
- }
- #pagination {
- font-size:13px;
- text-transform:uppercase;
- float:center;
- margin-top:30px;
- line-height:10px;
- }
- #pagination a {
- padding:3px 5px 3px 5px;
- color:#fff;
- background-color:transparent;
- border:1px solid {color:Border};
- }
- #pagination a:hover {
- color:{color:Hover};
- box-shadow:inset 0 28px 0 {color:Link};
- }
- .current_page {
- padding:3px 5px 3px 5px;
- }
- .jump_page {
- color:blue;
- padding:3px 5px 3px 5px;
- }
- /*--CREDIT--*/
- #spectrum {
- bottom:9px;
- right:7px;
- font-size:8px;
- font-family:'calibri';
- letter-spacing:1px;
- text-transform:uppercase;
- position:fixed;
- }
- /*--smooth scroll tabs--*/
- .section {
- margin:0px;
- height:1200px;
- width:100%;
- float:left;
- }
- .section h2 {
- color:{color:Title};
- margin:50px 0px 30px 50px;
- }
- .section p {
- margin:0 0px 0px 50px;
- width:auto;
- }
- .maintitle {
- width:710px;
- text-align:center;
- font-family:'calibri';
- letter-spacing:20px;
- padding:20px;
- text-transform:uppercase;
- font-size:40px;
- color:{color:Title};
- position:absolute;
- border:1px solid {color:Title};
- -webkit-transform: translate3d(270px,270px,0);
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .maintitle:hover {
- cursor:help;
- -webkit-transform: translate3d(270px,270px,0);
- background-color: rgba(0,0,0,0.5);
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .intro {
- margin-top:-100px;
- -webkit-transform: translate3d(270px,270px,0);
- background-color: rgba(0,0,0,0.5);
- }
- .buttons {
- width:96%;
- font-size:30px;
- text-align:center;
- margin-top:22%;
- word-spacing:5px;
- display:none;
- }
- .description {
- overflow-y:scroll;
- height:85px;
- width:395px;
- border:1px solid {color:Border};
- text-align:center;
- font-size:13px;
- text-transform:uppercase;
- letter-spacing:1px;
- padding:10px;
- margin-left:20.7%;
- background-color: rgba(0,0,0,0.5);
- }
- .stats {
- width:300px;
- border:1px solid {color:Border};
- text-align:center;
- font-size:13px;
- text-transform:uppercase;
- margin-top:-107px;
- letter-spacing:1px;
- margin-left:55%;
- background-color: rgba(0,0,0,0.5);
- }
- .stats a {
- color:{color:NavLinks};
- padding:3px;
- display:block;
- }
- .stats a:hover {
- background-color:{color:Link};
- color:{color:Hover};
- }
- .nav {
- top:220px;
- right:150px;
- width:auto;
- position:fixed;
- font-size:40px;
- z-index:5000;
- }
- .nav li {
- list-style:none;
- padding-bottom:20px;
- }
- .nav a {
- border-bottom:none;
- }
- .nav a:hover {
- cursor:crosshair;
- text-shadow:3px 3px 5px {color:Link};
- background-color:transparent;
- }
- /*------------------ABOUT ME AND LINKS-----------------*/
- .about {
- width:910px;
- height:100px;
- background-color: rgba(0, 0, 0, 0.5);
- overflow-y:scroll;
- font-size:16px;
- line-height:18px;
- border:1px solid {color:Border};
- margin-left:12%;
- color:white;
- padding:30px;
- margin-bottom:30px;
- }
- .tags {
- position:absolute;
- float:center;
- margin-left:12%;
- width:970px;
- height:220px;
- overflow-y:scroll;
- border:1px solid {color:Border};
- background-color: rgba(0, 0, 0, 0.5);
- }
- #linkscontainer {
- padding-top:35px;
- display:table;
- width:100%;
- float:center;
- text-align:center;
- }
- #singletag {
- float:center;
- display:table-cell;
- height:100px;
- width:100%;
- padding:0;
- margin:0;
- }
- #singletag a {
- font-size:11px;
- line-height:10px;
- height:10px;
- width:140px;
- padding:15px;
- display:inline-block;
- margin-right:20px;
- margin-bottom:20px;
- border:1px solid {color:NavLinks};
- text-transform:uppercase;
- text-decoration:none;
- text-align:center;
- color:{color:Navlinks};
- letter-spacing:1px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #singletag a:hover {
- border:1px solid {color:Tooltip Text};
- color:{color:Tooltip Text};
- box-shadow:inset 200px 0 0 {color:Link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- {CustomCSS}</style></head><body>
- <div class="nav">
- <li><a href="#section1" title="Home"><i class="fa fa-home"></i></a></li>
- <li><a href="#section2" title="Posts+Updates"><i class="fa fa-folder-open"></i></a></li>
- <li><a href="#section3" title="About + Links"><i class="fa fa-calendar"></i></a></li>
- </div>
- <div class="section" id="section1">
- <div class="maintitle">{text:Main Title}</div>
- <div class="buttons">
- <div class="description">{Description}</div>
- <div class="stats">
- <a href="/">Refresh</a>
- <a href="/ask">Ask</a>
- <a href="/submit">Submit</a>
- <a href="/archive">Archive</a>
- <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes" target="blank">Credit</a>
- </div>
- </div>
- </div>
- <div class="section" id="section2">
- <h2 style="margin:50px 0px 30px 37%;
- text-align:center;
- text-transform:uppercase;
- padding:10px;
- border:1px solid white;
- width:280px;
- float:center;
- background-color: rgba(0,0,0,0.5);">posts + updates</h2>
- <p>
- <div id="postcontainer">
- <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 style="text-transform:uppercase;font-size:11px">{Asker} asked:</span> {Question}</div>
- <br>{Answer}<br>
- {/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 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-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">
- <span style="text-transform:uppercase;letter-spacing:1px;">
- {block:Date}<a href="{Permalink}">{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}</a>
- {block:NoteCount} ─ <a href="{Permalink}" title="{NoteCountWithLabel}">{NoteCount}</a>{/block:NoteCount} {/block:Date}
- {block:RebloggedFrom} ─ <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {/block:RebloggedFrom}
- {block:RebloggedFrom} ─ <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}
- </span>
- <br>
- {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>
- </div>{/block:Posts}</div></div>
- <div id="sidebar">
- <div class="updates">
- <h5>updates</h5>
- {text:Updates}
- </div>
- <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>
- </div>
- </div>
- </div>
- </p>
- </div>
- <div class="section" id="section3">
- <h2 style="margin:50px 0px 30px 37%;
- text-align:center;
- text-transform:uppercase;
- padding:10px;
- border:1px solid white;
- width:280px;
- float:center;
- background-color: rgba(0,0,0,0.5);">about me + links</h2>
- <p>
- <section class="link-border">
- <div class="about">
- {text:About}
- </div>
- </section>
- <div class="tags">
- <div id="linkscontainer">
- <div id="singletag">
- <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>
- <a href="{text:Link5}">{text:Link5 Text}</a>
- <a href="{text:Link6}">{text:Link6 Text}</a>
- <a href="{text:Link7}">{text:Link7 Text}</a>
- <a href="{text:Link8}">{text:Link8 Text}</a>
- <a href="{text:Link9}">{text:Link9 Text}</a>
- <a href="{text:Link10}">{text:Link10 Text}</a>
- <a href="{text:Link11}">{text:Link11 Text}</a>
- <a href="{text:Link12}">{text:Link12 Text}</a>
- <a href="{text:Link13}">{text:Link13 Text}</a>
- <a href="{text:Link14}">{text:Link14 Text}</a>
- <a href="{text:Link15}">{text:Link15 Text}</a>
- <a href="{text:Link16}">{text:Link16 Text}</a>
- </div>
- </div>
- </div>
- </p>
- </div>
- <div id="spectrum">
- <a href="http://wonderfullythemes.tumblr.com">theme</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement