Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <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}
- </head>
- <!-- fonts -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js"></script>
- <!--customizations-->
- <meta name="color:background" content="#F8F7FF"/>
- <meta name="color:accent" content="#EDB88B"/>
- <meta name="color:hover" content="#CD5334"/>
- <meta name="color:title" content="#CD5334"/>
- <meta name="color:shadow" content="#7E3E2F"/>
- <meta name="color:border" content="#E7E6ED"/>
- <meta name="color:posts" content="#FFFFFF"/>
- <meta name="image:sidebar"content="https://static.tumblr.com/4axxyct/8Uoquzok5/110359-17__1_.jpg"/>
- <meta name="text:link 1 url"content="/"/>
- <meta name="text:link 1"content="link 1"/>
- <meta name="text:link 2 url"content="/"/>
- <meta name="text:link 2"content="link 2"/>
- <meta name="text:link 3 url"content="/"/>
- <meta name="text:link 3"content="link 3"/>
- <meta name="text:link 4 url"content="/"/>
- <meta name="text:link 4"content="link 4"/>
- <!--tooltips script by malihu-->
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:700,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- .links_head {text-align:center;cursor:help;}
- .links_body {text-align:center;padding:3px;}
- </style>
- <link rel="preconnect" href="https://fonts.gstatic.com">
- <link href="https://fonts.googleapis.com/css2?family=Molle:ital@1&family=Poppins&display=swap" rel="stylesheet">
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/5.15.0/css/font-awesome.min.css">
- <style type="text/css">
- #s-m-t-tooltip {
- max-width:300px;
- border-radius: 0px;
- padding:4px;
- margin:5px 10px 5px 0px;
- color:accent;
- border:1px solid {color:border};
- font-family: ‘Poppins’, sans-serif;
- font-size:10px;
- letter-spacing:1px;
- background:#fff;
- z-index:99999;}
- /* tumblr controls */
- .iframe-controls--desktop {
- position:fixed;
- top:0px;
- right:0px;
- z-index:214748364789123456789;
- filter:invert(100%);
- -webkit-filter:invert(100%);
- -webkit-transform:scale(0.6,0.6);
- -webkit-transform-origin: 100% 0%;
- -ms-transform-origin:100% 0%;
- -ms-transform:scale(0.6,0.6);
- transform:scale(0.6,0.6);
- transform-origin:100% 0%;}
- /* scrollbar by help-with-coding */
- ::-moz-selection {
- color: black;
- background:{color:accent};}
- ::selection {
- color: black;
- background:{color:accent};}
- ::-webkit-scrollbar {
- width:2px;
- background:{color:background};}
- ::-webkit-scrollbar-thumb {
- background:{color:accent};
- border:1px solid {color:accent};
- padding:1px;}
- /* colors */
- body {
- background-color:{color:background};
- font-family:Poppins, sans-serif;
- font-size:12PX;
- color:#2E282A;}
- a {
- text-decoration:none;
- color:{color:accent};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- a:hover {
- color:{color:hover};}
- b, strong {
- color:#F1C09E;}
- i, em {
- color:#F1C09E;}
- blockquote {
- padding:2px 7px;
- margin:3px 0 3px 8px;
- border-left:1px solid #FAD8D6;}
- blockquote img {
- max-width:100%;
- height:auto;}
- img {
- max-width:100%;}
- h1 {
- font-family:Molle, cursive;
- color:{color:title};
- text-shadow: 2px 2px {color:shadow};
- font-size:40px;
- line-height:20px;
- text-align:left;
- padding:0px}
- #icons {
- color:#000;}
- .description {
- font-size:12px;
- color:000;
- text-align:left;
- padding:0px}
- .links {
- font-size:12px;
- padding:30px;}
- .links a {
- display:inline-block;
- color:#EDB88B;
- padding-top:10px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- .links a:hover {
- color:{color:hover};}
- /* pagination (next / previous page) */
- .pagination {
- position:fixed;
- text-align:center;}
- .pagination a {
- color:{color:hover};
- font-size:30px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- .pagination a:hover {
- color:{color:accent};}
- /* post types */
- #container {
- position:absolute;
- left:500px;}
- .posts {
- width:540px;
- background-color:{color:posts};
- padding:30px;
- margin-top:30px;
- margin-bottom:20px;
- border:1px solid {color:border}}
- .asker {
- font-size:13px;
- color:#F1C09E;
- font-style:bold;
- text-transform:uppercase;}
- .question {
- font-style:bold;
- border:1px solid {color:border};
- background:{color:background};
- padding-left:10px;
- padding-bottom:5px;}
- .quote {
- font-family:Poppins !important;
- font-size:15px;
- color:#F1C09E;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:center;
- border-bottom:1px solid {color:accent};
- margin-bottom:5px;
- padding-bottom:3px;}
- .npf_quote {
- font-family:Poppins !important;
- font-size:15px;
- color:#F1C09E;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:center;
- border-bottom:1px solid {color:accent};
- margin-bottom:5px;
- padding-bottom:3px}
- .quotesource {
- font-size:10px;
- font-style:italic;
- letter-spacing:1px;
- text-align:center;
- margin-bottom:5px;}
- /* tags */
- .tags {
- text-align:left;}
- .tags a {
- text-decoration:none;
- text-transform:uppercase;
- font-size:9px;
- color:{color:accent};}
- .tags a:hover {
- color:{color:hover};}
- /* sidebar */
- #sidebar {
- position:fixed;
- left:100px;
- top:100px;
- height:100px;
- width:270px;}
- #sidebar img {
- max-width:250px;
- max-height:250px;
- margin-left:0px;}
- svg {
- width:10px;
- height:auto;
- opacity:.5;
- padding:1px;
- display:block;
- overflow:visible;}
- /* like / reblog by shy themes */
- .controls a {
- position:relative;
- display:inline-block;
- overflow:hidden;
- padding:5px;
- width:12px;
- height:12px;}
- .controls a:hover {
- color:{color:hover};}
- .controls .reblog {
- opacity:.93;}
- .controls .reblog svg {
- width:9px;
- margin-top:1px;}
- .controls .like .liked + svg {
- opacity:1;}
- .controls .like .liked + svg path {
- fill:#ec5a5a;}
- .controls .like .like_button {
- position:relative;}
- .controls .like .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;}
- /* notes */
- .permalinks {
- text-align:left;}
- .permalinks a {
- text-decoration:none;
- font-size:10px;
- color:{color:accent};}
- .permalinks a:hover {
- color:{color:hover};}
- .sfm input {
- margin-top:4px;
- padding-left:5px;
- padding-right:20px;
- display:fixed;
- font-family:Poppins;
- font-size:10px;
- letter-spacing:2px;
- border:1px solid {color:hover};}
- ol.notes {
- font-size:10px;
- text-align:left;
- list-style-type:none;}
- ol.notes li.note {
- margin-bottom:5px;
- font-size:10px;}
- {block:PostNotes}
- <div class=“notes”>{PostNotes}</div>
- {/block:PostNotes}
- /* sidebar dropdown menu by tim beckett */
- .menu {
- display: fixed;
- margin: 0 auto;
- position: relative;
- width: 200px;
- list-style-type:none;}
- .menu > li > a {
- color: {color:accent};
- display: inline;
- padding: 0px 20px;
- text-align: left;
- text-decoration: none;}
- .menu ul {
- background: #fff;
- border:1px solid {color:accent};
- height: 0;
- left: 0;
- opacity: 0;
- position: absolute;
- transition: all .5s ease;
- top: 35px;
- width: 100px;
- list-style-type:none;
- text-align: left;}
- .menu li:hover ul {
- height:114px;
- width:100px;
- opacity:1;
- transform: translateY(0);}
- .menu ul a {
- color: {color:accent};
- display: block;
- padding: 5px 0px;}
- .menu ul a:hover {
- color: {color:hover};
- display: block;
- padding: 5px 0px;}
- /* watermark */
- #watermark{
- position:fixed;
- bottom:10px;
- right:10px}
- </style>
- <!--cursor-->
- <style type="text/css">* {cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto !important;}</style><a href="https://www.cursors-4u.com/" target="_blank" title="Small Grey Outline Pointer"><img src="https://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
- <body>
- <!--sidebar-->
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <h1>{Title}</h1>
- <div id="description"> {block:Description}{Description}{/block:Description}
- </div>
- <div>
- <a class='link' href='/'>home</a>
- <a class='link' href='/ask'>ask</a>
- <a class='link' href='/submit'>submit</a>
- <a class='link' href='/archive'>archive</a>
- <ul class="menu">
- <li>
- <a href="#">+</a>
- <ul>
- <li><a href="{text:link 1 url}">{text:link 1}</a></li>
- <li><a href="{text:link 2 url}">{text:link 2}</a></li>
- <li><a href="{text:link 3 url}">{text:link 3}</a></li>
- <li><a href="{text:link 4 url}">{text:link 4}</a></li>
- </ul>
- </li>
- </ul>
- </div>
- <!--search bar-->
- <form action="/search" method="get" class="sfm">
- <input type="text" name="q" value="{SearchQuery}" placeholder="SEARCH" id="sf"/>
- </form>
- <!--pagination (next / previous page)-->
- <div class="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">←</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">→</a>
- {/block:NextPage}
- {/block:Pagination}
- </div> </div> </div>
- <!--post types-->
- <div id="container">
- {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}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Answer}
- <div class="asker"><i class="far fa-envelope"></i> {Asker} said:</div>
- <div class="question">{Question}</div>
- {Answer}
- {/block:Answer}
- <!--notes-->
- <div class="permalinks"><a href="{Permalink}">{Month} {DayOfMonthWithZero} {Year}, {TimeAgo} — </a><a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount} Notes</a></div>
- <!--tags-->
- <div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- <!--like / reblog by shy themes-->
- <div class="controls">
- <a href="{ReblogURL}" target="_blank" class="reblog">
- <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
- </a>
- <a href="#" class="like">{LikeButton}
- <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
- </a>
- </div>
- {block:IndexPage} {/block:IndexPage}
- </div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/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}
- <!--watermark-->
- <div id="watermark">
- <a href="https://sagecodes.tumblr.com" title="by sagecodes">sc</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement