@namespace 'urn:x-suika-fam-cx:markup:mozilla:sidebar:links';
@namespace h 'http://www.w3.org/1999/xhtml';

root {
	display: block;
}

header {
	display: block; width: 0; height: 0;
	-moz-binding: url(https://suika.suikawiki.org/gate/cvs/*checkout*/markup/hlink/implementation/hlink-xbl.xml?rev=1.2#link-hlink);
}
header * {
	display: none;
}

body {
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: auto;
}

cat {
	display: block;
	-moz-box-orient: vertical;
	border: blue dotted 1px;
	/*padding-top: 0.56em;*/
}
cat > h {
	display: block;
	padding-bottom: 0.2em; padding-top: 0.2em;
	text-align: center;
	font-weight: bolder;
}
cat > * + h {
	border-top: dotted 1px blue;
}

prop {
	display: block;
	border-top: black 1px dashed;
}
prop > h {
	/*display: block*/;
	margin-left: 0;
	font-size: 100%;
	font-weight: bolder;
}
prop > * {
	display: -moz-box;
	margin-left: 0.3em;
	font-size: 70%;
}
prop > *[uri] {
	-moz-binding: url(sblinks-xbl.xml#link);
}
/*
prop > *:-moz-any-link:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: blue;
}
prop > *:-moz-any-link:active {
	color: red;
}
*/

nav {
	display: block;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: auto;
	max-width: 2em;
	max-height: 2em; overflow: hidden;
	z-index: 10000;
	background-color: -moz-dialog;
	font-size: 50%; line-height: 110%;
	/*-moz-binding: url(sblinks-xbl.xml#nav);*/
}
nav:hover {
	max-width: 100%;
	max-height: 80%;
	overflow: auto;
}
nav > i {
	display: -moz-box;
	/* min-width: 2em; */
	margin-right: 0.3em;
	text-align: center;
	-moz-binding: url(sblinks-xbl.xml#navI);
}

h|var {
	font-variant: italic;
}

/*   ***** BEGIN LICENSE BLOCK *****
   - Version: MPL 1.1/GPL 2.0/LGPL 2.1
   -
   - The contents of this file are subject to the Mozilla Public License Version
   - 1.1 (the "License"); you may not use this file except in compliance with
   - the License. You may obtain a copy of the License at
   - <http://www.mozilla.org/MPL/>
   -
   - Software distributed under the License is distributed on an "AS IS" basis,
   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
   - for the specific language governing rights and limitations under the
   - License.
   -
   - The Original Code is CSS Sidebar code.
   -
   - The Initial Developer of the Original Code is Wakaba.
   - Portions created by the Initial Developer are Copyright (C) 2003
   - the Initial Developer. All Rights Reserved.
   -
   - Contributor(s):
   -   Wakaba <w@suika.fam.cx>
   -
   - Alternatively, the contents of this file may be used under the terms of
   - either the GNU General Public License Version 2 or later (the "GPL"), or
   - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
   - in which case the provisions of the GPL or the LGPL are applicable instead
   - of those above. If you wish to allow use of your version of this file only
   - under the terms of either the GPL or the LGPL, and not to allow others to
   - use your version of this file under the terms of the MPL, indicate your
   - decision by deleting the provisions above and replace them with the notice
   - and other provisions required by the LGPL or the GPL. If you do not delete
   - the provisions above, a recipient may use your version of this file under
   - the terms of any one of the MPL, the GPL or the LGPL.
   -
   - ***** END LICENSE BLOCK ***** */
