From 71cdb6d5421317d00294f1680ad7b697178241af Mon Sep 17 00:00:00 2001 From: "MORO, Shigeki" Date: Thu, 17 Oct 2002 00:49:01 +0000 Subject: [PATCH] This is the 1st commitment. --- chise.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 chise.css diff --git a/chise.css b/chise.css new file mode 100644 index 0000000..386a478 --- /dev/null +++ b/chise.css @@ -0,0 +1,31 @@ +BODY { + color: black; + background: white; + font-size: 11pt; + font-family: serif; +} + +h1 { + font-size: x-large; + font-weight: bolder; + color: navy; + text-decoration: underline; +} + +h2 { + font-size: large; + font-weight: bold; + color: navy; +} + +h3 { + text-decoration: underline; +} + +samp { + font-family: san-serif; +} + +kbd { + font-family: san-serif; +} \ No newline at end of file -- 1.7.10.4