/[suikacvs]/www/2005/xpointer-js/dom-style.css
Suika

Contents of /www/2005/xpointer-js/dom-style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Mon Mar 14 00:40:15 2005 UTC (20 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +57 -0 lines
File MIME type: text/css
New style added

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24