mixue

cr lobilles

Jan 24th, 2023 (edited)
1,290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. * PLEASE CREDIT LOBILLES WHEN REMAKING *
  2.  
  3. --- TITLE ---
  4. <link
  5. rel="stylesheet"
  6. href="https://unpkg.com/98.css"
  7. >
  8. <div class="window" style="box-shadow:inset -1px -0px #0a0a0a,inset 1px 1px #fff,inset -2px -0px grey,inset 2px 2px #dfdfdf;">
  9. <div class="title-bar">
  10. <div class="title-bar-text" style="font-size: 1.2em;">
  11. text
  12. </div>
  13. <div class="title-bar-controls">
  14. <button aria-label="Minimize">
  15. </button><button aria-label="Maximize">
  16. </button><button aria-label="Close">
  17. </button></div></div></div>
  18.  
  19. --- MAIN CONTAINER ---
  20. #elementID > .wrapper {
  21. box-shadow: inset -1px 0px #0A0A0A, inset 1px 0px #FFFFFF, inset -2px 0px grey, inset 2px 0px #DFDFDF;
  22. height: 15em;
  23. }
  24.  
  25. @media only screen and (max-width: 600px) {
  26. #elementID > .wrapper {
  27. height: 13.5em;
  28. }
  29. }
  30.  
  31. --- MAIN SCROLLBOX ---
  32. #elementID {
  33. height: 11.1em;
  34. background: white;
  35. overflow: auto;
  36. font-family: "Pixelated MS Sans Serif";
  37. border: 4px inset;
  38. border-radius: 0px 10px 10px 10px;
  39. padding: 8px;
  40. padding-top: 5px;
  41. }
  42.  
  43. @media only screen and (max-width: 600px) {
  44. #elementID {
  45. height: 10em;
  46. }
  47. }
  48.  
  49. #elementID mark {
  50. padding-left: 3px;
  51. padding-right: 3px;
  52. border: 1px solid black;
  53. border-radius: 15px;
  54. font-size: 1.5em;
  55. font-family: 'VT323';
  56. -webkit-text-stroke: 1px #373FB1;
  57. }
  58.  
  59. --- CONTAINER with LINKS ---
  60. #elementID > .wrapper {
  61. width: 185px;
  62. height: 165px;
  63. border: 4px inset;
  64. border-radius: 10px 0px 10px 10px;
  65. position: absolute;
  66. bottom: 0.8em;
  67. right: 1em;
  68. }
  69.  
  70. @media only screen and (max-width: 600px) {
  71. #elementID > .wrapper {
  72. width: 170px;
  73. height: 148px;
  74. right: 0.7em;
  75. }
  76. }
  77.  
  78. --- BOTTOM CONTAINER ---
  79. #elementID > .wrapper {
  80. box-shadow: inset -1px 0px #0A0A0A, inset 1px 0px #FFFFFF, inset -2px 0px grey, inset 2px 0px #DFDFDF;
  81. padding-bottom: 0.2em;
  82. }
  83.  
  84. --- BUTTONS ---
  85. #buttons01 li a {
  86. box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 0px #dfdfdf;
  87. font-family: "Pixelated MS Sans Serif";
  88. }
  89.  
  90. --- BOTTOM BANNER ---
  91. <link
  92. rel="stylesheet"
  93. href="https://unpkg.com/98.css"
  94. >
  95. <div class="window" style="box-shadow: inset -1px -1px #0A0A0A, inset 1px 0px #FFFFFF, inset -2px -2px grey, inset 2px 0px #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>
  96.  
  97. --- INFO CONTAINER ---
  98. #elementID > .wrapper {
  99. box-shadow: inset -1px 0px #0A0A0A, inset 1px 0px #FFFFFF, inset -2px 0px grey, inset 2px 0px #DFDFDF;
  100. padding-bottom: 0.5em;
  101. }
  102.  
  103. --- INFO SCROLLBOXES ---
  104. #elementID, #elementID {
  105. border: 4px inset;
  106. border-radius: 10px;
  107. background: white;
  108. padding: 8px;
  109. padding-top: 5px;
  110. overflow: auto;
  111. height: 5.5em;
  112. font-family: "Pixelated MS Sans Serif";
  113. }
  114.  
  115. #elementID mark, #elementID mark {
  116. padding-left: 3px;
  117. padding-right: 3px;
  118. border: 1px solid black;
  119. border-radius: 15px;
  120. font-size: 1.5em;
  121. font-family: 'VT323';
  122. -webkit-text-stroke: 1px #373FB1;
  123. }
  124.  
  125.  
  126. --- ALL FONTS ---
  127. <link href='https://fonts.googleapis.com/css?family=VT323' rel='stylesheet'>
  128. <style>
  129. @font-face {
  130. font-family: "Pixelated MS Sans Serif";
  131. src: url(https://unpkg.com/[email protected]/dist/ms_sans_serif.woff) format("woff");
  132. src: url(https://unpkg.com/[email protected]/dist/ms_sans_serif.woff2) format("woff2");
  133. }
  134. </style>
  135.  
Advertisement
Add Comment
Please, Sign In to add comment