Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- ALL-IN-ONE: NEPENTHE
- by alydae
- released: june 25, 2017
- last updated: november 19, 2024
- - do not steal any part of this code
- - do not even TOUCH the credit
- - direct questions to enchantedthemes.tumblr.com
- if you only want an individual page of a particular section, links to the codes of them are available on the theme post.
- thank you for using!!!
- -->
- <title>explore</title>
- <link rel="shortcut icon" href="{Favicon}">
- <!-- custom font -->
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
- <link href=“//use.fontawesome.com/releases/v6.5.1/css/all.css” rel=“stylesheet”>
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <link rel="stylesheet" href="https://static.tumblr.com/z8dfaik/0QOory6g1/nepenthe.css" type="text/css">
- <style type="text/css">
- /*-- selection --*/
- ::-moz-selection { background:var(--accent); color:var(--title); }
- ::selection { background:var(--accent); color:var(--title); }
- /*-- scrollbar --*/
- ::-webkit-scrollbar {
- width:1px;
- height:2px;
- }
- ::-webkit-scrollbar-thumb { background-color:var(--text); }
- /*-- tooltips --*/
- #s-m-t-tooltip {
- color:var(--text);
- background-color:var(--background);
- font-size:calc(var(--font-size) - 2px);
- font-family:'Open Sans', helvetica, sans-serif;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:center;
- position:absolute;
- padding:0px 5px 0px 5px;
- margin-top:30px;
- border:1px solid var(--borders);
- z-index:9999;
- }
- /*-- tumblr controls --*/
- .tmblr-iframe, .iframe-controls–desktop {
- display:none!important;
- }
- /*-- change all variables here --*/
- :root {
- --background:#fff;
- --accent:#fafafa;
- --text:#666;
- --links:#444;
- --links-hover:#bad1e7;
- --title:#222;
- --borders:#eee;
- --font-size:10px;
- }
- /*-- common --*/
- #sidebar, div.tab button, .tabcontent, .facts h2, .blogs a, .media i, .question i, .q, .an, .tbox, .tags a, .blog {
- border:1px solid var(--borders)
- }
- blockquote { border-left:1px solid var(--borders); }
- .t, #sidebar img, h1, .facts, .box { border-bottom:1px solid var(--borders); }
- .facts, .info { border-right:1px solid var(--borders); }
- /*-- general customisation --*/
- body {
- color:var(--text);
- background-color:var(--accent);
- font-family:'Open Sans', helvetica, sans-serif;
- font-size:var(--font-size);
- }
- a { color:var(--links); }
- a:hover { color:var(--links-hover); }
- b, strong { font-weight:700; var(--title); }
- h1 { color:var(--title); }
- /*-- sidebar --*/
- #sidebar { background:var(--background); }
- /*-- tabs --*/
- div.tab button { background:var(--background); }
- div.tab button:hover {
- background-color:var(--accent); /* tabs hover background colour */
- color:var(--links-hover); /* tabs hover text colour */
- }
- div.tab button.active {
- background-color:var(--accent); /* selected tab background colour */
- color:var(--links-hover); /* selected tab text colour */
- }
- /*-- ABOUT --*/
- .about { background:var(--background);
- h3 { color:var(--title); }
- .facts h2 { background:var(--accent); }
- .blogs a {
- background:var(--accent);
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- }
- .blogs a:hover, .media i:hover { background:var(--background); }
- .media i { background:var(--accent); }
- /*-- FAQ + MESSAGE --*/
- .faq { background:var(--background); }
- .question i {
- width:calc(var(--font-size) + 4px);
- text-align:center;
- font-size:calc(var(--font-size) + 4px);
- font-weight:700;
- padding:8px;
- margin-top:0px;
- float:left;
- background:var(--accent);
- }
- .q { background:var(--accent); }
- /*-- TAGS --*/
- .navigation { background:var(--background); }
- .t { color:var(--title); }
- .tbox {
- height:380px!important; /* if you don't want them to all be the same height, change this to height:auto; */
- width:33.1%!important;
- margin-top:-1px;
- margin-left:-1px;
- margin-bottom:-1px;
- }
- .tbox:hover .t {
- color:var(--links-hover);
- background:var(--accent);
- }
- .tags a {
- background:var(--accent);
- padding-right:5px;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- }
- .tags a:hover { background:var(--background); }
- .tags a:last-of-type { margin-bottom:0px!important; }
- /*-- BLOGROLL --*/
- .blogroll { border:none; }
- .blog {
- background:var(--background);
- width:calc(33.3% - 12px - 10px);
- padding-right:10px;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- }
- .blog:hover { background:var(--accent); }
- /*-- credit - DO NOT TOUCH --*/
- .credit a {
- font-size:10px;
- bottom:15px;
- right:20px;
- position:fixed;
- text-transform:uppercase;
- }
- </style>
- </head>
- <body>
- <content>
- <div id="sidebar">
- <h1>explore</h1><!-- page name -->
- <img src="{PortraitURL-128}"/>
- <!-- if you want to change the names of the tabs, change the word right before </button> -->
- <div class="tab">
- <button class="tablinks" onclick="openContent(event, 'about')" id="defaultOpen">about</button>
- <button class="tablinks" onclick="openContent(event, 'faq')">faq</button>
- <button class="tablinks" onclick="openContent(event, 'tags')">tags</button>
- <button class="tablinks" onclick="openContent(event, 'blogroll')">blogroll</button>
- </div>
- <div class="links">
- <!-- this is where your sidebar links are. feel free to add more. -->
- <a href="/">home</a>
- <a href="/ask">inbox</a>
- <a href="/">creations</a>
- <!-- do not remove this one!!! -->
- <a href="http://enchantedthemes.tumblr.com">credit</a>
- </div>
- </div>
- <div id="main">
- <!---------------------------------------------------------------
- ABOUT
- ---------------------------------------------------------------->
- <div id="about" class="tabcontent about">
- <div class="facts">
- <!-- template: <div class="i"><h2>title</h2> info</div> -->
- <div class="i"><h2>title</h2> info</div>
- <div class="i"><h2>title</h2> info</div>
- <div class="i"><h2>title</h2> info</div>
- <div class="i"><h2>title</h2> info</div>
- <div class="i"><h2>title</h2> info</div>
- <div class="i"><h2>title</h2> info</div>
- </div><!-- end facts -->
- <div class="info">
- <!-- this is where your about text goes -->
- this is where you put the body of your about. you can use <b>bold</b>, <i>italics</i>, <big>big</big>, <small>small</small>, <s>strikethroughs</s>, <a href="/">links</a> as well as
- <blockquote>blockquotes</blockquote>
- <p>there is no limit as it will scroll automatically. remember to close paragraphs! <s>and now for some dummy text</s> </p>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer ac consequat odio, sagittis ultricies dolor. Praesent molestie et tortor eu rhoncus. Sed tristique, sapien eu posuere vulputate, metus nisl aliquam diam, id vulputate ipsum velit quis nisi. Sed nec eros risus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum a diam faucibus, tincidunt libero nec, tincidunt mauris. Maecenas semper in dui ac dapibus. Nunc et mollis diam, eget porttitor felis. Suspendisse interdum porta pretium. Nulla facilisi. Curabitur sagittis, massa id ultricies euismod, purus sapien pellentesque leo, quis ultricies mauris dolor et urna. Quisque malesuada ante nec vestibulum tempor. Quisque lobortis est ac finibus pretium. Maecenas quis hendrerit quam, bibendum finibus sem. Integer imperdiet odio eu elementum interdum.</p>
- </div><!-- end about text -->
- <div class="box">
- <h3>blogs</h3>
- <div class="blogs">
- <!-- you can use this section for friends or your own personal blogs -->
- <a href="/">blog</a>
- <a href="/">blog</a>
- <a href="/">blog</a>
- <a href="/">blog</a>
- <a href="/">blog</a>
- <a href="/">blog</a>
- </div>
- </div><!-- end other blogs -->
- <div class="box" style="top:127px;">
- <div class="quote">
- "Lorem ipsum dolor sit amet" short quote here
- </div>
- </div><!-- end quote -->
- <div class="box" style="top:253px;">
- <h3>social media</h3>
- <div class="media">
- <!--
- between the "" is where you put a link to your account. to change the icon, go to https://fontawesome.com/icons. leave the 'fa-fw' there.
- replace the LINK in title="LINK" for what you want it to show on hover
- template:
- <a href="" title="LINK">
- [ICON CODE]
- </a>
- -->
- <a href="" title="LINK">
- <i class="fab fa-twitter"></i>
- </a>
- <a href="" title="LINK">
- <i class="fab fa-instagram"></i>
- </a>
- <a href="" title="LINK">
- <i class="fab fa-snapchat-ghost"></i>
- </a>
- <a href="" title="LINK">
- <i class="fab fa-goodreads-g"></i>
- </a>
- <a href="" title="LINK">
- <i class="fab fa-pinterest-p"></i>
- </a>
- <a href="" title="LINK">
- <i class="fab fa-discord"></i>
- </a>
- </div>
- </div><!-- end social media -->
- </div>
- <!-- END ABOUT -->
- <!---------------------------------------------------------------
- FAQ + MESSAGE
- ---------------------------------------------------------------->
- <div id="faq" class="tabcontent faq">
- <!-- if you don't have any faqs and only want the ask box and the text, remove everything up to the ask box at the bottom.
- template:
- <div class="question">
- <i class="fas fa-question"></i>
- <div class="q">question</div>
- <i class="far fa-comment" style="background:#fff;"></i>
- <div class="an">here's the answer</div>
- </div>
- -->
- <div class="question">
- <i class="fas fa-question"></i>
- <div class="q">question</div>
- <i class="far fa-comment" style="background:#fff;"></i>
- <div class="an">here's the answer</div>
- </div>
- <div class="question">
- <i class="fas fa-question"></i>
- <div class="q">question</div>
- <i class="far fa-comment" style="background:#fff;"></i>
- <div class="an">here's the answer</div>
- </div>
- <div class="question">
- <i class="fas fa-question"></i>
- <div class="q">question</div>
- <i class="far fa-comment" style="background:#fff;"></i>
- <div class="an">here's the answer</div>
- </div>
- <div class="question">
- <i class="fas fa-question"></i>
- <div class="q">question</div>
- <i class="far fa-comment" style="background:#fff;"></i>
- <div class="an">here's the answer</div>
- </div>
- <!-- if you don't want the ask box, delete this section below -->
- <!-- optional text. delete this if you don't want any -->
- <p style="margin-left:15px;">If you have any more questions, feel free to message me!</p>
- <!-- end optional text -->
- <iframe frameborder="0" border="0" scrolling="no" width="530px" height="190" allowtransparency="true" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden; margin:15px;"></iframe>
- <!-- delete up to here -->
- </div>
- <!-- END FAQ + MESSAGE -->
- <!---------------------------------------------------------------
- TAGS
- ---------------------------------------------------------------->
- <div id="tags" class="tabcontent navigation">
- <!-- template:
- <div class="box">
- <div class="t">subtitle</div>
- <div class="tags">
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- </div>
- </div>
- -->
- <div class="tbox">
- <div class="t">subtitle</div>
- <div class="tags">
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- </div><!-- end tags -->
- </div><!-- end box 1 -->
- <div class="tbox">
- <div class="t">subtitle</div>
- <div class="tags">
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- </div><!-- end tags -->
- </div><!-- end box 2 -->
- <div class="tbox">
- <div class="t">subtitle</div>
- <div class="tags">
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- </div><!-- end tags -->
- </div><!-- end box 3-->
- <div class="tbox">
- <div class="t">subtitle</div>
- <div class="tags">
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- </div><!-- end tags -->
- </div><!-- end box 4 -->
- <div class="tbox">
- <div class="t">subtitle</div>
- <div class="tags">
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- <a href="/tagged/">tag name</a>
- </div><!-- end tags -->
- </div><!-- end box 5 -->
- </div>
- <!-- END TAGS -->
- <!---------------------------------------------------------------
- BLOGROLL
- ---------------------------------------------------------------->
- <div id="blogroll" class="tabcontent blogroll">
- {block:Following}{block:Followed}
- <div class="blog">
- <img src="{FollowedPortraitURL-128}">
- <a href="{FollowedURL}">{FollowedName}</a>
- </div>
- {/block:Followed}{/block:Following}
- </div>
- <!-- END BLOGROLL -->
- </div> <!-- end main -->
- </content>
- <!---------------------------------------------------------------
- DO NOT TOUCH BELOW
- ---------------------------------------------------------------->
- <!-- credit - DO NOT TOUCH -->
- <div class="credit">
- <a href="http://enchantedthemes.tumblr.com" title="alydae">A.</a>
- </div>
- <!-- scripts - DO NOT TOUCH -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <script>
- function openContent(evt, contentName) {
- var i, tabcontent, tablinks;
- tabcontent = document.getElementsByClassName("tabcontent");
- for (i = 0; i < tabcontent.length; i++) {
- tabcontent[i].style.display = "none";
- }
- tablinks = document.getElementsByClassName("tablinks");
- for (i = 0; i < tablinks.length; i++) {
- tablinks[i].className = tablinks[i].className.replace(" active", "");
- }
- document.getElementById(contentName).style.display = "block";
- evt.currentTarget.className += " active";
- }
- document.getElementById("defaultOpen").click();
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment