1 |
@namespace 'urn:x-suika-fam-cx:markup:mozilla:sidebar:links';
|
2 |
@namespace h 'http://www.w3.org/1999/xhtml';
|
3 |
|
4 |
root {
|
5 |
display: block;
|
6 |
}
|
7 |
|
8 |
header {
|
9 |
display: block; width: 0; height: 0;
|
10 |
-moz-binding: url(http://suika.fam.cx/gate/cvs/*checkout*/markup/hlink/implementation/hlink-xbl.xml?rev=1.2#link-hlink);
|
11 |
}
|
12 |
header * {
|
13 |
display: none;
|
14 |
}
|
15 |
|
16 |
body {
|
17 |
display: block;
|
18 |
position: absolute;
|
19 |
top: 0; left: 0; right: 0; bottom: auto;
|
20 |
}
|
21 |
|
22 |
cat {
|
23 |
display: block;
|
24 |
-moz-box-orient: vertical;
|
25 |
border: blue dotted 1px;
|
26 |
/*padding-top: 0.56em;*/
|
27 |
}
|
28 |
cat > h {
|
29 |
display: block;
|
30 |
padding-bottom: 0.2em; padding-top: 0.2em;
|
31 |
text-align: center;
|
32 |
font-weight: bolder;
|
33 |
}
|
34 |
cat > * + h {
|
35 |
border-top: dotted 1px blue;
|
36 |
}
|
37 |
|
38 |
prop {
|
39 |
display: block;
|
40 |
border-top: black 1px dashed;
|
41 |
}
|
42 |
prop > h {
|
43 |
/*display: block*/;
|
44 |
margin-left: 0;
|
45 |
font-size: 100%;
|
46 |
font-weight: bolder;
|
47 |
}
|
48 |
prop > * {
|
49 |
display: -moz-box;
|
50 |
margin-left: 0.3em;
|
51 |
font-size: 70%;
|
52 |
}
|
53 |
prop > *[uri] {
|
54 |
-moz-binding: url(sblinks-xbl.xml#link);
|
55 |
}
|
56 |
/*
|
57 |
prop > *:-moz-any-link:hover {
|
58 |
border-bottom-style: solid;
|
59 |
border-bottom-width: 1px;
|
60 |
color: blue;
|
61 |
}
|
62 |
prop > *:-moz-any-link:active {
|
63 |
color: red;
|
64 |
}
|
65 |
*/
|
66 |
|
67 |
nav {
|
68 |
display: block;
|
69 |
position: fixed;
|
70 |
top: 0; left: 0; right: 0; bottom: auto;
|
71 |
max-width: 2em;
|
72 |
max-height: 2em; overflow: hidden;
|
73 |
z-index: 10000;
|
74 |
background-color: -moz-dialog;
|
75 |
font-size: 50%; line-height: 110%;
|
76 |
/*-moz-binding: url(sblinks-xbl.xml#nav);*/
|
77 |
}
|
78 |
nav:hover {
|
79 |
max-width: 100%;
|
80 |
max-height: 80%;
|
81 |
overflow: auto;
|
82 |
}
|
83 |
nav > i {
|
84 |
display: -moz-box;
|
85 |
/* min-width: 2em; */
|
86 |
margin-right: 0.3em;
|
87 |
text-align: center;
|
88 |
-moz-binding: url(sblinks-xbl.xml#navI);
|
89 |
}
|
90 |
|
91 |
h|var {
|
92 |
font-variant: italic;
|
93 |
}
|
94 |
|
95 |
/* ***** BEGIN LICENSE BLOCK *****
|
96 |
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
97 |
-
|
98 |
- The contents of this file are subject to the Mozilla Public License Version
|
99 |
- 1.1 (the "License"); you may not use this file except in compliance with
|
100 |
- the License. You may obtain a copy of the License at
|
101 |
- <http://www.mozilla.org/MPL/>
|
102 |
-
|
103 |
- Software distributed under the License is distributed on an "AS IS" basis,
|
104 |
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
105 |
- for the specific language governing rights and limitations under the
|
106 |
- License.
|
107 |
-
|
108 |
- The Original Code is CSS Sidebar code.
|
109 |
-
|
110 |
- The Initial Developer of the Original Code is Wakaba.
|
111 |
- Portions created by the Initial Developer are Copyright (C) 2003
|
112 |
- the Initial Developer. All Rights Reserved.
|
113 |
-
|
114 |
- Contributor(s):
|
115 |
- Wakaba <w@suika.fam.cx>
|
116 |
-
|
117 |
- Alternatively, the contents of this file may be used under the terms of
|
118 |
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
119 |
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
120 |
- in which case the provisions of the GPL or the LGPL are applicable instead
|
121 |
- of those above. If you wish to allow use of your version of this file only
|
122 |
- under the terms of either the GPL or the LGPL, and not to allow others to
|
123 |
- use your version of this file under the terms of the MPL, indicate your
|
124 |
- decision by deleting the provisions above and replace them with the notice
|
125 |
- and other provisions required by the LGPL or the GPL. If you do not delete
|
126 |
- the provisions above, a recipient may use your version of this file under
|
127 |
- the terms of any one of the MPL, the GPL or the LGPL.
|
128 |
-
|
129 |
- ***** END LICENSE BLOCK ***** */
|