mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Add the support for important admonitions
This commit is contained in:
parent
aedf681eb7
commit
cfa0b1f7cf
1 changed files with 14 additions and 3 deletions
|
@ -207,11 +207,21 @@ article {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.important, .note {
|
||||||
|
border-radius: 3px;
|
||||||
|
font-size: 0.9em;
|
||||||
|
margin: 1em 10%;
|
||||||
|
padding: 2px 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.important {
|
||||||
|
background:rgba(180, 0, 0, 0.1);
|
||||||
|
border: 1px dotted #a40000;
|
||||||
|
}
|
||||||
|
|
||||||
.note {
|
.note {
|
||||||
background:rgba(78, 154, 6, 0.1);
|
background:rgba(78, 154, 6, 0.1);
|
||||||
border: 1px dotted #4e9a06;
|
border: 1px dotted #4e9a06;
|
||||||
border-radius: 3px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footnote {
|
.footnote {
|
||||||
|
@ -249,6 +259,7 @@ article {
|
||||||
pre {
|
pre {
|
||||||
background: rgba(46, 52,54, 0.9);
|
background: rgba(46, 52,54, 0.9);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
margin: 1em 2%;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue