custom-editor-style.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .edit-post-header > div:first-of-type,
  2. .block-editor-block-toolbar,
  3. .components-modal__screen-overlay,
  4. .table-of-contents,
  5. .table-of-contents__popover {
  6. display: none !important;
  7. }
  8. /* .block-library-classic__toolbar
  9. */
  10. #mceu_54-body > div:first-of-type,
  11. #mceu_54-body > div:nth-of-type(2),
  12. #mceu_54-body > div:nth-of-type(4),
  13. #mceu_54-body > div:nth-of-type(5),
  14. #mceu_54-body > div:nth-of-type(6),
  15. #mceu_54-body > div:nth-of-type(7),
  16. #mceu_54-body > div:nth-of-type(8),
  17. #mceu_54-body > div:nth-of-type(9),
  18. #mceu_54-body > div:nth-of-type(10),
  19. #mceu_54-body > div:nth-of-type(11),
  20. #mceu_54-body > div:nth-of-type(12),
  21. #mceu_54-body > div:nth-of-type(13),
  22. #mceu_54-body > div:nth-of-type(14) {
  23. display: none !important;
  24. }
  25. .edit-post-header-toolbar__left > button:first-of-type,
  26. .edit-post-header-toolbar__left > div:first-of-type,
  27. .edit-post-header-toolbar__left > button:last-of-type {
  28. display: none !important;
  29. }
  30. .edit-post-header__settings > button:first-of-type,
  31. .edit-post-header__settings > div:first-of-type,
  32. .edit-post-header__settings > div:last-of-type,
  33. .edit-post-header__settings > button:last-of-type,
  34. .block-editor-inserter,
  35. .components-panel__header ul > li:last-of-type {
  36. display: none !important;
  37. }
  38. .components-panel > div:not(:first-of-type):not(:last-of-type),
  39. .edit-post-post-status > h2,
  40. .edit-post-post-status > div:nth-of-type(3) {
  41. display: none !important;
  42. }
  43. .edit-post-post-status > #backToIndexButton {
  44. display: block !important;
  45. }
  46. .rvy-author-selection,
  47. .rvy-submission-div > a:last-of-type,
  48. .revision-created > a {
  49. display: none !important;
  50. }
  51. #bulk-action-selector-top > option[value="submit_revision"],
  52. #bulk-action-selector-top > option[value="approve_revision"],
  53. #bulk-action-selector-top > option[value="decline_revision"],
  54. #bulk-action-selector-top > option[value="publish_revision"] {
  55. display: none !important;
  56. }
  57. .tablenav.bottom,
  58. tfoot,
  59. .search-box {
  60. display: none !important;
  61. }
  62. .wpie-message {
  63. display: none !important;
  64. }
  65. .block-editor-block-card {
  66. display: none !important;
  67. }