Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.67 KB | None | 0 0
  1. .mw-parser-output div,
  2. .mw-parser-output div::selection,
  3. .mw-parser-output p,
  4. .mw-parser-output p::selection,
  5. .mw-parser-output a::selection,
  6. .mw-parser-output a,
  7. .mw-parser-output li,
  8. .mw-parser-output li::selection,
  9. .mw-parser-output ul::selection,
  10. .mw-parser-output ul,
  11. .mw-parser-output h1,
  12. .mw-parser-output h1::selection,
  13. .mw-parser-output h2,
  14. .mw-parser-output h2::selection,
  15. .mw-parser-output h3,
  16. .mw-parser-output h3::selection,
  17. .mw-parser-output h4,
  18. .mw-parser-output h4::selection,
  19. .mw-parser-output h5,
  20. .mw-parser-output h5::selection,
  21. .mw-parser-output label,
  22. .mw-parser-output span::selection,
  23. .mw-parser-output span::selection,
  24. .mw-parser-output th,
  25. .mw-parser-output th::selection,
  26. .mw-parser-output td,
  27. .mw-parser-output td::selection,
  28. .mw-parser-output tr,
  29. .mw-parser-output tr::selection,
  30. .mw-parser-output caption,
  31. .mw-parser-output caption::selection,
  32. .mw-parser-output code,
  33. .mw-parser-output video,
  34. .mw-parser-output pre,
  35. .mw-parser-output ol,
  36. .mw-parser-output strong {
  37.     color: initial !important;
  38.     background: initial !important;
  39.     border: initial !important;
  40. }
  41. .mw-parser-output svg {
  42.     fill: initial !important
  43. }
  44.  
  45. .mw-parser-output img {
  46.     opacity: initial !important;
  47.     filter: initial !important;
  48.     -webkit-filter: initial !important;
  49.     -moz-filter: initial !important;
  50.     -ms-filter: initial !important;
  51.     -o-filter: initial !important;
  52. }
  53. #centralNotice {
  54.     display: none !important;
  55. }
  56. body {
  57.     overflow: auto !important;
  58.     position: static !important;
  59.     width: initial !important;
  60.     height: initial !important;
  61.     display: initial !important;
  62.     background-color: initial !important;
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement