forked from extern/shorewall_code
26 lines
363 B
CSS
26 lines
363 B
CSS
|
body {
|
||
|
background: #FFFFFF;
|
||
|
}
|
||
|
|
||
|
h1, h2, h3, h4, h5 {
|
||
|
font-family: sans-serif;
|
||
|
}
|
||
|
|
||
|
span.term {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
div.sidebar {
|
||
|
background: #F0F0F0;
|
||
|
border: 1px solid gray;
|
||
|
padding: 5px;
|
||
|
margin: 20px;
|
||
|
}
|
||
|
|
||
|
pre.programlisting {
|
||
|
background: #E0E0E0;
|
||
|
border: 1px solid gray;
|
||
|
padding: 2px;
|
||
|
white-space: pre;
|
||
|
}
|