1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Update the iCal documentation, add theme for warning admonitions

This commit is contained in:
Guillaume Ayoub 2012-01-05 00:48:42 +01:00
parent c895455897
commit de35027cab
2 changed files with 33 additions and 8 deletions

View file

@ -216,7 +216,7 @@ article {
padding: 20px;
}
.important, .note {
.important, .warning, .note {
border-radius: 3px;
font-size: 0.9em;
margin: 1em 10%;
@ -224,15 +224,25 @@ article {
}
.important {
background:rgba(180, 0, 0, 0.1);
background: rgba(180, 0, 0, 0.1);
border: 1px dotted #a40000;
}
.warning {
background: rgba(220, 120, 0, 0.1);
border: 1px dotted #a46600;
}
.note {
background:rgba(78, 154, 6, 0.1);
background: rgba(78, 154, 6, 0.1);
border: 1px dotted #4e9a06;
}
.admonition-title {
font-variant: small-caps;
text-decoration: underline;
}
.footnote {
font-size: 0.8em;
opacity: 0.7;