diff options
Diffstat (limited to 'doxygen/doxygen-qmi-style/navtree')
| -rw-r--r-- | doxygen/doxygen-qmi-style/navtree/ftv2mlastnode.png | bin | 0 -> 285 bytes | |||
| -rw-r--r-- | doxygen/doxygen-qmi-style/navtree/ftv2mnode.png | bin | 0 -> 285 bytes | |||
| -rw-r--r-- | doxygen/doxygen-qmi-style/navtree/ftv2plastnode.png | bin | 0 -> 277 bytes | |||
| -rw-r--r-- | doxygen/doxygen-qmi-style/navtree/ftv2pnode.png | bin | 0 -> 282 bytes | |||
| -rw-r--r-- | doxygen/doxygen-qmi-style/navtree/navtree.css | 117 | 
5 files changed, 117 insertions, 0 deletions
| diff --git a/doxygen/doxygen-qmi-style/navtree/ftv2mlastnode.png b/doxygen/doxygen-qmi-style/navtree/ftv2mlastnode.pngBinary files differ new file mode 100644 index 0000000..6dfeb5d --- /dev/null +++ b/doxygen/doxygen-qmi-style/navtree/ftv2mlastnode.png diff --git a/doxygen/doxygen-qmi-style/navtree/ftv2mnode.png b/doxygen/doxygen-qmi-style/navtree/ftv2mnode.pngBinary files differ new file mode 100644 index 0000000..48e70f0 --- /dev/null +++ b/doxygen/doxygen-qmi-style/navtree/ftv2mnode.png diff --git a/doxygen/doxygen-qmi-style/navtree/ftv2plastnode.png b/doxygen/doxygen-qmi-style/navtree/ftv2plastnode.pngBinary files differ new file mode 100644 index 0000000..2b99c65 --- /dev/null +++ b/doxygen/doxygen-qmi-style/navtree/ftv2plastnode.png diff --git a/doxygen/doxygen-qmi-style/navtree/ftv2pnode.png b/doxygen/doxygen-qmi-style/navtree/ftv2pnode.pngBinary files differ new file mode 100644 index 0000000..02f42f7 --- /dev/null +++ b/doxygen/doxygen-qmi-style/navtree/ftv2pnode.png diff --git a/doxygen/doxygen-qmi-style/navtree/navtree.css b/doxygen/doxygen-qmi-style/navtree/navtree.css new file mode 100644 index 0000000..64fa6b5 --- /dev/null +++ b/doxygen/doxygen-qmi-style/navtree/navtree.css @@ -0,0 +1,117 @@ +#nav-tree .children_ul { +  margin:0; +  padding:4px; +} + +#nav-tree ul { +  list-style:none outside none; +  margin:0px; +  padding:0px; +} + +#nav-tree li { +  white-space:nowrap; +  margin:0px; +  padding:0px; +} + +#nav-tree .plus { +  margin:0px; +} + +#nav-tree .selected { +  background-image: none; +  background-color: #B0B0B0; +  color: #fff; +} + +#nav-tree img { +  margin:0px; +  padding:0px; +  border:0px; +  vertical-align: middle; +} + +#nav-tree a { +  text-decoration:none; +  padding:0px; +  margin:0px; +  outline:none; +} + +#nav-tree .label { +  margin:0px; +  padding:0px; +} + +#nav-tree .label a { +  padding:2px; +} + +#nav-tree .selected a { +  text-decoration:none; +  padding:2px; +  margin:0px; +  color:#fff; +} + +#nav-tree .children_ul { +  margin:0px; +  padding:0px; +} + +#nav-tree .item { +  margin:0px; +  padding:0px; +} + +#nav-tree { +  padding: 0px 0px; +  background-image:none; +  background-color: #F6F6F6; +  font-size:14px; +  overflow:auto; +} + +#doc-content { +  overflow:auto; +  display:block; +  padding:0px; +  margin:0px; +} + +#side-nav { +  padding:0 4px 0 0; +  margin: 0px; +  display:block; +  position: absolute; +  left: 0px; +  width: 300px; +} + +.ui-resizable .ui-resizable-handle { +  display:block; +} + +.ui-resizable-e { +  background: none; +  background-color: #EBEBEB; +  cursor:e-resize; +  height:100%; +  right:0; +  top:0; +  width:4px; +} + +.ui-resizable-handle { +  display:none; +  font-size:0.1px; +  position:absolute; +  z-index:1; +} + +#nav-tree-contents { +  margin: 6px 0px 0px 0px; +} + + | 
