From: MORO, Shigeki Date: Thu, 17 Oct 2002 00:49:01 +0000 (+0000) Subject: This is the 1st commitment. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=71cdb6d5421317d00294f1680ad7b697178241af;p=www%2Fchise.git This is the 1st commitment. --- 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