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 #34 by wonderfullythemes
- don't interfere with the credit thanks :)
- --->
- <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 STICKY HEADER-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- var menu = document.querySelector('.menu');
- var origOffsetY = menu.offsetTop;
- function scroll () {
- if ($(window).scrollTop() >= origOffsetY) {
- $('.menu').addClass('sticky');
- $('.content').addClass('menu-padding');
- $('.intro').addClass('sidebar');
- $('.description').addClass('slim');
- $('.title').addClass('woah');
- } else {
- $('.menu').removeClass('sticky');
- $('.content').removeClass('menu-padding');
- $('.intro').removeClass('sidebar');
- $('.description').removeClass('slim');
- $('.title').removeClass('woah');
- }
- }
- document.onscroll = scroll;
- });
- </script>
- <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:200,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#entries');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '#post, #post_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '#post, #post_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#scroll').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#entries').show(500);
- });
- </script>
- {/block:IndexPage}
- <!---------------END SCRIPTS--------------->
- <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:Description Text" content="#444" />
- <meta name="color:Scrollbar" content="#000" />
- <meta name="color:Tooltip Background" content="#444" />
- <meta name="color:Tooltip Text" content="#fff" />
- <meta name="image:Banner Background" content="" />
- <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" />
- <style type="text/css">
- /*--BANNER--*/
- .intro {
- height:300px;
- background-image: url({image:Banner Background});
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-size:cover;
- width:100%;
- overflow:hidden;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .title {
- left:37%;
- text-align:center;
- padding:30px;
- border:1px solid white;
- font-family:'ar bonnie';
- letter-spacing:15px;
- font-size:40px;
- color:#000;
- margin-top:100px;
- position:absolute;
- background-color: rgba(225,225,225,0.5);
- }
- .woah {
- left:25%;
- padding:10px;
- letter-spacing:5px;
- font-size:30px;
- margin-top:100px;
- }
- .sidebar {
- width:350px;
- background-image: url({image:Banner Background});
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-size:cover;
- height:100%;
- left:0;
- position:fixed;
- top:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*------------------------STICKY HEADER--------------------------------*/
- .menu {
- z-index:9999;
- width:100%;
- height:100px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .content {
- margin-top:10px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .content p {
- margin-bottom:20px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .sticky {
- position:fixed;
- top:0;
- width:50px;
- height:100%;
- left:350px;
- background:#000;
- padding-top:8%;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .description {
- width:250px;
- padding:30px;
- border:1px solid #ddd;
- height:100px;
- text-transform:uppercase;
- overflow-y:scroll;
- position:absolute;
- font-size:11px;
- left:9%;
- color:{color:Description Text};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .slim {
- z-index:300;
- width:200px;
- height:250px;
- top:180px;
- left:50px;
- position:fixed;
- overflow-y:scroll;
- background-color: rgba(225,225,225,0.5);
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--NAV LINKS--*/
- #links {
- background:#000;
- color:#fff;
- height:50px;
- line-height:50px;
- letter-spacing:1px;
- width:100%;
- z-index:9999;
- text-align:center;
- margin-top:-12px;
- }
- #links a {
- text-decoration:none;
- margin-left:3px;
- margin-right:3px;
- text-transform:uppercase;
- padding:5px;
- color:{color:Link};
- }
- #links a:hover {
- box-shadow:inset 40px 0 0 #fff;
- color:{color:Text};
- text-decoration:none;
- }
- /*----------------------------BASICS-----------------------------*/
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:Scrollbar};
- }
- ::-webkit-scrollbar {
- height:4px;
- width:7px;
- padding-right:2px;
- background-color:transparent;
- }
- #s-m-t-tooltip {
- max-width:200px;
- font-family:'consolas';
- font-size:9px;
- background-color:{color:Tooltip Background};
- color:{color:Tooltip Text};
- border:1px solid #ddd;
- box-shadow:2px 2px 2px #ddd;
- line-height:100%;
- display:none;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:5px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- body {
- background:{color:Background};
- color:{color:Text};
- font-family:'calibri';
- font-size:12px;
- text-decoration:none;
- text-transform:none;
- margin:0px;
- overflow-x:hidden;
- }
- a {
- text-decoration:none;
- color:{color:Link};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- color:{color:Hover};
- text-decoration:underline;
- -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;
- }
- #entries {
- width:800px;
- margin:auto;
- top:0px;
- position:relative;
- left:200px;
- }
- #post {
- padding:30px;
- margin:0 40px 40px 40px;
- width:250px;
- margin-bottom:70px;
- border:1px solid #ddd;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- {block:IndexPage}
- #post:hover .lastnovember {
- opacity:.5;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- {/block:IndexPage}
- .lastnovember {
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--POST TYPES--*/
- #askericon img {
- padding:10px;
- border:1px solid #ddd;
- position:absolute;
- }
- .user {
- width:auto;
- margin-left:80px;
- background-color:#000;
- padding:5px;
- letter-spacing:1px;
- font-size:8px;
- text-transform:uppercase;
- color:#ddd;
- position:relative;
- font-weight:bold;
- }
- .user a {
- color:{color:Link};
- }
- .user a:hover {
- color:{color:Hover};
- text-shadow:5px 3px 5px {color:Link};
- letter-spacing:3px;
- }
- .question {
- margin-left:80px;
- width:417px;
- margin-top:10px;
- position:relative;
- padding-bottom:20px;
- }
- .answer {
- border-top:1px solid #ddd;
- margin-top:10px;
- padding-top:5px;
- max-width:250px;
- }
- /*--INFO AND TAGS--*/
- {block:PermalinkPage}
- #footer {
- text-transform:uppercase;
- width:250px;
- text-align:center;
- font-size:10px;
- border-top:1px solid {color:Link};
- margin-top:5px;
- padding-top:5px;
- letter-spacing:1px;
- width:500px;
- }
- #footer a {
- letter-spacing:0px;
- color:{color:Link};
- }
- #footer a:hover {
- color:{color:Hover};
- }
- {/block:PermalinkPage}
- /*--LIKE/REBLOG BUTTONS--*/
- {block:IndexPage}
- #post:hover .like_and_reblog_buttons {
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- {/block:IndexPage}
- .like_and_reblog_buttons {
- margin-top:20px;
- height:auto;
- width:250px;
- list-style: none;
- position:absolute;
- z-index:9999;
- opacity:0;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .like_and_reblog_buttons li {
- height:20px;
- width:20px;
- padding:10px;
- background-color:black;
- border:1px solid white;
- list-style:none;
- margin-left:0px;
- color:white;
- position:relative;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .like_and_reblog_buttons a {
- color:white;
- }
- .like_and_reblog_buttons a:hover {
- border-radius:50%;
- text-decoration:none;
- }
- #scroll{
- bottom:-20px;
- position: absolute;
- left: 50%;
- width:10px;
- height:5px;
- overflow:hidden;
- margin-bottom:80px;}
- /*--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 class="intro">
- <div class="title">{Title};</div>
- </div>
- <div class="menu">
- <div id="links">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><<</a>{/block:PreviousPage}{/block:Pagination}
- <a href="{text:Link1}" title="{text:Link1 Text}">I</a>
- <a href="{text:Link2}" title="{text:Link2 Text}">II</a>
- <a href="{text:Link3}" title="{text:Link3 Text}">III</a>
- <a href="{text:Link4}" title="{text:Link4 Text}">IV</a>
- <a href="{text:Link5}" title="{text:Link5 Text}">V</a>
- <a href="{text:Link6}" title="{text:Link6 Text}">VI</a>
- <a href="{text:Link7}" title="{text:Link7 Text}">VII</a>
- <a href="{text:Link8}" title="{text:Link8 Text}">VIII</a>
- {block:Pagination}{block:NextPage}<a href="{NextPage}">>></a>{/block:NextPage}{/block:Pagination}
- </div>
- </div>
- <div class="content">
- <div class="description">{Description}</div>
- <div id="entries">{block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div id="post">
- <div class="like_and_reblog_buttons">
- <li>{ReblogButton color="white"}</li>
- <li style="margin-top:-42px;margin-left:50px;">{LikeButton color="white"}</li>
- <li style="margin-top:-43px;margin-left:100px;font-size:20px"><a href="{Permalink}"><i class="fa fa-link"></i></a></li>
- </div>
- <div class="lastnovember">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- {block:Answer}
- <div id="askericon"><img src="{AskerPortraitURL-48}"/></div>
- <div class="user">{Asker} asked: </div>
- <div class="question">{Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Quote}
- {Quote}
- {block:Source}{Source}{/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}
- <ul>{block:Lines}
- <li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>
- {/block:Lines}</ul>
- {/block:Chat}
- {block:Photo}
- {block:IndexPage}
- {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}">{LinkCloseTag}
- {/block:IndexPage}
- {block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{/block:PermalinkPage}</a>
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- {Photoset-250}
- {/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {/block:Photoset}
- {block:Audio}
- {AudioPlayerWhite}
- {block:TrackName}{TrackName}{/block:Trackname}
- {AudioPlayerBack}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {Video-250}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {/block:Video}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- <div id="footer">
- {block:Date}Posted <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix} {Year}</a>
- {block:NoteCount} with <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}<br>
- {block:HasTags}{block:Tags}<span style="text-transform:none;">#<a href="{TagURL}">{Tag}</a> </span>{/block:Tags}{/block:HasTags}
- {/block:Date}</div>
- <div style="margin-top:10px; margin-left:-10px;">{block:PostNotes}{PostNotes}{/block:PostNotes}<br></div>{/block:PermalinkPage}
- {/block:PermalinkPage}
- </div>
- </div>{/block:Posts}
- <div id="spectrum">
- <a href="http://wonderfullythemes.tumblr.com">theme</a>
- </div>
- </div></div>
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement