1 |
wakaba |
1.1 |
dl.xpointer-scheme-definition { |
2 |
|
|
display: block; |
3 |
|
|
border-style: none; |
4 |
|
|
background-color: rgb(221, 238, 255); |
5 |
|
|
color: black; |
6 |
|
|
} |
7 |
|
|
|
8 |
|
|
.xpointer-scheme-definition dt { |
9 |
|
|
display: block; |
10 |
|
|
float: left; |
11 |
|
|
clear: both; |
12 |
|
|
margin: 0; |
13 |
|
|
border-style: none; |
14 |
|
|
padding: 0.5em 0.7em; |
15 |
|
|
width: 10em; |
16 |
|
|
list-style: none; |
17 |
|
|
font-weight: normal; |
18 |
|
|
} |
19 |
|
|
.xpointer-scheme-definition dt:after { |
20 |
|
|
content: " : "; |
21 |
|
|
display: inline; |
22 |
|
|
} |
23 |
|
|
|
24 |
|
|
.xpointer-scheme-definition dd { |
25 |
|
|
display: block; |
26 |
|
|
margin: 0 0 0 2em; |
27 |
|
|
border-style: none; |
28 |
|
|
padding: 0.5em 0.7em; |
29 |
|
|
min-height: 4em; |
30 |
|
|
list-style: none; |
31 |
|
|
font-weight: normal; |
32 |
|
|
} |
33 |
|
|
|
34 |
|
|
.xpointer-scheme-definition dl + * { |
35 |
|
|
clear: both; |
36 |
|
|
} |
37 |
|
|
|
38 |
|
|
/* Revision: $Date: 2005/03/13 10:24:13 $ */ |
39 |
|
|
|
40 |
|
|
/* ***** BEGIN LICENSE BLOCK ***** |
41 |
|
|
* Copyright 2005 Wakaba <w@suika.fam.cx>. All rights reserved. |
42 |
|
|
* |
43 |
|
|
* This program is free software; you can redistribute it and/or |
44 |
|
|
* modify it under the same terms as Perl itself. |
45 |
|
|
* |
46 |
|
|
* Alternatively, the contents of this file may be used |
47 |
|
|
* under the following terms (the "MPL/GPL/LGPL"), |
48 |
|
|
* in which case the provisions of the MPL/GPL/LGPL are applicable instead |
49 |
|
|
* of those above. If you wish to allow use of your version of this file only |
50 |
|
|
* under the terms of the MPL/GPL/LGPL, and not to allow others to |
51 |
|
|
* use your version of this file under the terms of the Perl, indicate your |
52 |
|
|
* decision by deleting the provisions above and replace them with the notice |
53 |
|
|
* and other provisions required by the MPL/GPL/LGPL. If you do not delete |
54 |
|
|
* the provisions above, a recipient may use your version of this file under |
55 |
|
|
* the terms of any one of the Perl or the MPL/GPL/LGPL. |
56 |
|
|
* |
57 |
|
|
* "MPL/GPL/LGPL": |
58 |
|
|
* |
59 |
|
|
* Version: MPL 1.1/GPL 2.0/LGPL 2.1 |
60 |
|
|
* |
61 |
|
|
* The contents of this file are subject to the Mozilla Public License Version |
62 |
|
|
* 1.1 (the "License"); you may not use this file except in compliance with |
63 |
|
|
* the License. You may obtain a copy of the License at |
64 |
|
|
* <http://www.mozilla.org/MPL/> |
65 |
|
|
* |
66 |
|
|
* Software distributed under the License is distributed on an "AS IS" basis, |
67 |
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License |
68 |
|
|
* for the specific language governing rights and limitations under the |
69 |
|
|
* License. |
70 |
|
|
* |
71 |
|
|
* The Original Code is xpointer-js code. |
72 |
|
|
* |
73 |
|
|
* The Initial Developer of the Original Code is Wakaba. |
74 |
|
|
* Portions created by the Initial Developer are Copyright (C) 2005 |
75 |
|
|
* the Initial Developer. All Rights Reserved. |
76 |
|
|
* |
77 |
|
|
* Contributor(s): |
78 |
|
|
* Wakaba <w@suika.fam.cx> |
79 |
|
|
* |
80 |
|
|
* Alternatively, the contents of this file may be used under the terms of |
81 |
|
|
* either the GNU General Public License Version 2 or later (the "GPL"), or |
82 |
|
|
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), |
83 |
|
|
* in which case the provisions of the GPL or the LGPL are applicable instead |
84 |
|
|
* of those above. If you wish to allow use of your version of this file only |
85 |
|
|
* under the terms of either the GPL or the LGPL, and not to allow others to |
86 |
|
|
* use your version of this file under the terms of the MPL, indicate your |
87 |
|
|
* decision by deleting the provisions above and replace them with the notice |
88 |
|
|
* and other provisions required by the LGPL or the GPL. If you do not delete |
89 |
|
|
* the provisions above, a recipient may use your version of this file under |
90 |
|
|
* the terms of any one of the MPL, the GPL or the LGPL. |
91 |
|
|
* |
92 |
|
|
* ***** END LICENSE BLOCK ***** */ |