mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 09:57:41 +00:00
49 lines
896 B
CSS
49 lines
896 B
CSS
body {
|
|
background-color: #ffffff;
|
|
color: #333333;
|
|
font-family: "ArialMT", "Verdana", "Arial", "Helvetica", sans-serif;
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
margin: 2em;
|
|
}
|
|
|
|
.command {
|
|
font-family: "Courier New", "Courier", monospace;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.note {
|
|
background-color: #ddeedd;
|
|
border: 1px solid #aaccaa;
|
|
margin: 1em 0 1em 0;
|
|
padding: 0.5em 1em 0.5em 1em;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
}
|
|
|
|
.screen {
|
|
background-color: #ffffee;
|
|
border: 1px solid #ddddaa;
|
|
padding: 0.25em 1em 0.25em 1em;
|
|
margin: 1em 0 1em 0;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
}
|
|
|
|
.warning {
|
|
background-color: #eedddd;
|
|
border: 1px solid #ccaaaa;
|
|
margin: 1em 0 1em 0;
|
|
padding: 0.5em 1em 0.5em 1em;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
}
|
|
|
|
h3 {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
h4 {
|
|
text-decoration: underline;
|
|
font-weight: normal;
|
|
} |