mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
0f70e7c95e
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2699 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
48 lines
2.1 KiB
CSS
48 lines
2.1 KiB
CSS
div.informalexample { background-color: #d5dee3;
|
|
border-top-width: 2px;
|
|
border-top-style: double;
|
|
border-top-color: #d3d3d3;
|
|
border-bottom-width: 2px;
|
|
border-bottom-style: double;
|
|
border-bottom-color: #d3d3d3;
|
|
padding: 4px;
|
|
margin: 0em;
|
|
margin-left: 2em;
|
|
}
|
|
|
|
pre.programlisting { whitespace: pre;
|
|
font-family: monospace;
|
|
background-color: #BEE1F6;
|
|
border-top-width: 1px;
|
|
border-top-style: single;
|
|
border-top-color: #d3d3d3;
|
|
border-bottom-width: 1px;
|
|
border-bottom-style: single;
|
|
border-bottom-color: #d3d3d3;
|
|
padding: 4px;
|
|
margin: 0em;
|
|
}
|
|
|
|
div.sidebar { whitespace: pre;
|
|
font-family: monospace;
|
|
background-color: #A6D5EC;
|
|
border-top-width: 1px;
|
|
border-top-style: single;
|
|
border-top-color: #d3d3d3;
|
|
border-bottom-width: 1px;
|
|
border-bottom-style: single;
|
|
border-bottom-color: #d3d3d3;
|
|
padding: 4px;
|
|
margin: 0em;
|
|
}
|
|
|
|
div.informalexample pre { whitespace: pre;
|
|
font-family: monospace;
|
|
border-top-width: 0px;
|
|
border-bottom-width: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.caution h3 { color:#CC3333; }
|
|
|
|
div.note h3 { color:#000066; } |