source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/styles/print.css@ 30098

Last change on this file since 30098 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 386 bytes
Line 
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#media__popup {
23 display: none;
24}
Note: See TracBrowser for help on using the repository browser.