Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!------------------------------------------------------------------------
- wip page 02 // by @bebewrites
- pls do not remove credit thanks!<3
- tab base code by @neonbikethemes
- ------------------------------------------------------------------------->
- <html>
- <head>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <title>wip page</title> <!-- title for browser tab -->
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="altertnate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
- <!-- google fonts -->
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Playfair+Display:700,700i,900&display=swap" rel="stylesheet">
- <!-- scripts - don't edit -->
- <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- $(document).ready(function() {
- $('.tabs .tab-links a').on('click', function(e) {
- var currentAttrValue = $(this).attr('href');
- $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
- $(this).parent('li').addClass('active').siblings().removeClass('active');
- e.preventDefault();
- });
- });
- </script>
- <script>
- $(document).ready(function() {
- $('#filterOptions li a').click(function() {
- // fetch the class of the clicked item
- var ourClass = $(this).attr('class');
- // reset the active class on all the buttons
- $('#filterOptions li').removeClass('active');
- // update the active state on our clicked button
- $(this).parent().addClass('active');
- if(ourClass == 'all') {
- // show all our items
- $('#ourHolder').children('div.item').show();
- }
- else {
- // hide all elements that don't share ourClass
- $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
- // show all elements that do share ourClass
- $('#ourHolder').children('div.' + ourClass).show();
- }
- return false;
- });
- });
- </script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- /* --------------------- change fonts & colors here --------------------- */
- :root {
- --accent:#d7eaea; /* accent color */
- --body-text:#666666; /* text color */
- --heading:#333333; /* heading color */
- --link-color:#aaaaaa; /* link color */
- --link-hover:#afd5d5; /* link hover color */
- --body-font:'Open Sans';
- --text-size:10px; /* main font size */
- }
- /* ---------------------------------------------------------------------- */
- /* --- fade in --- */
- @-webkit-keyframes fadein {
- 0% {opacity: 0;}
- 100% { opacity: 1; } }
- @-moz-keyframes fadein {
- 0% { opacity: 0; }
- 100% { opacity: 1; } }
- @keyframes fadein {
- 0% { opacity: 0; }
- 100% { opacity: 1; } }
- #s-m-t-tooltip {max-width:300px;margin-top:-40px;margin-left:0px;font-size:8.5px;letter-spacing:0.5px;font-weight:600;text-align:center;text-transform:uppercase;color:var(--heading);z-index:999999;}
- body {background-color:#fff;color:var(--body-text);font-family:var(--body-font);font-size:var(--text-size);letter-spacing:0px;text-align:justify;line-height:16px;word-wrap: break-word;-webkit-animation: fadein 1.5s;-moz-animation:fadein 1.5s;animation:fadein 1.5s;}
- a {color:var(--link-color);text-decoration: none;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;} a:hover {color:var(--link-hover);-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
- h1 {font-family:'Playfair Display';font-size:14px;color:var(--heading);font-weight:900;margin:10px 0px 5px 0px;letter-spacing:0.5px;} h2 {font-size:10px;color:var(--heading);font-weight:700;margin:5px 0px;text-transform:uppercase;letter-spacing:0.4px;} h3 {font-family:'Playfair Display';font-size:12px;font-style:italic;color:var(--heading);font-weight:700;margin:0px;letter-spacing:0.25px;} i, em {letter-spacing:0.25px;}
- #container {display:block;position:relative;top:50px;left:0px;right:0px;width:650px;height:500px;margin:auto;}
- #header {display:block;width:650px;height:40px;padding-bottom:20px;margin-bottom:0px;border-bottom:1px solid #f1f1f1;}
- #title {display:inline-block;font-family:'Playfair Display';color:var(--heading);padding-top:8px;text-transform:uppercase;font-size:16px;font-weight:900;line-height:16px;letter-spacing:0.5px;text-align:left;}
- #nav {display:inline-block;color:#444;float:right;text-align:right;margin-top:8px;font-size:9px;} #nav a {color:var(--heading);margin-left:10px;} #nav a:hover {color:var(--link-hover);}
- #sidebar {display:block;position:absolute;width:150px;height:414px;}
- #tab-bar {display:block;width:150px;padding-top:20px;} #tab-bar i {float:right;line-height:16px;}
- .tabcontent {display:block;position:static;width:433px;height:auto;margin-left:180px;margin-bottom:100px;border-left:1px solid #f1f1f1;padding:20px 15px 0px 30px;} .tabs {width:100%;display:inline-block;} .tab-links {padding-left:0px;margin:0px;text-align:left;} .tab-links:after {display:block;clear:both;content:'';} .tab-links li {display:block;list-style:none;margin:0px;padding:0px;} .tab-links a {display:block;padding:10px 15px;margin:auto auto;margin-bottom:8px;display:block;color:var(--body-text);font-size:9.5px;letter-spacing:0.5px;font-weight:700;text-transform:uppercase;transition:all linear 0.15s;border-radius:2px;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;} .tab-links a:hover {background-color:var(--accent);padding:10px 20px;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;} li.active a, li.active a:hover {background-color:#f7f7f7;color:#666;padding:10px 20px;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s;}
- .tab-content {
- }
- .tab {display:none;} .tab.active {display:block;}
- section {margin-bottom:35px;} .linkbox {display:grid;grid-template-columns:33% 33% 33%;grid-gap:5px;margin-bottom:25px;} .linkbox a {display:block;padding:4px 0px;background-color:#fff;border-radius:2px;} .linkbox a:hover {color:var(--heading);background-color:var(--accent);} h1 i {width:10px;font-size:10px;margin-right:8px;}
- .details {display:grid;grid-template-columns:33% 33% 33%;grid-gap:5px;margin-bottom:25px;} .details span {background-color:#fafafa;border:1px solid #f7f7f7;padding:3px 5px;border-radius:2px;} .details span b {font-size:9px;text-transform:uppercase;letter-spacing:0.5px;margin-right:3px;}
- .th {margin:25px 0px;text-align:left;} .theme {font-family:var(--body-font);font-size:10px;color:#999;padding:4px 8px 5px 8px;height:25px;background-color:#fafafa;border:1px solid #f7f7f7;margin-right:8px;margin-bottom:6px;border-radius:2px;outline:0px;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;} .theme:hover {background-color:var(--accent);border-color:var(--accent);color:var(--heading);-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
- .abt-quote {font-family:'Playfair Display';font-size:14px;line-height:18px;margin-bottom:5px;font-weight:700;font-style:italic;text-align:left;letter-spacing:0.25px;} .abt-quote i {font-size:12px;color:#ddd;} .abt-quote span {display:inline-block;font-family:var(--body-font);font-size:9.5px;text-transform:uppercase;letter-spacing:0.5px;margin-left:3px;font-style:normal;margin-top:5px;font-weight:400;}
- .char {width:410px;min-height:120px;padding:5px 10px 0px 10px;border-radius:3px;} .char h1 a {color:var(--heading);border:0px;} .char h1 a:hover {color:var(--link-hover);} .char-image {width:100px;height:100px;display:inline-block;overflow-y:hidden;overflow-x:hidden;float:left;border-radius:3px;} .char-image img {width:100%;height:auto;} .bio {display:block;width:270px;height:90px;margin-left:110px;overflow-y:scroll;overflow-x:hidden;background-color:#fafafa;padding:5px 10px;border-radius:2px;text-align:left;} .bio a {border-bottom:1px solid #eee;} .bio::-webkit-scrollbar {width:9px;height:9px;} .bio::-webkit-scrollbar {background-color:transparent;} .bio::-webkit-scrollbar-track {border:4px solid #fafafa;background-color:#f1f1f1;} .bio::-webkit-scrollbar-thumb {border:4px solid #fafafa;background-color:#ddd;min-height:24px;min-width:24px;}
- .info span {display:block;margin:10px 0px;} .info a {border-bottom:1px solid #eee;} .excerpt p:first-of-type {font-size:9.5px;text-transform:uppercase;letter-spacing:0.5px;color:var(--heading);font-weight:600;} iframe.tmblr-iframe {display:none;}
- </style>
- </head>
- <body>
- <!----------------------------------------------------------------------->
- <!----------------------------------------------------------------------->
- <!----------------------------------------------------------------------->
- <!----------------------------------------------------------------------->
- <!----------------------------------------------------------------------->
- <div id="container">
- <!-- header -->
- <div id="header">
- <div id="title">novel title here</div>
- <div id="nav">
- <a href="/" title="home"><i class="fas fa-home"></i></a>
- <a href="/ask" title="ask"><i class="fas fa-comment"></i></a>
- <a href="/archive" title="archive"><i class="fas fa-history"></i></a>
- <a href="http://www.tumblr.com/dashboard" title="dash"><i class="fas fa-bars"></i></a>
- <!-- pls don't remove this one, thanks!<33 -->
- <a href="http://bebewrites.tumblr.com" title="code by @bebewrites"><i class="fas fa-code"></i></a>
- </div>
- </div>
- <!--sidebar-->
- <div id="sidebar">
- <!--- tab titles --->
- <div id="tab-bar">
- <div class="tabs">
- <ul class="tab-links">
- <li class="active">
- <!-- tabs:
- get more icons at https://fontawesome.com/icons?d=gallery&m=free
- to replace an icon, replace this part below: <i class="fas fa-bars"></i>
- -->
- <a href="#tab1">about <i class="fas fa-bookmark"></i></a></li>
- <li><a href="#tab2">characters <i class="fas fa-users"></i></a></li>
- <li><a href="#tab3">info <i class="fas fa-globe-americas"></i></a></li>
- <li><a href="#tab4">links <i class="fas fa-link"></i></a></li>
- <li><a href="#tab5">excerpt <i class="fas fa-edit"></i></a></li>
- </ul>
- </div>
- </div></div>
- <!--------------------------------- TABS ---------------------------------->
- <div class="tabs">
- <div class="tab-content">
- <!-- INFO/ABOUT TAB ------------------------------------------------------->
- <div id="tab1" class="tab active">
- <div class="tabcontent">
- <!-- you can delete any of these sections if you don't want to include them on your about tab -->
- <!-- synopsis -->
- <section><h1>synopsis</h1>
- lorem ipsum dolor sit amet, consectetuer adipiscing elit. aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. aliquam mattis porta urna. maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. aenean id massa ut lacus molestie porta. lorem ipsum dolor sit amet, consectetuer adipiscing elit. aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris.
- </section>
- <!-- details - you can change these to whatever you want -->
- <h1>details</h1>
- <section class="details">
- <span><b>genre:</b> fantasy</span>
- <span><b>started:</b> dec 2017</span>
- <span><b>status:</b> draft one</span>
- <span><b>word goal:</b> 75k</span>
- <span><b>wordcount:</b> 30k</span>
- <span><b>pov:</b> third present</span>
- <span><b>item:</b> content</span>
- <span><b>item:</b> content</span>
- <span><b>item:</b> content</span>
- </section>
- <!-- themes/tropes - add as many as you want! -->
- <section class="th">
- <h1>themes & tropes</h1>
- <button class="theme">diversity</button>
- <button class="theme">chaos and order</button>
- <button class="theme">mutual pining</button>
- <button class="theme">enemies to lovers</button>
- <button class="theme">self love</button>
- <button class="theme">power and corruption</button>
- <button class="theme">there was only one bed</button>
- </section>
- <section class="abt-quote"><i class="fas fa-quote-left" style="margin-right:3px;"></i>
- <!-- quote -->
- lorem ipsum dolor sit amet, consectetuer adipiscing elit. aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris.
- <i class="fas fa-quote-right" style="margin-left:3px;"></i>
- <!-- quote source -->
- <span> — quote source</span>
- </section>
- </div></div><!--end tab1-->
- <!-- CHARACTERS ----------------------------------------------------------->
- <div id="tab2" class="tab">
- <div class="tabcontent">
- <!-- to add more characters, copy one whole character section (ie. from the "character one" line through the "end character one" line), paste it after character two, and update with new info -->
- <!-- character one -->
- <div class="char">
- <div class="char-image"> <!-- character image url -->
- <img src="https://images.unsplash.com/photo-1542206395-9feb3edaa68d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1000&q=80" />
- </div>
- <div class="bio"><!-- character name - can be linked to char tag -->
- <h1><a href="/tagged/character-name">character one</a></h1>
- <!-- character bio - this box scrolls -->
- lorem ipsum dolor sit amet, consectetuer adipiscing elit. aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. aliquam mattis porta urna. maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. aenean id massa ut lacus molestie porta. lorem ipsum dolor sit amet, consectetuer adipiscing elit. aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. aliquam mattis porta urna.
- </div>
- </div><!-- end character one -->
- <!-- character two -->
- <div class="char">
- <div class="char-image">
- <img src="https://images.unsplash.com/photo-1486074051793-e41332bf18fc?ixlib=rb-1.2.1&auto=format&fit=crop&w=934&q=80" />
- </div>
- <div class="bio">
- <h1><a href="/tagged/character-name">character two</a></h1>
- lorem ipsum dolor sit amet, consectetuer adipiscing elit. aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. aliquam mattis porta urna. maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. aenean id massa ut lacus molestie porta. lorem ipsum dolor sit amet, consectetuer adipiscing elit. aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. aliquam mattis porta urna. maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. aenean id massa ut lacus molestie porta.
- </div>
- </div><!-- end character two -->
- </div></div><!-- end tab2 -->
- <!-- INFO ----------------------------------------------------------------->
- <div id="tab3" class="tab">
- <div class="tabcontent">
- <div class="info">
- <!-- excerpt - use <p> to create paragraphs -->
- <p>You can include some more info or whatever you want here. This is <b>bold</b>, this is <i>italic</i>, this is a <a href="/">link</a>.</p>
- <p> Use the < p > and < / p > tags to create paragraphs. lorem ipsum dolor sit amet, consectetuer adipiscing elit. aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. aliquam mattis porta urna. maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi.</p>
- <h1>this is a heading</h1>
- <h2>this is a smaller heading</h2>
- <p>You could do a question and answer section like this:</p>
- <span><h3>this is a question?</h3>
- this is the answer.
- </span>
- <span><h3>this is another question?</h3>
- this is another answer.
- </span>
- </div>
- </div></div><!--end tab4-->
- <!-- LINKS ---------------------------------------------------------------->
- <div id="tab4" class="tab">
- <div class="tabcontent">
- <!-- links - add or remove however many links or sections you want! -->
- <h1><i class="fas fa-edit"></i> wip tags</h1>
- <section class="linkbox">
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- </section>
- <h1><i class="fas fa-user-tag"></i> character tags</h1>
- <section class="linkbox">
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- </section>
- <h1><i class="fas fa-link"></i> elsewhere</h1>
- <section class="linkbox">
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- </section>
- </div>
- </div><!--end tab3-->
- <!-- EXCERPT -------------------------------------------------------------->
- <div id="tab5" class="tab">
- <div class="tabcontent">
- <div class="excerpt">
- <!-- excerpt - use <p></p> around each paragraph. the first paragraph will automatically be an ~accent paragraph~ but if you don't want it then don't use <p> tags. just write your paragraphs as normal and put two <br/> tags after the end of each -->
- <p>Now this is a story all about how my life got flipped-turned upside down. And I'd like to take a minute, just sit right there. I'll tell you how I became the prince of a town called Bel-Air.</p>
- <p>In west Philadelphia born and raised on the playground was where I spent most of my days. Chillin' out maxin' relaxin' all cool and all shooting some b-ball outside of the school when a couple of guys who were up to no good
- started making trouble in my neighborhood. I got in one little fight and my mom got scared. She said, "You're movin' with your auntie and uncle in Bel-Air."</p>
- <p>I begged and pleaded with her day after day, but she packed my suitcase and sent me on my way. She gave me a kiss and then she gave me my ticket, I put my Walkman on and said, "I might as well kick it."</p>
- <p>First class, yo, this is bad drinking orange juice out of a champagne glass. Is this what the people of Bel-Air living like? Hmm, this might be alright.</p>
- <p>But wait I hear they're prissy, bourgeois, all that. Is this the type of place that they just send this cool cat? I don't think so. I'll see when I get there. I hope they're prepared for the prince of Bel-Air.</p>
- <p>Well, the plane landed and when I came out there was a dude who looked like a cop standing there with my name out. I ain't trying to get arrested yet, I just got here. I sprang with the quickness like lightning, disappeared.</p>
- <p>I whistled for a cab and when it came near. The license plate said "Fresh" and it had dice in the mirror. If anything I could say that this cab was rare, but I thought, "Nah, forget it" – "Yo, home to Bel-Air!"</p>
- <p>I pulled up to the house about 7 or 8 and I yelled to the cabbie, "Yo home smell ya later!" I looked at my kingdom, I was finally there. To sit on my throne as the Prince of Bel-Air.</p>
- </div>
- </div></div><!--end tab4-->
- </div></div><!-- END TABS -->
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment