Advertisement
izuemis

cr superjake45 & angeidiarys

Mar 31st, 2023
710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. -- TITLE BANNER --
  2. <link rel="stylesheet" href="https://unpkg.com/98.css">
  3. <div class="window" style="box-shadow:inset -1px -0px #0a0a0a,inset 1px 1px #fff,inset -2px -0px #E8E8E8,inset 2px 2px #E8E8E8;">
  4. <div class="title-bar" style="background:linear-gradient(90deg, #a9c2d4 0%, #577481 100%);">
  5. <div class="title-bar-text" style="color: #000000;">
  6. username
  7. </div>
  8. <div class="title-bar-controls">
  9. <button aria-label="Minimize">
  10. </button><button aria-label="Maximize">
  11. </button><button aria-label="Close">
  12. </button></div></div></div>
  13.  
  14. -- MAIN CONTAINER --
  15. height: 18em;
  16. box-shadow: inset -1px -0px #0a0a0a, inset 1px 1px #fff, inset -2px -0px grey, inset 2px 2px #dfdfdf;
  17.  
  18. mobile:
  19. height: 17em;
  20.  
  21. -- LEFT CONTAINER --
  22. border-radius: 10px;
  23. border: 3px inset;
  24. width: 47%;
  25. height: 17em;
  26. position: absolute;
  27. bottom: 0.5em;
  28. left: 6px;
  29.  
  30. mobile:
  31. height: 15.5em;
  32. bottom: 0.8em;
  33.  
  34. -- RIGHT CONTAINER--
  35. overflow: auto;
  36. position: absolute;
  37. bottom: 0.5em;
  38. right: 9px;
  39.  
  40. -- IMAGE --
  41. border: 3px inset;
  42. border-radius: 8px;
  43.  
  44. -- CLICK FOR MORE INFO --
  45. border: 3px inset;
  46. background: #b4cdd6;
  47. border-radius: 8px;
  48. padding: 1px;
  49. font-family: Pixelated MS Sans Serif;
  50.  
  51. -- TITLE TEXT --
  52. font-family: Pixelated MS Sans Serif;
  53. background: -webkit-linear-gradient(-90deg, #a9c2d4 30%, #b4cdd6 70%, #FFFFFF 95%);
  54. -webkit-background-clip: text;
  55. -webkit-text-fill-color: transparent;
  56. font-size: 1.3em;
  57.  
  58. mobile:
  59. font-size: 1em;
  60.  
  61. -- TITLE TEXT ICON --
  62. font-family: 'icons';
  63. font-size: 0.7em;
  64. background: none;
  65. background: -webkit-linear-gradient(-90deg, #a9c2d4 30%, #b4cdd6 70%, #FFFFFF 95%);
  66. -webkit-background-clip: text;
  67. -webkit-text-fill-color: transparent;
  68.  
  69. -- INFO --
  70. font-family: Pixelated MS Sans Serif;
  71. font-size: 11.4px;
  72.  
  73. mobile:
  74. font-size: 11.4px;
  75.  
  76. -- FOR LINKS --
  77. text-decoration-style: dotted;
  78. color: blue;
  79.  
  80. -- BUTTONS / MP3 CONTAINER --
  81. box-shadow: inset -1px -0px #0a0a0a, inset 1px 1px #fff, inset -2px -0px grey, inset 2px 2px #dfdfdf;
  82.  
  83. -- BUTTONS --
  84. box-shadow: inset -1px -0px #0a0a0a, inset 1px 1px #fff, inset -2px -0px grey, inset 2px 2px #dfdfdf;
  85. font-family: Pixelated MS Sans Serif;
  86.  
  87. -- BOTTOM BANNER --
  88. <link
  89. rel="stylesheet"
  90. href="https://unpkg.com/98.css">
  91. <div class="window" style="box-shadow: inset -1px -0px #0a0a0a,inset 1px 1px #fff,inset -2px -0px grey,inset 2px 2px #dfdfdf;"><div class="title-bar" style="background:linear-gradient(90deg, #a9c2d4 0%, #577481 100%);"><div class="title-bar-text"></div></div><div class="status-bar"><p class="status-bar-field">Press F1 for help</p><p class="status-bar-field">Slide 1</p><p class="status-bar-field">CPU Usage: 14%</p></div></div></div>
  92.  
  93. -- FONTS --
  94.  
  95. @font-face {
  96. font-family: emoji font;
  97. src: url(https://dl.dropbox.com/s/cvba4kh6qm23mru/EmojiFont.ttf);
  98. }
  99.  
  100. @font-face {
  101. font-family: 'icons';
  102. src: url(https://dl.dropbox.com/s/2tohzt1ogc3bueo/IconBitTwo.ttf);
  103. }
  104.  
  105. @font-face {
  106. font-family: Pixelated MS Sans Serif;
  107. src:url(ms_sans_serif.woff) format("woff");
  108. src:url(ms_sans_serif.woff2) format("woff2");
  109. }
  110.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement