Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement