[DOCS] adjustments for ST and cookie policy 22.3 (#18330)
This commit is contained in:
parent
23cfdc3730
commit
40c62bdf68
|
|
@ -21,7 +21,41 @@ pre {
|
|||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
/* cookie wap requirement */
|
||||
a#wap_dns {display: none;}
|
||||
/* Sphinx-design tabs override */
|
||||
.sd-tab-set>input:checked+label {
|
||||
border-color: var(--sd-color-tabs-underline-inactive);
|
||||
color: var(--sd-color-info-text)!important;
|
||||
background-color: rgb(0 104 181)!important;
|
||||
}
|
||||
.sd-tab-set>input:checked+label:hover {
|
||||
color: --sd-color-info-text;
|
||||
background-color: rgb(0,74,134)!important;
|
||||
}
|
||||
.sd-tab-set>input:not(:checked)+label:hover {
|
||||
color: var(--sd-color-black)!important;
|
||||
background-color: rgb(245, 245, 245)!important;
|
||||
border-color: var(--sd-color-card-header)!important;
|
||||
}
|
||||
.sd-tab-set>label {
|
||||
border-bottom: 0.125rem solid transparent;
|
||||
margin-right: 10px!important;
|
||||
margin-bottom: 8px;
|
||||
color: var(--sd-color-black)!important;
|
||||
border-color: var(--sd-color-tabs-underline-inactive);
|
||||
cursor: pointer;
|
||||
font-size: var(--sd-fontsize-tabs-label);
|
||||
font-weight: 400!important;
|
||||
padding: 5px 16px 2px!important;
|
||||
transition: color 250ms;
|
||||
width: auto;
|
||||
z-index: 1;
|
||||
}
|
||||
.sd-tab-content {
|
||||
box-shadow:none!important;
|
||||
border-top: solid 2px var(--sd-color-tabs-overline)!important;
|
||||
}
|
||||
|
||||
/* Navigation panels override */
|
||||
/* =================================================== */
|
||||
|
|
|
|||
|
|
@ -3,5 +3,6 @@
|
|||
<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>
|
||||
Loading…
Reference in New Issue