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