Advertisement
Guest User

Untitled

a guest
Aug 28th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. @-moz-document url-prefix("https://dtf.ru/") {
  2. .main_menu, .search_bar__field {
  3. background-color: #8ac858 !important;
  4. }
  5.  
  6. .main_menu__item{
  7. color: #FFFFFF !important;
  8. }
  9.  
  10. .main_menu__write span{
  11. color: transparent;
  12. font-size: 0 !important;
  13. }
  14.  
  15. .main_menu__write span::before{
  16. content: "Пошутить";
  17. color: #000000;
  18. font-size: 15px !important;
  19. margin-top: 5px;
  20. }
  21.  
  22. .main_menu__write:hover span::before{
  23. color: #FFFFFF !important;
  24. }
  25.  
  26. .notification__text{
  27. color: black !important;
  28. }
  29.  
  30. .main_menu__item--active::before, .main_menu__item__badge--shown::before, .main_menu__item--active .menu_dropdown__current__button::before{
  31. color: #378918;
  32. background-color: #378918;
  33. }
  34.  
  35. .main_menu__item--active::before{
  36. background-color: #bbf9c2;
  37. }
  38.  
  39. .t-link:hover, .menu_dropdown__current__button:hover{
  40. color: #295c34;
  41. }
  42. .ui_sub_menu__item{
  43. color: #000000 !important;
  44. }
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement