Advertisement
nekonatum

Космос эдитора

Jan 23rd, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.99 KB | None | 0 0
  1. /*Стиль на userstyles https://userstyles.org/styles/154622/dtf */
  2. body{
  3.     background: url("https://i.giphy.com/media/l0Exm2Wa4TermgtJC/source.gif") 50% 50% fixed !important;
  4.     background-size: cover !important;
  5. }
  6. .editor, textarea, .editor__header, .editor > span{
  7.     background-color: transparent !important;
  8.     color: white;
  9. }
  10. #page_wrapper, .main_footer{
  11.     background:rgba(0,0,0,0.5);
  12. }
  13. .main_menu__item--logo{
  14.     filter: invert(100%);
  15. }
  16. .main_menu__container, .main_menu__item--section-gamedev .main_menu__item__caption{
  17.     background: transparent;
  18. }
  19. .main_menu__item__badge, .editor__header .editor__button{
  20.     background: white;
  21.     color: black !important;
  22. }
  23. .main_menu__container, .main_menu__item__link, .editor__author, .editor__date{
  24.     color: white !important;
  25. }
  26. .main_menu__item--write .button {
  27.     border-color: white;
  28.     color: white;
  29. }
  30. .main_menu__item--active:before{
  31.     background: white;
  32. }
  33.  
  34. .editor__header-menu{
  35.     border-bottom: none;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement