diff options
author | John Terpstra <jht@samba.org> | 2003-08-29 01:17:42 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-08-29 01:17:42 +0000 |
commit | 077a7591ff0c69a3d5c84aac15606ad265db8b2e (patch) | |
tree | 1bd54c6988b39bb1bc19305a89e15694f0d6c7c2 /docs/htmldocs/samba.css | |
parent | 04cfbc7854bb793481e9050264a1f0cac1c6198a (diff) | |
download | samba-077a7591ff0c69a3d5c84aac15606ad265db8b2e.tar.gz samba-077a7591ff0c69a3d5c84aac15606ad265db8b2e.tar.bz2 samba-077a7591ff0c69a3d5c84aac15606ad265db8b2e.zip |
Adding new files needed for html files.
(This used to be commit da3e840e017cd64366042748d94a18faf772093b)
Diffstat (limited to 'docs/htmldocs/samba.css')
-rw-r--r-- | docs/htmldocs/samba.css | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/docs/htmldocs/samba.css b/docs/htmldocs/samba.css new file mode 100644 index 0000000000..3d926e8e74 --- /dev/null +++ b/docs/htmldocs/samba.css @@ -0,0 +1,80 @@ +BODY { + font-family: helvetica, arial, lucida sans, sans-serif; + background-color: white; +} + +H1, H2, H3 { + color: blue; + font-size: 120%; + padding: 2px; + margin-top: 0px; +} + +H1 { + background-color: #EEEEFF; + color: blue; +} + +H2 { + background-color: #DDDDFF; + color: blue; +} + +H3 { + background-color: #CCCCFF; + color: blue; +} + +H4 { + color: blue; +} + +TR.qandadiv TD { + padding-top: 1em; +} + +DIV.navhead { + font-size: 80%; +} + +A:link { + color: #36F; +} + +A:visited { + color: #96C; +} + +A:active { + color: #F63; +} + +TR.question { + color: #33C; + font-weight: bold; +} + +TR.question TD { + padding-top: 1em; +} + +DIV.variablelist { + padding-left: 2em; + color: #33C; +} + +P { + color: black; +} + +DIV.note, DIV.warning, DIV.caution, DIV.tip, DIV.important { + border: dashed 1px; + background-color: #EEEEFF; + width: 40em; +} + +PRE.programlisting, PRE.screen { + border: #630 1px dashed; + color: #630; +} + |