xref: /dokuwiki/lib/styles/print.css (revision ccde6bdb157feb12f49179992c01e6b5d0cc997c)
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