diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-08-21 01:47:30 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-08-21 01:47:30 +0300 |
commit | f1bb87a808ff1383a2d27dc2c4a1f8812c470c31 (patch) | |
tree | 6669801544e51621c9269e5e89d3ae7a83c73ba8 /doxygen/doxygen-qmi-style/navtree | |
parent | 5bd81e8d384e82926a7671527e62aebafed1183f (diff) | |
parent | 536eee6d0bf8eb99b6566f7f4fd646b3cd76f532 (diff) | |
download | bemenu-f1bb87a808ff1383a2d27dc2c4a1f8812c470c31.tar.gz bemenu-f1bb87a808ff1383a2d27dc2c4a1f8812c470c31.tar.bz2 bemenu-f1bb87a808ff1383a2d27dc2c4a1f8812c470c31.zip |
Merge branch 'develop'
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.png Binary files differnew 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.png Binary files differnew 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.png Binary files differnew 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.png Binary files differnew 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; +} + + |