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>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!--Theme #64 - Veiled by wonderfullythemes
- don't touch the credit, cheers
- -->
- <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="https://fonts.googleapis.com/css?family=Arimo:300|Raleway" rel="stylesheet">
- <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="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/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:100,
- tip_fade_speed:200,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".naviclick").click(function(){
- $("ul.links").slideToggle("800, swing");
- });
- });
- </script>
- {block:IndexPage}
- <!--posts/transition on scroll-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $(document).scroll(function(){
- var y = $(this).scrollTop();
- if (y > 160) {
- $(".background").addClass("secondbackground");
- $("#navbar").addClass("secondtext");
- $(".title").addClass("secondtext");
- $(".description").addClass("descswitch");
- } if (y < 160) {
- $(".background").removeClass("secondbackground");
- $("#navbar").removeClass("secondtext");
- $(".title").removeClass("secondtext");
- $(".description").removeClass("descswitch");
- }
- });
- });
- </script>
- {/block:IndexPage}
- <meta name="color:Background" content="#111" />
- <meta name="color:Main" content="#fefefe" />
- <meta name="color:Accent One" content="#A65926" />
- <meta name="color:Accent Two" content="#5E787C" />
- <meta name="color:Light Accent" content="#f3b956" />
- <meta name="image: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" />
- <style type="text/css">
- #s-m-t-tooltip {
- max-width: 200px;
- font-family: 'Arimo', sans-serif;
- font-size: 11px;
- background-color: {color:Accent Two};
- color: {color:Main};
- line-height: 14px;
- display: none;
- position: absolute;
- letter-spacing: 2px;
- text-transform: uppercase;
- padding: 7px 9px 7px 9px;
- margin: 15px 0px 0px 15px;
- z-index: 99999999999999;
- }
- /*basics*/
- body {
- background: {color:Background};
- color: {color:Main};
- font-family: 'Arimo', sans-serif;
- font-size: 15px;
- line-height: 21px;
- text-decoration: none;
- text-transform: none;
- margin: 0px;
- font-weight: 300;
- }
- a {
- color: {color:Main};
- text-decoration: none;
- border-bottom: 1px solid {color:Main};
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- a:hover {
- color: {color:Light Accent};
- border-bottom: 1px solid {color:Light Accent};
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- h1, h2, h3, h4, h5, h6 {
- margin: 0;
- padding: 10px 0;
- font-family: 'Raleway', sans-serif;
- }
- h1 {
- color: {color:Light Accent};
- }
- h1 a {
- color: {color:Light Accent};
- }
- h2 {
- text-transform: lowercase;
- }
- h2 a:hover { border-bottom: 1px solid transparent; }
- ul, ol {
- list-style: none;
- }
- li {
- padding-left: 10px;
- text-indent: -16px;
- }
- li:before {
- content: "\f105";
- font-family: FontAwesome;
- color: {color:Light Accent};
- margin-right: 10px;
- }
- blockquote {
- border-left: 1px solid {color:Light Accent};
- padding-left: 7px;
- margin-left: 10px;
- }
- img, blockquote, li, h2 {
- max-width: 100%;
- }
- b, i {
- color: {color:Light Accent};
- }
- /*bg img*/
- .background {
- {block:IndexPage}
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 50%;
- height: 50%;
- top: 25%;
- left: 50%;
- {/block:PermalinkPage}
- position: fixed;
- background-image: url('{image:Background}');
- background-attachment: fixed;
- background-size: cover;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- /*navbar*/
- #navbar {
- width: 320px;
- padding: 60px;
- top: calc(50% - 150px);
- position: fixed;
- font-weight: 300;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- a.title {
- font-family: 'Raleway', sans-serif;
- text-transform: uppercase;
- letter-spacing: 5px;
- color: white;
- font-size: 24px;
- border-bottom: none;
- }
- ul.description {
- margin: 0;
- padding: 15px 0 25px 20px;
- }
- ul.description a:hover {
- color: {color:Main};
- border-bottom: 1px solid transparent;
- }
- .descswitch li:before {
- color: #fefefe;
- }
- .naviclick:hover { cursor: crosshair; }
- .linkswrap {
- margin: -20px 0 0 90px;
- }
- ul.links {
- padding: 0;
- margin: 0;
- display: none;
- }
- ul.links li {
- font-size: 12px;
- }
- ul.links li a {
- border-bottom: none;
- }
- ul.links li a:hover {
- color: {color:Light Accent};
- }
- #navbar:hover .box1 {
- margin: -40px 0 0 -35px;
- opacity: 1;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .box1 {
- margin: 0;
- height: 190px;
- width: 310px;
- background: {color:Accent One};
- position: absolute;
- z-index: -1;
- opacity: 0;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- #navbar:hover .box2 {
- margin: 60px 0 0 60px;
- opacity: 1;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .box2 {
- margin: 0;
- height: 130px;
- width: 280px;
- background: {color:Accent Two};
- position: absolute;
- z-index: -1;
- opacity: 0;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- /*content*/
- #content {
- {block:IndexPage}
- top: 100%;
- {/block:IndexPage}
- left: 37.5%;
- width: 50%;
- min-height: 100%;
- position: absolute;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- /*posts*/
- #entries {
- width: calc(100% - 80px);
- margin: 100px auto;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .post {
- width: 400px;
- padding: 30px;
- margin: 0 0 10px 0;
- background: {color:Accent Two};
- color: {color:Main};
- height: auto;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- /*individual post types*/
- .ask h3 {
- color: {color:Light Accent};
- }
- .ask h3 a {
- color: {color:Light Accent};
- border-bottom: none;
- }
- .ask h3 a:hover {
- color: {color:Main};
- }
- .photopost a { border-bottom: none; }
- h2 b {
- font-family: serif;
- }
- .small {
- font-size: 8px;
- line-height: 13px;
- vertical-align: middle;
- }
- ul.chat {
- padding: 0 0 0 10px;
- }
- .label {
- text-transform: uppercase;
- background: {color:Accent One};
- padding: 3px 5px 3px 5px;
- font-size: 11px;
- letter-spacing: 2px;
- }
- .audiowrapper {
- width: 100%;
- height: 100%;
- position: relative;
- }
- /*from LMThemes tutorial*/
- .post:hover .playbox {
- opacity: 1;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .playbox {
- background-color: #f2f2f2;
- position: absolute;
- top: calc(50% - 30px);
- left: calc(50% - 43px);
- z-index: 1000;
- opacity: 0.7;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .playbutton {width: 34px;
- height: 45px;
- overflow: hidden;
- position: relative;
- z-index: 1000;
- margin: 25px 24px 13px 26px;
- }
- .audioimgwrapper {
- width: 100%;
- height: 100%;
- }
- /*post info*/
- .infowrap {
- width: 40px;
- margin-left: 450px;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .info {
- position: absolute;
- margin-top: -31px;
- width: 40px;
- padding: 15px;
- font-size: 12px;
- background: {color:Accent One};
- }
- .info a { border-bottom: none; }
- .dateinfo p { margin: 3px 0 5px 0; }
- .dayofmonth { font-size: 36px; }
- .monthyear { letter-spacing: 2px; }
- p.notecount {
- text-align: center;
- margin: 0 0 5px 0;
- font-size: 10px;
- letter-spacing: 2px;
- }
- .rebloglink {
- text-transform: uppercase;
- font-size: 10px;
- letter-spacing: 3.5px;
- }
- .tags {
- width: 460px;
- margin: 0 0 100px 0;
- font-size: 12px;
- }
- .tags b {
- font-size: 11px;
- padding: 5px 7px 5px 7px;
- background-color: {color:Accent One};
- color: {color:Main};
- letter-spacing: 3px;
- text-transform: uppercase;
- font-weight: 300;
- }
- .tags i {
- font-size: 8px;
- padding: 0 2px;
- }
- .tags a {
- text-transform: none;
- letter-spacing: 1px;
- }
- .tags a:hover {
- color: {color:Main};
- border-bottom: 1px solid transparent;
- }
- .permainfo {
- width: 400px;
- padding: 30px;
- margin-top: 30px;
- background: {color:Accent One};
- text-transform: uppercase;
- font-size: 11px;
- letter-spacing: 2px;
- }
- .postnotes {
- background: {color:Accent Two};
- font-size: 11px;
- width: 460px;
- padding: 15px 0;
- margin-top: 30px;
- }
- .postnotes img { display: none; }
- .postnotes ul {
- margin: 0;
- padding: 0;
- }
- .postnotes li a:hover {
- border-bottom: 1px solid transparent;
- }
- .more_notes_link_container {
- width: calc(100% - 40px);
- margin-top: 10px;
- }
- li.note.more_notes_link_container {
- padding: 0;
- text-indent: 0;
- }
- li.note.more_notes_link_container::before {
- content: none;
- margin-right: 0;
- }
- /*add class changes*/
- .secondbackground {
- width: 50%;
- height: 50%;
- top: 25%;
- left: 50%;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .secondtext, .secondtext a { color: #fefefe; }
- /*pagination*/
- #pagination {
- width: 400px;
- text-align: center;
- text-transform: uppercase;
- font-size: 11px;
- letter-spacing: 2px;
- }
- #pagination a {
- background: {color:Accent One};
- color: {color:Main};
- padding: 5px 7px;
- border-bottom: none;
- margin: 0 5px;
- }
- #pagination a:hover {
- background: {color:Accent Two};
- }
- .current_page {
- margin: 0 5px;
- padding: 5px 7px;
- border-bottom: 1px solid white;
- }
- .spectrum a {
- right: 8px;
- bottom: 4px;
- font-size: 10px;
- letter-spacing: 1px;
- position: fixed;
- text-transform: uppercase;
- color: {color:Text};
- border-bottom: none;
- }
- @media only screen and (max-width: 1080px) {
- .background {
- width: 50%;
- height: 50%;
- top: 25%;
- left: 50%;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- #navbar {
- width: 320px;
- padding: 60px;
- margin: 80px auto;
- position: relative;
- z-index: 2;
- }
- .box1, .box2 {
- z-index: -1;
- opacity: 1;
- }
- .box1 {
- margin: -40px 0 0 -35px;
- }
- .box2 {
- margin: 60px 0 0 60px;
- }
- #content {
- top: auto;
- left: 0;
- width: 100%;
- position: relative;
- }
- #entries {
- margin-top: 80px;
- width: 550px;
- }
- }
- @media only screen and (max-width: 700px) {
- body {
- font-size: 12px;
- }
- a.title {
- font-size: 20px;
- }
- #entries {
- width: 400px;
- {block:PermalinkPage}
- width: 310px;
- {/block:PermalinkPage}
- }
- .post {
- width: 250px;
- }
- .infowrap {
- margin-left: 300px;
- }
- .tags {
- width: 250px;
- }
- .permainfo {
- width: 250px;
- }
- .postnotes {
- width: 310px;
- }
- }
- @media only screen and (max-width: 500px) {
- .box1 {
- height: 170px;
- width: 275px;
- }
- .box2 {
- height: 110px;
- width: 255px;
- }
- #entries {
- width: 350px;
- {block:PermalinkPage}
- width: 260px;
- {/block:PermalinkPage}
- }
- .post {
- width: 200px;
- }
- .infowrap {
- margin-left: 250px;
- }
- .permainfo {
- width: 200px;
- }
- .postnotes {
- width: 260px;
- }
- }
- {CustomCSS}</style>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- </head>
- <body>
- <div class="background"></div>
- <div id="navbar">
- <div class="box1"></div>
- <div class="box2"></div>
- <a href="/" class="title">{Title}</a>
- <ul class="description">
- <li>{Description}</li>
- <li><a href="/ask">contact</a> <a class="naviclick">navigate</a> <a href="/archive">archive</a></li>
- </ul><!--end ul.description-->
- <div class="linkswrap">
- <ul class="links">
- <li><a href="{text:Link1}">{text:Link1 Text}</a></li>
- <li><a href="{text:Link2}">{text:Link2 Text}</a></li>
- <li><a href="{text:Link3}">{text:Link3 Text}</a></li>
- <li><a href="{text:Link4}">{text:Link4 Text}</a></li>
- </ul><!--end ul.links-->
- </div>
- </div><!--end #navbar-->
- <div id="content">
- <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 class="post">
- {block:IndexPage}{block:Date}
- <div class="infowrap">
- <div class="info">
- <div class="dateinfo">
- <a href="{Permalink}" title="{Month} {DayOfMonthWithZero} {Year}">
- <p class="dayofmonth">{DayOfMonthWithZero}</p>
- <p class="monthyear">{MonthNumberWithZero}.{ShortYear}</p>
- </a>
- </div><!--end .dateinfo-->
- {block:NoteCount}
- <p class="notecount"><a href="{Permalink}" title="{NoteCountWithLabel}">{NoteCount}</a></p>
- {/block:NoteCount}
- <a href="{ReblogURL}" title="reblog post" target="_blank" class="rebloglink">rblg</a>
- </div><!--end .info-->
- </div><!--end .infowrap-->
- {/block:Date}{/block:IndexPage}
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Body}{Body}{/block:Body}
- {/block:Text}
- {block:Answer}
- <div class="ask">
- <h3>{Asker} asked: </h3>
- {Question}
- {Answer}
- </div>
- {/block:Answer}
- {block:Photo}
- <div class="photopost">{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}</div>
- {/block:Photo}
- {block:Photoset}
- {Photoset}
- {/block:Photoset}
- {block:Quote}
- <h2><b>“</b> {Quote} <b>”</b></h2>
- {block:Source}<i class="small fa fa-chevron-right"></i> {Source}{/block:Source}
- {/block:Quote}
- {block:Link}
- <h2><a href="{URL}" {Target}>{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}
- <ul class="chat">
- <li><span class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}</span> {Line}</li>
- </ul>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- {block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- </div>
- {block:TrackName}<h3>{TrackName}</h3>{/block:TrackName}
- {block:Artist}{Artist}{/block:Artist}
- {/block:AudioPlayer}
- {/block:Audio}
- {block:Video}
- {Video-400}
- {/block:Video}
- {block:Caption}{Caption}{/block:Caption}
- </div><!--end .post-->
- {block:IndexPage}
- <div class="tags">
- {block:RebloggedFrom}
- <p><b>Post Info:</b> via <i class="fa fa-chevron-right"></i> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- <i class="fa fa-minus"></i>
- source <i class="fa fa-chevron-right"></i> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></p>
- {/block:RebloggedFrom}
- {block:HasTags}
- <b>Filed Under:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- {/block:HasTags}
- </div><!--end .tags-->
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div class="permainfo">
- Posted on <a href="{Permalink}">{Month} {DayOfMonthWithZero} {Year}</a> at <a href="{Permalink}">{12HourWithZero}:{Minutes} {CapitalAmPm}</a>{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:RebloggedFrom}<br>Reblogged from <a href="{ReblogParentURL}" title="{ReblogParentTitle}" target="_blank">{ReblogParentName}</a>, original post by <a href="{ReblogRootURL}" title="{ReblogRootTitle}" target="_blank">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:HasTags}<br>Tagged with {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- </div><!--end .permainfo-->
- {/block:Date}
- {block:PostNotes}
- <div class="postnotes">{PostNotes}</div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- {block:IndexPage}{block:Pagination}
- <div id="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}
- </div><!--end #pagination-->
- {/block:Pagination}{/block:IndexPage}
- </div><!--end #entries-->
- <div class="spectrum"><a href="http://wonderfullythemes.tumblr.com" target="_blank" title="wonderfullythemes">theme</a></div>
- </div><!--end #content-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement