diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-04-07 10:40:50 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:43 -0500 |
commit | dabce971b0a08c2a85428b2db29152dce2cb4075 (patch) | |
tree | be059214131897047b38f637fd7d56a096a8a501 /docs/xslt/html/samba.css | |
parent | 992f1e6b8f86b346fddd266b04d29cde69585633 (diff) | |
download | samba-dabce971b0a08c2a85428b2db29152dce2cb4075.tar.gz samba-dabce971b0a08c2a85428b2db29152dce2cb4075.tar.bz2 samba-dabce971b0a08c2a85428b2db29152dce2cb4075.zip |
- Better names for some files
- Add the build system
(This used to be commit 450386e3edfc59e0ad67c12998eddfc46b381250)
Diffstat (limited to 'docs/xslt/html/samba.css')
-rw-r--r-- | docs/xslt/html/samba.css | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/docs/xslt/html/samba.css b/docs/xslt/html/samba.css new file mode 100644 index 0000000000..3d926e8e74 --- /dev/null +++ b/docs/xslt/html/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; +} + |