44 |
content: ""; |
content: ""; |
45 |
} |
} |
46 |
|
|
47 |
|
#parse-errors dl:empty:before { |
48 |
|
content: "This document has no parse error."; |
49 |
|
font-style: italic; |
50 |
|
} |
51 |
|
|
52 |
|
#document-errors dl:empty:before { |
53 |
|
content: "This document has no document error."; |
54 |
|
font-style: italic; |
55 |
|
} |
56 |
|
|
57 |
#document-tree > ol { |
#document-tree > ol { |
58 |
margin-left: 0; |
margin-left: 0; |
59 |
padding-left: 0; |
padding-left: 0; |
89 |
font-size: 90%; |
font-size: 90%; |
90 |
} |
} |
91 |
|
|
92 |
|
#parse-errors dd, #document-errors dd { |
93 |
|
margin-left: 20px; |
94 |
|
padding-left: 40px; |
95 |
|
min-height: 32px; |
96 |
|
background-image: url(large-stop); |
97 |
|
background-position: top left; |
98 |
|
background-repeat: no-repeat; |
99 |
|
} |
100 |
|
|
101 |
|
#document-errors dd.should { |
102 |
|
background-image: url(large-alert); |
103 |
|
} |
104 |
|
|
105 |
|
#document-errors dd.unsupported { |
106 |
|
margin-left: 60px; |
107 |
|
border: red 0.2em solid; |
108 |
|
padding: 0.5em; |
109 |
|
background-image: none; |
110 |
|
} |
111 |
|
|
112 |
#nav-items { |
#nav-items { |
113 |
display: block; |
display: block; |
114 |
position: fixed; |
position: fixed; |
143 |
border-style: none; |
border-style: none; |
144 |
} |
} |
145 |
|
|
146 |
|
code { |
147 |
|
font-family: "Courier New", "Courier", monospace; |
148 |
|
letter-spacing: 0.1em; |
149 |
|
background-color: transparent; |
150 |
|
color: orangered; |
151 |
|
} |
152 |
|
|
153 |
/* |
/* |
154 |
|
|
155 |
Copyright 2007 Wakaba <w@suika.fam.cx> |
Copyright 2007 Wakaba <w@suika.fam.cx> |