2021-07-04 07:43:43 +02:00
|
|
|
#header {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2021-10-17 13:50:22 +02: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;
|
|
|
|
}
|