Advertisement
sinners_and_saints16

Light and Dark CSS

Jul 25th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. <style>
  2. body {
  3. background-color: #000000
  4.  
  5. }
  6.  
  7. #xg_masthead { visibility: hidden; }
  8.  
  9. .xg_module_comment_wall {
  10. display: none!important;
  11. }
  12.  
  13. #xg_masthead {
  14. visibility:hidden;
  15. }
  16.  
  17. .account-links {
  18. display:none;
  19. }
  20.  
  21. .xg_module movable,.module_video {
  22. display:none;
  23. }
  24.  
  25. h1 {
  26. display:none;
  27. }
  28.  
  29. h2 {
  30. display:none;
  31. }
  32.  
  33. ul.navigation.easyclear {
  34. display:none;
  35. }
  36.  
  37. .sortable.music {
  38. display:none;
  39. }
  40.  
  41. .module_groups {
  42. display:none;
  43. }
  44.  
  45. .module_about_user {
  46. display:none;
  47. }
  48.  
  49. .sortable.module_feed {
  50. display:none;
  51. }
  52.  
  53. .module_photo {
  54. display:none;
  55. }
  56.  
  57. .module_members {
  58. display:none!important;
  59. }
  60.  
  61. #xj_module_gift {
  62. display:none;
  63. }
  64.  
  65. /* comment wall */
  66. #xg_module_body,#xg_module_head h2,.xg_module_comment_wall {
  67. display:none;
  68. }
  69.  
  70. #xg_masthead {
  71. visibility:hidden;
  72. }
  73.  
  74. .xg_sprite xg_sprite-share {
  75. display:none!important;
  76. }
  77.  
  78. #xn_bar {
  79. display:none;
  80. }
  81.  
  82. .xg_theme #xg_foot {
  83. display:none;
  84. }
  85.  
  86. #xg_layout_column_1 {
  87. }
  88.  
  89. .xg_span-5 {
  90. display:none!important;
  91. }
  92.  
  93. ul.nobullets.last-child {
  94. display: none;
  95. opacity: 0px;
  96. }
  97.  
  98. #xg_mudule.movable.sortable.module {
  99. display:none;
  100. }
  101.  
  102. #xg_navigation,#xg_navigation ul,#xg_navigation ul li,#xg_navigation ul li span,#xg_navigation {
  103. display:none;
  104. }
  105.  
  106. .xg_theme #xg_head,.xg_theme #xg_foot {
  107. display:none;
  108. }
  109.  
  110. .dy-avatar.dy-avatar-full-width {
  111. display:none;
  112. }
  113.  
  114. #xj_approvalBox {
  115. display:none;
  116. }
  117.  
  118. .module_blog {
  119. display:none;
  120. }
  121.  
  122. .xg_module music {
  123. display:none;
  124. }
  125.  
  126. img {
  127. border-radius: 30%;
  128. }
  129.  
  130. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement