1 |
wakaba |
1.1 |
/* Style sheet for RISUUKA KADAIKEN HTML documents */
|
2 |
|
|
|
3 |
|
|
.weak {
|
4 |
|
|
color: GrayText;
|
5 |
|
|
font-size: 70%;
|
6 |
|
|
}
|
7 |
|
|
.weak:before {
|
8 |
|
|
content: "(";
|
9 |
|
|
}
|
10 |
|
|
.weak:after {
|
11 |
|
|
content: ")";
|
12 |
|
|
}
|
13 |
|
|
|
14 |
|
|
/* License
|
15 |
|
|
|
16 |
|
|
Copyright 2003 Wakaba <w@suika.fam.cx>.
|
17 |
|
|
|
18 |
|
|
This program is free software; you can redistribute it and/or modify
|
19 |
|
|
it under the terms of the GNU General Public License as published by
|
20 |
|
|
the Free Software Foundation; either version 2 of the License, or
|
21 |
|
|
(at your option) any later version.
|
22 |
|
|
|
23 |
|
|
This program is distributed in the hope that it will be useful,
|
24 |
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
25 |
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
26 |
|
|
GNU General Public License for more details.
|
27 |
|
|
|
28 |
|
|
You should have received a copy of the GNU General Public License
|
29 |
|
|
along with this program; see the file COPYING. If not, write to
|
30 |
|
|
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
31 |
|
|
Boston, MA 02111-1307, USA.
|
32 |
|
|
|
33 |
|
|
*/
|
34 |
|
|
|
35 |
|
|
/* $Date: 2003/07/20 06:15:59 $ */
|