Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME CREATED BY CORDEECEPS !
- DO NOT STEAL, REDISTRIBUTE, USE AS A BASE, REMOVE THE CREDIT OR CLAIM AS YOUR OWN !!
- -->
- <html>
- <head>
- <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 rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap" rel="stylesheet">
- <script src="//glenthemes.github.io/iconsax/geticons.js"></script>
- <link href="//glenthemes.github.io/iconsax/style.css" rel="stylesheet">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://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:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <meta name="image:icon" content=""/>
- <meta name="color:background" content="#000"/>
- <meta name="color:posts" content="#101010"/>
- <meta name="color:text" content="#cecece"/>
- <meta name="color:accent" content="#c7b470"/>
- <meta name="text:desc" content="description goes here!"/>
- <meta name="text:one" content="index."/>
- <meta name="text:one link" content="/"/>
- <meta name="text:two" content="ask."/>
- <meta name="text:two link" content="/ask"/>
- <meta name="text:three" content="free link."/>
- <meta name="text:three link" content="/"/>
- <meta name="text:four" content="free link."/>
- <meta name="text:four link" content="/"/>
- <meta name="text:five" content="free link."/>
- <meta name="text:five link" content="/"/>
- <meta name="text:six" content="free link."/>
- <meta name="text:six link" content="/"/>
- </head>
- <style type="text/css">
- /* TOOLTIPS */
- #s-m-t-tooltip { max-width:500px; margin:-40px 10px 10px 0px; background-color:{color:accent};
- font-family:'Barlow';, serif; font-size:14px; text-transform:uppercase; color:{color:background}; font-weight: 900;
- padding-top:6px; padding-bottom:6px; padding-left:8px; padding-right:8px;
- z-index:999999999999999999999999999999999999;
- border-radius: 1px 1px 1px 1px; -moz-border-radius: 1px 1px 1px 1px; -webkit-border-radius: 1px 1px 1px 1px; }
- /* SCROLL BAR */
- ::-webkit-scrollbar {
- width: 0px;
- }
- ::-webkit-scrollbar-button {
- width: 0px; height:0px; }
- ::-webkit-scrollbar-thumb {
- background: transparent; border-radius: 5px; }
- ::-webkit-scrollbar-track {
- background: transparent; }
- /* GENERAL STYLING */
- body {
- background-color: {color:background};
- font-family: 'Barlow';
- font-weight:500;
- font-size: 13px;
- line-height:17px;
- color: {color:text};
- text-align:left;
- }
- p {
- padding:0px;
- }
- sub, small, sup {
- font-size:13px;
- }
- a {
- text-decoration:none;
- color: {color:text};
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- opacity:0.7;
- }
- a:hover {
- opacity:1;
- }
- b, strong {
- color: {color:accent};
- font-weight:900;
- }
- i, em {
- font-style:italic;
- }
- h1, big, h2 {
- line-height:20px;
- font-size:20px;
- color: {color:accent};
- text-align:center;
- font-weight:600;
- font-family: 'Yeseva One', serif;
- }
- h3 {
- font-size:16px;
- line-height:16px;
- text-align:left;
- font-weight:600;
- font-family: 'Yeseva One', serif;
- }
- blockquote {
- padding:0px 20px 0px ;
- margin:0px 0 0px 0px;
- border-left: 2px solid {color:accent};
- margin-top:20px;
- margin-bottom:20px;
- }
- blockquote blockquote {
- padding:0px 20px 0px ;
- margin:0px 0 0px 0px;
- border-left: 2px solid {color:accent};
- margin-top:20px;
- margin-bottom:20px;
- }
- blockquote img {
- max-width: 100%;
- height:auto;
- }
- img {
- max-width: 100%;
- }
- .caption img {
- max-width:100%;
- height:auto;
- }
- .posts img {
- max-width:100%;
- }
- :root {
- --Iconsax-Size:18px;
- --Iconsax-Color:{color:accent};
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- /* CONTAINER */
- #anchor {
- position:absolute;
- margin-left:40%; margin-top:5%;
- width:1px;
- }
- #sidebar {
- position:fixed;
- margin-left:-280px;
- width: 250px; height: 500px;
- margin-top:5%;
- z-index:999999!important;
- }
- .icon {
- width:100px; height: 100px;
- float:right;
- border: 8px solid {color:posts};
- border-radius:100%;
- background: url({image:icon});
- background-repeat: no-repeat;
- background-size: 100px 100px;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- .icon:hover {
- border: 8px solid {color:accent};
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- .desc{
- max-height:65px;
- overflow:auto;
- position:relative;
- margin-top:130px;
- font-style:italic;
- text-align:right;
- }
- .linkwrap {
- position:relative;
- background-color:{color:posts};
- padding:20px;
- border-radius:5px;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- .links {
- z-index:9!important;
- display:flex;
- --Iconsax-Size:17px;
- }
- .linkstwo {
- z-index:9!important;
- display:flex;
- --Iconsax-Size:17px;
- display:inline-block;
- }
- .linksone {
- z-index:9!important;
- display:flex;
- --Iconsax-Size:17px;
- display:inline-block;
- }
- .links .iconsax {
- float:left;
- padding-right:5px;
- }
- .links a {
- color:{color:text};
- float:left;
- font-size:12px;
- text-transform:uppercase;
- font-weight:900;
- padding:3px;
- opacity:.6;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- .links a:hover {
- opacity:1;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- .sidebarline {
- height:2px;
- background-color:{color:accent};
- margin-top:20px; margin-bottom:20px;
- }
- .pagination {
- position:relative;
- z-index:9!important;
- float:right;
- margin-top:15px;
- }
- .pagination a {
- --Iconsax-Size:25px;
- --Iconsax-Color:{color:text};
- opacity:0.7;
- padding:5px;
- }
- .pagination a:hover {
- --Iconsax-Size:25px;
- --Iconsax-Color:{color:text};
- opacity: 1;
- }
- /* POSTS */
- .posts {
- width:500px;
- background: {color:posts};
- padding: 30px;
- }
- .permalinks {
- padding:20px;
- background-color: {color:posts};
- text-transform:uppercase;
- width:520px;
- margin-top:0px;
- border-bottom:2px solid {color:background};
- }
- .permalinks .iconsax{
- margin-top:-5px;
- --Iconsax-Color:{color:text};
- }
- .permalinks a {
- text-decoration:none;
- font-size: 13px;
- color: {color:text};
- margin-left:10px; margin-right:10px;
- font-weight:500;
- }
- .permalinks a:hover {
- color: {color:accent};
- }
- .reblogs {
- float:right;
- margin-top:2px; margin-right:-10px;
- }
- .tagswrap {
- margin-bottom:50px; margin-top:20px;
- }
- .tags {
- text-align:center;
- width:520px;
- color:{color:accent};
- line-height:30px;
- letter-spacing:0px;
- --Iconsax-Size:15px;
- font-weight:600;
- font-style:italic;
- background-color:{color:posts};
- padding:20px;
- border-radius:5px;
- opacity:0.7;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- .tags a {
- font-size: 13px;
- color: {color:text};
- margin-right:15px;
- opacity:0.7;
- }
- .tags a:hover {
- opacity:1;
- }
- .asker {
- font-size:16px;
- font-weight:900;
- text-align:center;
- padding-top:10px;
- text-transform: uppercase;
- font-family: 'Yeseva One', serif;
- letter-spacing:2px;
- }
- .question {
- padding-left:30px; padding-right:30px; padding-bottom:20px;
- border-bottom:2px solid {color:background};
- text-align:justify;
- }
- .quote {
- line-height:25px;
- padding-top:20px; padding-left:20px; padding-right:20px;
- color: {color:accent};
- font-size:20px;
- font-weight:600;
- margin-bottom:15px;
- text-align:left;
- font-family:'Yeseva One', serif;
- }
- .quotesource {
- font-size:12px;
- padding-left: 20px; padding-right: 20px; padding-bottom: 10px;
- text-align:left;
- }
- .playbutton {
- position:relative;
- margin-top:50px; margin-left:50px;
- z-index:9;
- width:33px;
- height:30px;
- overflow:hidden;
- }
- .albumart img {
- position:relative;
- margin-top:-70px; margin-left:10px;
- height:100px; width:100px;
- -webkit-border-top-left-radius: 2px;
- -webkit-border-bottom-left-radius: 2px;
- -moz-border-radius-topleft: 2px;
- -moz-border-radius-bottomleft: 2px;
- border-top-left-radius: 2px;
- border-bottom-left-radius: 2px;}
- .trackinfo {
- margin-bottom:30px;
- background: {color:accent};
- color: {color:posts};
- position:relative;
- margin-left:110px; margin-right:10px; margin-top:-103px;
- height:100px;
- -webkit-border-top-right-radius: 2px;
- -webkit-border-bottom-right-radius: 2px;
- -moz-border-radius-topright: 2px;
- -moz-border-radius-bottomright: 2px;
- border-top-right-radius: 2px;
- border-bottom-right-radius: 2px;}
- .trackname {
- position:relative;
- padding-top:35px;
- text-align:center;
- font-size:14px;
- text-transform:uppercase;
- font-weight: 900;
- letter-spacing:2px;}
- .artist {
- text-align:center;
- font-size:13px;
- text-transform:lowercase;
- letter-spacing:4px;
- font-weight:900;
- }
- .album {
- text-align:center;
- font-style: italic;
- letter-spacing:4px;
- }
- .playcount {
- font-weight: bold;
- margin-top:5px;
- text-align:center;
- letter-spacing:2px;}
- .chat {
- padding-bottom:2px;
- }
- .chat li{
- list-style-type:none;
- margin-left:15px; margin-right:15px;
- line-height:25px;
- }
- .credit {
- z-index:9;
- bottom:20px;
- right:20px;
- position:fixed;
- padding:10px;
- --Iconsax-Size:30px;
- --Iconsax-Color:{color:accent};
- font-size:20px;
- padding:5px;
- }
- .notes li {
- list-style:none;
- margin-left:-20px;
- width:520px;
- }
- .notes img {
- display:none;
- }
- .more_notes_link {
- text-transform:uppercase;
- line-height:50px;
- }
- .result {
- width:520px;
- background-color:{color:posts};
- color:{color:text};
- display:flex;
- margin-bottom:40px;
- text-transform:uppercase;
- overflow:hidden;
- border-radius:5px;
- padding:20px;
- }
- span.tag {
- margin-left:3px;
- color:{color:accent};
- text-decoration:underline;
- }
- </style>
- <body>
- <div id="anchor">
- <div id="sidebar">
- <div class="icon"></div>
- <div class="desc">
- {text:desc}
- </div>
- <div class="sidebarline"></div>
- <div class="linkwrap">
- <div class="links">
- <div class="linksone">
- <a href="{text:one link}"><i class="iconsax" icon-name="home-2"></i> {text:one}</a>
- <a href="{text:three link}"><i class="iconsax" icon-name="user-1-octagon"></i> {text:three}</a> <p>
- <a href="{text:five link}"><i class="iconsax" icon-name="book-with-bookmark"></i> {text:five}</a>
- </div>
- <div class="linkstwo">
- <a href="{text:two link}"><i class="iconsax" icon-name="mail"></i> {text:two}</a><p>
- <a href="{text:four link}"><i class="iconsax" icon-name="pen-tool-1
- "></i> {text:four}</a>
- <a href="{text:six link}"><i class="iconsax" icon-name="add-square
- "></i> {text:six}</a>
- </div>
- </div><!--links end--->
- </div><!--linkwrap end--->
- <div class="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}"><i class="iconsax" icon-name="chevron-circle-left"></i></a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"><i class="iconsax" icon-name="chevron-circle-right"></i></a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div><!--sidebar end--->
- {block:TagPage}
- <div class="result">
- {lang:Showing TagResultCount posts tagged Tag 2}
- </div>
- {/block:TagPage}
- {block:Posts}
- {block:Date}
- <div class="permalinks">
- <i class="iconsax" icon-name="calendar-1"></i><a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a>
- {block:PermalinkPage}
- {block:NoteCount}<i class="iconsax" icon-name="star"></i><a href="{Permalink}">{NoteCount} notes</a>
- {/block:NoteCount}
- {/block:PermalinkPage}
- <div class="reblogs">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="via"><i class="iconsax" icon-name="link-3"></i></a> <!--VIA-->
- <a href="{ReblogRootURL}" title="source"><i class="iconsax" icon-name="book-with-bookmark
- "></i></a> <!--SOURCE-->
- {/block:RebloggedFrom}
- <a href="{ReblogURL}" title="reblog"><i class="iconsax" icon-name="repeat"></i></a> <!--REBLOG-->
- </div></div>
- {/block:Date}
- <div class="posts">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:Text}<p>{Body}</p>{/block:Text}
- {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h2>{Title}</h2></a>{/block:Title}
- {block:Lines}<div class="chat"><li>{block:Label}<b>{Label}</b> {/block:Label}{Line}</li></div>{/block:Lines}{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Audio}
- {block:AudioPlayer}
- <div class="playbutton">{AudioPlayerGrey}</div>
- {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- <div class="trackinfo">
- <div class="trackname">
- {block:TrackName}{TrackName}{/block:TrackName}
- </div>
- <div class="artist">
- {block:Artist}{Artist}{/block:Artist}
- </div>
- <div class="album">
- {block:Album}{Album}{/block:Album}
- </div>
- <div class="playcount">
- {block:PlayCount}played: {PlayCount} times{/block:PlayCount}
- </div>
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:AudioPlayer}
- {/block:Audio}
- {block:Answer}
- <div class="asker">{Asker} whispered</div>
- <div class="question">{Question}</div>
- {Answer}
- {/block:Answer}
- </div>
- <div class="tagswrap">
- {block:HasTags}
- <div class="tags">{block:Tags}<i class="iconsax" icon-name="tag-1"></i> <a href="{TagUrl}"> {Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- </div>
- {/block:Posts}
- {block:PermalinkPage}
- {block:PostNotes}
- <!--<h3>{lang:Notes}</h3>-->
- <div class="notes">{PostNotes}</div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {block:ContentSource}
- <br/><br/>{lang:Source}: <a href="{SourceURL}">{SourceTitle}</a>
- {/block:ContentSource}
- </div>
- <div class="credit"><a href="https://silverhandresources.tumblr.com/" title="theme by siilverhand"><i class="iconsax" icon-name="code-circle"></i></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment