Advertisement
Gliczide

win 93 css

Jul 20th, 2020 (edited)
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.37 KB | None | 0 0
  1. /* if you need import version. here you go */
  2. /* @import url("https://gliczide.github.io/MySpaceThemes/windows93.css"); */
  3.  
  4. /* boot */
  5. .url.box {
  6. animation: boot 3s steps(1) none;
  7. animation-fill-mode: forwards;
  8. }
  9. @keyframes boot {
  10. 0% {
  11. cursor: none;
  12. background: url(https://i.imgur.com/MXP0bx5.gif) #000;
  13. background-position: center;
  14. background-size: 75%;
  15. background-repeat: no-repeat;
  16. position: fixed;
  17. right: 0;
  18. bottom: 0px;
  19. top: 0;
  20. left: 0;
  21. color: #ffffff00;
  22. border: none;
  23. box-shadow: none;
  24. filter: drop-shadow(0px 100px #000000);
  25. z-index: 1000;
  26. }
  27. }
  28. /* window */
  29. .topLeft {
  30. margin-top: 10px;
  31. margin-left: -5px;
  32. border: 0px solid transparent;
  33. border-image-slice: 22 55 2 3 fill;
  34. border-image-width: 22px 55px 2px 3px;
  35. border-image-repeat: repeat repeat;
  36. border-image-source: url(https://i.imgur.com/qLpFPAX.png);
  37. background: linear-gradient(135deg,#f0f 0,#0ff 25%);
  38. box-shadow: inset 1px 1px #fff, 0 0 150px 1px rgba(255,0,255,0.5);
  39. }
  40. .topRight {
  41. margin-top: 10px;
  42. border: 0px solid transparent;
  43. border-image-source: url(https://i.imgur.com/qLpFPAX.png);
  44. background: linear-gradient(135deg,#f0f 0,#0ff 8%);
  45. border-image-slice: 22 55 2 3 fill;
  46. border-image-width: 22px 55px 2px 3px;
  47. border-image-repeat: repeat repeat;
  48. box-shadow: inset 1px 1px #fff, 0 0 150px 1px rgba(255,0,255,0.5);
  49. }
  50. h4 {
  51. color: #000000;
  52. }
  53. body {
  54. background-attachment: fixed;
  55. background-image: url(https://i.imgur.com/iD7U6uZ.png), linear-gradient(135deg,#f0f 0,#0ff 100%);
  56. background-position: left 0px top 60px, center top;
  57. background-repeat: no-repeat, repeat;
  58.  
  59. }
  60. .boxHead, .rightHead {
  61. background: linear-gradient(100deg,#f0f 0,#0ff 100%);
  62. color: #fff;
  63. }
  64. .url.box, .boxInfo.box, .player.box, .tableLeft, .tableRight, .box.blog, .box.blurbs, .box.fwiends, .box.comments, button, input {
  65. margin-bottom: 20px;
  66. padding-right: 1px;
  67. padding-left: 2px;
  68. padding-top: 2px;
  69. padding-bottom: 2px;
  70. box-shadow: 1px 0 #404040, 0 1px #404040, 1px 1px #404040, inset 1px 1px #fff;
  71. background-color: #d4d0c8;
  72. border-right: 1px solid #808080;
  73. border-left: 1px solid #d4d0c8;
  74. border-top: 1px solid #d4d0c8;
  75. border-bottom: 1px solid #808080;
  76. color: #000;
  77. }
  78. /* cursors */
  79. html, body {
  80. cursor: url("https://www.windows93.net/c/sys/cursors/default.cur"),default;
  81. }
  82. textarea {
  83. cursor: url("https://www.windows93.net/c/sys/cursors/text.cur"),text;
  84. }
  85. .player audio::-webkit-media-controls-play-button, .player audio::-webkit-media-controls-mute-button, .player audio::-webkit-media-controls-volume-slider, .player audio::-webkit-media-controls-timeline, a, img, button {
  86. cursor: url("https://www.windows93.net/c/sys/cursors/pointer.cur"),pointer;
  87. }
  88. /* header & hsub */
  89. div#header, div#hSub {
  90. background: linear-gradient(135deg,#f0f 0,#0ff 100%);
  91. color: #fff;
  92. }
  93. div#header {
  94. border-bottom: 1px solid white;
  95. }
  96. .logo, .boxHead > .boxInfo > b {
  97. font-size: 0;
  98. }
  99. .logo::before {
  100. font-size: small;
  101. content: "Windows";
  102. font-size: 20px;
  103. font-family: Franklin Gothic Heavy;
  104. text-align: center;
  105. }
  106. .logo::after {
  107. font-size: small;
  108. content: "93.net";
  109. font-size: 20px;
  110. font-family: Franklin Gothic Medium;
  111. text-align: center;
  112. }
  113. /* info */
  114. #sMsg {
  115. background-image: url(https://i.imgur.com/VN6R1kI.png);
  116. }
  117. #add {
  118. background-image: url(https://i.imgur.com/kmYiUO4.png);
  119. }
  120. #block {
  121. background-image: url(https://i.imgur.com/g95wp29.png);
  122. }
  123. #report {
  124. background-image: url(https://i.imgur.com/slkg8Sx.png);
  125. }
  126. /* hover */
  127. .box.blurbs > div.blogs > div > a:hover, .extended.box > a > h3:hover, #viewFriends > b > a:hover, div#hSub > a:hover, #hUp > a:hover, .fwiendFace:hover, .boxButton:hover, .tableLeft:hover {
  128. background: #0090e4;
  129. color: white;
  130. }
  131. .tableLeft > a:hover {
  132. color: white;
  133. }
  134. /* taskbar */
  135. html:after {
  136. background-image: url(https://i.imgur.com/rnpIaYt.png);
  137. width: 1009px;
  138. height: 30px;
  139. display: block;
  140. content: "";
  141. position: fixed;
  142. bottom: 0;
  143. background-size: 1009px;
  144. z-index: 100;
  145. }
  146. body:before {
  147. background-image: url(https://i.imgur.com/qdvXdev.png);
  148. width: 4360px;
  149. height: 30px;
  150. display: block;
  151. content: "";
  152. position: fixed;
  153. bottom: 0;
  154. right: 0;
  155. background-size: 1009px;
  156. z-index: 100;
  157. }
  158. /* others */
  159. .fwiendCounter > b {
  160. margin-left: 3px;
  161. }
  162. .fwiendCount {
  163. color: #000;
  164. }
  165. .blog {
  166. margin-top: 0px;
  167. }
  168. .blogs div, .blogCard img {
  169. margin-top: 15px;
  170. }
  171. #footer.box {
  172. margin-bottom: 30px;
  173. }
  174. /* folder view */
  175. .blogs {
  176. display: flex;
  177. flex-flow: row wrap;
  178. padding-top: 16px;
  179. padding-bottom: 16px;
  180. }
  181.  
  182. .blurbs>.blogs>div:first-child {
  183. position: relative;
  184. width: calc(100% + 2px);
  185. top: -30px;
  186. margin-left: 3px;
  187. height: 0px;
  188. }
  189.  
  190. .blurbs>.blogs>div:nth-child(2) {
  191. box-shadow:0px 0px 0 1px white;
  192. }
  193.  
  194. .blurbs>.blogs>div:not(:first-child) {
  195. width: 96px;
  196. text-align: center;
  197. margin: 0 20px;
  198. }
  199.  
  200. .blurbs>.blogs>div:not(:first-child):before {
  201. content: "";
  202. display: block;
  203. width: 96px;
  204. height: 48px;
  205. background: url(https://i.imgur.com/81UDdx7.png);
  206. background-repeat: no-repeat;
  207. background-position: center;
  208. }
  209. .tableLeft > a > div {
  210. max-width: initial;
  211. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement