Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- [THEME 30] Papercrush by @Laighlin
- Message me at linthm.tumblr with any questions or comments! :>
- -->
- <!DOCTYPE html>
- <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!--start of head-->
- <title>{Title}{block:PostSummary} — {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <script src="https://static.tumblr.com/xwoxjom/p4bqfbatk/fontawesome.js" crossorigin="anonymous"></script>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <!-- blog options start here -->
- <meta name="select:Post width" content="700" title="700px"/>
- <meta name="select:Post width" content="500" title="500px"/>
- <meta name="color:Background" content="#b1e2d8"/>
- <meta name="color:Text" content="#3a3a3a"/>
- <meta name="color:Highlight" content="#c8f6ed"/>
- <meta name="color:Shadow" content="#6db4ad"/>
- <meta name="color:Links" content="#526e6b"/>
- <meta name="color:Accent" content="#2e8077"/>
- <meta name="font:Body" content="Gibson"/>
- <meta name="text:Font size" content="16"/>
- <meta name="text:Title font" content="Handlee"/>
- <meta name="text:Body font" content="Inconsolata"/>
- <meta name="if:Sticky navigation" content="1"/>
- <meta name="if:Google fonts" content="0"/>
- <meta name="if:Grid background" content="1"/>
- <meta name="if:Cutout title" content="1"/>
- <meta name="if:Flatten everything" content="0"/>
- <style type="text/css">
- /* start of CSS styling */
- :root {
- --text-reg:{text:font size}px;
- --text-small:calc({text:font size} - 4)px;
- }
- body {
- margin:0;
- {block:ifNotGoogleFonts}
- font:var(--text-reg) {font:Body};
- {/block:ifNotGoogleFonts}
- color:{color:text};
- background:{color:Background};
- }
- body:before {
- content:'';
- position:fixed;
- top:0;
- left:0;
- bottom:0;
- right:0;
- opacity:.3;
- {block:ifGridBackground}
- background:{color:background} url('https://64.media.tumblr.com/47c11461747f33ae414095d2591b4c17/d3ea8fd4657f898c-d0/s2048x3072/a0033e739d5f0a8b24c2f254c996ce0b73cc9002.png') repeat;
- background-blend-mode:multiply;
- {/block:ifGridBackground}
- }
- ::selection {
- background:{color:shadow};
- color:{color:highlight};
- }
- p { margin:.7em 0; }
- p:first-child, .quest p { margin-top:0; }
- p:last-child, { margin-bottom:0; }
- a, .info-btn, .nav-link, .pagi-link {
- text-decoration:none;
- transition:.15s color ease, .15s border ease;
- color:{color:links};
- }
- a:hover, a:focus { color:{color:text}; }
- h1, h2, h3, h4, h5, .post-title {
- font-weight:{TitleFontWeight};
- margin:.2em 0;
- }
- h1, h2, h3, h4, h5,
- .nav-link, .pagi-link,
- .reblog-info, .details {
- text-transform:uppercase;
- }
- h1, h2, h3, h4, h5, .quote, .post-title {
- {block:ifNotGoogleFonts}
- font-family:{TitleFont};
- {/block:ifNotGoogleFonts}
- }
- h1.post-title {
- font-size:2em;
- }
- hr {
- border:none;
- height:0;
- border-top:1px solid rgba({RGBcolor:accent},.7);
- }
- .caption hr {
- width:4em;
- margin:1em auto;
- }
- #everything-wrapper {
- overflow:hidden;
- position:relative;
- }
- #column {
- position:relative;
- box-shadow:-6px -6px 12px {color:highlight},
- 6px 6px 12px {color:shadow};
- padding:30px;
- border-radius:0 0 10px 10px;
- background-color:{color:background};
- background-image:linear-gradient(145deg,
- rgba({RGBcolor:highlight},.2),
- rgba({RGBcolor:shadow},.2));
- }
- #column.width-500 { max-width:500px; }
- #column.width-700 { max-width:700px; }
- #blog-title {
- margin:16px 0 0;
- font-size:2.5em;
- line-height:1.1em;
- text-align:center;
- {block:ifCutoutTitle}
- -webkit-text-fill-color:transparent;
- -moz-text-fill-color:transparent;
- text-fill-color:transparent;
- background-color:{color:shadow};
- text-shadow:2px 2px 3px rgba({RGBcolor:highlight},.7);
- -webkit-background-clip:text;
- -moz-background-clip:text;
- background-clip:text;
- {/block:ifCutoutTitle}
- {block:ifNotCutoutTitle}
- color:{color:accent};
- {/block:ifNotCutoutTitle}
- }
- {block:HomePage}
- #blog-title.p-1 { font-size:3.5em; }
- {/block:HomePage}
- blockquote, blockquote blockquote {
- border-left:1px solid {color:accent};
- padding-left:8px;
- margin-left:16px;
- margin-right:0;
- }
- #description {
- margin:1em 0;
- font-size:.9em;
- line-height:1.3em;
- }
- #description, #navigation, #pagination {
- text-align:center;
- position:relative;
- }
- #description, .caption, .quest { line-height:1.5em; }
- .quest p { text-align:right; }
- #description a, .caption a {
- border-bottom:1px solid rgba({RGBcolor:text},.5);
- }
- #description a:hover, .caption a:hover, .quest a:hover, #cred.streamlined a:hover {
- border-bottom:2px solid {color:accent};
- }
- #content {
- margin-top:4em;
- }
- .post-wrapper, .post { position:relative; }
- .post-wrapper { margin:32px 0; }
- .post {
- padding:24px;
- border-radius:10px;
- background-image:linear-gradient(145deg,
- rgba({RGBcolor:shadow},.2),
- rgba({RGBcolor:highlight},.2));
- box-shadow:-2px -2px 4px {color:highlight} inset,
- 2px 2px 4px {color:shadow} inset;
- min-height:54px;
- }
- .post.is-post { margin-left:12px; margin-right:12px; }
- .post-wrapper.nudge { margin-top:48px; }
- .post ol { list-style-type:decimal-leading-zero; }
- .post ul { list-style-type:square; }
- .post i.fa, .post i.far, .reblog-info i.fa, #cred .fa { color:rgba({RGBcolor:text},.7); }
- a.user, .user a, a.answerer, .quest a, .link-host {
- font-weight:bold;
- border:none;
- }
- a.user, a.answerer, .quest a { margin-left:.1em; }
- .chat { font-family:monospace; margin:0; }
- .chat b { color:{color:accent}; }
- .link-host { color:{color:link}; }
- .excerpt {
- margin:.5em 0 1em;
- font-size:.9em;
- padding:0;
- border:none;
- font-style:italic;
- }
- .media-wrap {
- line-height:0;
- width:100%;
- }
- .media-wrap * {
- width:100%;
- }
- .type-Audio .media-wrap { height:85px; }
- .tmblr-full * {
- width:100%;
- height:auto;
- }
- .quote.post-title {
- font-size:1.3em;
- text-indent:.5em;
- margin:0 0 1em 0;
- font-weight:normal;
- border:none;
- }
- .quote .fa-quote-left {
- position:absolute;
- opacity:.3;
- font-size:1.5em;
- left:8px;
- top:16px;
- }
- .quote-source { text-align:right; margin-bottom:1em; }
- .media-post.caption {
- margin-top:1em;
- }
- .post-title {
- color:{color:accent};
- font-size:2em;
- margin-top:0;
- margin-bottom:.5em;
- }
- .post-title i.fa { color:inherit; }
- /*Like and reblog buttons*/
- .like-wrap {
- position:relative;
- width:2em;
- height:2em;
- cursor:pointer;
- }
- .like_button {
- position:absolute;
- z-index:6;
- top:-8px;
- left:10px;
- opacity:0.0001;
- width:32px;
- height:32px;
- }
- .like_button iframe {
- width:100% !important;
- height:100% !important;
- }
- .like-btn { z-index:1; }
- .like-btn:before { font-weight:400; }
- .like_button.liked + .like-btn:before { font-weight:bold; }
- .like_button.liked + .like-btn { color:{color:accent}; }
- /*Nav buttons and misc*/
- #navigation {
- margin-top:2em;
- }
- #navigation.sticky {
- margin-top:0;
- padding:8px;
- position:fixed;
- text-align:left;
- z-index:6;
- left:0;
- right:0;
- top:0;
- background-color:{color:background};
- background-image:linear-gradient(145deg,
- rgba({RGBcolor:shadow},.2),
- rgba({RGBcolor:highlight},.2));
- box-shadow:0 8px 16px {color:shadow};
- }
- #navigation:not(.sticky) .quick-jump { display:none; }
- .post-info { line-height:1.5em; }
- .details { font-size:.9em; }
- .note-count { float:right; }
- #pagination { margin-bottom:1em; }
- .nav-link, .pagi-link, .info-btn {
- margin:4px;
- }
- .nav-link, .pagi-link, #cred.button {
- padding:12px;
- }
- .nav-link, .info-btn, .pagi-link, #cred.button {
- position:relative;
- display:inline-block;
- box-shadow:-2px -2px 4px {color:highlight},
- 2px 2px 4px {color:shadow};
- background-color:{color:background};
- background-image:linear-gradient(145deg,
- rgba({RGBcolor:highlight},.4),
- rgba({RGBcolor:shadow},.4));
- border-radius:10px;
- font-weight:bold;
- line-height:1em;
- z-index:5;
- }
- .pagi-link { min-width:1em; }
- #cred.button {
- position:fixed;
- bottom:12px;
- right:12px;
- }
- .reblog-info {
- margin-bottom:8px;
- margin-right:12px;
- text-align:right;
- }
- .extra-info, .post-controls {
- width:40px;
- position:absolute;
- }
- .extra-info {
- left:-56px;
- top:-4px;
- }
- .post-controls {
- bottom:-4px;
- right:-56px;
- }
- #cred {
- text-transform:uppercase;
- font-size:calc(var(--text-reg) - 3px);
- text-align:center;
- }
- .extra-info.nudge { top:calc(var(--text-reg) + 6px); }
- .extra-info .info-btn { margin-bottom:8px; }
- .reblog-btn { margin-bottom:8px; }
- .info-btn {
- font-size:16px;
- padding:14px 12px;
- }
- {block:ifNotFlattenEverything}
- .nav-link:active, .nav-link:focus,
- .info-btn:active, .info-btn:focus,
- .pagi-link:active, .pagi-link:focus, .pagi-link.active,
- #cred.button:active, #cred.button:focus {
- background-image:linear-gradient(145deg,
- rgba({RGBcolor:shadow},.6),
- rgba({RGBcolor:highlight},.6));
- box-shadow:none;
- }
- {/block:ifNotFlattenEverything}
- .pinned .timestamp, .hidden { display:none; }
- /*Post notes*/
- .post ol.notes {
- list-style-type:none;
- padding:0;
- text-transform:uppercase;
- }
- .notes li {
- margin:0 0 .5em 2em;
- position:relative;
- }
- .note .avatar_frame { display:none; }
- .note:before {
- text-align:center;
- position:absolute;
- left:-1.5em;
- width:1em;
- color:rgba({RGBcolor:text},.7);
- opacity:.7;
- font-family:'Font Awesome 5 Free';
- font-weight:900;
- }
- .note.reblog.without_commentary:before {
- content:'\f079';
- }
- .note.reblog.with_commentary:before, .note.reply:before {
- content:'\f27a';
- font-weight:400;
- }
- .note.like:before {
- content:'\f004';
- font-weight:400;
- }
- /*media rules*/
- @media screen and (max-width:619px) {
- #column { margin:0 48px 32px; }
- #cred.streamlined { display:block; }
- #cred.button { display:none; }
- }
- @media screen and (min-width:620px) and (max-width:819px) {
- #column.width-500 { margin:0 auto 48px; }
- #column.width-700 { margin:0 48px 32px; }
- #cred.streamlined { display:block; }
- #cred.button { display:none; }
- }
- @media screen and (min-width:820px) {
- #column { margin:0 auto 48px; }
- #cred.streamlined { display:none; }
- #cred.button { display:block; }
- }
- {block:ifFlattenEverything}
- #column, .post, .nav-link, .info-btn, .pagi-link, #navigation.sticky, #cred.button {
- box-shadow:none;
- background-image:none;
- border:2px solid rgba({RGBcolor:shadow},.8);
- }
- #navigation.sticky {
- border-width:0 0 2px 0;
- }
- #column { border-top:none; }
- .post-controls { bottom:-6px; }
- {/block:ifFlattenEverything}
- .footer-spacer:not(.show) { display:none; }
- {CustomCss}
- </style>
- <!-- end of CSS -->
- </head>
- <body>
- <div id="everything-wrapper">
- <!-- container to keep everything together -->
- <div id="column" class="width-{select:Post width}">
- <header id="head">
- {block:ShowTitle}<h1 class="title p-{CurrentPage}" id="blog-title">{Title}</h1>{/block:ShowTitle} <!-- title-->
- {block:ShowDescription}<aside id="description">{Description}</aside>{/block:ShowDescription} <!-- description -->
- <!-- topbar -->
- <nav id="navigation" class="scrolling">
- <a class="nav-link" href="/">{lang:Home}</a>
- {block:AskEnabled}<a class="nav-link" href="/ask">{lang:Mail}</a>{/block:AskEnabled}
- <!-- only renders if asks are enabled -->
- {block:SubmissionsEnabled}<a class="nav-link" href="/submit">Submit</a>{/block:SubmissionsEnabled}
- <!-- only renders if submissions are enabled -->
- {block:HasPages}
- <!-- only renders if the blog has custom links enabled. CHECK THE FAQ -->
- {block:Pages}
- <a class="nav-link" href="{URL}">{Label}</a>
- {/block:Pages}
- {/block:HasPages}
- {block:Pagination}
- <span class="quick-jump">
- {block:PreviousPage}
- <a class="pagi-link fa fa-fw fa-chevron-left" href="{PreviousPage}" title="{lang:Previous}"></a>
- {/block:PreviousPage}
- {block:NextPage}
- <a class="pagi-link fa fa-fw fa-chevron-right" href="{NextPage}" title="{lang:Next}"></a>
- {/block:NextPage}
- </span>
- {/block:Pagination}
- </nav>
- </header>
- <main id="content"> <!-- start of posts block -->
- {block:Posts}
- <!-- for pinned posts -->
- <div class="post-wrapper {block:NotReblog}nudge{/block:NotReblog} {block:PinnedPostLabel}pinned{/block:PinnedPostLabel}">
- {block:Date}
- <header class="extra-info {block:RebloggedFrom}nudge{/block:RebloggedFrom}">
- <!-- icon showing post type -->
- <a class="post-icon info-btn fa fa-calendar fa-fw timestamp" href="{Permalink}" aria-label="{lang:Posted on DayOfWeek DayOfMonth Month Year}" title="{lang:Posted on DayOfWeek DayOfMonth Month Year}"></a>
- {block:PinnedPostLabel}
- <a class="post-icon info-btn fa fa-thumbtack fa-fw" aria-label="{PinnedPostLabel}" title="{PinnedPostLabel}" href="{Permalink}"></a>
- {/block:PinnedPostLabel}
- <a class="post-icon info-btn fa fa-fw
- {block:Text}fa-align-left{/block:Text}
- {block:Photo}fa-image{/block:Photo}
- {block:Photoset}fa-images{/block:Photoset}
- {block:Video}fa-video{/block:Video}
- {block:Audio}fa-music{/block:Audio}
- {block:Chat}fa-comments{/block:Chat}
- {block:Answer}fa-question{/block:Answer}
- {block:Link}fa-link{/block:Link}
- {block:Quote}fa-quote-left{/block:Quote}
- " aria-label="{PostTypeNoun}" {block:Text}title="See all text posts"{/block:Text} title="See all {PostType}s"
- {block:Answer}href="/archive/filter-by/ask"{/block:Answer}
- href="/archive/filter-by/{PostType}"></a>
- </header>
- {/block:Date}
- <!-- reblog info -->
- {block:RebloggedFrom}
- <header class="reblog-info">
- <i class="fa fa-retweet" aria-label="reblogged from"></i> <a href="{ReblogParentURL}">{ReblogParentName}</a>
- </header>
- {/block:RebloggedFrom}
- <article class="post type-{PostTypeNoun} {block:Date}is-post{/block:Date}">
- {block:Title}<h2 class="post-title">{Title}</h2>{/block:Title}
- <!-- if not enclosed in those blocks, the title variable will display the title of the blog instead of the post title -->
- {block:Text}
- <!-- the body of a text post is not considered a caption, so it needs its own separate block -->
- {block:NotReblog}<div class="caption single">{Body}</div>{/block:NotReblog}
- <!-- renders on original posts only -->
- {block:RebloggedFrom}
- <div class="caption">
- {block:Reblogs}
- <!-- renders for reblogs only -->
- <div class="reblogged-comment">
- <i class="fa fa-user"></i>
- <a class="user {block:IsDeactivated}inactive{/block:isDeactivated}" href="{Permalink}">{Username}</a>
- <div class="comment-content">{Body}</div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- {/block:Text} <!-- end of text post block -->
- {block:Link}
- <!-- bro i hate formatting link posts so much -->
- {block:Host}<div class="link-host">{Host}</div>{/block:Host}
- <a class="post-title" href="{URL}">{Name} <i class="fa fa-caret-right"></i></a>
- {block:Excerpt}
- <blockquote class="excerpt">{Excerpt}</blockquote>
- {/block:Excerpt}
- <!-- renders if the link has an excerpt -->
- {block:Description}
- <div class="caption {block:NotReblog}single{/block:NotReblog}">
- {block:NotReblog}{Description}{/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <!-- renders for reblogs only -->
- <div class="reblogged-comment">
- <i class="fa fa-user"></i>
- <a class="user {block:IsDeactivated}inactive{/block:isDeactivated}" href="{Permalink}">{Username}</a>
- <div class="comment-content">{Body}</div>
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- </div>
- {/block:Description}
- {/block:Link}
- {block:Quote}
- <blockquote class="post-title quote"><i class="fa fa-quote-left" aria-hidden="true"></i>{Quote}</blockquote>
- {block:Source}<div class="quote-source">— {Source}</div>{/block:Source}
- {/block:Quote}
- <!-- other media -->
- {block:Photo}
- <figure class="media-wrap">{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">{LinkCloseTag}</figure>
- {/block:Photo}
- {block:Photoset}
- <figure class="media-wrap">{Photoset}</figure>
- <!-- this element is responsive - finally! lmao photosets used to be really annoying to style -->
- {/block:Photoset}
- {block:Video}
- <figure class="media-wrap">{Video-500}</figure>
- {/block:Video}
- {block:Audio}
- <figure class="media-wrap">{AudioEmbed-500}</figure>
- {/block:Audio}
- {block:Chat}
- {block:Lines}
- <p class="chat {Alt}">{block:Label}<b>{Label} </b>{/block:Label}{Line}</p>
- {/block:Lines}
- {/block:Chat}
- {block:Answer}
- <div class="quest">
- <i class="far fa-comment-alt fa-flip-horizontal"></i> {Asker}
- {Question}
- </div>
- {block:Answerer}
- <div class="caption">
- <i class="fa fa-comment-alt"></i>
- <a class="user {block:IsDeactivated}inactive{/block:isDeactivated}" href="{Permalink}">{Answerer}</a>
- <div class="reblogged-comment">{Answer}</div>
- </div>
- {/block:Answerer}
- <div class="caption {block:NotReblog}single{/block:NotReblog}">
- {block:NotReblog}{Answer}{/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="reblogged-comment">
- <i class="fa fa-user"></i>
- <a class="user {block:IsDeactivated}inactive{/block:isDeactivated}" href="{Permalink}">{Username}</a>
- <div class="comment-content">{Body}</div>
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- </div>
- {/block:Answer}
- {block:Caption}
- <!-- this will render for any media post that has a caption! hax -->
- <div class="media-post caption {block:NotReblog}single{/block:NotReblog}">
- {block:NotReblog}{Caption}{/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <!-- renders for reblogs only -->
- <div class="reblogged-comment">
- <i class="fa fa-user"></i>
- <a class="user {block:IsDeactivated}inactive{/block:isDeactivated}" href="{Permalink}">{Username}</a>
- <div class="comment-content">{Body}</div>
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- </div>
- {/block:Caption}
- {block:Date}
- <!-- only renders on actual posts, not custom/ask/submit pages-->
- <hr class="footer-spacer {block:HasTags}show{/block:HasTags} {block:NoteCount}show{/block:NoteCount} {block:ContentSource}show{/block:ContentSource}"/>
- <footer class="post-info">
- {block:HasTags}
- <!-- only renders if the post has tags -->
- <div class="tags">
- {block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- <div class="details">
- {block:NotReblog}{block:NoteCount}<span> </span>{/block:NoteCount}{/block:NotReblog}
- <!-- prevents the note count label from breaking since it floats to the right -->
- {block:ContentSource}
- Source: <a href="{ContentSourceURL}" class="source-label">{SourceTitle}</a>
- {/block:ContentSource}
- {block:RebloggedFrom}
- <span class="{block:ContentSource}hidden{/block:ContentSource}">
- OP: <a href="{ReblogRootURL}" class="source-label">{ReblogRootName}</a>
- </span>
- {/block:RebloggedFrom}
- {block:NoteCount}
- <a href="{Permalink}#notes" class="note-count">{NoteCountWithLabel}</a>
- {/block:NoteCount}
- <!-- you should use the "with label" variant of the note count variable wherever possible. it adds commas into the note count and accommodates localization -->
- </div>
- </footer>
- <footer class="post-controls">
- <a class="info-btn fa-fw fa fa-retweet reblog-btn" href="{ReblogURL}"></a>
- <span class="like-wrap">{LikeButton}<a class="like-btn fa-fw info-btn fa fa-heart"></a></span>
- </footer>
- {/block:Date}
- </article>
- </div> <!-- end of posts wrapper -->
- {block:PostNotes}
- <!-- only renders on permalink pages if the post has notes -->
- <footer id="notes" class="post is-post">
- {PostNotes}
- <!-- this variant won't show the avatars -->
- </footer>
- {/block:PostNotes}
- {/block:Posts}
- </main> <!-- end of posts block -->
- {block:Pagination}
- <nav id="pagination">
- {block:PreviousPage}
- <a class="pagi-link fa fa-fw fa-chevron-left" href="{PreviousPage}" title="{lang:Previous}"></a>
- {/block:PreviousPage}
- {block:JumpPagination length="7"}
- {block:CurrentPage}<a class="pagi-link active">{PageNumber}</a>{/block:CurrentPage}
- {block:JumpPage}<a class="pagi-link" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a class="pagi-link fa fa-fw fa-chevron-right" href="{NextPage}" title="{lang:Next}"></a>
- {/block:NextPage}
- </nav>
- {/block:Pagination}
- <!-- don't touch pl0x -->
- <div id="cred" class="streamlined">
- <i class="fa fa-code" aria-hidden="true"></i> <a href="https://linthm.tumblr.com/thm"><i>Papercrush</i> theme</a>
- </div>
- </div>
- <!-- don't touch pl0x -->
- <a id="cred" class="button" href="https://linthm.tumblr.com/thm" title="Papercrush Theme © Laighlin">@L</a>
- </div> <!-- wrapper finishes just before the end of the body -->
- {block:ifStickyNavigation}
- <script type="text/javascript">
- window.onscroll = function() { toggleStick() };
- var topbar = document.getElementById("navigation");
- var sticky = topbar.offsetTop;
- function toggleStick() {
- if (window.pageYOffset > sticky) {
- topbar.classList.add("sticky").remove("scrolling");
- } else {
- topbar.classList.remove("sticky").add("scrolling");
- }
- }
- </script>
- {/block:ifStickyNavigation}
- </html>
Add Comment
Please, Sign In to add comment