Compatibility with AlertBox plugin
This commit is contained in:
parent
153d332c34
commit
9e56b8cadb
1 changed files with 38 additions and 0 deletions
38
css/plugins/alertbox.less
Normal file
38
css/plugins/alertbox.less
Normal file
|
@ -0,0 +1,38 @@
|
|||
/**
|
||||
* This file provides styles for alertbox plugin
|
||||
*/
|
||||
|
||||
/* + + + + + global + + + + + */
|
||||
#dokuwiki__content {
|
||||
.alert {
|
||||
padding: 15px;
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.alert-success {
|
||||
color: #3c763d;
|
||||
background-color: #dff0d8;
|
||||
border-color: #d6e9c6;
|
||||
}
|
||||
|
||||
.alert-info {
|
||||
color: #31708f;
|
||||
background-color: #d9edf7;
|
||||
border-color: #bce8f1;
|
||||
}
|
||||
|
||||
.alert-warning {
|
||||
color: #8a6d3b;
|
||||
background-color: #fcf8e3;
|
||||
border-color: #faebcc;
|
||||
}
|
||||
|
||||
.alert-danger {
|
||||
color: #a94442;
|
||||
background-color: #f2dede;
|
||||
border-color: #ebccd1;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue