Advertisement
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">
- <link href="https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@1,800&display=swap" rel="stylesheet">
- <link rel="preconnect" href="https://fonts.gstatic.com">
- <link href="https://fonts.googleapis.com/css2?family=Barlow:ital@1&display=swap" rel="stylesheet">
- <link rel="preconnect" href="https://fonts.gstatic.com">
- <link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap" rel="stylesheet">
- <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
- <link rel="preconnect" href="https://fonts.gstatic.com">
- <link href="https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@1,700&display=swap" 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:sidebar" content="https://i.imgur.com/mfcWYv7.jpg"/>
- <meta name="color:background" content="#202020"/>
- <meta name="color:containerbg" content="#151515"/>
- <meta name="color:text" content="#eee"/>
- <meta name="color:borders" content="#303030"/>
- <meta name="color:accent1" content="#d79d92"/>
- <meta name="color:accent2" content="#d7c4a3"/>
- <meta name="color:accent3" content="#659eaa"/>
- <meta name="color:italic" content="#909090"/>
- <meta name="color:title" content="#303030"/>
- <meta name="text:one" content="index"/>
- <meta name="text:onelink" content="/"/>
- <meta name="text:two" content="ask"/>
- <meta name="text:twolink" content="/ask"/>
- <meta name="text:three" content="link three"/>
- <meta name="text:threelink" content="/"/>
- <meta name="text:four" content="link four"/>
- <meta name="text:fourlink" content="/"/>
- </head>
- <style type="text/css">
- #s-m-t-tooltip {
- max-width:300px;
- margin:-20px 10px 10px 10px;
- background-color:{color:background};
- font-family: 'Inconsolata', monospace;
- padding-top:3px;
- padding-bottom:4px;
- padding-left:10px;
- padding-right:8px;
- font-size:12px;
- letter-spacing:1px;
- text-transform:lowercase;
- color:{color:text};
- z-index:999999999999999999999999999999999999;
- border-radius: 2px 2px 2px 2px;
- -moz-border-radius: 2px 2px 2px 2px;
- -webkit-border-radius: 2px 2px 2px 2px;
- border: 1px solid {color:borders};
- }
- ::-webkit-scrollbar {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:containerbg};
- border: 0px none {color:containerbg};
- border-radius: 50px;
- }
- ::-webkit-scrollbar-thumb:hover {
- background: {color:containerbg};
- }
- ::-webkit-scrollbar-thumb:active {
- background: {color:containerbg};
- }
- ::-webkit-scrollbar-track {
- background: {color:containerbg};
- border: 0px none {color:containerbg};
- border-radius: 0px;
- }
- ::-webkit-scrollbar-track:hover {
- background: {color:containerbg};
- }
- ::-webkit-scrollbar-track:active {
- background: {color:containerbg};
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- body {
- background-color: {color:background};
- font-family: 'Inconsolata', monospace;
- font-size: 12px;
- color: {color:text};
- letter-spacing:0.5px;
- }
- sub, small, sup {
- font-size:12px;
- }
- a {
- text-decoration:none;
- color: {color:accent1};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- a:hover {
- color: {color:text};
- }
- b, strong {
- color: {color:accent2}; /* yellow */
- font-weight:900;
- }
- i, em {
- color: {color:italic};
- font-family: 'Barlow', sans-serif;
- }
- h1, big, h2 {
- font-size:30px;
- line-height:30px;
- text-align:center;
- padding-right:10px;
- padding-left:10px;
- font-family: 'Fraunces', serif;
- font-style:italic;
- color: {color:accent1}; /* pink */
- letter-spacing: 2px;
- text-shadow: 0px 0px 5px {color:accent2};
- }
- h3 {
- font-size:15px;
- line-height:14px;
- text-align:left;
- padding:1px;
- font-style:italic;
- color: {color:accent3};
- letter-spacing: 2px;
- overflow:visible;
- }
- mark {
- background-color: {color:accent1}; /* pink */
- color: {color:title};
- line-height:18px;
- }
- blockquote {
- padding:0px 10px 0px ;
- margin:15px 0 15px 20px;
- border-left: 1px solid {color:accent2};
- }
- blockquote img {
- max-width:100%;
- height:auto;
- }
- img {
- max-width: 100%;
- }
- #container {
- position:absolute;
- margin:auto;
- left:0px;
- right:0px;
- top:0px;
- bottom:0px;
- background-color: {color:containerbg};
- height: 500px;
- width: 770px;
- overflow-y:scroll;
- padding:30px;
- border-radius: 2px 2px 2px 2px;
- -moz-border-radius: 2px 2px 2px 2px;
- -webkit-border-radius: 2px 2px 2px 2px;
- border: 1px solid {color:borders};
- z-index:-1;
- }
- .title {
- position:fixed;
- width:130px;
- margin-left: 17px;
- margin-top:-15px;
- font-size:17px;
- text-align:left;
- padding:1px;
- font-family: 'Fraunces', serif;
- letter-spacing: 2px;
- overflow:visible;
- }
- #sidebar {
- position:fixed;
- margin:auto;
- left:-570px;
- right:0px;
- top:0px;
- bottom:0px;
- height: 480px;
- width:200px;
- background: {color:background};
- border-radius: 2px 2px 2px 2px;
- -moz-border-radius: 2px 2px 2px 2px;
- -webkit-border-radius: 2px 2px 2px 2px;
- border: 1px solid {color:borders};
- }
- #sidebar img {
- max-width:200px;
- height:230px;
- margin-left: 0px;
- margin-bottom:-44px;
- border-bottom: 1px solid {color:borders};
- }
- #description {
- font-size:12px;
- color: {color:text};
- text-align:justify;
- padding-right:20px;
- padding-left:20px;
- word-wrap: break-word;
- margin-top:65px;
- overflow:auto;
- height:142px;
- }
- #links {
- font-size:10px;
- position:absolute;
- left:55px;
- top:416px;
- }
- #links a {
- display:inline-block;
- color: {color:accent2}; /* yellow */
- padding-right:10px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #links a:hover {
- color:{color:accent3};
- }
- #pagination {
- position:absolute;
- bottom:20px;
- left:75px;
- font-size:12px;
- font-weight:900;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #pagination a:hover {
- color:{color:accent2};
- }
- .posts {
- width:500px;
- background-color: {color:background};
- padding: 20px;
- margin-bottom:90px;
- margin-left:228px;
- margin-right:10px;
- border-radius: 2px 2px 2px 2px;
- -moz-border-radius: 2px 2px 2px 2px;
- -webkit-border-radius: 2px 2px 2px 2px;
- border: 1px solid {color:borders};
- }
- .permalinks {
- background-color:{color:containerbg};
- padding:10px;
- height:12px;
- border-radius: 2px 2px 2px 2px;
- -moz-border-radius: 2px 2px 2px 2px;
- -webkit-border-radius: 2px 2px 2px 2px;
- border: 1px solid {color:borders};
- }
- .permalinks a {
- text-decoration:none;
- font-size: 11px;
- color: {color:accent3}; /* blue */
- }
- .permalinks a:hover {
- color: {color:accent2};
- }
- .reblogs {
- float:right;
- margin-top:-1px;
- }
- .tags {
- text-align:left;
- margin-top:50px;
- line-height:15px;
- }
- .tags a {
- text-decoration:none;
- font-size: 11px;
- text-transform:uppercase;
- color: {color:accent3}; /* blue */
- word-wrap: break-word;
- margin-right: 5px;
- }
- .tags a:hover {
- color: {color:accent2};
- }
- .asker {
- font-size:16px;
- font-weight:900;
- text-align:center;
- margin-bottom:5px;
- padding-bottom:3px;
- font-family: 'Barlow', sans-serif;
- text-transform: uppercase;
- }
- .question {
- font-style: italic;
- padding-left:50px;
- padding-right:50px;
- border-bottom:1px solid {color:borders};
- }
- .quote {
- font-size:30px;
- line-height:30px;
- text-align:center;
- padding-right:10px;
- padding-left:10px;
- font-family: 'Fraunces', serif;
- font-style:italic;
- color: {color:accent1}; /* pink */
- letter-spacing: 2px;
- text-shadow: 0px 0px 5px {color:accent2};
- margin-bottom:20px;
- }
- .quotesource {
- font-size:12px;
- letter-spacing:1px;
- text-align:center;
- padding-left: 20px;
- padding-right: 20px;
- padding-bottom: 20px;
- }
- .playbutton {
- position:relative;
- margin-top:45px;
- margin-left:44px;
- z-index:9;
- width:33px;
- height:30px;
- overflow:hidden;
- }
- .albumart img {
- position:relative;
- margin-top:-75px;
- margin-left:0px
- height:120px;
- width:120px;
- -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:10px;
- background: {color:containerbg};
- color: {color:text};
- top:-2px;
- position:relative;
- margin-left:120px;
- height:120px;
- margin-top:-120px;
- -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:30px;
- text-align:center;
- font-size:14px;
- text-transform:uppercase;
- font-weight: bold;
- letter-spacing:2px;}
- .artist {
- text-align:center;
- font-size:12px;
- text-transform:uppercase;
- letter-spacing:4px;}
- .album {
- text-align:center;
- font-style: italic;
- letter-spacing:4px;}
- .playcount {
- font-weight: bold;
- margin-top:5px;
- text-align:center;
- letter-spacing:2px;}
- #credit {
- z-index:9;
- bottom:20px;
- right:20px;
- position:fixed;
- padding:10px;
- color: {color:accent1};
- }
- </style>
- <body>
- <div id="container">
- <div id="sidebar">
- <div id="sideimage"><img src="{image:sidebar}"></div>
- <div class="title"><a href="/"><mark>{Title}</mark></a></div>
- <div id="description">{block:Description}{Description}{/block:Description}
- </div>
- <div id="links">
- <a href="{text:onelink}" title="{text:one}"><span class="th th-circle-o"></span></a>
- <a href="{text:twolink}" title="{text:two}"><span class="th th-circle-o"></span></a>
- <a href="{text:threelink}" title="{text:three}"><span class="th th-circle-o"></span></a>
- <a href="{text:fourlink}" title="{text:four}"><span class="th th-circle-o"></span></a>
- </div>
- <div id="pagination">{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} / {block:NextPage}<a href="{NextPage}">next</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- </div>
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}{Title}{/block:Title}{Body}{/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}{Title}</a>{/block:Title}
- {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/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 class="permalinks">
- <a href="{Permalink}">{DayOfMonthWithZero} {MonthNumberWithZero} {ShortYear} </a>
- {block:PermalinkPage}<a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a>{/block:PermalinkPage}
- <div class="reblogs">{block:RebloggedFrom}
- <a href="{ReblogParentURL}">VIA</a>
- <a href="{ReblogRootURL}">SOURCE</a>
- {/block:RebloggedFrom}
- <a href="{ReblogURL}">REBLOG</a></div>
- <div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}"> {Tag}</a>{/block:Tags}{/block:HasTags}</div>
- <!-- {block:HasTags}{block:Tags}<a href="{TagUrl}"> {Tag}</a>{/block:Tags}{/block:HasTags} -->
- </div>
- </div>
- {/block:Posts}
- </div>
- {block:ContentSource}
- <!– {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} –>
- {/block:ContentSource}
- <div id="credit"><a href="https://cordeeceps.tumblr.com/" title="theme by cordeeceps"><span class="th th-alien-o"></span></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement