1.dokuwiki .tagerror,
2.dokuwiki .taginfo,
3.dokuwiki .tagsuccess,
4.dokuwiki .tagnotify {
5    border: 1px solid;
6    background-repeat: no-repeat;
7    font-size: 90%;
8    border-radius: 5px;
9}
10
11.dokuwiki .tagerror {
12    background-color: #fcc !important;
13    border-color: #ebb;
14}
15
16.dokuwiki .taginfo {
17    background-color: #ccf !important;
18    border-color: #bbe;
19}
20
21.dokuwiki .tagsuccess {
22    background-color: #cfc !important;
23    border-color: #beb;
24}
25
26.dokuwiki .tagnotify {
27    background-color: #ffc !important;
28    border-color: #eeb;
29}
30
31.dokuwiki div.tagerror,
32.dokuwiki div.taginfo,
33.dokuwiki div.tagsuccess,
34.dokuwiki div.tagnotify {
35    padding: 0 .5em 0 3em;
36    margin: .5em auto .5em  0;
37    background-position: 8px 50%;
38    display: table;
39}
40
41.dokuwiki div.tagerror {
42    background-image: url(images/error.png);
43}
44
45.dokuwiki div.taginfo {
46    background-image: url(images/info.png);
47}
48
49.dokuwiki div.tagsuccess {
50    background-image: url(images/success.png);
51}
52
53.dokuwiki div.tagnotify {
54    background-image: url(images/notify.png);
55}
56
57.dokuwiki a.tagerror,
58.dokuwiki a.taginfo,
59.dokuwiki a.tagsuccess,
60.dokuwiki a.tagnotify {
61    padding: 0 3px 0 19px;
62    background-position: 1px 50%;
63}
64
65.dokuwiki a.tagerror {
66    background-image: url(../../images/error.png);
67}
68
69.dokuwiki a.taginfo {
70    background-image: url(../../images/info.png);
71}
72
73.dokuwiki a.tagsuccess {
74    background-image: url(../../images/success.png);
75}
76
77.dokuwiki a.tagnotify {
78    background-image: url(../../images/notify.png);
79}
80