Compatibility with AlertBox plugin
This commit is contained in:
parent
1cc34a161c
commit
beb219f8bb
2 changed files with 27 additions and 27 deletions
|
@ -4,35 +4,34 @@
|
||||||
|
|
||||||
/* + + + + + global + + + + + */
|
/* + + + + + global + + + + + */
|
||||||
#dokuwiki__content {
|
#dokuwiki__content {
|
||||||
.alert {
|
.alert {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-success {
|
.alert-success {
|
||||||
color: #3c763d;
|
color: #3c763d;
|
||||||
background-color: #dff0d8;
|
background-color: #dff0d8;
|
||||||
border-color: #d6e9c6;
|
border-color: #d6e9c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-info {
|
.alert-info {
|
||||||
color: #31708f;
|
color: #31708f;
|
||||||
background-color: #d9edf7;
|
background-color: #d9edf7;
|
||||||
border-color: #bce8f1;
|
border-color: #bce8f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-warning {
|
.alert-warning {
|
||||||
color: #8a6d3b;
|
color: #8a6d3b;
|
||||||
background-color: #fcf8e3;
|
background-color: #fcf8e3;
|
||||||
border-color: #faebcc;
|
border-color: #faebcc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-danger {
|
|
||||||
color: #a94442;
|
|
||||||
background-color: #f2dede;
|
|
||||||
border-color: #ebccd1;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
.alert-danger {
|
||||||
|
color: #a94442;
|
||||||
|
background-color: #f2dede;
|
||||||
|
border-color: #ebccd1;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -116,6 +116,7 @@ css/plugins/quicksubscribe.less = all
|
||||||
css/plugins/sitemapnavi.less = all
|
css/plugins/sitemapnavi.less = all
|
||||||
css/plugins/data.less = all
|
css/plugins/data.less = all
|
||||||
css/plugins/fastwiki.less = all
|
css/plugins/fastwiki.less = all
|
||||||
|
css/plugins/alertbox.less = all
|
||||||
|
|
||||||
|
|
||||||
; _____________ print styles _____________
|
; _____________ print styles _____________
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue