From da87d829f8a8b107e2b0c7fdc0f17aa11571ea10 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Wed, 13 Aug 2003 20:34:36 +0000 Subject: *** empty log message *** --- docs/br_fw_ia/br_fw_ia.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 docs/br_fw_ia/br_fw_ia.css (limited to 'docs') diff --git a/docs/br_fw_ia/br_fw_ia.css b/docs/br_fw_ia/br_fw_ia.css new file mode 100644 index 0000000..11e7bdb --- /dev/null +++ b/docs/br_fw_ia/br_fw_ia.css @@ -0,0 +1,34 @@ +H1 { FONT: bold 25pt Times, serif; TEXT-ALIGN: center; TEXT-DECORATION: none } +P { FONT: 18pt Times, serif } +LI { FONT: 16pt Times, serif } +PRE { FONT: 18pt Courier, monospace } + +.statement { TEXT-DECORATION: underline } +.section { FONT: bold 22pt Times } +.case { FONT-STYLE: italic } +.note { + font-family: Arial; + font-weight: normal; + font-size: 14pt; + padding-left: 0.4em; + border: solid; + border-width: thin; + border-left: solid; + border-right: none; + border-top: none; + border-bottom: none; + border-left-width: thin; + border-color: red; + margin-top: 0.2em; + margin-bottom: 0.2em; +} + +DIV { + border: solid; + border-width: thin; + background-color: #ffff99; +} + +BODY { + background-color: white; +} -- cgit v1.2.3