docs(docs): rebuilt docs

This commit is contained in:
2025-06-11 11:41:55 -04:00
parent 1e5938df0d
commit f0e1840c91
138 changed files with 18404 additions and 7317 deletions

View File

@@ -22,10 +22,15 @@
#nav-tree .selected {
background-image: url('tab_a.png');
background-repeat:repeat-x;
color: #fff;
color: white;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
}
#nav-tree .selected .arrow {
color: #9CAFD4;
text-shadow: none;
}
#nav-tree img {
margin:0px;
padding:0px;
@@ -37,7 +42,6 @@
text-decoration:none;
padding:0px;
margin:0px;
outline:none;
}
#nav-tree .label {
@@ -52,7 +56,7 @@
#nav-tree .selected a {
text-decoration:none;
color:#fff;
color:white;
}
#nav-tree .children_ul {
@@ -67,7 +71,6 @@
#nav-tree {
padding: 0px 0px;
background-color: #FAFAFF;
font-size:14px;
overflow:auto;
}
@@ -86,7 +89,8 @@
display:block;
position: absolute;
left: 0px;
width: 250px;
width: $width;
overflow : hidden;
}
.ui-resizable .ui-resizable-handle {
@@ -94,7 +98,7 @@
}
.ui-resizable-e {
background-image:url("splitbar.png");
background-image:url('splitbar.png');
background-size:100%;
background-repeat:repeat-y;
background-attachment: scroll;
@@ -117,7 +121,6 @@
}
#nav-tree {
background-image:url('nav_h.png');
background-repeat:repeat-x;
background-color: #F9FAFC;
-webkit-overflow-scrolling : touch; /* iOS 5+ */