Guest User

isthisstatic myspace css new

a guest
Sep 5th, 2020
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. * {
  2. font-family: SimSun, monospace;
  3. background-color: black !important;
  4. }
  5.  
  6. .box:not(#footer), .short {
  7. border: 1px solid white;
  8. padding-left: 5px;
  9. padding-right: 5px;
  10. padding-top: 5px;
  11. padding-bottom: 5px;
  12. }
  13.  
  14. .tableLeft, .tableRight {
  15. width: auto;
  16. }
  17.  
  18. .tableLeft a div {
  19. max-width: none;
  20. float: right;
  21. white-space: nowrap;
  22. }
  23.  
  24. .tableRight * {
  25. display: inline;
  26. }
  27.  
  28. .date:before {
  29. content: "[";
  30. }
  31.  
  32. .date:after {
  33. content: "] ";
  34. }
  35.  
  36. .date {
  37. color: green !important;
  38. }
  39.  
  40. .tableRight button {
  41. margin-left: 5px;
  42. }
  43.  
  44. .box, .box *:not(.date), .short, .blogTitle, .blogCard, a:not(.blinkYellow) , button, h2#name {
  45. color: white !important;
  46. }
  47.  
  48. h4, .tableLeft img {
  49. display: none;
  50. }
  51.  
  52. .comments {
  53. margin-top: 20px;
  54. }
  55.  
  56. #commentInput {
  57. resize: none;
  58. height: 15px;
  59. overflow: hidden;
  60. }
  61.  
  62. #add, #sMsg, #report, #block {
  63. background-image: url("https://web.archive.org/web/20090902125952/http://geocities.com/wvsc_aka/greencubebullet.gif");
  64. background-position: 0px 5px;
  65. }
Add Comment
Please, Sign In to add comment