Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!------------------------------------------------------------------------
- constellations
- tabbed wip page
- by @atlasthemes
- pls do not remove credit
- thanks!<3
- ------------------------------------------------------------------------->
- <!DOCTYPE html>
- <head>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <!-- google fonts -->
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" rel="stylesheet">
- <!-- title for your browser tab -->
- <title>works in progress</title>
- <style>
- body {
- font-family: 'Open Sans', sans-serif; /* main font */
- font-size: 10px;
- color: #444; /* font color */
- background-color: #fff;
- line-height:16px
- letter-spacing:0.5px;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- b {
- font-weight: 700;
- color: #a1a1a1; /* bold color */
- }
- i {
- font-style: italic;
- color: #444; /* italic color */
- letter-spacing: 0.5px;
- }
- a {
- color: #a1a1a1; /* link color */
- text-decoration: none;
- font-style: italic;
- letter-spacing:0.5px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- a:hover {
- color: #222; /* link hover color */
- transition: 0.3s ease-in-out;
- }
- h1 {font-size: 10px;letter-spacing: 1px;font-weight: 700;margin-bottom: 20px;margin-top: 25px;text-transform: uppercase;}
- h2 {font-size: 14px;font-weight: 700;letter-spacing: 1px;word-spacing: 3px;margin-top: 5px;text-align: center;}
- h3 {font-size: 14px;font-weight: 700;font-style: italic;letter-spacing: 1px;word-spacing: 3px;padding-top: 10px;text-align: center;}
- .lnr {font-size: 12px;margin-right: 5px;font-weight: 600;}
- .title-area {width: 540px;height: 40px;margin: auto;color: #444;text-align: center;padding-bottom: 15px;}
- .title-area a {padding-right: 3px;padding-left: 3px;}
- .wip-box {margin: auto;margin-top: 80px;width: 575px;height: auto;padding-bottom: 100px;}
- .subheading {margin-top: 5px;margin-bottom: 8px;font-size: 11px;color: #bbb;text-transform: uppercase;letter-spacing: 1px;}
- .tab {overflow: hidden;background-color: #fff;width: 575px;margin: auto;border-top: 1px solid #eee;border-bottom: 1px solid #eee;}
- .tab button {font-size: 9px;color: #444;letter-spacing: 0.5px;text-transform: uppercase;float: left;width: auto;border: none;outline: none;padding: 10px 10px;transition: 0.3s;}
- .tab button.active {font-size: 9px;color: #a1a1a1;letter-spacing: 0.5px;padding: 10px 10px;transition: 0.3s ease-in-out;}
- .tab button:hover {font-size: 9px;color: #a1a1a1;padding: 10px 10px;transition: 0.3s ease-in-out;}
- .tabcontent {font-size: 10px;color: #444;display: none;border-top: none;width: 575px;animation: fadeEffect 1s;background-color: #fff;letter-spacing:0.3px;}
- .header img {width: 575px;height:auto;text-align:center;padding-top:10px;}
- .details-columns {display: grid;grid-template-columns: auto auto;margin-left: 5px;}
- .character {width: 60px;height: 60px;margin-right: 5px;margin-bottom: 5px;float: left;}
- .character img {width: 60px;height: 60px;margin-right: 5px;margin-bottom: 5px;float: left;}
- .link-columns {display: grid;grid-template-columns: auto auto auto;padding-left: 15px;letter-spacing: 0.5px;}
- @keyframes fadeEffect {from {opacity: 0;}to {opacity: 1;}}
- /* CREDIT PLS DONT EDIT THX <3 */
- .atlas {position:fixed;right:20px;bottom:20px;}.atlas a {color:#a1a1a1;background:transparent;font-family:times new roman;font-size:15px;text-transform:lowercase;font-style:normal;} .atlas a:hover {color:#444;}
- </style></head>
- <!-------------------------------------------------------------------------
- editing starts here
- --------------------------------------------------------------------------->
- <body>
- <!--HEADER AREA------------------------------------------------------------>
- <div class="wip-box">
- <div class="title-area">
- <a href="/">home</a> ⋅
- <a href="/ask">ask</a> ⋅
- <a href="http://www.tumblr.com/dashboard">dash</a>
- <h2>works in progress</h2><!--TITLE-->
- </div>
- <!--TAB TITLES------------------------------------------------------------->
- <div class="tab">
- <!--THESE ARE THE TITLES OF YOUR WIPS THAT APPEAR AS TABS ACROSS THE TOP-->
- <button class="tablinks" onclick="openWIP(event, 'one')" id="defaultOpen">TITLE ONE</button>
- <button class="tablinks" onclick="openWIP(event, 'two')">TITLE TWO</button>
- <button class="tablinks" onclick="openWIP(event, 'three')">TITLE THREE</button>
- <!-- to add more tabs across the top, copy this
- <button class="tablinks" onclick="openWIP(event, 'four')">TITLE</button>
- and paste it after the last one. make sure to update the number "four" as you add more and leave the single quote marks around it. then update "TITLE" with your new title -->
- </div>
- <!--------------------------------------------------------------------------
- TAB PAGE CONTENT BEINGS HERE. PLEASE READ!
- 2. to add more tab pages, copy from the line "TITLE ONE" all the way through "END TITLE ONE" and paste it after your last page. update "title one" to match whatever number you're on so it's not confusing.
- 3. make sure to update the number in the first line of each new tab page
- <div id="one" class="tabcontent">
- to the corresponging number. it should match the TAB TITLES above. just update the number only.
- --------------------------------------------------------------------------->
- <!--TITLE ONE-------------------------------------------------------------->
- <div id="one" class="tabcontent">
- <!-- header img is 575px wide - delete the following line if you don't want a header image -->
- <div class="header"><img src="/" /></div>
- <h3>title one goes here</h3> <!-- this is your wip title -->
- <!-- details - you can change these to fit your project just not anything too long or the spacing gets wonky -->
- <h1><span class="lnr lnr-menu"></span> details</h1>
- <div class="details-columns">
- <div class="column"><b>GENRE ›</b> ADULT</div>
- <div class="column"><b>STATUS ›</b> FIRST DRAFT</div>
- <div class="column"><b>STARTED ›</b> JAN 2019</div>
- <div class="column"><b>POV ›</b> SINGLE POV</div>
- <div class="column"><b>WORDS ›</b> 20K</div>
- <div class="column"><b>NARRATORS ›</b> NAME</div>
- </div>
- <h1><span class="lnr lnr-pencil"></span> synopsis</h1> <!-- synopsis -->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
- <!-- links - again, keep 'em short -->
- <h1><span class="lnr lnr-link"></span> links/tags</h1>
- <div class="link-columns">
- <div class="column"><a href="/">link 1</a></div>
- <div class="column"><a href="/">link 2</a></div>
- <div class="column"><a href="/">link 3</a></div>
- <div class="column"><a href="/">link 4</a></div>
- <div class="column"><a href="/">link 5</a></div>
- <div class="column"><a href="/">link 6</a></div>
- </div>
- <h1><span class="lnr lnr-user"></span>characters</h1>
- <!-- if you don't want a character image, delete the following line -->
- <img class="character" src="/" width="60px" height"60px"/>
- <b>Character One:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. <br/><br/>
- <!-- if you don't want a character image, delete the following line -->
- <img class="character" src="/" width="60px" height"60px"/>
- <b>Character Two:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
- <!-- worldbuilding -->
- <h1><span class="lnr lnr-earth"></span> worldbuilding</h1>
- <b>Interesting Thing #1:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br/><br/>
- <b>Interesting Thing #2:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
- </div>
- <!--END TITLE ONE---------------------------------------------------------->
- <!--TITLE TWO-------------------------------------------------------------->
- <div id="two" class="tabcontent">
- <!-- header img is 575px wide - delete the following line if you don't want a header image -->
- <div class="header"><img src="/" /></div>
- <h3>title one goes here</h3> <!-- this is your wip title -->
- <!-- details - you can change these to fit your project just not anything too long or the spacing gets wonky -->
- <h1><span class="lnr lnr-menu"></span> details</h1>
- <div class="details-columns">
- <div class="column"><b>GENRE ›</b> YA FANTASY</div>
- <div class="column"><b>STATUS ›</b> ZERO DRAFT</div>
- <div class="column"><b>STARTED ›</b> JUNE 2018</div>
- <div class="column"><b>POV ›</b> DUAL POV</div>
- <div class="column"><b>WORDS ›</b> 20K</div>
- <div class="column"><b>NARRATORS ›</b> NAME</div>
- </div>
- <h1><span class="lnr lnr-pencil"></span> synopsis</h1> <!-- synopsis -->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
- <!-- links - again, keep 'em short -->
- <h1><span class="lnr lnr-link"></span> links/tags</h1>
- <div class="link-columns">
- <div class="column"><a href="/">link 1</a></div>
- <div class="column"><a href="/">link 2</a></div>
- <div class="column"><a href="/">link 3</a></div>
- <div class="column"><a href="/">link 4</a></div>
- <div class="column"><a href="/">link 5</a></div>
- <div class="column"><a href="/">link 6</a></div>
- </div>
- <h1><span class="lnr lnr-user"></span>characters</h1>
- <!-- if you don't want a character image, delete the following line -->
- <img class="character" src="/" width="60px" height"60px"/>
- <b>Character One:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. <br/><br/>
- <!-- if you don't want a character image, delete the following line -->
- <img class="character" src="/" width="60px" height"60px"/>
- <b>Character Two:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
- <!-- worldbuilding -->
- <h1><span class="lnr lnr-earth"></span> worldbuilding</h1>
- <b>Interesting Thing #1:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br/><br/>
- <b>Interesting Thing #2:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
- </div>
- <!--END TITLE TWO---------------------------------------------------------->
- <!--TITLE THREE------------------------------------------------------------>
- <div id="three" class="tabcontent">
- <!-- header img is 575px wide - delete the following line if you don't want a header image -->
- <div class="header"><img src="/" /></div>
- <h3>title one goes here</h3> <!-- this is your wip title -->
- <!-- details - you can change these to fit your project just not anything too long or the spacing gets wonky -->
- <h1><span class="lnr lnr-menu"></span> details</h1>
- <div class="details-columns">
- <div class="column"><b>GENRE ›</b> NA FANTASY</div>
- <div class="column"><b>STATUS ›</b> ZERO DRAFT</div>
- <div class="column"><b>STARTED ›</b> JUNE 2018</div>
- <div class="column"><b>POV ›</b> DUAL POV</div>
- <div class="column"><b>WORDS ›</b> 20K</div>
- <div class="column"><b>NARRATORS ›</b> NAME</div>
- </div>
- <h1><span class="lnr lnr-pencil"></span> synopsis</h1> <!-- synopsis -->
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
- <!-- links - again, keep 'em short -->
- <h1><span class="lnr lnr-link"></span> links/tags</h1>
- <div class="link-columns">
- <div class="column"><a href="/">link 1</a></div>
- <div class="column"><a href="/">link 2</a></div>
- <div class="column"><a href="/">link 3</a></div>
- <div class="column"><a href="/">link 4</a></div>
- <div class="column"><a href="/">link 5</a></div>
- <div class="column"><a href="/">link 6</a></div>
- </div>
- <h1><span class="lnr lnr-user"></span>characters</h1>
- <!-- if you don't want a character image, delete the following line -->
- <img class="character" src="/" width="60px" height"60px"/>
- <b>Character One:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. <br/><br/>
- <!-- if you don't want a character image, delete the following line -->
- <img class="character" src="/" width="60px" height"60px"/>
- <b>Character Two:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
- <!-- worldbuilding -->
- <h1><span class="lnr lnr-earth"></span> worldbuilding</h1>
- <b>Interesting Thing #1:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br/><br/>
- <b>Interesting Thing #2:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
- </div>
- <!--END TITLE THREE-------------------------------------------------------->
- <!--------------------------------------------------------------------------
- END OF CUSTOMIZATION - DONT EDIT BEYOND THIS POINT
- --------------------------------------------------------------------------->
- <script>
- function openWIP(evt, cityName) {
- 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(cityName).style.display = "block";
- evt.currentTarget.className += " active";
- }
- </script>
- <script>
- document.getElementById("defaultOpen").click();
- </script>
- <!--PLS DON'T EDIT -->
- <div class="atlas"><a href="http://www.atlasthemes.tumblr.com">a</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment