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