1 |
wakaba |
1.4 |
@import '/www/style/html/xhtml.css'; |
2 |
wakaba |
1.6 |
@namespace h2002 'http://www.w3.org/2002/06/xhtml2'; |
3 |
|
|
@namespace h2005 'http://www.w3.org/2002/06/xhtml2/'; |
4 |
wakaba |
1.2 |
|
5 |
wakaba |
1.7 |
/* Viewports */ |
6 |
|
|
|
7 |
wakaba |
1.5 |
html { |
8 |
|
|
background-color: rgb(210, 255, 255); |
9 |
|
|
color: black; |
10 |
|
|
} |
11 |
|
|
|
12 |
wakaba |
1.6 |
h2005|html, h2002|html { |
13 |
|
|
background-color: rgb(210, 255, 255); |
14 |
|
|
color: black; |
15 |
|
|
} |
16 |
|
|
|
17 |
wakaba |
1.8 |
@media print { |
18 |
|
|
html, h2005|html, h2002|html { |
19 |
|
|
background-color: transparent; |
20 |
|
|
color: black; |
21 |
|
|
} |
22 |
|
|
} |
23 |
|
|
|
24 |
wakaba |
1.7 |
html.status-work-in-progress { |
25 |
|
|
padding-left: 50px; |
26 |
|
|
background-image: url(/admin/style/draft); /* width = 40px */ |
27 |
|
|
background-position: left top; |
28 |
|
|
background-repeat: repeat-y; |
29 |
|
|
background-attachment: fixed; |
30 |
|
|
} |
31 |
|
|
|
32 |
wakaba |
1.2 |
/* XHTML 1 */ |
33 |
wakaba |
1.1 |
h1 { |
34 |
wakaba |
1.5 |
background-image: url(/admin/logo/suikalogo); |
35 |
wakaba |
1.1 |
background-position: top left; |
36 |
|
|
background-repeat: no-repeat; |
37 |
wakaba |
1.5 |
min-height: 70px; |
38 |
wakaba |
1.7 |
height: 70px; |
39 |
wakaba |
1.5 |
padding-left: 220px; |
40 |
wakaba |
1.1 |
text-align: left; |
41 |
wakaba |
1.5 |
vertical-align: middle; |
42 |
wakaba |
1.7 |
} |
43 |
|
|
|
44 |
|
|
html.formal-specification h1 { |
45 |
|
|
padding-top: 110px; |
46 |
|
|
background-image: url(/admin/logo/suikalogo); |
47 |
|
|
background-position: /* top= */ 0 /* left= */ 20px; |
48 |
|
|
background-repeat: no-repeat; |
49 |
|
|
background-attachment: scroll; |
50 |
|
|
padding-left: 0; |
51 |
|
|
height: auto; |
52 |
|
|
min-height: 0; |
53 |
|
|
} |
54 |
|
|
|
55 |
|
|
h1 + h1, html.formal-specification h1 + h1 { |
56 |
|
|
padding-top: 0; |
57 |
|
|
padding-left: 0; |
58 |
|
|
height: auto; |
59 |
wakaba |
1.8 |
min-height: 0; |
60 |
wakaba |
1.7 |
background-image: none; |
61 |
wakaba |
1.8 |
} |
62 |
|
|
|
63 |
|
|
@media print { |
64 |
|
|
html.formal-specification h1 { |
65 |
|
|
padding-top: 0; |
66 |
|
|
padding-left: 0; |
67 |
|
|
height: auto; |
68 |
|
|
min-height: 0; |
69 |
|
|
background-image: none; |
70 |
|
|
} |
71 |
|
|
|
72 |
|
|
html.formal-specification h1:first-child:before { |
73 |
|
|
content: url(/admin/logo/suikalogo); |
74 |
|
|
display: block; |
75 |
|
|
padding-bottom: 1em; |
76 |
|
|
} |
77 |
wakaba |
1.2 |
} |
78 |
|
|
|
79 |
|
|
/* XHTML 2 */ |
80 |
wakaba |
1.6 |
body > h2005|h, body > h2002|h, h2005|body > h2005|h, h2002|body > h2002|h { |
81 |
wakaba |
1.3 |
margin-left: 0; |
82 |
wakaba |
1.5 |
background-image: url(/admin/logo/suikalogo); |
83 |
wakaba |
1.2 |
background-position: top left; |
84 |
|
|
background-repeat: no-repeat; |
85 |
wakaba |
1.5 |
min-height: 70px; |
86 |
|
|
padding-left: 220px; |
87 |
wakaba |
1.2 |
text-align: left; |
88 |
wakaba |
1.5 |
} |
89 |
|
|
|
90 |
|
|
/* Hyperlinks */ |
91 |
|
|
|
92 |
|
|
a:hover { |
93 |
|
|
background-color: #64ffd2; |
94 |
|
|
color: #007755; |
95 |
wakaba |
1.2 |
} |