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