Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Red, Green, Blue, Alpha by @Laighlin
- 1. leave the credit intact
- 2. don't redistribute or lift large chunks of code
- 3. send me a message if you need any help! (an example of
- your problem would be preferred)
- 4. check my faq if you have questions about adding custom links!
- Last update: 02.08.17 - Search bar was not properly inheriting body text color. This has been fixed.
- -->
- <!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">
- <meta name="image:Favicon" content=""/>
- <meta name="if:Custom favicon" content="0"/>
- <meta name="if:Gradient background" content="1"/>
- <meta name="if:Plain background" content="0"/>
- <meta name="if:Borders" content="1"/>
- <meta name="if:Rounded corners" content="1"/>
- <meta name="if:Search bar" content="1"/>
- <!-- text fields -->
- <meta name="text:Post width" content="400px"/>
- <meta name="text:Body font" content="Inconsolata"/>
- <meta name="text:Body font size" content="13px"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <head><title>{Title}{block:PostSummary} — {PostSummary}{/block:PostSummary}{block:SearchPage} — {lang:Search results for SearchQuery}{/block:SearchPage}</title>
- {block:ifCustomFavicon}
- <link rel="shortcut icon" href="{image:favicon}"/>
- {/block:ifCustomFavicon}
- {block:ifNotCustomFavicon}
- <link rel="shortcut icon" href="{Favicon}"/>
- {/block:ifNotCustomFavicon}
- <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={text:Body font}:400,400i,700,700i" rel="stylesheet">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/pqsvrdz/rKBmvnjxz/jquery.fitvids.js"></script>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
- <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <style type="text/css">
- .tmblr-iframe {
- position:absolute;
- }
- body, html { margin:0; padding:0; }
- body {
- color:{TitleColor};
- font-family:'{text:body font}',sans-serif;
- font-size:{text:body font size};
- background-color:{BackgroundColor};
- word-wrap:break-word;
- overflow-y:auto;
- overflow-x:hidden;
- line-height:1.5em;
- }
- .background { z-index:-99999; }
- {block:ifNotPlainBackground}
- .background:before {
- content:'';
- position:fixed;
- top:0; left:0; bottom:0; right:0;
- {block:ifGradientBackground}
- background-image:linear-gradient(rgba({RGBAccentColor},.7) 0,rgba({RGBAccentColor},.2) 100%);
- {/block:ifGradientBackground}
- {block:ifNotGradientBackground}
- background-color:rgba({RGBAccentColor},.6);
- {/block:ifNotGradientBackground}
- }
- {/block:ifNotPlainBackground}
- #cred {
- position:fixed;
- bottom:20px;
- left:20px;
- font-weight:bold;
- font-size:20px;
- padding:5px;
- color:rgba({RGBTitleColor},.7);
- z-index:999999;
- }
- #cred:hover { color:{AccentColor}; }
- p:first-child, p>p:first-child { margin-top:2px; }
- p:last-child, p>p:last-child { margin-bottom:2px; }
- a, .links, .tags, .pag {
- transition:.15s ease-in-out;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:rgba({RGBAccentColor},.8);
- padding:0;
- }
- a:hover {
- color:rgba({RGBTitleColor},.7);
- }
- .caption a:hover:not(.more), #desc a:hover, .question a:hover, .answer a:hover {
- border-bottom:1px solid {TitleColor};
- }
- .caption a, #desc a, .question a, .answer a {
- color:{TitleColor};
- border-bottom:1px solid rgba({RGBAccentColor},.5);
- }
- .caption hr, #desc hr {
- border:none;
- border-top:1px solid rgba({RGBAccentColor},.5);
- margin:.5em 20%;
- }
- img {
- border:none;
- max-width:100%;
- }
- blockquote, blockquote blockquote {
- padding:4px 4px 4px 10px;
- margin:0;
- margin-left:1px;
- border-left:2px solid rgba({RGBAccentColor},.5);
- background:rgba({RGBAccentColor},.05);
- }
- h1 i { font-size:110%; }
- ::selection {
- background:rgba({RGBAccentColor},.7);
- color:{BackgroundColor};
- }
- ::moz-selection {
- background:rgba({RGBAccentColor},.7);
- color:{BackgroundColor};
- }
- ::-webkit-scrollbar {
- width:8px;
- height:8px;
- }
- ::-webkit-scrollbar-thumb {
- background:{AccentColor} padding-box;
- {block:ifRoundedCorners}
- border-radius:10px;
- {/block:ifRoundedCorners}
- border:2px solid transparent;
- }
- /* Track */
- ::-webkit-scrollbar-track {
- border:solid rgba({RGBAccentColor},.3);
- border-width:0 2px;
- background:{BackgroundColor};
- }
- ::-webkit-scrollbar-corner {
- background:transparent;
- }
- #s-m-t-tooltip, #side-content, #link-menu, .post, .nav, #cred, #search {
- {block:ifRoundedCorners}
- border-radius:7px;
- {/block:ifRoundedCorners}
- {block:ifBorders}
- border:3px solid rgba({RGBAccentColor},.3);
- {/block:ifBorders}
- background:{BackgroundColor};
- }
- #s-m-t-tooltip {
- margin:0 15px;
- padding:.5em;
- font-size:95%;
- line-height:1em;
- z-index:9999999;
- pointer-events:none;
- }
- #sidebar {
- width:250px;
- position:fixed;
- top:0;
- bottom:0;
- left:calc(50% - ({text:post width})/2 - 250px);
- display:flex;
- flex-flow:column nowrap;
- align-items:center;
- justify-content:center;
- }
- #side-content {
- box-sizing:border-box;
- width:250px;
- padding:10px;
- text-align:center;
- position:relative;
- }
- #side-img {
- background:{BackgroundColor};
- height:100px;
- width:100px;
- margin:-70px auto 10px;
- padding:5px;
- {block:ifBorders}
- border:3px solid rgba({RGBAccentColor},.3);
- {/block:ifBorders}
- }
- #side-img.circle { border-radius:50%; }
- #side-img.square {
- {block:ifRoundedCorners}
- border-radius:7px;
- {/block:ifRoundedCorners}
- }
- #navbar {
- position:fixed;
- left:calc(50% + ({text:post width})/2 + 100px);
- top:0;
- bottom:0;
- display:flex;
- flex-flow:column nowrap;
- justify-content:center;
- }
- #nav-measure {
- position:relative;
- display:flex;
- flex-flow:column nowrap;
- justify-content:center;
- }
- .nav {
- text-transform:uppercase;
- margin:10px 0;
- color:{TitleColor};
- text-align:center;
- padding:5px;
- width:55px;
- height:55px;
- }
- .nav .fa {
- font-size:24px;
- margin-top:5px;
- color:rgba({RGBAccentColor},.7);
- }
- .nav .fa-home {
- font-size:28px;
- margin-top:3px;
- margin-bottom:-3px;
- }
- .lbl {
- line-height:10px;
- font-size:12px;
- }
- #blog-name {
- display:block;
- font-size:1.5em;
- }
- #title, .title, #menu-lbl, .lbl {
- font-family:{TitleFont},'{text:body font}';
- font-weight:{TitleFontWeight};
- }
- #title {
- font-size:1.1em;
- font-weight:bold;
- color:rgba({RGBTitleColor},.8);
- }
- #desc {
- margin-top:10px;
- text-align:left;
- }
- #search {
- display:block;
- margin:10px 0 0;
- {block:ifBorders}width:234px;{/block:ifBorders}
- {block:ifNotBorders}width:240px;{/block:ifNotBorders}
- padding:5px;
- }
- #search input, #search button {
- outline:none;
- border:none;
- background:none;
- }
- #search input { font:inherit; color:inherit; }
- #search button { color:rgba({RGBAccentColor},.7); }
- #link-menu {
- margin:10px 0 0;
- position:relative;
- width:250px;
- box-sizing:border-box;
- font-size:1.1em;
- }
- #dropdown {
- border-top:3px solid rgba({RGBAccentColor},.3);
- display:none;
- }
- .links {
- padding:5px;
- text-transform:uppercase;
- display:block;
- text-align:right;
- }
- #menu-lbl {
- color:rgba({RGBTitleColor},.8);
- cursor:pointer;
- text-align:left;
- }
- #menu-lbl .fa {
- float:right;
- margin-right:3px;
- }
- /* Post styling */
- #content {
- left:calc(50% - ({text:post width})/2 + 50px);
- position:absolute;
- z-index:999;
- width:{text:post width};
- min-width:300px;
- }
- .post {
- margin:50px 0;
- position:relative;
- background:{BackgroundColor};
- overflow:hidden;
- }
- .rb-from {
- padding:10px;
- line-height:1em;
- border-bottom:3px solid rgba({RGBAccentColor},.3);
- }
- .rb-from a { font-size:1.2em; }
- .rb-from .post-type { float:right; }
- .title {
- line-height:1.2em;
- font-size:1.7em;
- margin:0;
- text-align:center;
- color:{AccentColor};
- }
- .media-wrap { line-height:0; }
- .chat { padding:.2em .5em; }
- .chat.even { background:rgba({RGBAccentColor},.1) }
- .caption { padding:10px; }
- .caption:empty { display:none; }
- .caption a.tumblr_blog { font-weight:bold; }
- .caption .read-more {
- display:inline-block;
- margin:auto;
- text-transform:uppercase;
- text-decoration:none;
- padding:7px;
- border:1px solid rgba({RGBcolor:link},.5);
- }
- .caption h1, .caption h2, .caption h3, .caption h4, .caption h5 {
- margin:0;
- color:rgba({RGBAccentColor},.8);
- font-family:{TitleFont};
- font-weight:{TitleFontWeight};
- text-align:center;
- }
- .caption h1 { font-size:1.5em; }
- .caption ul li {
- list-style-type:none;
- position:relative;
- }
- .caption ul li:before {
- content:'\2014';
- position:absolute;
- left:-15px;
- color:{AccentColor};
- }
- .caption ol li {
- margin-left:10px;
- }
- .caption ol {
- list-style-type:decimal-leading-zero;
- }
- .caption ol li:before, .caption ul li:before {
- font-weight:bold;
- }
- .quest, .rb-ans {
- padding:10px 10px 0;
- }
- .quest { text-align:right; }
- .avi {
- border-radius:50%;
- width:35px;
- }
- .quest .avi {
- float:right;
- }
- .rb-ans .avi {
- float:left;
- }
- .question, .answer {
- {block:ifRoundedCorners}
- border-radius:4px;
- {/block:ifRoundedCorners}
- position:relative;
- padding:7px;
- background:rgba({RGBAccentColor},.1);
- }
- .question:before, .answer:before {
- content:'';
- position:absolute;
- height:0;
- width:0;
- border:8px solid transparent;
- background-color:rgba({RGBAccentColor},.1);
- background-clip:padding-box;
- top:10px;
- }
- .question:before {
- right:-16px;
- border-left-color:rgba({RGBAccentColor},.1);
- }
- .answer:before {
- left:-16px;
- border-right-color:rgba({RGBAccentColor},.1);
- }
- .question {
- margin-right:50px;
- }
- .answer {
- margin-left:50px;
- }
- .quote {
- padding:10px;
- font:{TitleFontWeight} 1.4em {TitleFont};
- color:{TitleColor};
- text-indent:10px;
- position:relative;
- }
- .quote .fa {
- position:absolute;
- font-size:40px;
- color:rgba({RGBAccentColor},.15);
- left:0;
- top:5px;
- }
- .more {
- text-transform:uppercase;
- padding:10px;
- border:1px solid rgba({RGBAccentColor},.5);
- display:inline-block;
- }
- .more:hover {
- border-color:rgba({RGBTitleColor},.5);
- }
- .tag-wrap {
- padding:10px;
- }
- .tag-wrap .fa-tags, .rb-from .fa {
- color:rgba({RGBTitleColor},.5);
- }
- .tags { color:{AccentColor}; }
- .tags:hover { text-decoration:underline; }
- .info {
- padding:10px;
- border-top:3px solid rgba({RGBAccentColor},.3);
- }
- .controls {
- float:right;
- position:relative;
- font-size:16px;
- }
- .controls a {
- position:relative;
- display:inline-block;
- }
- .controls .fa-retweet {
- font-size:20px;
- line-height:20px;
- }
- .like-wrap {
- position:relative;
- width:30px;
- height:30px;
- }
- .like_button {
- position: absolute;
- z-index:5;
- top:-2px;
- left:0;
- opacity:0;
- width:16px;
- height:16px;
- }
- .like_button iframe {
- width:100% !important;
- height:100% !important;
- }
- .like-btn {
- position:absolute;
- top:-2px;
- z-index:1;
- }
- .like_button.liked + .like-btn {
- color:#f55;
- }
- #note {
- margin-bottom:50px;
- padding:10px;
- }
- #note blockquote { margin-left:9px; }
- #note ol.notes {
- list-style-type:none;
- padding:0;
- margin:0;
- }
- li.note {
- border-bottom:1px solid rgba({RGBcolor:borders},.5);
- padding:5px;
- }
- #note ol.notes li:last-child { border-bottom:none; }
- #note ol.notes img.avatar {
- margin-right:7px;
- margin-top:calc(1em - 15px);
- width:20px;
- height:20px;
- float:left;
- border-radius:50%;
- }
- @media all and (max-height:630px) {
- #top { display:none; }
- }
- #top.inactive {
- opacity:0;
- pointer-events:none;
- }
- {CustomCSS}
- </style>
- <script>
- $(document).ready(function() {
- $('.media-wrap').fitVids(); // video resizing script
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '4px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- }); // photoset resizing script
- $('[title]').style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:300
- }); // tooltip script
- $('#menu-lbl').click(function() {
- $('#dropdown').slideToggle(200);
- if($('#desc').height() > 300) {
- $('#desc').slideToggle(200);
- }
- $('#menu-lbl .fa-caret-down').toggleClass('fa-rotate-180');
- });
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').height(85).contents().find("head")
- .append($("<style type='text/css'> .audio-player { background:rgba({RGBAccentColor},.3) !important; width:calc({text:post width} - 6px) !important } .audio-player * { color:{TitleColor} !important } </style>"));
- }); //changes music player colors
- $(window).scroll(function() {
- if($(this).scrollTop() > 400) {
- $("#top").removeClass("inactive");
- }
- else {
- $("#top").addClass("inactive");
- }
- }); //renders the scroll to top button initially invisible
- $("#top").click(function() {
- $("html, body").animate({ scrollTop: 0 }, 400);
- return false;
- });
- });
- </script>
- </head>
- <body class="background">
- <a id="cred" title="Theme by Laighlin" href="http://linthm.tumblr.com/thm">@L</a>
- <div id="sidebar">
- <div id="side-content">
- <a href="/">
- {block:ShowAvatar}
- <img id="side-img" class="{AvatarShape}" src="{PortraitURL-128}">
- {/block:ShowAvatar}
- </a>
- <a id="blog-name" href="/">@{Name}</a>
- {block:ShowTitle}
- <div id="title">{Title}</div>
- {/block:ShowTitle}
- {block:ShowDescription}{block:Description}
- <div id="desc">{Description}</div>
- {/block:Description}{/block:ShowDescription}
- </div>
- {block:ifSearchBar}
- <form id="search" action="/search" method="get">
- <button type="submit" value="search" title="{lang:Search}"><span class="fa fa-search"></span></button>
- <input type="text" name="q" value="{URLSafeSearchQuery}"/>
- </form>
- {/block:ifSearchBar}
- {block:HasPages}
- <div id="link-menu">
- <div id="menu-lbl" class="links"><span class="fa fa-caret-down" aria-label="hidden"></span>Navigation</div>
- <div id="dropdown">
- {block:Pages}<a class="links" href="{URL}" target="_blank">{Label}</a>{/block:Pages}
- </div>
- </div>
- {/block:HasPages}
- </div> <!-- End of sidebar -->
- <!-- Posts -->
- <div id="content">
- {block:SearchPage}
- <article class="post">
- <div class="caption">
- <h2 class="title">
- {block:SearchResults}
- {lang:SearchResultCount results for SearchQuery 2}
- {/block:SearchResults}
- {block:NoSearchResults}
- {lang:No search results for SearchQuery 2}
- {/block:NoSearchResults}
- </h2>
- </div>
- </article>
- {/block:SearchPage}
- {block:TagPage}
- <article class="post">
- <div class="caption">
- <h2 class="title">
- {lang:Posts tagged Tag 3}
- </h2>
- </div>
- </article>
- {/block:TagPage}
- {block:Posts inlineMediaWidth="400" inlineNestedMediaWidth="370"}
- <article class="post">
- {block:RebloggedFrom}
- <div class="rb-from">
- <span class="fa fa-retweet" aria-label="Reblogged from"></span> <a href="{ReblogParentURL}">{ReblogParentName}</a>
- <span class="fa
- {block:Text}fa-align-left{/block:Text}
- {block:Answer}fa-question{/block:Answer}
- {block:Chat}fa-comments-o{/block:Chat}
- {block:Quote}fa-quote-right{/block:Quote}
- {block:Link}fa-link{/block:Link}
- {block:Photo}fa-camera{/block:Photo}
- {block:Photoset}fa-camera{/block:Photoset}
- {block:Audio}fa-music{/block:Audio}
- {block:Video}fa-video-camera{/block:Video}
- fa-fw post-type" aria-label="{PostTypeNoun}"></span>
- </div>
- {/block:RebloggedFrom}
- {block:Text}
- <div class="caption">
- {block:Title}<h2 class="title">{Title}</h1>{/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Answer}
- <div class="quest">
- <img class="avi" src="{AskerPortraitURL-40}">
- <div class="question">
- <p>{Question}</p>— {Asker}
- </div>
- </div>
- {block:Answerer}
- <div class="rb-ans">
- <img class="avi" src="{AnswererPortraitURL-40}">
- <div class="answer">
- {Answerer} replied —<p>{Answer}
- </div>
- </div>
- {/block:Answerer}
- <div class="caption">{Replies}</div>
- {/block:Answer}
- {block:Chat}
- {block:Title}<h2 class="title">{Title}</h1>{/block:Title}
- {block:Lines}
- <div class="chat {Alt}">{block:Label}<b>{Label} </b>{/block:Label}{Line}</div>
- {/block:Lines}
- {/block:Chat}
- {block:Quote}
- <div class="quote">
- <i class="fa fa-quote-left" aria-hidden="true"></i>
- {Quote}
- </div>
- {block:Source}
- <div class="caption" style="text-align:right">— {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="caption">
- <a href="{URL}"><h2 class="title"><span class="fa fa-external-link"></span> {Name}</h2></a>
- {block:Excerpt}<blockquote>{Excerpt}</blockquote>{/block:Excerpt}
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Photo}
- <div class="media-wrap">
- {LinkOpenTag}<center><img src="{PhotoURL-500}"></center>{LinkCLoseTag}
- </div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="media-wrap">
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
- {block:Photos}
- <div class="photo-data">
- <div class="pxu-photo"><img src="{PhotoURL-HighRes}" width="{PhotoWidth-HighRes}" height="{PhotoHeight-HighRes}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div>
- <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
- </div>
- {/block:Photos}
- </div>
- </div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Audio}
- <div class="media-wrap">
- {AudioEmbed-500}
- </div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}
- <div class="media-wrap">{VideoEmbed-500}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:More}
- <div class="caption"><center><a class="more lbl" href="{Permalink}">{lang:Read more}</a></center></div>
- {/block:More}
- {block:HasTags}
- <div class="tag-wrap">
- <span class="fa fa-tags"></span>
- {block:Tags}#<a href="{TagURL}" class="tags">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:Date}
- <footer class="info">
- {block:ContentSource}
- {lang:Source}: <a href="{SourceURL}" style="line-height:1em">{SourceTitle}</a><br/>
- {/block:ContentSource}
- <a href="{ShortURL}" title="{TimeAgo}">{DayOfMonth}.{MonthNumber}.{Year}</a>
- {block:NoteCount} // <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- <span class="controls">
- <a class="fa fa-retweet" title="Reblog" href="{ReblogURL}"></a>
- <span class="like-wrap" title="Like">{LikeButton}<a class="like-btn"><i class="fa fa-heart"></i></a></span>
- </span>
- </footer>
- {/block:Date}
- </article>
- {block:PostNotes}
- <footer class="post" id="note">
- <div class="note-border">
- {PostNotes-64}
- </div>
- </footer>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- <div id="navbar">
- <div id="nav-measure">
- <a class="nav" href="/">
- <i class="fa fa-home fa-fw"></i>
- <h3 class="lbl">{lang:Home}</h3>
- </a>
- {block:AskEnabled}
- <a class="nav" href="/ask" target="_blank">
- <i class="fa fa-pencil fa-fw"></i>
- <h3 class="lbl">{lang:Mail}</h3>
- </a>
- {/block:AskEnabled}
- {block:SubmissionsEnabled}
- <a class="nav" href="/submit" target="_blank">
- <i class="fa fa-envelope fa-fw"></i>
- <h3 class="lbl">Submit</h3>
- </a>
- {/block:SubmissionsEnabled}
- <a class="nav" href="/archive" target="_blank">
- <i class="fa fa-calendar fa-fw"></i>
- <h3 class="lbl">{lang:Archive}</h3>
- </a>
- {block:PreviousPage}
- <a class="nav" href="{PreviousPage}">
- <i class="fa fa-arrow-left fa-fw"></i>
- <h3 class="lbl">{lang:Prev}</h3>
- </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a class="nav" href="{NextPage}">
- <i class="fa fa-arrow-right fa-fw"></i>
- <h3 class="lbl">{lang:Next}</h3>
- </a>
- {/block:NextPage}
- <a class="nav inactive" href="#" id="top">
- <i class="fa fa-arrow-up fa-fw"></i>
- <h3 class="lbl">To Top</h3>
- </a>
- </div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement