mixue

cr superjake45 & angeidiarys

Feb 22nd, 2023 (edited)
1,072
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. * PLEASE CREDIT SUPERJAKE45 & ANGEIDIARYS WHEN REMAKING *
  2.  
  3. --- TOP BANNER ---
  4. <link rel="stylesheet" href="https://unpkg.com/98.css">
  5. <div class="window" style="box-shadow:inset -1px -0px #0a0a0a,inset 1px 1px #fff,inset -2px -0px grey,inset 2px 2px #dfdfdf;">
  6. <div class="title-bar">
  7. <div class="title-bar-text"> text </div>
  8. <div class="title-bar-controls">
  9. <button aria-label="Minimize"></button>
  10. <button aria-label="Maximize"></button>
  11. <button aria-label="Close"></button>
  12. </div>
  13. </div>
  14. </div>
  15.  
  16. --- MAIN CONTAINER ---
  17. height: 18em;
  18. box-shadow: inset -1px -0px #0a0a0a, inset 1px 1px #fff, inset -2px -0px grey, inset 2px 2px #dfdfdf;
  19.  
  20. (mobile)
  21. height: 17em;
  22.  
  23. --- LEFT CONTAINER ---
  24. border-radius: 10px;
  25. border: 3px inset;
  26. width: 47%;
  27. height: 17em;
  28.  
  29. (mobile)
  30. height: 15.5em;
  31.  
  32. --- POSITIONING for LEFT CONTAINER ---
  33. position: absolute;
  34. bottom: 0.5em;
  35. left: 6px;
  36.  
  37. (mobile)
  38. bottom: 0.8em;
  39.  
  40. --- RIGHT CONTAINER ---
  41. overflow: auto;
  42. position: absolute;
  43. bottom: 0.5em;
  44. right: 9px;
  45.  
  46. (mobile)
  47. bottom: 0.8em;
  48.  
  49. --- IMAGE ---
  50. border: 3px inset;
  51. border-radius: 8px;
  52.  
  53. --- TEXT BOX ---
  54. border: 3px inset;
  55. background: #FFDEF2;
  56. border-radius: 8px;
  57. padding: 1px;
  58. font-family: Pixelated MS Sans Serif;
  59.  
  60. --- 'ABOUT ME' TEXTS ---
  61. font-family: Pixelated MS Sans Serif;
  62. background: -webkit-linear-gradient(-90deg, #F38BC8 30%, #F7A9D7 70%, #FFFFFF 95%);
  63. -webkit-background-clip: text;
  64. -webkit-text-fill-color: transparent;
  65. font-size: 1.3em;
  66.  
  67. (mobile)
  68. font-size: 1em;
  69.  
  70. (Text: Highlight)
  71. font-family: 'icons';
  72. font-size: 0.7em;
  73.  
  74. --- INFO TEXTS ---
  75. font-family: Pixelated MS Sans Serif;
  76. font-size: 11.4px;
  77.  
  78. (mobile)
  79. font-size: 11.4px;
  80.  
  81. --- LINKS ---
  82. text-decoration-style: dotted;
  83. color: blue;
  84.  
  85. --- BOTTOM CONTAINER ---
  86. box-shadow: inset -1px -0px #0a0a0a, inset 1px 1px #fff, inset -2px -0px grey, inset 2px 2px #dfdfdf;
  87.  
  88. --- BUTTONS ---
  89. box-shadow: inset -1px -0px #0a0a0a, inset 1px 1px #fff, inset -2px -0px grey, inset 2px 2px #dfdfdf;
  90. font-family: Pixelated MS Sans Serif;
  91.  
  92. --- BOTTOM BANNER ---
  93. <link
  94. rel="stylesheet"
  95. href="https://unpkg.com/98.css"
  96. >
  97. <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"><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>
  98.  
  99.  
  100. --- BLINKING TEXT ---
  101. <style>
  102. @font-face {
  103. font-family: Pixelated MS Sans Serif;
  104. src:url(ms_sans_serif.woff) format("woff");
  105. src:url(ms_sans_serif.woff2) format("woff2");
  106. }
  107.  
  108. #blinking {
  109. font-family: Pixelated MS Sans Serif;
  110. font-size: 1.75em;
  111. font-weight: bold;
  112. text-align: center;
  113. animation: rainbow 1s infinite;
  114. }
  115.  
  116. @keyframes rainbow {
  117. 0% {
  118. color: #EB50A9;
  119. }
  120.  
  121. 25% {
  122. color: #EF6EB8;
  123. }
  124.  
  125. 50% {
  126. color: #F38BC8;
  127. }
  128.  
  129. 75% {
  130. color: #F7A9D7;
  131. }
  132.  
  133. 100% {
  134. color: #FBC6E7;
  135. }
  136. }
  137.  
  138. </style>
  139. <div id="blinking">text</div>
  140.  
  141. --- ALL FONTS ---
  142. <style>
  143. @font-face {
  144. font-family: emoji font;
  145. src: url(https://dl.dropbox.com/s/cvba4kh6qm23mru/EmojiFont.ttf);
  146. }
  147.  
  148. @font-face {
  149. font-family: 'icons';
  150. src: url(https://dl.dropbox.com/s/2tohzt1ogc3bueo/IconBitTwo.ttf);
  151. }
  152.  
  153. @font-face {
  154. font-family: Pixelated MS Sans Serif;
  155. src:url(ms_sans_serif.woff) format("woff");
  156. src:url(ms_sans_serif.woff2) format("woff2");
  157. }
  158. </style>
Advertisement
Add Comment
Please, Sign In to add comment