| 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 |
|
|
} |
| 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 |
wakaba |
1.2 |
|
| 53 |
wakaba |
1.3 |
.dom-interface-definition .fig p { |
| 54 |
|
|
text-indent: 1em; |
| 55 |
|
|
} |
| 56 |
wakaba |
1.2 |
|
| 57 |
wakaba |
1.3 |
.dom-interface-definition .memo p:first-child { |
| 58 |
|
|
text-indent: -3em; |
| 59 |
|
|
} |
| 60 |
|
|
|
| 61 |
|
|
|
| 62 |
|
|
/* Revision: $Date: 2005/03/14 00:40:15 $ */ |
| 63 |
wakaba |
1.2 |
|
| 64 |
|
|
/* ***** BEGIN LICENSE BLOCK ***** |
| 65 |
|
|
* Copyright 2005 Wakaba <w@suika.fam.cx>. All rights reserved. |
| 66 |
|
|
* |
| 67 |
|
|
* This program is free software; you can redistribute it and/or |
| 68 |
|
|
* modify it under the same terms as Perl itself. |
| 69 |
|
|
* |
| 70 |
|
|
* Alternatively, the contents of this file may be used |
| 71 |
|
|
* under the following terms (the "MPL/GPL/LGPL"), |
| 72 |
|
|
* in which case the provisions of the MPL/GPL/LGPL are applicable instead |
| 73 |
|
|
* of those above. If you wish to allow use of your version of this file only |
| 74 |
|
|
* under the terms of the MPL/GPL/LGPL, and not to allow others to |
| 75 |
|
|
* use your version of this file under the terms of the Perl, indicate your |
| 76 |
|
|
* decision by deleting the provisions above and replace them with the notice |
| 77 |
|
|
* and other provisions required by the MPL/GPL/LGPL. If you do not delete |
| 78 |
|
|
* the provisions above, a recipient may use your version of this file under |
| 79 |
|
|
* the terms of any one of the Perl or the MPL/GPL/LGPL. |
| 80 |
|
|
* |
| 81 |
|
|
* "MPL/GPL/LGPL": |
| 82 |
|
|
* |
| 83 |
|
|
* Version: MPL 1.1/GPL 2.0/LGPL 2.1 |
| 84 |
|
|
* |
| 85 |
|
|
* The contents of this file are subject to the Mozilla Public License Version |
| 86 |
|
|
* 1.1 (the "License"); you may not use this file except in compliance with |
| 87 |
|
|
* the License. You may obtain a copy of the License at |
| 88 |
|
|
* <http://www.mozilla.org/MPL/> |
| 89 |
|
|
* |
| 90 |
|
|
* Software distributed under the License is distributed on an "AS IS" basis, |
| 91 |
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License |
| 92 |
|
|
* for the specific language governing rights and limitations under the |
| 93 |
|
|
* License. |
| 94 |
|
|
* |
| 95 |
|
|
* The Original Code is xpointer-js code. |
| 96 |
|
|
* |
| 97 |
|
|
* The Initial Developer of the Original Code is Wakaba. |
| 98 |
|
|
* Portions created by the Initial Developer are Copyright (C) 2005 |
| 99 |
|
|
* the Initial Developer. All Rights Reserved. |
| 100 |
|
|
* |
| 101 |
|
|
* Contributor(s): |
| 102 |
|
|
* Wakaba <w@suika.fam.cx> |
| 103 |
|
|
* |
| 104 |
|
|
* Alternatively, the contents of this file may be used under the terms of |
| 105 |
|
|
* either the GNU General Public License Version 2 or later (the "GPL"), or |
| 106 |
|
|
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), |
| 107 |
|
|
* in which case the provisions of the GPL or the LGPL are applicable instead |
| 108 |
|
|
* of those above. If you wish to allow use of your version of this file only |
| 109 |
|
|
* under the terms of either the GPL or the LGPL, and not to allow others to |
| 110 |
|
|
* use your version of this file under the terms of the MPL, indicate your |
| 111 |
|
|
* decision by deleting the provisions above and replace them with the notice |
| 112 |
|
|
* and other provisions required by the LGPL or the GPL. If you do not delete |
| 113 |
|
|
* the provisions above, a recipient may use your version of this file under |
| 114 |
|
|
* the terms of any one of the MPL, the GPL or the LGPL. |
| 115 |
|
|
* |
| 116 |
|
|
* ***** END LICENSE BLOCK ***** */ |