Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. div.betaSign {
  2. display: none;
  3. }
  4.  
  5. div.header {
  6. margin-top: -30px;
  7. }
  8.  
  9. div.m_n_wrapper.sidebar_M_C {
  10. margin-top: -50px;
  11. }
  12.  
  13. div.search_box {
  14. position: absolute;
  15. left: 26%;
  16. width: 580px;
  17. }
  18.  
  19. div.search_bar {
  20. width: 580px;
  21. }
  22.  
  23. div.logo {
  24. position: absolute;
  25. width: 280px;
  26. float: left;
  27. }
  28.  
  29. div.badshah {
  30. background-color: #BBBCBC;
  31. }
  32.  
  33. div.root {
  34. background-color: #BBBCBC;
  35. }
  36.  
  37. div.app {
  38. background-color: #BBBCBC;
  39. }
  40.  
  41. div.m_n.sidebar_C {
  42. background-color: #6C6463;
  43. }
  44.  
  45. body.bittubeNight .header, body.bittubeNight .m_n_wrapper {
  46. background: #6C6463;
  47. }
  48.  
  49. div.post_it.inst {
  50. background: #6C6463;
  51. }
  52.  
  53. div.recomm.suggestedUser {
  54. background: #6C6463;
  55. }
  56.  
  57. div.recomms.recommsValue {
  58. background: #6C6463;
  59. }
  60.  
  61. div.recomms {
  62. background: #6C6463;
  63. }
  64.  
  65. div.posts {
  66. background: #6C6463;
  67. }
  68.  
  69. div.recomm_main {
  70. background: #6C6463;
  71. }
  72. div.recomm_teaser {
  73. background: #6C6463;
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement