print.css 367 B

123456789101112131415
  1. /**
  2. * Basic print styles. These styles are needed for basic DokuWiki functions
  3. * regardless of the used template. Templates can override them of course
  4. */
  5. div.error, /* messages with msg() */
  6. div.info,
  7. div.success,
  8. div.notify,
  9. .secedit, /* section edit button */
  10. .a11y, /* accessibly hidden text */
  11. .JSpopup, /* modal windows */
  12. #link__wiz {
  13. display: none;
  14. }