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. */ |
|
} |
|
|
head { |
|
|
display: none; |
|
|
} |
|
|
|
|
|
body, section { |
|
|
display: block; |
|
|
margin-left: 0.5em; |
|
|
margin-right: 0.5em; |
|
|
} |
|
|
|
|
|
p { |
|
|
display: block; |
|
|
} |
|
|
|
|
|
l { |
|
|
display: block; |
|
|
} |
|
|
|
|
|
blockquote, blockcode { |
|
|
display: block; |
|
|
} |
|
|
|
|
|
code.uri:before, code.mail:before { |
|
|
content: "<"; |
|
|
} |
|
|
code.uri:after, code.mail:after { |
|
|
content: "<"; |
|
|
} |
|
5 |
|
|
6 |
/* License |
/* License |
7 |
|
|
8 |
Copyright 2003 Wakaba <w@suika.fam.cx>. |
Copyright 2003-2004 Wakaba <w@suika.fam.cx>. |
9 |
|
|
10 |
This program is free software; you can redistribute it and/or modify |
This program is free software; you can redistribute it and/or modify |
11 |
it under the terms of the GNU General Public License as published by |
it under the terms of the GNU General Public License as published by |