summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-08-13 20:34:36 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-08-13 20:34:36 +0000
commitda87d829f8a8b107e2b0c7fdc0f17aa11571ea10 (patch)
treec590801348224a8f86b3abfbcedb19c331b95342
parentcf0c7a888997372d4c1d3adab547f104f3c81f2e (diff)
*** empty log message ***
-rw-r--r--docs/br_fw_ia/br_fw_ia.css34
1 files changed, 34 insertions, 0 deletions
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;
+}