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} 25