kielljoy

ramona flowers css theme

Jan 12th, 2021
604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.34 KB | None | 0 0
  1. /*ramona flowers myspace.windows93 theme by css4you aka kielljoy*/
  2.  
  3. #header {
  4. all: unset;
  5. font-family: monospace !important;
  6. font-size: 15px;
  7. background: #000000 !important;
  8. background-image: url(https://i.imgur.com/Pe5PD94.png) !important;
  9. color: #FF00AB !important;
  10. background-size: contain !important;
  11. position: fixed;
  12. width: calc( 100% - 15px );
  13. height: 22px;
  14. padding: 5px;
  15. left: 0px;
  16. top: 0px;
  17. margin-bottom: 40px;
  18. border-bottom: 1px solid black;
  19. padding-left: 10px;
  20. padding-top: 6px;
  21. overflow: hidden;
  22. z-index: 300;
  23. }
  24.  
  25. #hSub {
  26. all: unset;
  27. font-family: monospace !important;
  28. font-size: 15px;
  29. background: #000000 !important;
  30. font-size: small;
  31. margin: 0px;
  32. padding: 5px;
  33. padding-top: 5px;
  34. padding-left: 5px;
  35. padding-left: 10px;
  36. padding-top: 4px;
  37. position: fixed;
  38. left: 0;
  39. top: 34px;
  40. width: calc(100% - 15px );
  41. color: #FF00AB !important;
  42. height: 15px;
  43. z-index: 300;
  44. }
  45.  
  46. a.logo {
  47. color: #ffffff00 !important;
  48. text-decoration: none;
  49. }
  50.  
  51. .logo::after {
  52. content: "i've never been good at holding on" !important;
  53. font-size: 15px !important;
  54. letter-spacing: 1px;
  55. text-transform: none;
  56. font-family: monospace !important;
  57. color: #fff
  58. }
  59.  
  60. /*ramona flowers myspace.windows93 theme by css4you aka kielljoy*/
  61.  
  62. @keyframes blinkingTextGreen {
  63.  
  64. 0% {
  65. color: #006280;
  66. }
  67. 49% {
  68. color: #00e6ff;
  69. }
  70. 50% {
  71. color: #00e6ff;
  72. }
  73. 99% {
  74. color: #00e6ff;
  75. }
  76. 100% {
  77. color: #006280;
  78. }
  79.  
  80. }
  81.  
  82. .blinkGreen {
  83. animation: blinkingTextGreen 0.3s infinite !important;
  84. }
  85.  
  86. body {
  87. background: #fff;
  88. color: #FF00AB;
  89. font-family: monospace;
  90. background-image: url(https://i.imgur.com/m0M8238.png);
  91. background-size: cover;
  92. padding-top: 45px;
  93. font-size: 15px;
  94. }
  95.  
  96. .blurbs {
  97. margin-bottom: 10px;
  98. background-image: url(https://wallpaperaccess.com/full/1271644.jpg);
  99. background-position-x: left;
  100. border: 4px solid #ff00de;
  101. border-radius: 100px;
  102. background-position-y: bottom;
  103. background-clip: border-box;
  104. padding: 5%;
  105. text-align: unset;
  106. }
  107.  
  108. .rightHead {
  109. background: #ffb0ea;
  110. color: #0036ff;
  111. padding-left: 4px;
  112. border: 4px solid #ff00de2b;
  113. border-radius: 100px;
  114. size: 30px;
  115. width: fit-content;
  116. padding: 1%;
  117. }
  118.  
  119. .blog {
  120. background-image: url(https://wallpaperaccess.com/full/1271644.jpg);
  121. background-position-x: left;
  122. border: 4px solid #ff00de;
  123. border-radius: 100px;
  124. background-position-y: bottom;
  125. background-clip: border-box;
  126. padding: 5%;
  127. text-align: unset;
  128. }
  129.  
  130. /*ramona flowers myspace.windows93 theme by css4you aka kielljoy*/
  131.  
  132. .boxHead {
  133. background: #ffb0ea;
  134. color: #0036ff;
  135. padding-left: 4px;
  136. border: 4px solid #ff00de2b;
  137. border-radius: 100px;
  138. size: 30px;
  139. }
  140.  
  141. .tableRight {
  142. width: 75%;
  143. background: #ffb0ea;
  144. padding: 10px;
  145. vertical-align: top;
  146. overflow-wrap: anywhere;
  147. border-radius: 20px;
  148. }
  149.  
  150. .tableLeft {
  151. background: #FF00AB;
  152. width: 25%;
  153. padding: 10px;
  154. vertical-align: top;
  155. overflow: hidden;
  156. border-radius: 20px;
  157. }
  158.  
  159. h4 {
  160. color: #0036ff;
  161. margin-bottom: 0px;
  162. }
  163.  
  164. .fwiendCount {
  165. color: #33e2ff;
  166. }
  167.  
  168. .fwiendCounter {
  169. margin-top: 10px;
  170. margin-bottom: 20px;
  171. background: #ffb0ea;
  172. color: #0036ff;
  173. padding-left: 4px;
  174. border: 4px solid #ff00de2b;
  175. border-radius: 100px;
  176. size: 30px;
  177. }
  178.  
  179. /*ramona flowers myspace.windows93 theme by css4you aka kielljoy*/
  180.  
  181. #top {
  182. background-image: url(https://wallpaperaccess.com/full/1271644.jpg);
  183. background-position-x: right;
  184. border: 4px solid #ff00de;
  185. border-radius: 100px;
  186. background-position-y: bottom;
  187. background-clip: border-box;
  188. padding: 5%;
  189. }
  190.  
  191. .player {
  192. padding: 4px;
  193. margin-top: 20px;
  194. margin-bottom: 20px;
  195. background: #ffb0ea;
  196. color: #0036ff;
  197. width: calc(100% - 10px );
  198. border: 4px solid #ff00de2b;
  199. border-radius: 10px;
  200. }
  201.  
  202. textarea, textarea:focus {
  203. outline: none;
  204. box-shadow: none !important;
  205. border: 1px solid #ff00ab;
  206. border-radius: 10px;
  207. background: #ff00ab;
  208. }
  209.  
  210. #add {
  211. background-repeat: no-repeat;
  212. background-image: url(https://i.imgur.com/RZWc7Xj.gif);
  213. }
  214.  
  215. #block {
  216. background-repeat: no-repeat;
  217. background-image: url(https://i.imgur.com/RZWc7Xj.gif);
  218. }
  219.  
  220. #sMsg {
  221. background-repeat: no-repeat;
  222. background-image: url(https://i.imgur.com/2cCWJQ9.gif);
  223. background-size: contain;
  224. }
  225.  
  226. #report {
  227. background-repeat: no-repeat;
  228. background-image: url(https://i.imgur.com/2cCWJQ9.gif);
  229. background-size: contain;
  230. }
  231.  
  232. /*ramona flowers myspace.windows93 theme by css4you aka kielljoy*/
  233.  
  234. .topRight > .extended.box::after {
  235. font-size: 15px !important;
  236. content: "scott pilgrim vs the world ruined a whole generation of women";
  237. }
  238.  
  239. @keyframes float {
  240. 0% {
  241. box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
  242. transform: translatey(0px);
  243. }
  244. 50% {
  245. box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
  246. transform: translatey(-20px);
  247. }
  248. 100% {
  249. box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
  250. transform: translatey(0px);
  251. }
  252. }
  253.  
  254.  
  255. .avatar {
  256. animation: float 6s ease-in-out infinite;
  257. }
  258.  
  259. .url {
  260. border: solid 4px #ff00ab;
  261. padding: 2px;
  262. border-radius: 10px;
  263. color: #0036ff;
  264. background: #ffb0ea;
  265. }
  266.  
  267. .topLeft {
  268. animation: slidein 2s !important;
  269. animation-name: slidein !important;
  270. }
  271.  
  272. @keyframes slidein {
  273. 0% {
  274. margin-left: -100%;
  275. }
  276. 100% {
  277. margin-left: 0%;
  278. }
  279. animation-fill-mode: 100%;
  280.  
  281. }
  282.  
  283. }
  284.  
  285. ::-webkit-scrollbar {
  286. width: 13px !important;
  287. height: 13px !important;
  288. }
  289.  
  290. ::-webkit-scrollbar-thumb {
  291. border-radius: 10px !important;
  292. background: #ff76c8 !important;
  293. box-shadow: inset 0 0 6px #cc0092 !important;
  294. }
  295.  
  296. ::-webkit-scrollbar-track {
  297. background: #ff00de !important;
  298. box-shadow: inset 0 0 10px #790048 !important;
  299. border-radius: 10px !important;
  300. }
  301.  
  302. /* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/holidays/hol-5/hol412.ani), url(https://cur.cursors-4u.net/holidays/hol-5/hol412.gif), auto !important;} /* End https://www.cursors-4u.com */
  303.  
  304. /*ramona flowers myspace.windows93 theme by css4you aka kielljoy*/
Advertisement
Add Comment
Please, Sign In to add comment