DOCS-top-menu-items (#14445)

create top menu navigation
tweak css to display navigation properly
This commit is contained in:
Karol Blaszczak
2022-12-07 19:34:55 +01:00
committed by GitHub
parent 1e75a4b427
commit 6106ece9dd
2 changed files with 32 additions and 2 deletions

View File

@@ -14,6 +14,29 @@ main .searchForm {
margin-top: 2rem;
}
/* navigation panels override */
/* =================================================== */
/* hide home item in the top bar */
ul#navbar-main-elements li:first-of-type {
display: none;
}
/* items on hover */
#bd-docs-nav div ul a:hover {
text-decoration: underline;
}
/* top bar items on hover */
ul#navbar-main-elements > li:hover {
text-decoration: underline;
}
/* first level items in the side menu */
#bd-docs-nav > div > ul > li > a {
color: #0068B5;
}
/* second level items left padding */
#bd-docs-nav > div > ul > li > ul {
padding-left: 0.5rem;
}
/* footer links */
/* =================================================== */
footer div.container div.footer-item p a {
@@ -136,6 +159,8 @@ div.highlight {
color: #000;
}
/* responsiveness */
/* =================================================== */
@media (max-width: 720px) {
.transition-banner {
margin-top: 2rem;
@@ -488,7 +513,7 @@ div.highlight {
}
/* content formatting for the pages */
/* content formatting for the benchmark pages */
.picker-options {
margin: 15px 0;
}

View File

@@ -3,4 +3,9 @@ OpenVINO™ Documentation
.. toctree::
home
home
Install <https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html>
Blog <https://blog.openvino.ai/>
Forum <https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/bd-p/distribution-openvino-toolkit>
Training <https://www.intel.com/content/www/us/en/developer/tools/devcloud/edge/learn/certification.html>
GitHub <https://github.com/openvinotoolkit>