1 |
@import '/www/style/html/xhtml.css'; |
2 |
@namespace h2002 'http://www.w3.org/2002/06/xhtml2'; |
3 |
@namespace h2005 'http://www.w3.org/2002/06/xhtml2/'; |
4 |
|
5 |
html { |
6 |
background-color: rgb(210, 255, 255); |
7 |
color: black; |
8 |
} |
9 |
|
10 |
h2005|html, h2002|html { |
11 |
background-color: rgb(210, 255, 255); |
12 |
color: black; |
13 |
} |
14 |
|
15 |
/* XHTML 1 */ |
16 |
h1 { |
17 |
background-image: url(/admin/logo/suikalogo); |
18 |
background-position: top left; |
19 |
background-repeat: no-repeat; |
20 |
min-height: 70px; |
21 |
padding-left: 220px; |
22 |
text-align: left; |
23 |
vertical-align: middle; |
24 |
} |
25 |
|
26 |
/* XHTML 2 */ |
27 |
body > h2005|h, body > h2002|h, h2005|body > h2005|h, h2002|body > h2002|h { |
28 |
margin-left: 0; |
29 |
background-image: url(/admin/logo/suikalogo); |
30 |
background-position: top left; |
31 |
background-repeat: no-repeat; |
32 |
min-height: 70px; |
33 |
padding-left: 220px; |
34 |
text-align: left; |
35 |
} |
36 |
|
37 |
/* Hyperlinks */ |
38 |
|
39 |
a:hover { |
40 |
background-color: #64ffd2; |
41 |
color: #007755; |
42 |
} |