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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download) (as text)
Sat Jan 14 10:33:52 2012 UTC (13 years, 5 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +33 -14 lines
File MIME type: text/css
Current

1 wakaba 1.2 /* XPointer scheme definitions */
2    
3 wakaba 1.1 dl.xpointer-scheme-definition {
4     display: block;
5 wakaba 1.3 margin-left: auto;
6     margin-right: auto;
7     width: 70%;
8     min-width: 11em;
9 wakaba 1.1 border-style: none;
10 wakaba 1.3 -moz-border-radius: 20px;
11     padding: 0.4em 0.8em;
12 wakaba 1.1 background-color: rgb(221, 238, 255);
13     color: black;
14     }
15    
16 wakaba 1.3 div.fig-body > dl.xpointer-scheme-definition {
17     width: 90%;
18     }
19    
20    
21     dl.xpointer-scheme-definition:before {
22     content: "XPointer scheme 定義";
23     display: block;
24     border-bottom: 4px white solid;
25     margin-bottom: 0.3em;
26     font-weight: bolder;
27     font-family: sans-serif;
28     }
29    
30     dl.xpointer-scheme-definition dt {
31 wakaba 1.1 display: block;
32     float: left;
33 wakaba 1.3 clear: left;
34     width: 10em;
35     margin: 0 0.2em 0.5em 0;
36 wakaba 1.1 border-style: none;
37 wakaba 1.3 padding: 0.2em 0.2em 0.2em 0.5em;
38 wakaba 1.1 list-style: none;
39 wakaba 1.3 text-indent: 0;
40 wakaba 1.1 font-weight: normal;
41     }
42 wakaba 1.3
43     dl.xpointer-scheme-definition dt:after {
44 wakaba 1.1 content: " : ";
45     display: inline;
46     }
47    
48 wakaba 1.3 dl.xpointer-scheme-definition dd {
49 wakaba 1.1 display: block;
50 wakaba 1.3 margin: 0 0 0.5em 0;
51 wakaba 1.1 border-style: none;
52 wakaba 1.3 padding: 0.2em 0.5em;
53     text-indent: 0;
54 wakaba 1.1 min-height: 4em;
55     list-style: none;
56     font-weight: normal;
57     }
58    
59 wakaba 1.2 /* Links to XPointer specifications */
60    
61     a[href^="http://www.w3.org/TR/2003/REC-xptr-framework-20030325/"]:after,
62     a[href^="http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/"]:after {
63     content: "xp";
64     vertical-align: super;
65     color: gray;
66     background-color: transparent;
67     font-size: x-small;
68     line-height: 1.0;
69     font-family: "Times New Roman", serif;
70     text-decoration: none;
71     border-style: none;
72     }
73    
74     a[href^="http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/"]:after {
75     content: "dom";
76     }
77    
78 wakaba 1.3 /* Revision: $Date: 2005/04/27 01:33:25 $ */
79 wakaba 1.1
80     /* ***** BEGIN LICENSE BLOCK *****
81     * Copyright 2005 Wakaba <w@suika.fam.cx>. All rights reserved.
82     *
83     * This program is free software; you can redistribute it and/or
84     * modify it under the same terms as Perl itself.
85     *
86     * Alternatively, the contents of this file may be used
87     * under the following terms (the "MPL/GPL/LGPL"),
88     * in which case the provisions of the MPL/GPL/LGPL are applicable instead
89     * of those above. If you wish to allow use of your version of this file only
90     * under the terms of the MPL/GPL/LGPL, and not to allow others to
91     * use your version of this file under the terms of the Perl, indicate your
92     * decision by deleting the provisions above and replace them with the notice
93     * and other provisions required by the MPL/GPL/LGPL. If you do not delete
94     * the provisions above, a recipient may use your version of this file under
95     * the terms of any one of the Perl or the MPL/GPL/LGPL.
96     *
97     * "MPL/GPL/LGPL":
98     *
99     * Version: MPL 1.1/GPL 2.0/LGPL 2.1
100     *
101     * The contents of this file are subject to the Mozilla Public License Version
102     * 1.1 (the "License"); you may not use this file except in compliance with
103     * the License. You may obtain a copy of the License at
104     * <http://www.mozilla.org/MPL/>
105     *
106     * Software distributed under the License is distributed on an "AS IS" basis,
107     * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
108     * for the specific language governing rights and limitations under the
109     * License.
110     *
111     * The Original Code is xpointer-js code.
112     *
113     * The Initial Developer of the Original Code is Wakaba.
114     * Portions created by the Initial Developer are Copyright (C) 2005
115     * the Initial Developer. All Rights Reserved.
116     *
117     * Contributor(s):
118     * Wakaba <w@suika.fam.cx>
119     *
120     * Alternatively, the contents of this file may be used under the terms of
121     * either the GNU General Public License Version 2 or later (the "GPL"), or
122     * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
123     * in which case the provisions of the GPL or the LGPL are applicable instead
124     * of those above. If you wish to allow use of your version of this file only
125     * under the terms of either the GPL or the LGPL, and not to allow others to
126     * use your version of this file under the terms of the MPL, indicate your
127     * decision by deleting the provisions above and replace them with the notice
128     * and other provisions required by the LGPL or the GPL. If you do not delete
129     * the provisions above, a recipient may use your version of this file under
130     * the terms of any one of the MPL, the GPL or the LGPL.
131     *
132     * ***** END LICENSE BLOCK ***** */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24