Skip to content

Commit

Permalink
[DOCS] Fixed footer file no3 (#25313)
Browse files Browse the repository at this point in the history
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
  • Loading branch information
akopytko authored Jul 2, 2024
1 parent be656b3 commit 029d200
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 47 deletions.
34 changes: 0 additions & 34 deletions docs/articles_en/about-openvino/additional-resources.rst

This file was deleted.

27 changes: 14 additions & 13 deletions docs/sphinx_setup/_static/html/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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;
Expand All @@ -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 {
Expand All @@ -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;
Expand All @@ -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 {
Expand Down Expand Up @@ -134,7 +135,7 @@
<ul class="no-bullets">
<lh>OpenVino</lh>
<li><a href="https://docs.openvino.ai/2024/about-openvino/additional-resources/telemetry.html"
alt="telemetry" data-cookie-notice="true">OpenVINO™ Telemetry</a></li>
alt="telemetry">OpenVINO™ Telemetry</a></li>
<li><a href="https://docs.openvino.ai/2024/about-openvino/additional-resources/glossary.html"
alt="glossary">Glossary</a></li>
<li><a href="https://www.intel.com/content/www/us/en/internet-of-things/ai-in-production/success-stories.html"
Expand Down

0 comments on commit 029d200

Please sign in to comment.