--- webroot/s/default/xhtml2.css 2003/07/19 03:06:55 1.1 +++ webroot/s/default/xhtml2.css 2003/09/05 11:32:52 1.2 @@ -2,19 +2,40 @@ html { display: block; + line-height: 2.0; } head { display: none; } -body, section { +body { + display: block; + margin-left: 1.5em; + margin-right: 1.5em; +} + +section { display: block; margin-left: 0.5em; margin-right: 0.5em; } +section + section { + margin-top: 1em; +} + +h { + display: block; + margin-left: -1em; + margin-bottom: 0.5em; + font-size: 120%; + font-weight: bolder; + line-height: 1.2; +} + p { display: block; + text-indent: 1em; } l { @@ -29,7 +50,35 @@ content: "<"; } code.uri:after, code.mail:after { - content: "<"; + content: ">"; +} + +/* List */ + +ul, ol, nl { + display: block; +} +li { + display: list-item; + margin-left: 1em; +} +label { + display: block; + font-weight: bolder; +} + +/* Link */ +[href] { + color: blue; + border: hidden thin blue; + cursor: pointer; +} +[href] { + color: -moz-hyperlinktext; +} +[href]:hover { + color: inherit; + border: solid thin -moz-hyperlinktext; } /* License @@ -53,4 +102,4 @@ */ -/* $Date: 2003/07/19 03:06:55 $ */ +/* $Date: 2003/09/05 11:32:52 $ */