Advertisement
dxmxntxd-daydream

butterfly myspace css

Dec 6th, 2020 (edited)
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.31 KB | None | 0 0
  1. #commentInput {
  2. color: rgba(119, 11, 156, 0.5);
  3. }
  4. .url a {
  5. display: none;
  6. }
  7. 942cb8
  8. 770b9c
  9. 430a57
  10. @media only screen and (max-width: 768px)
  11. .topLeft, .topRight {
  12. width: auto;
  13. float: none;
  14. }
  15. a {
  16. color: #000000;
  17. }
  18. ::-webkit-scrollbar {
  19. width: 15px;
  20. }
  21. ::-webkit-scrollbar-thumb {
  22. background: #000000;
  23. }
  24.  
  25. ::-webkit-scrollbar-track {
  26. background: rgba(119, 11, 156, 0.5);
  27. }
  28. .player::before {
  29. content: "";
  30. white-space: pre-wrap;
  31. display: block;
  32. background-position: center center;
  33. height: 300px;
  34. background-image: url(https://files.catbox.moe/44guc2.gif), url(lll);
  35. background-repeat: no-repeat, repeat, repeat, repeat, repeat;
  36. }
  37. .songName span {
  38. display: inline-block;
  39. padding-left: 100%;
  40. animation: marquee 15s linear infinite;
  41. }
  42. .songName span:hover {
  43. animation-play-state: paused;
  44. }
  45. @keyframes marquee{
  46. 0% {
  47. transform: translate(0, 0);
  48. }
  49.  
  50. 100% {
  51. transform: translate(-100%, 0);
  52. }
  53. }
  54. div.songName {
  55. color: rgba(119, 11, 156, 0.5);
  56. }
  57. .songName img {
  58. display: none;
  59. }
  60. .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 {
  61. filter: invert();
  62. -webkit-filter: invert();
  63. }
  64. .player audio, .player audio::-webkit-media-controls, .player audio::-webkit-media-controls-enclosure, .player audio::-webkit-media-controls-panel {
  65. background: #000000;
  66. background: var(--color--bg-box);
  67. height: 36px;
  68. filter: none;
  69. }
  70. .fwiendFace, .tableLeft {
  71. transition: 0.5s;
  72. }
  73. .songName {
  74. overflow: hidden;
  75. background: linear-gradient(#770b9c, rgba(67, 10, 87, 0.5));
  76. border-radius: 3px;
  77. margin-top: 0px;
  78. font-size: large;
  79. box-shadow: 0px 4px 6px -5px #333;
  80. text-shadow: 0px -2px #333;
  81. color: #770b9c;
  82. padding: 5px;
  83. }
  84. .songName {
  85. white-space: nowrap;
  86. }
  87. .songName b {
  88. display: none;
  89. }
  90. .songTitle:after {
  91. content: ".mp3";
  92. }
  93. .player {
  94. background: rgba(148, 44, 184, 0.5);
  95. border: 3px double rgba(119, 11, 156, 0.5);
  96. padding: 0;
  97. }
  98. @media only screen and (max-width: 768px)
  99. .topLeft, .topRight {
  100. width: auto;
  101. float: none;
  102. }
  103. #container {
  104. -webkit-animation: fadein 5s;
  105. }
  106. div#hSub {
  107. color: #000000;
  108. }
  109. div.boxInfo.box {
  110. border: 4px double #000000;
  111. text-align: center;
  112. }
  113. .boxInfo {
  114. border: 4px double #000000;
  115. margin-bottom: 20px;
  116. margin-top: 20px;
  117. }
  118. .blog {
  119. background-color: rgba(148, 44, 184, 0.5);
  120. border: 4px double rgba(119, 11, 156, 0.5);
  121. vertical-align: middle;
  122. }
  123. p {
  124. color: #000000;
  125. }
  126. div#hSub a {
  127. letter-spacing: 5px;
  128. text-align: center;
  129. }
  130. #header a:not(.logo) {
  131. margin-left: 10px;
  132. color: #000000;
  133. font-size: large;
  134. text-decoration: none;
  135. font-family: Times New Roman;
  136. }
  137. #imgPreview img {
  138. width: auto;
  139. height: auto;
  140. max-height: calc(100% - 10px );
  141. max-width: 100%;
  142. position: absolute;
  143. top: 0;
  144. bottom: 0;
  145. left: 0;
  146. right: 0;
  147. margin: auto;
  148. border: 0px solid #000000;
  149. cursor: zoom-out;
  150. background: url(lll);
  151. }
  152. #sMsg::after {
  153. content: "𝖒𝖊𝖘𝖘𝖆𝖌𝖊 𝖒𝖊";
  154. font-size: 20px;
  155. }
  156. #sMsg {
  157. font-size: 0px;
  158. color: #000000;
  159. }
  160. #add::after {
  161. content: "𝖋𝖗𝖎𝖊𝖓𝖉 𝖒𝖊";
  162. font-size: 20px;
  163. }
  164. #add {
  165. font-size: 0px;
  166. color: #000000;
  167. }
  168. .topRight > .blurbs.box > .blogs > div > b::after {
  169. font-size: 20px !Important;
  170. content: "𝖇𝖑𝖔𝖌𝖘";
  171. animation: test 1s linear infinite;
  172. text-align: center;
  173. }
  174. .topRight > .blurbs.box > .blogs > div > b {
  175. font-size: 0px !Important;
  176. }
  177. #viewFriends {
  178. display: none;
  179. }
  180. .fwiendCounter>b::after {
  181. content: " 𝖋𝖗𝖎𝖊𝖓𝖉𝖘";
  182. font-size: 20px;
  183. color: #000000;
  184. text-align: center;
  185. }
  186. .fwiendCount {
  187. color: #000000;
  188. font-s0px;
  189. }
  190. .fwiendCounter>b {
  191. font-size: 0px;
  192. color: #000000;
  193. }
  194. .fwiendCounter>b>.uName {
  195. font-size: 0px;
  196. color: #000000;
  197. }
  198. .topRight > .box:not(.blurbs) > .rightHead > b::after {
  199. content: "𝖒𝖞 𝖔𝖜𝖓 𝖘𝖕𝖆𝖈𝖊";
  200. font-size: 20px;
  201. color: #000000;
  202. text-align: center;
  203. }
  204. .topRight > .box:not(.blurbs) > .rightHead > b > span.uName {
  205. font-size: -9999px;
  206. }
  207. .topRight > .box:not(.blurbs) > .rightHead > b {
  208. font-size: 0;
  209. }
  210. .blurbs.box > .rightHead > b > span.uName::after {
  211. content: "𝕓𝕚𝕠𝕘𝕣𝕒𝕡𝕙𝕪";
  212. color: #000000;
  213. font-size: 20px;
  214. text-align: center;
  215. }
  216. .blurbs.box > .rightHead > b {
  217. font-size: 0px;
  218. }
  219. .blurbs.box > .rightHead > b > span.uName {
  220. font-size: 0px;
  221. color: #000000;
  222. }
  223. #sMsg {
  224. background-repeat: no-repeat;
  225. background: url() no-repeat;
  226. }
  227. #add {
  228. background-repeat: no-repeat;
  229. background: url() no-repeat;
  230. }
  231. #block {
  232. display: none;
  233. }
  234. #report {
  235. display: none;
  236. }
  237. .topRight > .extended.box::after {
  238. font-size: 20px !important;
  239. content: "𝖍𝖊𝖑𝖑𝖔";
  240. }
  241. .topRight > .extended.box > h3 {
  242. font-size: 0;
  243. }
  244. .boxHead {
  245. display: none;
  246. text-indent: -9999px;
  247. }
  248. div#hSub a {
  249. font-family: Times New Roman;
  250. }
  251. .fwiendFace img, .tableLeft img {
  252. border: 1px solid #000000;
  253. }
  254. input, button {
  255. background: linear-gradient(#000000, rgba(67, 10, 87, 0.5));
  256. color: #770b9c;
  257. border: 1px solid #770b9c;
  258. font-family: "courier";
  259. }
  260. input, .fwiendFace b, .tableLeft b, .tableLeft img, #avatar.avatar, .fwiendFace img, .logo, div#hSub a, button, #add.boxButton, #sMsg.boxButton, #imgPreview img, #header a:not(.logo), #imgPreview {
  261. cursor: url(https://cur.cursors-4u.net/symbols/sym-2/sym142.cur), auto!important;
  262. }
  263. html {
  264. cursor: url(https://cur.cursors-4u.net/symbols/sym-2/sym142.cur), auto!important;
  265. }
  266. .fwiendFace img, .tableLeft img {
  267. width: 100px;
  268. height: 100px;
  269. object-fit: cover;
  270. object-position: top;
  271. }
  272. div#online {
  273. content: url(https://ct.pimp-my-profile.com/online/myspacenowonlineicons61.gif);
  274. display: block;
  275. margin-left: auto;
  276. margin-right: auto;
  277. width: 40%;
  278. }
  279. body {
  280. font-family: "Times New Roman";
  281. }
  282. .logo b span {
  283. display: none;
  284. }
  285. .logo b:before {
  286. vertical-align: middle;
  287. font-size: 20px;
  288. content: "";
  289. }
  290. .logo b:after {
  291. vertical-align: middle;
  292. font-size: 20px;
  293. color: #000000;
  294. content: "♙ 𝖒𝖞𝖘𝖕𝖆𝖈𝖊.𝖜𝖎𝖓𝖉𝖔𝖜𝖘93.𝖓𝖊𝖙 ♙";
  295. }
  296. img {
  297. image-rendering: initial;
  298. }
  299. body {
  300. background-image: url(https://files.catbox.moe/ieott6.gif);
  301. height: 50%;
  302. background-position: top;
  303. background-repeat: repeat-y;
  304. background-size: 1250px 800px;
  305. }
  306. }
  307. body {
  308. text-align: center;
  309. }
  310. .tableLeft, .tableRight {
  311. background: rgba(119, 11, 156, 0.5);
  312. width: 25%;
  313. border-bottom: 2px solid #000000;
  314. padding: 10px;
  315. vertical-align: top;
  316. overflow: hidden;
  317. }
  318. .tableRight {
  319. width: 75%;
  320. padding: 10px;
  321. overflow-wrap: anywhere;
  322. }
  323. div {
  324. color: #000000;
  325. }
  326. .rightHead {
  327. background: #770b9c;
  328. color: #000000;
  329. border: 1px solid #770b9c;
  330. padding-left: 4px;
  331. }
  332. h4 {
  333. color: #000000;
  334. margin-bottom: 0px;
  335. }
  336. .boxButton {
  337. display: inline-block;
  338. width: calc( 49% - 60px );
  339. padding-left: 30px;
  340. height: 24px;
  341. font-size: large;
  342. color: rgba(119, 11, 156, 0.5);
  343. padding-top: 7px;
  344. }
  345. .boxHead {
  346. background: rgba(119, 11, 156, 0.5);
  347. color: #000000;
  348. padding: 3px;
  349. padding-bottom: 4px;
  350. padding-left: 6px;
  351. }
  352. .extended {
  353. background-color: #770b9c;
  354. border: 1px double #000000;
  355. margin-bottom: 20px;
  356. margin-top: 20px;
  357. }
  358. .blurbs, #box, #header, #hSub {
  359. background: rgba(148, 44, 184, 0.5);
  360. border: 3px double #000000;
  361. padding: 0px;
  362. margin-bottom: 10px;
  363. }
  364. .fwiendCount {
  365. color: #000000;
  366. }
  367. #commentInput {
  368. border: 1px solid #000000;
  369. background: linear-gradient(#000000, #770b9c);
  370. }
  371. #hSub a {
  372. color: #000000;
  373. text-decoration: none;
  374. }
  375. #header, #hSub {
  376. background: rgb(67, 10, 87) url(lll) repeat!important;
  377. border-bottom: 1px solid #000000 !important;
  378. border-radius: 10px;
  379. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement