not compiles with SEAMLESS_HBARS (hbars will not display correctly then). Also update User's Guide.
22 lines
341 B
CSS
22 lines
341 B
CSS
pre.screen {
|
|
background-color: #FFFF99 ;
|
|
border: 1px solid #006600 ;
|
|
}
|
|
|
|
div.note, div.tip, div.warning, div.important {
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
padding: 5px;
|
|
}
|
|
|
|
div.note, div.tip {
|
|
border-left: solid palegreen 20px;
|
|
}
|
|
|
|
div.important {
|
|
border-left: solid gold 20px;
|
|
}
|
|
div.warning {
|
|
border-left: solid red 20px;
|
|
}
|