Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- IMPORTANT CODES! --
- body {
- font-size: 1em !important; }
- @font-face { font-family: Pixelated MS Sans Serif; src:url(ms_sans_serif.woff) format("woff"); src:url(ms_sans_serif.woff2) format("woff2"); }
- -- BOLD TEXT --
- background: #FFFFFF;
- background: linear-gradient(to bottom, #FFFFFF 0%, #6A91C4 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- -- WELCOME SCROLLBOX --
- font-family: Pixelated MS Sans Serif;
- background: white;
- padding: 7px;
- height: 11.75em;
- overflow: auto;
- border: 2px inset;
- -- SECTION CONTAINER --
- height: 12em;
- -- CONTAINER W BUTTONS --
- width: 95%;
- height: 11em;
- position: absolute;
- left: 0.5em;
- bottom: .4em;
- -- CONTAINER W TEXT --
- width: 91%;
- height: 8em;
- position: absolute;
- left: .9em;
- bottom: 1em;
- -- CONTENT SCROLLBOX --
- **MAINLY USED IF THE INFO IS REALLY LONG**
- font-family: Pixelated MS Sans Serif;
- height: 10em;
- overflow: auto;
- -- ONCLICK CODE --
- document.querySelector("element").style.display="inline";document.querySelector("element").style.display="none";
- -- BUTTONS --
- <a href="#one"><button id="button" style="color: #000; text-decoration: none; width: 49%; height: 2.125em; cursor:help;>About</button></a> <a href="#two"><button id="button" style="color: #000; text-decoration: none; width: 49%; height: 2.125em; cursor:help;>Guidelines</button></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement