Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Pantone Theme #1 — TERMS & CONDITIONS
- @stratuscodes
- 1. DO NOT claim as your own.
- 2. DO NOT edit.
- 3. Like/Reblog if you use it.
- -->
- <!DOCTYPE html PUBLIC>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <!-- Base Code by Franchesca (extasisthemes) -->
- <!-- Metadata -->
- <meta name="color:Asker Background" content="#f0f0f0"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="image:Background" content="https://i.imgur.com/FZl70Yy.png"/>
- <meta name="color:Border" content="#eeeeee"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Link Hover" content="#cfcfcf"/>
- <meta name="color:Like" content="#a77dc2"/>
- <meta name="color:Main Color" content="#cab1da"/>
- <meta name="color:Secondary Color" content="#dccbe7"/>
- <meta name="color:Question Background" content="#f5f5f5"/>
- <meta name="color:Quote Icon Color" content="#ffffff"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="color:Text" content="#555555"/>
- <meta name="color:Tooltip Background" content="#ffffff"/>
- <meta name="image:Sidebar Image" content="https://i.imgur.com/0GC438J.png"/>
- <meta name="text:Title" content="Theme Title"/>
- <meta name="text:Description" content="Keep it short"/>
- <meta name="select:fontsize" content="11px" title="11px">
- <meta name="select:fontsize" content="12px" title="12px">
- <meta name="select:fontsize" content="13px" title="13px">
- <meta name="select:fontsize" content="14px" title="14px">
- <meta name="select:fontsize" content="15px" title="15px">
- <meta name="text:home" content="home"/>
- <meta name="text:ask" content="message"/>
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 1 Name" content="Link One"/>
- <meta name="text:Link 2 URL" content="/"/>
- <meta name="text:Link 2 Name" content="Link Two"/>
- <meta name="text:Link 3 URL" content="/"/>
- <meta name="text:Link 3 Name" content="Link Three"/>
- <!-- Google Fonts Script -->
- <link rel="preconnect" href="https://fonts.gstatic.com">
- <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,500;1,400&display=swap" rel="stylesheet">
- <link rel="preconnect" href="https://fonts.gstatic.com">
- <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet">
- <!-- icons by suiomi -->
- <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
- <!-- Styled Tooltips Script -->
- <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>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {
- background: {color:Scrollbar};
- }
- ::-webkit-scrollbar {
- width: 7px;
- }
- #s-m-t-tooltip {
- background: {color:Tooltip Background};
- border: 1px solid {color:Border};
- font-size: 0.9rem;
- margin-top: 30px;
- padding: 5px;
- text-align: center;
- text-transform: uppercase;
- z-index: 999999999999999999999999999999999999;
- }
- body {
- background-color: {color:Background};
- background-image: url('{image:Background}');
- background-attachment: fixed;
- color: {color:Text};
- font-family: 'Roboto Mono', monospace;
- font-style: normal;
- font-weight: 400;
- letter-spacing: 1px;
- margin: 0px;
- text-align: justify;
- text-transform: none;
- word-break: break-word;
- }
- b {
- font-weight: 700;
- }
- a {
- color: {color:Link};
- text-decoration: none;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- a:hover {
- color: {color:Link Hover};
- }
- h1 {
- font-size: 2rem;
- font-weight: 700;
- line-height: 100%;
- text-align: right;
- padding: 10px 20px;
- font-family: 'Roboto', sans-serif;
- }
- h2 {
- font-size: 1rem;
- font-weight: 700;
- line-height: 100%;
- text-align: left;
- }
- blockquote {
- border-left: 1px solid {color:Border};
- margin: 5px;
- padding-left: 5px;
- }
- blockquote img {
- height: auto;
- max-width: 100%;
- }
- blockquote blockquote {
- border-left: 1px solid {color:Borders};
- padding-left: 5px;
- }
- pre {
- background: #f8f8f8;
- border-radius: 5px;
- padding: 10px;
- word-wrap: break-all;
- white-space: pre-wrap;
- }
- sup, sub, small {
- font-size:100%;
- }
- #container {
- margin-bottom: 100px;
- margin-left: auto;
- margin-right: auto;
- margin-top: 100px;
- width: 850px;
- }
- #user-information {
- position: fixed;
- margin-bottom: 100px;
- border-radius: 8px;
- width: 207px;
- height: 321px;
- padding: 10px;
- border: 1px solid {color:Secondary Color};
- }
- .image {
- background-image: url('{image:Sidebar Image}');
- background-size: cover;
- background-position: center center;
- border-top-left-radius: 8px;
- border-top-right-radius: 8px;
- height: 227px;
- width: 207px;
- z-index: 999;
- }
- #card {
- position: relative;
- width: 207px;
- height: 94px;
- border-bottom-left-radius: 8px;
- border-bottom-right-radius: 8px;
- background-color: #fff;
- z-index: 99;
- }
- .title {
- color: #000;
- text-align: center;
- font-family: 'Roboto', sans-serif;
- font-weight: 800;
- font-size: 20px;
- text-transform: uppercase;
- padding-top: 20px;
- }
- .description {
- margin-top: 10px;
- text-align: center;
- font-size: {select:fontsize};
- font-family: 'Roboto Mono', monospace;
- }
- .links {
- position: fixed;
- font-size: 0.9rem;
- padding: 0px 15px;
- text-align: right;
- text-transform: uppercase;
- background-color: #fff;
- width: 100px;
- margin: 30px 145px;
- border-radius: 8px;
- }
- .links a {
- display: block;
- margin: 15px 0px;
- font-size: 16px;
- }
- .links a:hover {
- color: ;
- }
- #posts {
- margin-left: 350px;
- width: 500px;
- font-size: {select:fontsize};
- }
- .entries {
- margin-bottom: 50px;
- width: 500px;
- background-color: #fff;
- border-radius: 8px;
- border: 1px solid {color:Secondary Color};
- }
- .entries img {
- height: auto;
- max-width: 100%;
- border-top-right-radius: 8px;
- border-top-left-radius: 8px;
- }
- .read_more {
- background: {color:Main Color};
- border: 1px solid {color:Border};
- border-radius: 5px;
- color: white;
- display: inline-block;
- font-size: 0.9rem;
- padding: 10px;
- text-align: center;
- text-transform: uppercase;
- width: calc(100% - 22px);
- }
- .read_more:hover {
- background: white;
- color: {color:Main Color};
- }
- .text {
- padding: 20px;
- }
- .text p {
- margin-top: 0px;
- }
- .caption {
- margin-top: 10px;
- padding: 10px;
- }
- .caption p {
- margin-top: 0px;
- padding: 10px;
- }
- .ask-wrapper {
- border-radius: 8px;
- width: 100%;
- }
- .asker {
- background: {color:Asker Background};
- padding: 20px;
- border-top-right-radius: 8px;
- border-top-left-radius: 8px;
- }
- .asker-url {
- font-size: 0.9rem;
- text-align: right;
- text-transform: uppercase;
- }
- .asker-url a {
- background: none;
- padding: 0px;
- }
- .question {
- background: {color:Question Background};
- padding: 20px;
- }
- .quote {
- background: {color:Question Background};
- font-size: 0.9rem;
- padding: 20px;
- text-align: left;
- text-transform: uppercase;
- border-top-right-radius: 8px;
- border-top-left-radius: 8px;
- }
- .website {
- border: 1px solid {color:Border};
- font-size: 0.9rem;
- padding: 20px;
- text-align: left;
- text-transform: uppercase;
- border-top-right-radius: 8px;
- border-top-left-radius: 8px;
- background-color:{color:Secondary Color} ;
- }
- .chat {
- font-size: 0.9rem;
- text-align: left;
- text-transform: uppercase;
- border-radius: 8px;
- }
- .chat li {
- list-style-type: none;
- }
- .chat li:first-child {
- border-top-right-radius: 8px;
- border-top-left-radius: 8px;
- }
- .chat li:nth-child(odd) {
- background: {color:Secondary Color};
- color: {color:text};
- padding: 10px;
- }
- .chat li:nth-child(even) {
- background: {color:Question Background};
- color: {color:Text};
- padding: 10px;
- }
- .audio iframe {
- height: 85px;
- width: 500px;
- border-top-right-radius: 8px;
- border-top-left-radius: 8px;
- }
- .entries-information {
- border-top: 1px solid {color:Border};
- font-size: 0.9rem;
- padding: 20px;
- text-align: center;
- text-transform: uppercase;
- background-color: {color:Main Color};
- border-bottom-right-radius: 8px;
- border-bottom-left-radius: 8px;
- }
- .notes li {
- word-break: keep-all;
- list-style-type: none;
- padding: 10px 0px;
- margin-left: -40px;
- display: grid;
- place-items: center;
- }
- .notes img {
- display: none;
- }
- .tags {
- font-size: 10px;
- padding-top: 10px;
- }
- .pagination {
- position: fixed;
- font-size: 1em;
- text-transform: uppercase;
- text-align: center;
- margin-top: 20px;
- width: 207px;
- display: flex;
- justify-content: center;
- }
- #credit {
- bottom: 15px;
- font-size: 0.9rem;
- position: fixed;
- right: 15px;
- text-transform: uppercase;
- }
- #credit a {
- color: {color:Link};
- }
- #credit a:hover {
- color: {color:Link Hover};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="container">
- <div class="links">
- <a href="/" title="{text:home}"><span class="th th-home-o"></span></a>
- {block:AskEnabled}<a href="/ask" title="{text:ask}"><span class="th th-envelope-o"></span></a>{/block:AskEnabled}
- {block:ifLink1URL}<a href="{text:Link 1 URL}" title="{text:Link 1 Name}"><span class="th th-heart-1-o"></span></a>{/block:ifLink1URL}
- {block:ifLink2URL}<a href="{text:Link 2 URL}" title="{text:Link 2 Name}"><span class="th th-moon-o"></span></a>{/block:ifLink2URL}
- {block:ifLink3URL}<a href="{text:Link 3 URL}" title="{text:Link 3 Name}"><span class="th th-star-o"></span></a>{/block:ifLink3URL}
- </div>
- <div id="user-information">
- <div class="image"></div>
- <div id="card">
- <div class="title">{text:Title}</div>
- <div class="description">{text:Description}</div>
- </div>
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}"><span class="th th-chevron-left"></span></a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"><span class="th th-chevron-right"></span></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="posts">
- {block:Posts}
- <div class="entries" id="{PostID}">
- {block:Text}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="text">
- {Body}
- </div>
- {/block:Text}
- {block:Answer}
- <div class="ask-wrapper">
- <div class="asker">
- <div class="asker-url">A Message From <a href="{AskerURL}">{Asker}</a>
- </div>
- </div>
- <div class="question">
- {Question}
- </div>
- </div>
- <div class="caption">
- {Answer}
- </div>
- {/block:Answer}
- {block:Quote}
- <div class="quote">
- "{Quote}</i>" {block:Source}— {Source}{/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="website"><a href="{URL}" target="_blank">{Name}</a></div>
- {block:Description}
- <div class="caption">
- {Description}
- </div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- <div class="chat">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {block:Lines}
- <li>{block:Label}{Label}{/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- {AudioEmbed}
- </div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Photo}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Video}
- <div class="video">
- {Video-500}
- </div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Date}
- <div class="entries-information">
- {block:NoteCount}
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- {/block:NoteCount}
- {block:NoteCount}{/block:NoteCount}
- {block:RebloggedFrom}
- / <a href="{ReblogParentURL}">Via</a> /
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}">Source</a> /
- {/block:ContentSource}
- <a href="{ReblogURL}" target="_blank">
- <span class="th th-reblog"></span>
- </a>
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}" style="margin-right: 5px;">#{Tag}</a>
- {/block:Tags}
- </div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Date}
- </div>
- {/block:Posts}
- </div>
- </div>
- <div id="credit"><a href="http://stratuscodes.tumblr.com/" title="stratuscodes" target="_blank"><span class="th th-shooting-star-o"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement