From: MORO, Shigeki Date: Sun, 20 Oct 2002 04:02:46 +0000 (+0000) Subject: almost properties have been changed. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d72fc2be05eedb5199d45ccf5d6293a65d3a4eb1;p=www%2Fchise.git almost properties have been changed. --- diff --git a/chise.css b/chise.css index 386a478..a137d7e 100644 --- a/chise.css +++ b/chise.css @@ -1,31 +1,26 @@ BODY { color: black; background: white; - font-size: 11pt; - font-family: serif; + font-size: 12pt; + font-family: arial, helvetica, sans-serif; + line-height: 1.6; } -h1 { - font-size: x-large; - font-weight: bolder; - color: navy; - text-decoration: underline; +P.attention { + color: red; } -h2 { - font-size: large; - font-weight: bold; - color: navy; +H1 { + fontsize: 150%; + color: #004800; } -h3 { - text-decoration: underline; +H2 { + fontsize: 120%; + color: navy; } -samp { - font-family: san-serif; +H3 { + fontsize: 100%; + text-decoration: underline; } - -kbd { - font-family: san-serif; -} \ No newline at end of file