Guest User

CSS red profile (works only on myspace.windows93.net)

a guest
Aug 3rd, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. body {
  2. background: #7b7b7b;
  3. }
  4. .player {
  5. padding: 4px;
  6. margin-top: 20px;
  7. margin-bottom: 20px;
  8. background: #ad0000e0;
  9. color: #000;
  10. width: calc(100% - 10px );
  11. border: 1px solid #999;
  12. }
  13. .rightHead {
  14. background: #f99;
  15. color: #ffffff;
  16. padding-left: 4px;
  17. }
  18. h4 {
  19. color: #cc3333;
  20. margin-bottom: 0px;
  21. }
  22. .boxHead {
  23. background: #cc6666;
  24. color: white;
  25. padding: 3px;
  26. padding-bottom: 4px;
  27. padding-left: 6px;
  28. }
  29. .boxButton {
  30. display: inline-block;
  31. width: calc( 49% - 60px );
  32. padding-left: 30px;
  33. height: 24px;
  34. font-size: small;
  35. color: red;
  36. padding-top: 7px;
  37. }
  38. .fwiendCount {
  39. color: #f33;
  40. }
  41. .url {
  42. border: solid 2px #c66;
  43. padding: 2px;
  44. }
  45. a, .boxButton {
  46. color: red;
  47. }
  48. .tableLeft {
  49. background: #f33;
  50. width: 25%;
  51. padding: 10px;
  52. vertical-align: top;
  53. overflow: hidden;
  54. }
  55. .tableRight {
  56. width: 75%;
  57. background: #ff5454;
  58. padding: 10px;
  59. vertical-align: top;
  60. overflow-wrap: anywhere;
  61. }
  62. .blog {
  63. background-color: #ffffff0d;
  64. padding: 15px;
  65. }
  66. div#online {
  67. content: url(https://i.imgur.com/AhzAUpX.png);
  68. }
  69. #block {
  70. background-repeat: no-repeat;
  71. background-image: url(https://i.ibb.co/strvyQf/image.png);
  72. background-size: 15px;
  73. }
  74. #report {
  75. background-repeat: no-repeat;
  76. background-image: url(https://i.ibb.co/mtJnD9T/image.png);
  77. background-size: 15px;
  78. }
  79. #sMsg {
  80. background-repeat: no-repeat;
  81. background-image: url(https://i.ibb.co/2KP6hx4/image.png);
  82. background-size: 15px;
  83. }
  84. #add {
  85. background-repeat: no-repeat;
  86. background-image: url(https://i.ibb.co/d5Wv0L1/image.png);
  87. background-size: 15px;
  88. }
  89. div#header {
  90. background: #990000;
  91. }
  92. div#hSub {
  93. Background: #cc6666;
  94. color: white;
  95. .fwiendCounter {
  96. font-size: 0;
  97.  
Add Comment
Please, Sign In to add comment