From 029d2006703da02ea5099bf66aaa695113fddc9b Mon Sep 17 00:00:00 2001 From: Andrzej Kopytko Date: Tue, 2 Jul 2024 10:39:31 +0200 Subject: [PATCH] [DOCS] Fixed footer file no3 (#25313) ### Details: - *item1* - *...* ### Tickets: - *ticket-id* --- .../about-openvino/additional-resources.rst | 34 ------------------- docs/sphinx_setup/_static/html/footer.html | 27 ++++++++------- 2 files changed, 14 insertions(+), 47 deletions(-) delete mode 100644 docs/articles_en/about-openvino/additional-resources.rst diff --git a/docs/articles_en/about-openvino/additional-resources.rst b/docs/articles_en/about-openvino/additional-resources.rst deleted file mode 100644 index cb8d0fc62f244a..00000000000000 --- a/docs/articles_en/about-openvino/additional-resources.rst +++ /dev/null @@ -1,34 +0,0 @@ -.. {#resources} - -Additional Resources -==================== - - - -.. meta:: - :description: Learn more about OpenVINO from benchmark results, case studies - and lists of supported models, operations and devices. - -.. toctree:: - :maxdepth: 1 - :hidden: - - additional-resources/glossary - Legal and Responsible AI Information <./additional-resources/legal-information> - additional-resources/telemetry - Case Studies - - -:doc:`Performance Benchmarks ` contain results from benchmarking models with OpenVINO on Intel hardware. - -:doc:`Glossary ` contains terms used in OpenVINO. - -:doc:`Legal and Responsible AI Information ` provides trademark information and other legal statements. - -:doc:`OpenVINO™ Telemetry ` has detailed information on the telemetry data collection. - -`Case Studies `__ are articles about real-world examples of OpenVINO™ usage. - - - - diff --git a/docs/sphinx_setup/_static/html/footer.html b/docs/sphinx_setup/_static/html/footer.html index 2194cf3cec66b0..1fb833c54a42ec 100644 --- a/docs/sphinx_setup/_static/html/footer.html +++ b/docs/sphinx_setup/_static/html/footer.html @@ -3,11 +3,12 @@ margin: 0; } - .container { + .footer .container { padding-right: 30px; padding-left: 30px; margin-right: auto; margin-left: auto; + background-color: rgb(240, 240, 240); } .footer-link-list a { @@ -18,12 +19,12 @@ } .footer-link-list a:nth-child(1) { - margin-right: 20px; + margin-right: 80px; } .footer-contents { border-top: 1px solid lightgray; - font-size: 11px; + font-size: 12px; box-sizing: border-box; font-family: sans-serif; padding-top: 10px; @@ -34,10 +35,12 @@ margin-right: 0px; } - .footer-contents p { + .footer-item p { margin-top: 0; margin-bottom: 0; line-height: 1.65; + padding: 10px 10px 0 30px !important; + font-size: 12px !important; } .footer-contents .footer-link-list a { @@ -46,17 +49,15 @@ .newsletter-btn, .newsletter-btn:active { - background-color: #0054AE; - border: 1px solid #0054AE; + background-color: white; + border: 1px solid lightgray !important; border-radius: none; - color: white !important; - margin-top: 5px; - cursor: pointer; + color: #0054AE !important; display: inline-block; font-weight: 400; font-size: .8rem; line-height: 2.0; - padding: .2rem .5rem; + padding: 0.5rem 0.65625rem 0.5rem 0.96875rem; text-align: center; text-decoration: none; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; @@ -73,8 +74,8 @@ } .newsletter-btn:hover { - background-color: rgb(240, 240, 240); - color: hsl(211, 100%, 34%) !important; + background-color: rgba(var(--ost-color-sst-dropdown-background), 1) !important; + color: rgb(240, 240, 240) !important; } .footer-list { @@ -134,7 +135,7 @@