Colorize 'caution' blocks.
Feedback from: manolis, Chad Perrin, Warren Block, Steve Craver, Isabell Long, Jason Helfman, eadler Approved by: jkois (mentor)
This commit is contained in:
parent
f3e464e554
commit
481d1e39b8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37020
1 changed files with 8 additions and 0 deletions
|
@ -194,6 +194,14 @@ BLOCKQUOTE.WARNING {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BLOCKQUOTE.CAUTION {
|
||||||
|
color: #3E3535;
|
||||||
|
background: #FFC;
|
||||||
|
border: 1px solid #e59595;
|
||||||
|
padding: 0.2em 2em;
|
||||||
|
width: 85%;
|
||||||
|
}
|
||||||
|
|
||||||
.EXAMPLE {
|
.EXAMPLE {
|
||||||
background: #fefde6;
|
background: #fefde6;
|
||||||
border: 1px solid #f1bb16;
|
border: 1px solid #f1bb16;
|
||||||
|
|
Loading…
Reference in a new issue