Advertisement
izuemis

cr femcel2006 #2

Jan 17th, 2023 (edited)
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. -- IMPORTANT CODES! --
  2.  
  3. body {
  4. font-size: 1em !important; }
  5.  
  6. @font-face { font-family: Pixelated MS Sans Serif; src:url(ms_sans_serif.woff) format("woff"); src:url(ms_sans_serif.woff2) format("woff2"); }
  7.  
  8. -- BOLD TEXT --
  9. background: #FFFFFF;
  10. background: linear-gradient(to bottom, #FFFFFF 0%, #6A91C4 100%);
  11. -webkit-background-clip: text;
  12. -webkit-text-fill-color: transparent;
  13.  
  14. -- WELCOME SCROLLBOX --
  15. font-family: Pixelated MS Sans Serif;
  16. background: white;
  17. padding: 7px;
  18. height: 11.75em;
  19. overflow: auto;
  20. border: 2px inset;
  21.  
  22. -- SECTION CONTAINER --
  23. height: 12em;
  24.  
  25. -- CONTAINER W BUTTONS --
  26. width: 95%;
  27. height: 11em;
  28. position: absolute;
  29. left: 0.5em;
  30. bottom: .4em;
  31.  
  32. -- CONTAINER W TEXT --
  33. width: 91%;
  34. height: 8em;
  35. position: absolute;
  36. left: .9em;
  37. bottom: 1em;
  38.  
  39. -- CONTENT SCROLLBOX --
  40. **MAINLY USED IF THE INFO IS REALLY LONG**
  41. font-family: Pixelated MS Sans Serif;
  42. height: 10em;
  43. overflow: auto;
  44.  
  45. -- ONCLICK CODE --
  46. document.querySelector("element").style.display="inline";document.querySelector("element").style.display="none";
  47.  
  48. -- BUTTONS --
  49. <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