2021-07-04 05:43:43 +00:00
|
|
|
#header {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2021-10-17 11:50:22 +00:00
|
|
|
|
|
|
|
div.note
|
|
|
|
{
|
|
|
|
background-color: #f0f7fb;
|
|
|
|
border-left: solid 4px #3498db;
|
|
|
|
line-height: 18px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.warning
|
|
|
|
{
|
|
|
|
background-color: #f9e7e4;
|
|
|
|
border-left: solid 4px #d25547;
|
|
|
|
line-height: 18px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 12px;
|
|
|
|
}
|