--- webroot/s/simpledoc.css 2004/10/24 23:55:03 1.5 +++ webroot/s/simpledoc.css 2004/12/15 13:43:04 1.6 @@ -1,173 +1,6 @@ -/* +@import '/www/style/html/xhtml.css'; -simpledoc.css -- StyleSheet for Simple Japanese HTML Documents +/* NOTE: This style sheet URI () is + OBSOLETE. */ -Format: W3C CSS, level 2. -License: Public Domain. -*/ - -@import url(logo.css); - -html - {margin: 0; - background-color: Window; color: WindowText} - -head - {display: none} - -body - {margin: 1em; - line-height: 200%} - -p - {margin: 0 2em; - text-indent: 1em} - -abbr[title] - {border-bottom: dotted #ff0080 thin; - padding-bottom: .1em; - cursor: help} - -span[title] - {border-bottom: dotted #ff0080 thin; - padding-bottom: .1em; - cursor: help} - -h1, h2, h3, h4, h5, h6 - {border-style: none none none solid; - border-width: thin; - padding-left: .5em; - font-size: 100%; - font-weight: bolder} - -h1 - {margin-left: -0.4em; margin-right: -0.4em; - border-color: #0080ff; - border-style: none none solid solid; - padding-top: .4em; padding-bottom: .4em} -h2 - {margin-left: -0.2em; margin-right: -0.2em; - border-color: #ff0080; - border-style: dotted none dotted none; - padding-top: .2em; padding-bottom: .2em} -h3 - {border-color: #008080; - border-style: none none none double} -h4 - {border-color: #ff8040} -h5 - {border-color: #ffff00} -h6 - {border-color: #80ff00} - -kbd - {margin-left: 0.1em; margin-right: 0.1em; - border-style: solid; - border-width: 1px 2px 2px 1px; - border-color: ActiveBorder; - padding: 1px 2px; - font-size: 100%} - -/* citation */ - -blockquote - {margin: 0 2em; - border: dotted WindowFrame thin; - padding: .5em} - -blockquote cite - {display: block; - text-align: right; - text-decoration: none; - font-style: normal} - - -/* anchor */ - -a - {padding: .1em} - -a:hover - {background-color: #e8ffff; color: black; - padding: .1em; - text-decoration: none} - -a.self - {cursor: default; speak: none} - -/* image */ - -img.minilogo - {float: left} - -img.xbm\_font - {width: 16px; height: 16px; - vertical-align: text-bottom} - -img.favicon - {width: 16px; height: 16px; - float: none; margin: 0; - vertical-align: text-bottom} - -a img.favicon - {border-style: none none solid none} - -a.self img.favicon - {border-style: none} - -.logo-suika - {float: left} - - -/* footer blocks */ - -.navigation, address - {margin: 1em 0 0 0; - border-style: solid none none none; - border-color: gray; - border-width: thin; - padding-top: 0.3em; - text-decoration: none; - font-style: normal; - line-height: 100%} - -.update - {margin: 0; padding: 0; - line-height: 100%} - -img#w3c-html, img#w3c-css - {float: right} - -.myuri - {line-height: 100%} - -.myuri h2 - {display: inline; margin: 0 1.5em 0 0; border-style: none; - padding: 0; font-weight: normal} - -.myuri ul {display: inline; margin: 0} - -ul.myuri - {display: block; margin: 0; padding: 0; - font-size: smaller} - -ul.myuri li, .myuri ul li - {display: inline; margin: 0 .5em; - border-bottom: thin #ffbe7d solid; paddin: 0; - text-indent: 0} - -.myuri a - {text-decoration: none; color: inherit; background-color: inherit} - - -/* list */ - - -ul, dl, ol, table - {margin: 1em 2em} - -ul ul, ol ol, ul ol, ol ul - {margin-top: 0.2em; margin-bottom: 0.2em} - -/* simpledoc.css ends here */