xref: /dokuwiki/lib/styles/print.css (revision f4476bd9b5badd36cd0617d76538e47d9649986b)
1/**
2 * Basic styles. These styles are needed for basic DokuWiki functions
3 * regardless of the used template. Templates can override them of course
4 */
5
6/* messages with msg() */
7div.error,
8div.info,
9div.success,
10div.notify {
11    display: none;
12}
13
14/* section edit button */
15.secedit {
16    display: none;
17}
18
19/* modal windows */
20.JSpopup,
21#link__wiz {
22    display: none;
23}
24