1 |
wakaba |
1.1 |
dl.dom-interface-definition { |
2 |
|
|
display: block; |
3 |
|
|
} |
4 |
|
|
|
5 |
|
|
dl.dom-interface-definition dl { |
6 |
|
|
margin: 0; |
7 |
|
|
padding: 0; |
8 |
|
|
} |
9 |
|
|
|
10 |
|
|
dl.dom-interface-definition dt { |
11 |
|
|
display: block; |
12 |
|
|
margin-left: 0; |
13 |
|
|
padding-left: 0; |
14 |
|
|
font-weight: bolder; |
15 |
|
|
} |
16 |
|
|
|
17 |
|
|
dl.dom-interface-definition dd { |
18 |
|
|
display: block; |
19 |
|
|
margin-left: 3em; |
20 |
|
|
padding-left: 0; |
21 |
wakaba |
1.4 |
overflow: visible; |
22 |
wakaba |
1.1 |
} |
23 |
|
|
|
24 |
|
|
.dom-interface-definition dt .DOMa { |
25 |
|
|
color: black; |
26 |
|
|
background-color: #FFFFD2; |
27 |
|
|
} |
28 |
|
|
.dom-interface-definition dt .DOM .const { |
29 |
|
|
color: black; |
30 |
|
|
background-color: #DDFFD2; |
31 |
|
|
} |
32 |
|
|
.dom-interface-definition dt .DOMm { |
33 |
|
|
color: black; |
34 |
|
|
background-color: #D9E6F8; |
35 |
|
|
} |
36 |
|
|
.dom-interface-definition dt .DOMp { |
37 |
|
|
background-color: #FEE6F8; |
38 |
|
|
color: black; |
39 |
|
|
} |
40 |
|
|
|
41 |
|
|
.dom-interface-idl-definition pre { |
42 |
|
|
border: 1px solid black; |
43 |
|
|
padding: 2em 3em; |
44 |
|
|
background-color: #dfdfdf; |
45 |
|
|
color: black; |
46 |
|
|
white-space: pre; |
47 |
|
|
font-family: monospace; |
48 |
|
|
} |
49 |
|
|
|
50 |
|
|
.dom-interface-definition p:first-child { |
51 |
|
|
text-indent: 0; |
52 |
|
|
} |
53 |
wakaba |
1.2 |
|
54 |
wakaba |
1.3 |
.dom-interface-definition .fig p { |
55 |
|
|
text-indent: 1em; |
56 |
|
|
} |
57 |
wakaba |
1.2 |
|
58 |
wakaba |
1.3 |
.dom-interface-definition .memo p:first-child { |
59 |
|
|
text-indent: -3em; |
60 |
|
|
} |
61 |
|
|
|
62 |
wakaba |
1.4 |
code.DOMi, code.DOMm, code.DOMa { |
63 |
|
|
-moz-binding: url(/www/style/text/wrap.xbl#wbr-qname); |
64 |
|
|
} |
65 |
wakaba |
1.3 |
|
66 |
wakaba |
1.4 |
/* Revision: $Date: 2005/06/25 14:05:40 $ */ |
67 |
wakaba |
1.2 |
|
68 |
|
|
/* ***** BEGIN LICENSE BLOCK ***** |
69 |
|
|
* Copyright 2005 Wakaba <w@suika.fam.cx>. All rights reserved. |
70 |
|
|
* |
71 |
|
|
* This program is free software; you can redistribute it and/or |
72 |
|
|
* modify it under the same terms as Perl itself. |
73 |
|
|
* |
74 |
|
|
* Alternatively, the contents of this file may be used |
75 |
|
|
* under the following terms (the "MPL/GPL/LGPL"), |
76 |
|
|
* in which case the provisions of the MPL/GPL/LGPL are applicable instead |
77 |
|
|
* of those above. If you wish to allow use of your version of this file only |
78 |
|
|
* under the terms of the MPL/GPL/LGPL, and not to allow others to |
79 |
|
|
* use your version of this file under the terms of the Perl, indicate your |
80 |
|
|
* decision by deleting the provisions above and replace them with the notice |
81 |
|
|
* and other provisions required by the MPL/GPL/LGPL. If you do not delete |
82 |
|
|
* the provisions above, a recipient may use your version of this file under |
83 |
|
|
* the terms of any one of the Perl or the MPL/GPL/LGPL. |
84 |
|
|
* |
85 |
|
|
* "MPL/GPL/LGPL": |
86 |
|
|
* |
87 |
|
|
* Version: MPL 1.1/GPL 2.0/LGPL 2.1 |
88 |
|
|
* |
89 |
|
|
* The contents of this file are subject to the Mozilla Public License Version |
90 |
|
|
* 1.1 (the "License"); you may not use this file except in compliance with |
91 |
|
|
* the License. You may obtain a copy of the License at |
92 |
|
|
* <http://www.mozilla.org/MPL/> |
93 |
|
|
* |
94 |
|
|
* Software distributed under the License is distributed on an "AS IS" basis, |
95 |
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License |
96 |
|
|
* for the specific language governing rights and limitations under the |
97 |
|
|
* License. |
98 |
|
|
* |
99 |
|
|
* The Original Code is xpointer-js code. |
100 |
|
|
* |
101 |
|
|
* The Initial Developer of the Original Code is Wakaba. |
102 |
|
|
* Portions created by the Initial Developer are Copyright (C) 2005 |
103 |
|
|
* the Initial Developer. All Rights Reserved. |
104 |
|
|
* |
105 |
|
|
* Contributor(s): |
106 |
|
|
* Wakaba <w@suika.fam.cx> |
107 |
|
|
* |
108 |
|
|
* Alternatively, the contents of this file may be used under the terms of |
109 |
|
|
* either the GNU General Public License Version 2 or later (the "GPL"), or |
110 |
|
|
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), |
111 |
|
|
* in which case the provisions of the GPL or the LGPL are applicable instead |
112 |
|
|
* of those above. If you wish to allow use of your version of this file only |
113 |
|
|
* under the terms of either the GPL or the LGPL, and not to allow others to |
114 |
|
|
* use your version of this file under the terms of the MPL, indicate your |
115 |
|
|
* decision by deleting the provisions above and replace them with the notice |
116 |
|
|
* and other provisions required by the LGPL or the GPL. If you do not delete |
117 |
|
|
* the provisions above, a recipient may use your version of this file under |
118 |
|
|
* the terms of any one of the MPL, the GPL or the LGPL. |
119 |
|
|
* |
120 |
|
|
* ***** END LICENSE BLOCK ***** */ |