Samba 3: added Samba 3.0.24 sources
[tomato.git] / release / src / router / samba3 / docs / htmldocs / Samba3-Developers-Guide / samba.css
blob3d926e8e74102092f96acaf14123a09af92a8271
1 BODY {
2 font-family: helvetica, arial, lucida sans, sans-serif;
3 background-color: white;
6 H1, H2, H3 {
7 color: blue;
8 font-size: 120%;
9 padding: 2px;
10 margin-top: 0px;
13 H1 {
14 background-color: #EEEEFF;
15 color: blue;
18 H2 {
19 background-color: #DDDDFF;
20 color: blue;
23 H3 {
24 background-color: #CCCCFF;
25 color: blue;
28 H4 {
29 color: blue;
32 TR.qandadiv TD {
33 padding-top: 1em;
36 DIV.navhead {
37 font-size: 80%;
40 A:link {
41 color: #36F;
44 A:visited {
45 color: #96C;
48 A:active {
49 color: #F63;
52 TR.question {
53 color: #33C;
54 font-weight: bold;
57 TR.question TD {
58 padding-top: 1em;
61 DIV.variablelist {
62 padding-left: 2em;
63 color: #33C;
66 P {
67 color: black;
70 DIV.note, DIV.warning, DIV.caution, DIV.tip, DIV.important {
71 border: dashed 1px;
72 background-color: #EEEEFF;
73 width: 40em;
76 PRE.programlisting, PRE.screen {
77 border: #630 1px dashed;
78 color: #630;