Advertisement
swagfag22

windows93 myspace theme ; rainbowcore

Aug 24th, 2020
1,250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 KB | None | 0 0
  1. /* CSS by @ryuji. Please credit me somewhere in your about! */
  2. /* Credit to @gamzeemakara for the color animations! */
  3.  
  4. /*** WARNING! The theme is bright and can cause heavy eyestrain/epilepsy. Use at your own risk! ***/
  5.  
  6. img {
  7. image-rendering: unset
  8. }
  9.  
  10. * {
  11. color: #ffffff;
  12. }
  13.  
  14. .fwiendCount {
  15. animation: colorRotate 6s linear 0s infinite;
  16. }
  17.  
  18. h4 {
  19. animation: colorRotate 6s linear 0s infinite;
  20. margin: 0;
  21. }
  22.  
  23. body {
  24. background-image: url(https://66.media.tumblr.com/68a2699dafeab7d8401f874f85ef2574/tumblr_pwgdd8hVGf1yt0azko1_640.gifv);
  25. padding-top: 45px;
  26. font-size: 15px;
  27. font-weight: bold;
  28. color: #000000;
  29. text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
  30. background-size: repeat;
  31. align-content: center;
  32. text-transform: uppercase;
  33. }
  34.  
  35. html, a {
  36. cursor: url(https://cursors2.totallyfreecursors.com/thumbnails/1pointer31.gif), auto !important;
  37. }
  38.  
  39. div#container {
  40. border: 4px solid;
  41. border-image: url(https://i.pinimg.com/originals/37/6f/b4/376fb4093657e10d95de0232026dcf23.gif) 30 repeat;
  42. box-sizing: border-box;
  43. padding-left: 50px;
  44. padding-right: 50px;
  45. background: linear-gradient(180deg, rgba(255,0,0,0.7) 0%, rgba(255,136,0,0.7) 10%, rgba(255,227,0,0.7) 20%, rgba(136,240,0,0.7) 30%, rgba(1,255,0,0.7) 40%, rgba(0,255,184,0.7) 50%, rgba(30,150,213,0.7) 60%, rgba(72,0,255,0.7) 70%, rgba(205,0,255,0.7) 80%, rgba(228,0,214,0.6979166666666667) 90%, rgba(255,0,164,0.7) 100%);
  46.  
  47. }
  48. .avatar {
  49. border: 10px solid;
  50. border-image: url(https://pa1.narvii.com/6774/1d2f57463f58d4485d084936c739b472a1b201ce_00.gif) 30 stretch;
  51. box-sizing: border-box;
  52. display: block;
  53. background-size: contain;
  54. background-image: url("https://64.media.tumblr.com/28d5f7ff53411403c046b44c1f6c51b8/tumblr_pf3ovbidMy1xg1kplo8_250.gifv");
  55. }
  56.  
  57. .fwiendFace img{
  58. border: 5px solid;
  59. border-image: url(https://pa1.narvii.com/6774/1d2f57463f58d4485d084936c739b472a1b201ce_00.gif) 30 stretch;
  60. box-sizing: border-box;
  61. height: 110px;
  62. width: 110px;
  63. object-fit: cover;
  64. max-width: none;
  65. background-size: contain;
  66. background-image: url("https://64.media.tumblr.com/28d5f7ff53411403c046b44c1f6c51b8/tumblr_pf3ovbidMy1xg1kplo8_250.gifv");
  67. }
  68.  
  69. .box, #box, .shortRight {
  70. background-image: url(https://i.pinimg.com/originals/de/52/e6/de52e6a014ef0686c71802678113ed13.gif);
  71. padding: 5px;
  72. margin-bottom: 10px;
  73. color: white;
  74. opacity: 0.9;
  75. border: 4px solid;
  76. border-image: url(https://i.pinimg.com/originals/37/6f/b4/376fb4093657e10d95de0232026dcf23.gif) 30 repeat;
  77. box-sizing: border-box;
  78. }
  79.  
  80. #header {
  81. background-image: url(https://i.pinimg.com/originals/37/6f/b4/376fb4093657e10d95de0232026dcf23.gif) !important;
  82. padding: 6px !important;
  83. background: #000000 ;
  84. border-bottom: 1px solid #ff0000 !important;
  85. position: absolute !important;
  86. }
  87.  
  88. .logo b:before {
  89. content: "WELCOME TO 2009, FUCKER!";
  90. font-weight: bold;
  91. font-size: 20px;
  92. text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  93. background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(255,227,0,1) 25%, rgba(1,255,0,1) 37%, rgba(0,255,184,1) 52%, rgba(72,0,255,1) 67%, rgba(205,0,255,1) 82%, rgba(255,0,164,1) 96%);
  94. -webkit-background-clip: text;
  95. -webkit-text-fill-color: transparent;
  96. }
  97.  
  98. .logo b span {
  99. display: none;
  100. }
  101.  
  102. audio::-webkit-media-controls-enclosure {
  103. background: radial-gradient(circle, rgba(253,237,45,1) 0%, rgba(255,0,228,1) 100%) !important;
  104. border-radius: 2px;
  105. width: 80%
  106. }
  107.  
  108. #header, #hSub {
  109. text-align: center!important;
  110. position: absolute!important;
  111. }
  112.  
  113. #hSub {
  114. background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(255,227,0,1) 25%, rgba(1,255,0,1) 37%, rgba(0,255,184,1) 52%, rgba(72,0,255,1) 67%, rgba(205,0,255,1) 82%, rgba(255,0,164,1) 96%) !important;
  115. }
  116.  
  117. .rightHead, .boxHead {
  118. background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(255,227,0,1) 25%, rgba(1,255,0,1) 37%, rgba(0,255,184,1) 52%, rgba(72,0,255,1) 67%, rgba(205,0,255,1) 82%, rgba(255,0,164,1) 96%) !important;
  119. border-radius: 10px;
  120. padding: 7px;
  121. border: 4px inset;
  122. border-color: #000000;
  123. }
  124.  
  125. .topLeft:after {
  126. content: "";
  127. white-space: pre-wrap;
  128. display: block;
  129. height: 149px;
  130. background-image: url(lll), url(https://lh3.googleusercontent.com/proxy/3EPs9xdjPrfqTYXWsnd9pV_II6Az3Smwkco89_67h6baWfliRH5IRsjXUpQD9l0C6BO19ikUsrIM2RXF30tcMs6MBRyyR7wkcpUeDJaUBGc);
  131. background-repeat: no-repeat;
  132. background-position: center;
  133. }
  134.  
  135. .url.box {
  136. visibility: hidden;
  137. display: none;
  138. }
  139.  
  140. #online {
  141. visibility: hidden;
  142. display: none;
  143. }
  144.  
  145. .tableLeft {
  146. background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(255,227,0,1) 25%, rgba(1,255,0,1) 37%, rgba(0,255,184,1) 52%, rgba(72,0,255,1) 67%, rgba(205,0,255,1) 82%, rgba(255,0,164,1) 96%) !important;
  147. border-radius: 10px;
  148. padding: 7px;
  149. border: 4px inset;
  150. border-color: #000000;
  151. }
  152.  
  153. .tableLeft img {
  154. border: 5px solid;
  155. border-image: url(https://pa1.narvii.com/6774/1d2f57463f58d4485d084936c739b472a1b201ce_00.gif) 30 stretch;
  156. box-sizing: border-box;
  157. background-size: contain;
  158. background-image: url("https://64.media.tumblr.com/28d5f7ff53411403c046b44c1f6c51b8/tumblr_pf3ovbidMy1xg1kplo8_250.gifv");
  159. }
  160.  
  161. .tableRight {
  162. background: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(255,227,0,1) 25%, rgba(1,255,0,1) 37%, rgba(0,255,184,1) 52%, rgba(72,0,255,1) 67%, rgba(205,0,255,1) 82%, rgba(255,0,164,1) 96%);
  163. border-radius: 10px;
  164. padding: 7px;
  165. border: 4px inset;
  166. border-color: #000000;
  167. }
  168.  
  169. .blurbs>.blogs>div:first-child {
  170. margin-top: -3px;
  171. margin-left: -3px;
  172. margin-right: -3px;
  173. border-top: none;
  174. position: relative;
  175. width: 100%;
  176. top: -16px;
  177. display: none;
  178. }
  179.  
  180. h2#name {
  181. animation: colorRotate 6s linear 0s infinite;
  182. }
  183.  
  184. #country {
  185. visibility: hidden;
  186. display: none;
  187. }
  188.  
  189. #gender {
  190. visibility: hidden;
  191. display: none;
  192. }
  193.  
  194. #sMsg, #add, #block, #report {
  195. background-repeat: no-repeat;
  196. font-size: 0px;
  197. animation: colorRotate 6s linear 0s infinite;
  198. }
  199.  
  200. #block, #report {
  201. visibility: hidden;
  202. display: none;
  203. }
  204.  
  205. #sMsg::after {
  206. content: "MSG";
  207. font-size:12px;
  208.  
  209.  
  210. }
  211.  
  212. #add:after {
  213. content: "ADD";
  214. font-size:12px;
  215. }
  216.  
  217. #commentInput {
  218. background: #000000;
  219. border: 4px solid;
  220. border-image: url(https://i.pinimg.com/originals/37/6f/b4/376fb4093657e10d95de0232026dcf23.gif) 30 repeat;
  221. box-sizing: border-box;
  222. }
  223.  
  224. button, input[type=submit] {
  225. padding: 5px;
  226. background: #000000;
  227. color: #ffffff;
  228. border: 1px solid #00ffff;
  229. border-radius: 3px;
  230. margin-top: 10px;
  231. }
  232.  
  233. @keyframes colorRotate {
  234. from {
  235. color: rgb(255, 0, 0);
  236. }
  237. 16.6% {
  238. color: rgb(255, 0, 255);
  239. }
  240. 33.3% {
  241. color: rgb(0, 0, 255);
  242. }
  243. 50% {
  244. color: rgb(0, 255, 255);
  245. }
  246. 66.6% {
  247. color: rgb(0, 255, 0);
  248. }
  249. 83.3% {
  250. color: rgb(255, 255, 0);
  251. }
  252. to {
  253. color: rgb(255, 0, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement