1 |
@import '/www/style/html/xoxo.css'; |
2 |
|
3 |
q { |
4 |
white-space: pre; |
5 |
white-space: -moz-pre-wrap; |
6 |
white-space: pre-wrap; |
7 |
} |
8 |
|
9 |
#nav-items { |
10 |
display: block; |
11 |
position: fixed; |
12 |
top: 0.5em; |
13 |
right: 0.5em; |
14 |
width: auto; |
15 |
height: auto; |
16 |
font-size: 90%; |
17 |
background-color: #f4fff4; |
18 |
color: black; |
19 |
padding: 0; |
20 |
line-height: 1.1; |
21 |
} |
22 |
|
23 |
#nav-items li { |
24 |
display: block; |
25 |
list-style: none; |
26 |
margin: 0; |
27 |
border-style: none; |
28 |
padding: 0; |
29 |
text-align: center; |
30 |
} |
31 |
|
32 |
#nav-items li a[href] { |
33 |
display: block; |
34 |
border-style: none; |
35 |
color: inherit; |
36 |
text-decoration: none; |
37 |
} |
38 |
|
39 |
/* |
40 |
|
41 |
Copyright 2007 Wakaba <w@suika.fam.cx> |
42 |
|
43 |
This library is free software; you can redistribute it |
44 |
and/or modify it under the same terms as Perl itself. |
45 |
|
46 |
$Date:$ |
47 |
|
48 |
*/ |