1 |
@import '/www/style/html/xoxo.css'; |
2 |
|
3 |
.section { |
4 |
display: block; |
5 |
margin: 1em; |
6 |
border: #800080 1px solid; |
7 |
padding: 0.5em 1em; |
8 |
} |
9 |
|
10 |
dt { |
11 |
font-weight: bolder; |
12 |
font-family: sans-serif; |
13 |
} |
14 |
dt:after { |
15 |
content: ":"; |
16 |
} |
17 |
|
18 |
h2 { |
19 |
margin: 0; |
20 |
border-style: none; |
21 |
padding: 0; |
22 |
font-weight: bolder; |
23 |
font-family: sans-serif; |
24 |
font-size: 150%; |
25 |
} |
26 |
|
27 |
.tree-text q, .tree-cdata q, .tree-comment q { |
28 |
display: block; |
29 |
} |
30 |
|
31 |
q, #source-string li { |
32 |
white-space: pre; |
33 |
white-space: -moz-pre-wrap; |
34 |
white-space: pre-wrap; |
35 |
} |
36 |
|
37 |
q, #source-string ol { |
38 |
background-color: #f0f0ff; |
39 |
color: black; |
40 |
line-height: 1.5; |
41 |
} |
42 |
|
43 |
q:before, q:after { |
44 |
content: ""; |
45 |
} |
46 |
|
47 |
#document-tree > ol { |
48 |
margin-left: 0; |
49 |
padding-left: 0; |
50 |
} |
51 |
#document-tree > ol > li { |
52 |
display: block; |
53 |
list-style: none; |
54 |
margin-left: 0; |
55 |
padding-left: 0; |
56 |
} |
57 |
|
58 |
#document-tree ol ol { |
59 |
margin-left: 1em; |
60 |
padding-left: 0; |
61 |
} |
62 |
|
63 |
#document-tree ol ol li { |
64 |
margin-left: 0; |
65 |
padding-left: 0.4em; |
66 |
} |
67 |
|
68 |
#document-tree ul.attributes { |
69 |
margin-left: 3em; |
70 |
padding: 0; |
71 |
} |
72 |
|
73 |
#document-tree ul.attributes li { |
74 |
display: inline; |
75 |
list-style: none; |
76 |
margin: 0 2em 0 0; |
77 |
padding: 0; |
78 |
text-indent: 0; |
79 |
font-size: 90%; |
80 |
} |
81 |
|
82 |
#nav-items { |
83 |
display: block; |
84 |
position: fixed; |
85 |
top: 0.5em; |
86 |
right: 0.5em; |
87 |
width: auto; |
88 |
height: auto; |
89 |
font-size: 90%; |
90 |
background-color: #f4fff4; |
91 |
color: black; |
92 |
padding: 0; |
93 |
line-height: 1.1; |
94 |
} |
95 |
|
96 |
#nav-items li { |
97 |
display: block; |
98 |
list-style: none; |
99 |
margin: 0; |
100 |
border-style: none; |
101 |
padding: 0; |
102 |
text-align: center; |
103 |
} |
104 |
|
105 |
#nav-items li a[href] { |
106 |
display: block; |
107 |
border-style: none; |
108 |
color: inherit; |
109 |
text-decoration: none; |
110 |
} |
111 |
|
112 |
/* |
113 |
|
114 |
Copyright 2007 Wakaba <w@suika.fam.cx> |
115 |
|
116 |
This library is free software; you can redistribute it |
117 |
and/or modify it under the same terms as Perl itself. |
118 |
|
119 |
$Date: 2007/06/27 13:30:15 $ |
120 |
|
121 |
*/ |