1 |
@import '/www/style/html/spec.css'; |
2 |
|
3 |
/* Viewports */ |
4 |
|
5 |
html { |
6 |
background-color: rgb(210, 255, 255); |
7 |
color: black; |
8 |
} |
9 |
|
10 |
@media print { |
11 |
html, h2005|html, h2002|html { |
12 |
background-color: transparent; |
13 |
color: black; |
14 |
} |
15 |
} |
16 |
|
17 |
html.status-work-in-progress { |
18 |
padding-left: 50px; |
19 |
background-image: url(/admin/style/draft); /* width = 40px */ |
20 |
background-position: left top; |
21 |
background-repeat: repeat-y; |
22 |
background-attachment: fixed; |
23 |
} |
24 |
|
25 |
html.status-stable { |
26 |
padding-left: 50px; |
27 |
} |
28 |
|
29 |
h1 { |
30 |
padding-top: 110px; |
31 |
background-image: url(/admin/logo/suikalogo); |
32 |
background-position: /* top= */ 0 /* left= */ 20px; |
33 |
background-repeat: no-repeat; |
34 |
background-attachment: scroll; |
35 |
padding-left: 0; |
36 |
text-align: left; |
37 |
vertical-align: middle; |
38 |
} |
39 |
|
40 |
h1 + h1 { |
41 |
padding-top: 0; |
42 |
padding-left: 0; |
43 |
height: auto; |
44 |
min-height: 0; |
45 |
background-image: none; |
46 |
} |
47 |
|
48 |
@media print { |
49 |
h1 { |
50 |
padding-top: 0; |
51 |
padding-left: 0; |
52 |
height: auto; |
53 |
min-height: 0; |
54 |
background-image: none; |
55 |
} |
56 |
|
57 |
h1:first-child:before { |
58 |
content: url(/admin/logo/suikalogo); |
59 |
display: block; |
60 |
padding-bottom: 1em; |
61 |
} |
62 |
} |
63 |
|
64 |
/* Hyperlinks */ |
65 |
|
66 |
a:hover { |
67 |
background-color: #64ffd2; |
68 |
color: #007755; |
69 |
} |
70 |
|
71 |
|
72 |
/* License |
73 |
|
74 |
Copyright 2005 Wakaba <w@suika.fam.cx>. |
75 |
|
76 |
This program is free software; you can redistribute it and/or modify |
77 |
it under the terms of the GNU General Public License as published by |
78 |
the Free Software Foundation; either version 2 of the License, or |
79 |
(at your option) any later version. |
80 |
|
81 |
This program is distributed in the hope that it will be useful, |
82 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
83 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
84 |
GNU General Public License for more details. |
85 |
|
86 |
You should have received a copy of the GNU General Public License |
87 |
along with this program; see the file COPYING. If not, write to |
88 |
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
89 |
Boston, MA 02111-1307, USA. |
90 |
|
91 |
*/ |
92 |
|
93 |
/* $Date: 2005/12/13 13:23:14 $ */ |