[DOCS] Add global footer
port: https://github.com/openvinotoolkit/openvino/pull/18374
This commit is contained in:
24
docs/_static/css/custom.css
vendored
24
docs/_static/css/custom.css
vendored
@@ -100,23 +100,27 @@ ul#navbar-main-elements > li:hover {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
|
||||
/* Footer links */
|
||||
/* Footer */
|
||||
/* =================================================== */
|
||||
footer div.container div.footer-item p a {
|
||||
float: left;
|
||||
margin-right: 30px;
|
||||
footer iframe {
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
border: none;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
footer div.container div.footer-item p a:nth-child(1) {
|
||||
margin-right: 50px;
|
||||
@media screen and (min-width: 860px) {
|
||||
footer iframe {
|
||||
height: 45px;
|
||||
}
|
||||
}
|
||||
|
||||
footer div.container div.footer-item p:nth-child(2) {
|
||||
clear: both;
|
||||
@media screen and (max-width: 520px) {
|
||||
footer iframe {
|
||||
height: 85px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Doc version dropdown formatting override */
|
||||
/* =================================================== */
|
||||
[aria-labelledby="version-selector"] {
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
<footer class="footer mt-5 mt-md-0">
|
||||
<iframe src="../footer.html"></iframe>
|
||||
</footer>
|
||||
@@ -1,8 +0,0 @@
|
||||
<p>
|
||||
<a href="https://www.intel.com/content/www/us/en/homepage.html" alt="Intel" style="color: #000;">©2023 Intel Corporation</a>
|
||||
<a href="https://www.intel.com/content/www/us/en/legal/terms-of-use.html" alt="terms of use">Terms of Use</a>
|
||||
<a href="https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html" data-cookie-notice="true" alt="cookies policy">Cookies</a>
|
||||
<a href="https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html" alt="Privacy">Privacy</a>
|
||||
<a data-wap_ref="dns" id="wap_dns" href="https://www.intel.com/content/www/us/en/privacy/intel-cookienotice.html">Do Not Share My Personal Information</a>
|
||||
</p>
|
||||
<p style="font-size: 0.8em">Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others.</p>
|
||||
Reference in New Issue
Block a user