1 |
@namespace 'http://www.w3.org/2002/06/xhtml2'; |
@import '/www/style/html/xhtml2.css'; |
2 |
|
|
3 |
html { |
/* NOTE: This style sheet URI (<http://suika.fam.cx/s/default/xhtml2>) is |
4 |
display: block; |
OBSOLETE. */ |
|
line-height: 2.0; |
|
|
} |
|
|
head { |
|
|
display: none; |
|
|
} |
|
|
|
|
|
body { |
|
|
display: block; |
|
|
margin: 1em 1.5em; |
|
|
} |
|
|
|
|
|
section { |
|
|
display: block; |
|
|
margin: 1em 0.5em; |
|
|
} |
|
|
|
|
|
section + section { |
|
|
margin-top: 1em; |
|
|
} |
|
|
|
|
|
h { |
|
|
display: block; |
|
|
margin-left: -0.5em; |
|
|
margin-bottom: 0.5em; |
|
|
font-size: 120%; |
|
|
font-weight: bolder; |
|
|
line-height: 1.2; |
|
|
} |
|
|
|
|
|
body > h { /* h1 */ |
|
|
margin-left: 2em; |
|
|
margin-right: 2em; |
|
|
text-align: center; |
|
|
font-size: 140%; |
|
|
} |
|
|
|
|
|
p { |
|
|
display: block; |
|
|
text-indent: 1em; |
|
|
text-align: justify; |
|
|
} |
|
|
|
|
|
l { |
|
|
display: block; |
|
|
} |
|
|
|
|
|
blockquote, blockcode { |
|
|
display: block; |
|
|
} |
|
|
|
|
|
code, samp, kbd { |
|
|
font-family: "Courier New", "Courier", monospace; |
|
|
letter-spacing: 0.1em; |
|
|
} |
|
|
|
|
|
code.uri:before, code.mail:before { |
|
|
content: "<"; |
|
|
} |
|
|
code.uri:after, code.mail:after { |
|
|
content: ">"; |
|
|
} |
|
|
code.math { |
|
|
font-family: "Times New Roman", "Times", serif; |
|
|
} |
|
|
var { |
|
|
font-style: italic; |
|
|
} |
|
|
dfn { |
|
|
font-weight: bolder; |
|
|
} |
|
|
|
|
|
/* 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; |
|
|
} |
|
|
|
|
|
/* |
|
|
* $B8@8l>pJs$G>l9gJ,$1$9$k$N$O@5$7$/$J$$$,!"8=:_$N(B CSS |
|
|
* $B$K$OMQ;z7O$NA*Br;R$,$J$$$+$i!"6a;wE*$K$3$l$r;H$&!#(B |
|
|
*/ |
|
|
|
|
|
[xml|lang|="ja"] cite { |
|
|
quotes: "$B!X(B" "$B!Y(B" "$B!V(B" "$B!W(B"; |
|
|
font-style: normal; |
|
|
} |
|
|
[xml|lang|="ja"] cite:before { |
|
|
content: open-quote; |
|
|
} |
|
|
[xml|lang|="ja"] cite:after { |
|
|
content: close-quote; |
|
|
} |
|
|
[xml|lang|="en"] cite { |
|
|
quotes: none; |
|
|
font-style: italic; |
|
|
} |
|
|
[xml|lang|="en"] cite cite { |
|
|
quotes: none; |
|
|
font-style: normal; |
|
|
} |
|
|
[xml|lang|="en"] cite:before, |
|
|
[xml|lang|="en"] cite:after { |
|
|
content: none; |
|
|
} |
|
|
|
|
|
th[scope="row"] { |
|
|
text-align: left; |
|
|
} |
|
|
th[scope="col"] { |
|
|
text-align: center; |
|
|
} |
|
5 |
|
|
6 |
/* License |
/* License |
7 |
|
|