Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- amethyst
- coded by ananda
- ________________________________________
- base code
- © sorrism
- pxu photosets
- the MIT license (MIT) copyright (c) 2013
- © pixel union, modified by bychloethemes
- feather icons
- © cole bemis
- ________________________________________
- sidebar customization instructions
- • if you want other icons for the nav links, read the following:
- a) go to https://feathericons.com choose an icon you like.
- b) click ctrl + f here on the theme editor and search for <nav> and hit enter. there you'll find the code for the sidebar links. say you want to change the clock in the archive link to a different icon. just change the word "clock" to the name of the icon you found in the site above.
- -->
- <!DOCTYPE html>
- <head>
- <title>{block:TagPage}#{Tag} : {/block:TagPage} {block:PostSummary}{PostSummary} : {/block:PostSummary}{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}
- <!--default variables-->
- <meta name="if:blogtitle" content="1"/>
- <meta name="select:post size" content="540" title="540"/>
- <meta name="select:post size" content="450" title="450"/>
- <meta name="select:post size" content="350" title="350"/>
- <meta name="color:text" content="#666666"/>
- <meta name="color:link" content="#888888"/>
- <meta name="color:accent" content="#8d619a"/>
- <meta name="text:home title" content="index"/>
- <meta name="text:ask title" content="message"/>
- <meta name="text:archive title" content="history"/>
- <meta name="text:link 1 url" content="" />
- <meta name="text:link 1 name" content="" />
- <meta name="text:link 2 url" content="" />
- <meta name="text:link 2 name" content="" />
- <meta name="text:link 3 url" content="" />
- <meta name="text:link 3 name" content="" />
- <meta name="image:sidebar" content=""/>
- <!--fonts-->
- <link href="https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Barlow:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap" rel="stylesheet">
- <!--scripts-->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <!--feather icons by -->
- <script src="https://unpkg.com/feather-icons"></script>
- <!--video resizing by shythemes-->
- <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script><script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <!--pxu photosets by pixel union and bychloethemes-->
- <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script> <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <!--css customization-->
- <style type="text/css">
- .tmblr-full img {
- max-width:100%;
- }
- .vignette, #vignette {
- opacity:0;
- }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:0 !important;
- max-width:none;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba(255,255,255,.8) !important;
- }
- #tumblr_lightbox img {
- padding:5px;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- }
- .lightbox-image {
- padding:0px;
- background-color:rgba(255,255,255,1) !important;
- }
- .ui-tooltip {
- font-style:italic;
- position:absolute;
- z-index:9999;
- padding-top:10px;
- }
- .ui-tooltip-content {
- color:{color:accent};
- background-color:#f6f6f6;
- border-radius:2px;
- padding:0.25em 0.50em;
- }
- ::selection {
- background:{color:caption};
- color:{color:text};
- padding:3px;
- }
- ::-moz-selection {
- background:{color:caption};
- color:{color:caption};
- }
- ::-webkit-selection {
- background:{color:caption};
- color:{color:caption};
- }
- ::-webkit-scrollbar {
- width:17px;
- height:17px;
- }
- ::-webkit-scrollbar {
- background-color:#ffffff; /* background color */
- }
- ::-webkit-scrollbar-track {
- border:8px solid #ffffff; /* background color */
- background-color:#f6f6f6; /* light border color */
- }
- ::-webkit-scrollbar-thumb {
- border:8px solid #f6f6f6; /* background color */
- background-color:{color:accent}; /* dark border color */
- min-height:24px;
- min-width:24px;
- }
- body {
- font-family:'Barlow', sans-serif;
- font-size:12px;
- letter-spacing:0.4px;
- background:#ffffff;
- color:{color:text};
- line-height:1.8em;
- font-style:normal;
- word-wrap:break-word;
- text-align:left;
- opacity:1;
- transition:1s opacity;
- }
- body.fade-out {
- opacity:0;
- transition: none;
- }
- a {
- color:{color:link};
- text-decoration:none;
- transition:all .2s linear;
- -webkit-transition:all .2s linear;
- -o-transition:all .2s linear;
- -moz-transition:all .2s linear;
- }
- a:hover {
- color:{color:text};
- }
- a, a img {cursor:pointer;}
- img {
- opacity:1;
- border:0;
- text-decoration:none;
- max-width:100%;
- height:auto;
- display:block;
- }
- b, strong, b a, strong a {
- font-weight:400;
- text-decoration:underline;
- color:{color:accent};
- }
- small, big, sub, pre {
- margin:0;
- font-size:1em!important;
- vertical-align:baseline!important;
- }
- i {
- font-style:italic;
- color:{color:text};
- }
- h1, h2, h3, h4 {
- font-style:italic;
- font-weight:400;
- font-size:13px;
- margin:1em 0;
- font-size:15px;
- color:{color:accent};
- }
- p {margin:1em 0;}
- ul:first-of-type,
- ol:first-of-type,
- p:first-of-type {margin-top:0;}
- ul:last-of-type,
- ol:last-of-type,
- p:last-of-type {margin-bottom:0;}
- blockquote, ol, ul, pre, figure {margin:1em 0;}
- .posts h1:first-child,
- .posts h2:first-child,
- .posts h3:first-child,
- .posts h4:first-child {margin-top:0;}
- hr {
- border:none;
- box-shadow:0;
- margin:2em auto;
- width:75px;
- }
- ul, ol {
- list-style-type:circle;
- }
- blockquote {
- padding:0;
- margin:0;
- border:0;
- }
- pre {
- padding:0;
- margin:0;
- line-height:inherit!important;
- background:transparent;
- font-family:inherit!Important;
- font-size:inherit!important;
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- }
- #container {
- width:calc({select:post size}px + 200px + 100px);
- margin:0 auto 0 200px;
- }
- aside {
- margin:104px 0 0 0;
- display:block;
- width:200px;
- position:fixed;
- z-index:1;
- }
- #blogtitle {
- margin:0;
- display:block;
- text-align:right;
- }
- #blogtitle a {
- margin-right:-1px;
- font-style:italic;
- text-transform:lowercase;
- color:{color:accent};
- background-color:#f6f6f6;
- padding:0.70em;
- }
- #blogtitle a:hover {
- color:{color:accent};
- }
- #description {
- padding:0 1em;
- margin-top:1em;
- text-align:right;
- }
- .sideimg {
- vertical-align:top;
- margin-top:-4px;
- }
- img.sideimg {
- width:30px;
- }
- nav {
- padding:0 1em;
- margin-top:3em;
- display:block;
- text-align:center;
- }
- nav a svg {
- width:14px;
- height:14px;
- margin-top:5px;
- stroke:{color:accent};
- stroke-width:2;
- position:absolute;
- margin-left:2em;
- }
- nav a {
- color:{color:text};
- text-transform:lowercase;
- display:block;
- text-align:right;
- }
- nav a:hover {
- color:{color:accent};
- }
- nav a:not(:last-child) {
- padding-bottom:1px;
- }
- * {
- box-sizing:border-box;
- }
- /* Create two unequal columns that floats next to each other */
- .column {
- float:left;
- }
- .left {
- width:70%;
- border-right:1px solid #f6f6f6;
- }
- .right {
- width:30%;
- padding:0 1em;
- }
- /* Clear floats after the columns */
- .row:after {
- content:"";
- display:table;
- clear:both;
- }
- .entries {
- margin:100px 0;
- width:{select:post size}px;
- float:right;
- }
- .posts {
- width:{select:post size}px;
- text-align:left;
- margin-bottom:100px;
- }
- .posts:last-child {
- margin-bottom:0px;
- }
- {block:Permalinkpage}
- .posts {
- margin-bottom:30px;
- }
- {/block:Permalinkpage}
- .ph {
- position:relative;
- overflow:hidden;
- margin:0;
- }
- .ph img {
- width:auto;
- display:block;
- }
- iframe.tumblr_audio_player {
- width:{select:post size}px;
- margin-bottom:-5px;
- }
- .comment {
- list-style:none;
- margin-bottom:1em;
- }
- .comment:last-of-type {
- margin-bottom:1em;
- }
- .user {
- line-height:18px;
- display:inline-block;
- vertical-align:middle;
- text-transform:lowercase;
- font-style:italic;
- margin-bottom:0.5em;
- }
- .user:before {
- display:inline-block;
- content:"";
- border-top:1px solid #f6f6f6;
- width:1.5em;
- margin-right:0.5em;
- vertical-align:middle;
- padding-bottom:3px;
- }
- a.user {
- color:{color:accent};
- }
- .icon {
- margin-right:7px;
- display:inline-block;
- float:left;
- display:none;
- }
- .icon img {
- width:18px;
- height:18px;
- border-radius:50px;
- }
- .captioned .comment:first-of-type {margin-top:1em;}
- .comment:last-of-type {
- margin-bottom:0;
- }
- .tex li, .tex blockquote {text-align:left;}
- .a {
- display:inline-block;
- width:540px;
- }
- .q {
- background-color:#f6f6f6;
- padding:1em 1.5em;
- margin-bottom:10px;
- text-align:left;
- color:{color:text};
- }
- .as {
- text-transform:lowercase;
- font-style:italic;
- color:{color:accent};
- }
- .as a {
- text-transform:lowercase;
- font-style:italic;
- color:{color:accent};
- }
- .chat {
- padding-left:0;
- margin-left:0;
- list-style:none;
- }
- .label {
- position:relative;
- width:auto;
- margin-right:5px;
- font-weight:bold;
- color:{color:text};
- display:inline-block;
- }
- .l.odd,
- .l.even {
- padding:0.50em 0;
- }
- .l:first-of-type {
- padding-top:0;
- }
- .l.even span {
- color:{color:accent};
- }
- .permalink {
- margin-top:1em;
- border-bottom:1px solid #f6f6f6;
- padding-bottom:1em;
- }
- .permalink a {
- display:inline-block;
- vertical-align:middle;
- color:{color:text};
- text-transform:lowercase;
- margin-right:1em;
- }
- .permalink a:last-child {
- margin-right:0;
- }
- /*svg icons tutorial by shythemes*/
- .controls svg {
- width:14px;
- height:14px;
- stroke:{color:accent};
- stroke-width:2;
- height:auto;
- padding:0px;
- display:block;
- overflow:visible;
- }
- .controls {
- float:right;
- display:inline-block;
- }
- .controls a {
- vertical-align:middle;
- position:relative;
- display:inline-block;
- overflow:hidden;
- }
- .controls .like .liked + svg path {
- stroke-width:1;
- stroke:#c93d12;
- fill:#fb4c16;
- }
- .controls .like .like_button {
- position:relative;
- }
- .controls .like .like_button iframe {
- position:absolute;
- top:-3px;
- left:-3px;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- .tags {
- margin:1em 0 0 0;
- width:{select:post size}px;
- text-align:left;
- }
- .tags a {
- text-transform:none;
- color:{color:text};
- display:inline-block;
- margin:0 1em 0.50em 0;
- }
- .tags a:hover {
- color:{color:text};
- }
- .quote:before {
- content:'“';
- padding-right:0.5px;
- }
- .quote:after {
- content:'”';
- padding-left:0.5px;
- }
- .quote {
- font-style:italic;
- }
- .source:before {
- content:'—';
- margin-right:5px;
- color:#ccc;
- }
- .source {
- padding-top:0.5em;
- }
- .pagenotes {
- padding:0;
- width:{select:post size}px;
- }
- .pagenotes ol, .pagenotes ul {
- padding:0;
- margin:0;
- }
- li.note {
- display:block;
- padding:0;
- }
- li.note:not(:first-child):not(:last-child) {
- margin:8px 0;
- }
- ol.notes li.note img.avatar {display:none;}
- a.more_notes_link {
- display:block;
- text-align:center;
- }
- .pagenotes blockquote {
- margin-left:2em;
- }
- #pagination {
- width:{select:post size}px;
- text-align:center;
- text-transform:lowercase;
- margin:50px auto;
- }
- #pagination a {
- margin:0 0.50em;
- color:{color:text};
- font-style:italic;
- }
- .c {
- opacity:0.8;
- display:block;
- z-index:1;
- position:fixed;
- right:15px;
- bottom:20px;
- color:{color:text};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <script>document.body.className += ' fade-out';</script>
- <div id="container">
- <aside>
- <div class="row">
- <div class="column left">
- {block:ifblogtitle}<div id="blogtitle"><a href="/">{Title}</a></div>{/block:ifblogtitle}
- <div id="description">{Description}</div>
- <nav>{block:ifasktitle}<a href="/ask">{text:ask title}<i data-feather="mail"></i></a>{/block:ifasktitle}{block:ifarchivetitle}<a href="/archive">{text:archive title}<i data-feather="clock"></i></a>{/block:ifarchivetitle}{block:iflink1url}<a href="{text:link 1 url}">{text:link 1 name}<i data-feather="edit-2"></i></a>{/block:iflink1url}{block:iflink2url}<a href="{text:link 2 url}">{text:link 2 name}<i data-feather="user"></i></a>{/block:iflink2url}{block:iflink3url}<a href="{text:link 3 url}">{text:link 3 name}<i data-feather="code"></i></a>{/block:iflink3url}</nav>
- </div>
- <div class="column right">
- <div class="sideimg">{block:ifsidebarimage}<img src="{image:sidebar}">{/block:ifsidebarimage} {block:ifnotsidebarimage}<img src="{PortraitURL-30}">{/block:ifnotsidebarimage}</div>
- </div>
- </div>
- </aside><!--sidebar-->
- <div class="entries">
- {block:Posts}
- <div class="posts {block:caption}captioned{/block:caption}" id="{PostID}">
- {block:Quote}
- <div class="quote">{quote}</div>
- {block:Source}
- <div class="source">{source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<h1>{title}</h1>{/block:Title}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="comment {block:Title}ted{/block:Title}">
- <a href="{Permalink}" class="icon"><img src="{PortraitURL-64}"></a> <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a><div class="tex">{body}</div></li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {block:NotReblog}
- <li class="comment {block:Title}ted{/block:Title}"><div class="tex">{body}</div></li>
- {/block:NotReblog}
- {/block:Text}
- {block:Link}<h1><a href="{URL}">{name}</a></h1>
- {block:Description}
- {block:NotReblog}
- <li class="comment ted"><div class="tex">{description}</div></li>
- {/block:NotReblog}
- {/block:Description}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="comment"><a href="{Permalink}" class="icon"><img src="{PortraitURL-64}"></a> <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a><div class="tex">{body}</div></li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{title}</h1>{/block:Title}
- <ol class="chat {block:Title}ted{/block:Title}">
- {block:lines}<li class="l {Alt}">{block:label}<span class="label">{label}</span>{/block:label}{line}</li>{/block:lines}
- </ol>
- {/block:Chat}
- <div class="ph">
- {block:Photo}{linkopentag}<img src="{photoURL-HighRes}" alt="{PhotoAlt}"/>{linkclosetag}{/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" 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>
- {/block:Photoset}
- <div class="video">{Video-500}</div>
- {block:Audio}
- <div class="audio">
- {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
- </div>
- {/block:Audio}
- {block:caption}
- {block:Reblogs}
- <li class="comment"><a href="{Permalink}" class="icon"><img src="{PortraitURL-64}"></a> <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a><div class="tex">{body}</div></li>
- {/block:Reblogs}
- {block:NotReblog}
- <li class="comment"><div class="tex">{caption}</div></li>
- {/block:NotReblog}
- {/block:caption}
- </div><!--ph-->
- {block:Answer}
- <div class="a">
- <div class="q"><div class="as">{asker}</div> {question}</div>
- </div>
- {block:Answerer}
- <div class="a">
- <div class="q"><div class="as">{answerer}</div> {answer}</div>
- </div>
- {/block:Answerer}
- {block:NotReblog}
- <li class="comment"><div class="tex">{replies}</div></li>
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="comment"><div class="tex">{body}</div></li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Answer}
- {block:Date}
- <div class="permalink">
- <a href="{Permalink}" target="_blank">{ShortMonth} {DayOfMonth}</a>
- {block:Notecount}<a href="{permalink}">{NoteCountwithLabel}</a>{/block:Notecount}
- {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
- <div class="controls"><span><a href="#" class="like" title="like post">{LikeButton}<i data-feather="heart"></i></a></span></div>
- </div>
- {block:hasTags}
- <div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>
- {/block:hasTags}
- {/block:Date}
- </div><!--posts-->
- {block:PostNotes}
- <div class="pagenotes" tabindex="0">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- {block:Pagination}<div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" class="next">older</a>{/block:NextPage}</div>
- {/block:Pagination}
- </div><!--entries-->
- </div><!--container-->
- <script>
- feather.replace()
- $(document).ready(function() {
- $('body').tooltip({track:false});
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player{background:{color:accent} !important} </style>"));
- });
- });
- $(function() {
- $('body').removeClass('fade-out');
- });
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox:true,
- rounded:false,
- gutter:'4px',
- borderRadius:'2px',
- photoset:'.photo-slideshow',
- photoWrap:'.photo-data',
- photo:'.pxu-photo'
- });
- });
- </script>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}"/>
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
- {/block:ContentSource}
- <a class="c" href="https://florencespugh.tumblr.com">theme</a>
- </body>
- </html>
Add Comment
Please, Sign In to add comment