Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--
- THE FATALST'S 3D GLASSES NETWORK PAGE
- PLEASE DONT DELETE CREDIT. MESSAGE ME AT FATALST.TUMBLR.COM/ASK
- LAST UPDATED: APR 2018
- -->
- <link rel="shortcut icon" href="{Favicon}">
- <title>{TITLE}</title>
- <link rel="alternate" type="application/rss+xml" href="https://fatalst.tumblr.com/rss">
- <link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Petit+Formal+Script" rel="stylesheet">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
- <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
- <style type="text/css">
- /*
- VARIABLES. CHANGE THE COLORS AT WILL.
- accent-1 is defaulted at red. it's used when the tabs are hovered over.
- accent-2 is defaulted at black. it's used in outlines, the scrollbar, and the tab bars.
- accent-10 is defaulted at light blue. it's used in italics and the hover of box links.
- accent-20 is defaulted at light red. it's used bold and the box links.
- */
- :root {
- --accent-1: rgb(246,5,10);
- --accent-2: #000000;
- --accent-10: rgb(204, 255, 255);
- --accent-20: rgb(255, 229, 230);
- --text: #000000;
- --bkgd: #ffffff;
- }
- /* SCROLLBAR */
- ::-webkit-scrollbar {
- width: 2px;
- height: 2px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: var(--accent-2);
- border: 0px none #ffffff;
- border-radius: 0px;
- }
- ::-webkit-scrollbar-thumb:hover {
- background: var(--accent-2);
- }
- ::-webkit-scrollbar-thumb:active {
- background: transparent;
- }
- ::-webkit-scrollbar-track {
- background: transparent;
- border: 0px none #ffffff;
- border-radius: 0px;
- }
- ::-webkit-scrollbar-track:hover {
- background: transparent;
- }
- ::-webkit-scrollbar-track:active {
- background: transparent;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- body{
- background-color: var(--bkgd);
- font-family: 'VT323', monospace;
- color: var(--text);
- font-size: 13px;
- text-align: center;
- max-width: 100%;
- overflow-x: hidden;
- }
- /* NORMAL LINKS */
- a:link, a:visited{
- font-style: normal;
- color: var(--accent-2);
- text-decoration: underline;
- letter-spacing: 1.5px;
- }
- a:hover, a:active{
- color: var(--text);
- font-weight: bolder;
- text-shadow: -3px 0 1px rgb(30,242,241) , 3px 0 1px rgb(246,5,10);
- letter-spacing: 1.5px;
- text-decoration: none;
- }
- /* NAME/PAGE TITLE */
- #title{
- position: relative;
- height: auto;
- margin-top: -40px;
- width: auto;
- float: center;
- text-align: center;
- }
- h1{
- font-family: 'VT323', monospace;
- font-size: 100px;
- color: var(--text);
- letter-spacing: 2px;
- text-align: center;
- float: center;
- margin-bottom: -10px;
- text-shadow: -3px 0 1px rgb(30,242,241) , 3px 0 1px rgb(246,5,10) ;
- }
- /*
- ALL THE CONTENTS IN DIVS.
- don't mess too much with these or it's gonna get all wonky.
- */
- #container{
- top: 2%;
- position: relative;
- height: auto;
- width: 1170px;
- float: bottom;
- margin-top: 30px;
- padding: 0px;
- display: inline-block;
- }
- .ImageContainer{
- width: 130px;
- height: 190px;
- float: top;
- margin-right: 10px;
- margin-left: 5px;
- margin-top: 5px;
- position: relative;
- display: inline-block;
- float: left;
- outline: solid 1px var(--accent-2);
- }
- img{
- width: 130px;
- height: 190px;
- box-shadow: -3px -3px 3px rgb(246,5,10) , 3px 3px 3px rgb(30,242,241) ;
- }
- #tabs{
- width: 100%;
- position: relative;
- display: block;
- margin-top: 10px;
- margin-bottom: -20px;
- float: center;
- }
- .tab button {
- font-family: 'VT323', monospace;
- font-size: 16px;
- background-color: inherit;
- float: center;
- border: none;
- outline: none;
- cursor: pointer;
- padding: 14px 16px;
- padding-bottom: 5px;
- transition: 0.3s;
- margin-right: 15px;
- display: inline-block;
- margin-bottom: 5px;
- color: var(--text);
- border-bottom: var(--bkgd) solid 4px;
- }
- .tab button:hover {
- color: var(--accent-1);
- }
- .tab button.active {
- border-bottom: solid 4px var(--accent-2);
- text-shadow: -2px 0 1px rgb(30,242,241) , 2px 0 1px rgb(246,5,10) ;
- }
- .tabcontent {
- display: none;
- padding: 6px 12px;
- border-top: none;
- animation: fadeEffect 1s; /* Fading effect takes 1 second */
- }
- /* Go from zero to full opacity */
- @keyframes fadeEffect {
- from {opacity: 0;}
- to {opacity: 1;}
- }
- /* CHARACTER BOX */
- .per{
- width: 350px;
- height: 200px;
- position: relative;
- display: inline-block;
- float: center;
- padding: 10px;
- margin: 0px;
- margin-left: 8px;
- margin-right: 8px;
- margin-bottom: 16px;
- outline: solid 1px var(--accent-2);
- overflow: scroll;
- box-shadow: -3px -3px 3px rgb(30,242,241) , 3px 3px 3px rgb(246,5,10) ;
- }
- .content{
- width: 200px;
- display: inline-block;
- }
- .quote{
- text-align: center;
- color: var(--accent-1);
- font-style: oblique;
- font-size: 14px;
- line-height: 10px;
- margin-top: 10px;
- margin-bottom: 5px;
- padding: 5px;
- width: auto;
- float: center;
- letter-spacing: 1.5px;
- }
- p{
- margin-bottom: 5px;
- text-align: justify;
- padding: 5px;
- padding-top: 0px;
- height: 82px;
- overflow-y: hidden;
- }
- /* CONTENT HEADERS */
- h2{
- color: var(--text);
- text-transform: uppercase;
- font-size: 24px;
- margin-top: 5px;
- margin-bottom: -10px;
- padding-bottom: 4px;
- text-align: center;
- }
- h2:hover{
- text-shadow: -3px 0 1px rgb(30,242,241) , 3px 0 1px rgb(246,5,10) ;
- }
- /*
- I messed with bold/italics.
- Feel free to alter it as you want.
- */
- b{
- color: var(--text);
- font-weight:900;
- background: var(--accent-20);
- padding-left:5px;
- padding-right:5px;
- }
- i{
- padding-left:5px;
- padding-right:5px;
- background: var(--accent-10);
- color: var(--text);
- letter-spacing: 1.5px;
- }
- s{
- padding-left: 5px;
- padding-right: 5px;
- text-shadow: -3px 0 1px rgb(30,242,241) , 3px 0 1px rgb(246,5,10) ;
- }
- /* BOX LINKS */
- .links{
- height: 12px;
- width: 100%;
- float: bottom;
- display: block;
- margin-top: 8px;
- margin-right: 8px;
- }
- .links a:link, a:visited{
- font-style: normal;
- text-decoration: none;
- letter-spacing: 1px;
- color: var(--text);
- font-weight:900;
- background: var(--accent-20);
- padding-left:8px;
- padding-right:8px;
- padding-top: 2px;
- padding-bottom: 2px;
- margin-left: 5px;
- margin-right: 5px;
- }
- .links a:hover, a:active{
- color: var(--accent-10);
- font-weight: bolder;
- text-shadow: none;
- letter-spacing: 1px;
- text-decoration: none;
- background: var(--text);
- }
- #punk{
- font-size: 8px;
- width: 25px;
- height: 25px;
- top: 97%;
- left: 1%;
- position: fixed;
- font-family: Helvetica, sans-serif;
- }
- </style>
- </head>
- <body>
- <!--
- CTRL + F or CMMD + F AND SEARCH THE WORDS "EDIT HERE"
- TO FIND ALL THE PLACES YOU NEED TO CHANGE THE LINKS
- OR THE IMAGES
- -->
- <!-- NAME & LINKS -->
- <div id="title">
- <h1>title</h1>
- <a href="/">link</a> / <!-- EDIT HERE -->
- <a href="/">link</a> / <!-- EDIT HERE -->
- <a href="/">return</a>
- </div>
- <!-- EACH CHARACTER IS HEADED BY <div class="per"> feel free to copy and paste at will.-->
- <div id="tabs">
- <!--
- the tags used currently are "act" and "hia" for active and hiatus, just as base examples. change the tag below in the <button> to whatever tag you want to use, then add it to the <div class="per [TAG]"> part of the character. this is how you can sort them. adding more buttons should work as well.
- feel free to send me an ask at fatalst.tumblr.com/ask if you need more help with this.
- -->
- <div class="tab">
- <button class="tablinks active" id="per">./all</button>
- <button class="tablinks" id="act">./active</button> <!-- EDIT HERE -->
- <button class="tablinks" id="hia">./hiatus</button> <!-- EDIT HERE -->
- </div>
- </div>
- <div id="container">
- <!-- the <p> description will cut off at some point. feel free to change this in the css, i just thought it looked better this way. -->
- <div class="per act">
- <div class="ImageContainer"><img src="/"></div> <!-- EDIT HERE -->
- <div class="content">
- <h2>name</h2>
- <div class="quote">quote</div>
- <p>Description or maybe a little intro paragraph.</p>
- <div class="links">
- <!-- EDIT HERE -->
- <a href="#">./read_more</a>
- <a href="#">./tag</a>
- </div>
- </div>
- </div>
- </div>
- <!-- please don't touch this!! -->
- <div id="punk">
- <a href="https://www.fatalst.tumblr.com">©</a>
- </div>
- <!-- code for sorting the characters -->
- <script>
- $( document ).ready(function() {
- var $items = $('.per');
- var $btns = $('.tablinks').click(function() {
- if (this.id == 'all') {
- $items.show(1000);
- } else {
- var $el = $('.' + this.id).show(1000);
- $items.not($el).hide(1000);
- }
- $btns.removeClass('active');
- $(this).addClass('active');
- });
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment