Advertisement
dxmxntxd-daydream

myspace cat css

Dec 6th, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.22 KB | None | 0 0
  1. body{background:#000000;}
  2.  
  3. #commentInput {
  4. color: #000000;
  5. }
  6. .url a {
  7. display: none;
  8. }
  9. div#header {
  10. background: #000000;
  11. text-align: 100px;
  12. }
  13. div#hSub {
  14. color: pink;
  15. }
  16. body {
  17. font-family: "Times New Roman";
  18. }
  19. .logo b span {
  20. display: none;
  21. }
  22. .logo b:before {
  23. vertical-align: middle;
  24. font-size: 20px;
  25. content: "";
  26. }
  27. .logo b:after {
  28. vertical-align: middle;
  29. font-size: 20px;
  30. color: pink;
  31. content: "myspace.windows93.net";
  32. }
  33. #hSub a {
  34. color: pink;
  35. text-decoration: none;
  36. text-align: center;
  37. }
  38. div#hSub {
  39. background: #000000;
  40. color: pink;
  41. }
  42. .short, .fwiendCounter > b, #viewFriends, .blogCard{
  43. Color: pink;
  44. border-color: white;
  45. border: 3px solid #000;
  46. background: #000000;
  47. color: pink;
  48. }
  49. }
  50. .topRight > .blurbs.box > .blogs > div > b {
  51. font-size: 0px !Important;
  52. }
  53. #viewFriends {
  54. display: none;
  55. }
  56. .fwiendCounter>b::after {
  57. content: "𝕜𝕚𝕥𝕥𝕚𝕖𝕤";
  58. font-size: 15px;
  59. color: pink;
  60. text-align: center;
  61. }
  62. .fwiendCount {
  63. color: pink;
  64. font-size 0px;
  65. }
  66. .fwiendCounter>b {
  67. font-size: 0px;
  68. color: #000000;
  69. }
  70. .fwiendCounter>b>.uName {
  71. font-size: 0px;
  72. color: #000000;
  73. }
  74. .topRight > .box:not(.blurbs) > .rightHead > b::after {
  75. content: "𝕔𝕒𝕥 𝕤𝕡𝕒𝕔𝕖";
  76. font-size: 20px;
  77. color: black;
  78. text-align: center;
  79. }
  80. .topRight > .box:not(.blurbs) > .rightHead > b > span.uName {
  81. font-size: 0px;
  82. }
  83. .topRight > .box:not(.blurbs) > .rightHead > b {
  84. font-size: 0px;
  85. }
  86. .blurbs.box > .rightHead > b > span.uName::after {
  87. content: "𝕞𝕖𝕠𝕨";
  88. color: black;
  89. font-size: 20px;
  90. text-align: center;
  91. }
  92. .blurbs.box > .rightHead > b {
  93. font-size: 0px;
  94. }
  95. .blurbs.box > .rightHead > b > span.uName {
  96. font-size: 0px;
  97. color: pink;
  98. }
  99. #sMsg {
  100. background-repeat: no-repeat;
  101. background: url(https://cutekawaiiresources.wordpress.com/category/bullet-points/#jp-carousel-8171) no-repeat;
  102. }
  103. #add {
  104. background-repeat: no-repeat;
  105. background: url(https://cutekawaiiresources.wordpress.com/category/bullet-points/#jp-carousel-8171) no-repeat;
  106. }
  107. #block {
  108. display: none;
  109. }
  110. #report {
  111. display: none;
  112. }
  113. .topRight > .extended.box::after {
  114. font-size: 20px !important;
  115. content: "𝕟𝕪𝕒";
  116. color: pink;
  117. }
  118. h4 {
  119. Color: pink;
  120. margin-bottom: 0px;
  121. }
  122. #about {
  123. Color: pink;
  124. text-align: center;
  125. border-color: white;
  126. border: 3px solid #000;
  127. background-color: black;
  128. background-size:100% 100%;
  129. }
  130. #who {
  131. Color: pink;
  132. border-color: white;
  133. border: 3px solid #000;
  134. background-color: black;
  135. background-size: 100% 100%;
  136. text-align: center;
  137. }
  138. .boxInfo {
  139. border: 3px solid #000;
  140. margin-bottom: 20px;
  141. margin-top: 20px;
  142. Background-color: black;
  143. background-position: center;
  144. background-size: 100% 100%;
  145. }
  146. .boxHead {
  147. background: black;
  148. color: pink;
  149. padding: 3px;
  150. padding-bottom: 4px;
  151. padding-left: 6px;
  152. }
  153. .url.box {
  154. Color: pink;
  155. border-color: white;
  156. border: 3px solid #000;
  157. background-color: black;
  158. background-size:100% 100%;
  159. background-position: center;
  160. }
  161. .player::before {
  162. content: "𝕞𝕡𝟛 𝕡𝕝𝕒𝕪𝕖𝕣";
  163. white-space: pre-wrap;
  164. display: block;
  165. background-position: center center;
  166. height: 300px;
  167. background-image: url(https://files.catbox.moe/jamgxq.gif), url(lll);
  168. background-repeat: no-repeat, repeat, repeat, repeat, repeat;
  169. }
  170. .songName span {
  171. display: inline-block;
  172. padding-left: 100%;
  173. animation: marquee 15s linear infinite;
  174. }
  175. .songName span:hover {
  176. animation-play-state: paused;
  177. }
  178. @keyframes marquee{
  179. 0% {
  180. transform: translate(0, 0);
  181. }
  182.  
  183. 100% {
  184. transform: translate(-100%, 0);
  185. }
  186. }
  187. div.songName {
  188. color: pink;
  189. }
  190. .songName img {
  191. display: none;
  192. }
  193. .player a img, .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 {
  194. filter: invert();
  195. -webkit-filter: invert();
  196. }
  197. .player audio, .player audio::-webkit-media-controls, .player audio::-webkit-media-controls-enclosure, .player audio::-webkit-media-controls-panel {
  198. background: #000000;
  199. background: var(--color--bg-box);
  200. height: 36px;
  201. filter: none;
  202. }
  203. .fwiendFace, .tableLeft {
  204. transition: 0.5s;
  205. }
  206. .songName {
  207. overflow: hidden;
  208. background: linear-gradient(#ccc3ff, rgba(156, 141, 242, 0.5));
  209. border-radius: 3px;
  210. margin-top: 0px;
  211. font-size: large;
  212. box-shadow: 0px 4px 6px -5px #000;
  213. text-shadow: 0px -2px #000;
  214. color: #ccc3ff;
  215. padding: 5px;
  216. }
  217. .songName {
  218. white-space: nowrap;
  219. }
  220. .songName b {
  221. display: none;
  222. }
  223. .songTitle:after {
  224. content: ".mp3";
  225. }
  226. .player {
  227. background: #ccc3ff;
  228. border: 3px double #ccc3ff;
  229. padding: 0;
  230. }
  231. @media only screen and (max-width: 768px)
  232. .topLeft, .topRight {
  233. width: auto;
  234. float: none;
  235. }
  236. #container {
  237. -webkit-animation: fadein 5s;
  238. }
  239. div#hSub {
  240. color: #000000;
  241. }
  242. div.boxInfo.box {
  243. border: 4px double #000000;
  244. text-align: center;
  245. }
  246. .boxInfo {
  247. border: 4px double #000000;
  248. margin-bottom: 20px;
  249. margin-top: 20px;
  250. }
  251. h3 {
  252. display: block;
  253. font-size: 1.17em;
  254. margin-block-start: 1em;
  255. margin-block-end: 1em;
  256. margin-inline-start: 0px;
  257. margin-inline-end: 0px;
  258. font-weight: bold;
  259. Color: #ccc3ff;
  260. }
  261. #sMsg::after {
  262. content: "𝕞𝕖𝕤𝕤𝕒𝕘𝕖 𝕞𝕖, 𝕝𝕠𝕤𝕖𝕣";
  263. font-size: 14px;
  264. }
  265. #sMsg {
  266. font-size: 0px;
  267. color: #ccc3ff;
  268. }
  269. #add::after {
  270. content: "𝕓𝕖𝕔𝕠𝕞𝕖 𝕒𝕟 𝕒𝕟𝕘𝕖𝕝";
  271. font-size: 14px;
  272. }
  273. #add {
  274. font-size: 0px;
  275. color: #ccc3ff;
  276. }
  277. .topRight > .blurbs.box > .blogs > div > b::after {
  278. font-size: 17px !Important;
  279. content: "𝕓𝕝𝕠𝕘𝕤";
  280. animation: test 1s linear infinite;
  281. text-align: center;
  282. Color: pink;
  283. }
  284. .topRight > .blurbs.box > .blogs > div > b {
  285. font-size: 0px !Important;
  286. }
  287. .extended {
  288. border: 3px solid #000;
  289. text-align: center;
  290. margin-bottom: 15px;
  291. margin-top: 10px;
  292. background: #000000;
  293. background-size: 100% 100%;
  294. }
  295. .blogs, .blog {
  296. margin-bottom: 20px;
  297. border: 3px solid;
  298. background: #000000;
  299. background-size: 100% 100%;
  300. }
  301. .blogs div, .blog div, .url a {
  302. color: pink !important;
  303. }
  304. .blog {
  305. Background-color: #c5ede4;
  306. padding: 15px;
  307. }
  308. .topRight.blogPost {
  309. float: right;
  310. width: calc( 75% - 20px );
  311. padding: 0px;
  312. }
  313. .fwiendFace img {
  314. height: 128px;
  315. object-position: top;
  316. object-fit: cover;
  317. opacity: 0.3;
  318. }
  319. .tableLeft {
  320. background: #000000;
  321. width: 25%;
  322. padding: 10px;
  323. vertical-align: top;
  324. overflow: hidden;
  325. background: pink !important;
  326. }
  327. .tableLeft img {
  328. max-width: calc(100%);
  329. image-orientation: from-image;
  330. opacity: 0.3;
  331. }
  332. img {
  333. image-rendering: initial;
  334. }
  335. body {
  336. text-align: 125px;
  337. color: pink;
  338. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement