1 |
wakaba |
1.1 |
/* |
2 |
|
|
CSS Style Sheet for HTML Reports |
3 |
|
|
*/ |
4 |
|
|
|
5 |
|
|
@import 'xhtml.css'; |
6 |
|
|
@namespace 'http://www.w3.org/1999/xhtml'; |
7 |
|
|
@namespace h2 'http://www.w3.org/2002/06/xhtml2/'; |
8 |
|
|
|
9 |
|
|
body > h2|h { |
10 |
|
|
font-size: 150%; |
11 |
|
|
text-align: center; |
12 |
|
|
} |
13 |
|
|
|
14 |
|
|
address { |
15 |
|
|
margin: 2em 0 2em 60% !important; |
16 |
|
|
border-style: none !important; |
17 |
|
|
font-size: 90%; |
18 |
|
|
line-height: 1.5; |
19 |
|
|
} |
20 |
|
|
|
21 |
|
|
h2|h[class~="report-question"] { |
22 |
|
|
line-height: 1.7; |
23 |
|
|
text-align: justify; |
24 |
|
|
} |
25 |
|
|
|
26 |
|
|
/* License |
27 |
|
|
|
28 |
|
|
Copyright 2006 Wakaba <w@suika.fam.cx>. |
29 |
|
|
|
30 |
|
|
This program is free software; you can redistribute it and/or modify |
31 |
|
|
it under the terms of the GNU General Public License as published by |
32 |
|
|
the Free Software Foundation; either version 2 of the License, or |
33 |
|
|
(at your option) any later version. |
34 |
|
|
|
35 |
|
|
This program is distributed in the hope that it will be useful, |
36 |
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of |
37 |
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
38 |
|
|
GNU General Public License for more details. |
39 |
|
|
|
40 |
|
|
You should have received a copy of the GNU General Public License |
41 |
|
|
along with this program; see the file COPYING. If not, write to |
42 |
|
|
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
43 |
|
|
Boston, MA 02111-1307, USA. |
44 |
|
|
|
45 |
|
|
*/ |
46 |
|
|
|
47 |
|
|
/* $Date: 2006/03/03 07:21:11 $ */ |