-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mike McKiernan <[email protected]>
- Loading branch information
1 parent
92340ba
commit e8664da
Showing
4 changed files
with
70 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
.wy-nav-content { | ||
margin: 0; | ||
background: #fcfcfc; | ||
padding-top: 40px; | ||
} | ||
|
||
.wy-side-nav-search { | ||
display: block; | ||
width: 300px; | ||
padding: .809em; | ||
padding-top: 0.809em; | ||
margin-bottom: .809em; | ||
z-index: 200; | ||
background-color: #2980b9; | ||
text-align: center; | ||
color: #fcfcfc; | ||
padding-top: 40px; | ||
} | ||
|
||
div.banner { | ||
position: fixed; | ||
top: 10px; | ||
left: 20px; | ||
margin: 0; | ||
z-index: 1000; | ||
width: 1050px; | ||
text-align: center; | ||
} | ||
|
||
p.banner { | ||
border-radius: 4px; | ||
color: #004831; | ||
background: #76b900; | ||
} | ||
|
||
footer div p { | ||
font-size: 80%; | ||
} | ||
|
||
footer div p a { | ||
color: var(--small-font-color); | ||
} | ||
|
||
footer div p a:hover { | ||
color: var(--small-font-color); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{% extends '!footer.html' %} | ||
{% block contentinfo %} | ||
{{ super() }} | ||
<p> | ||
<a href="https://www.nvidia.com/en-us/about-nvidia/privacy-policy/" target="_blank">Privacy Policy</a> | | ||
<a href="https://www.nvidia.com/en-us/about-nvidia/privacy-center/" target="_blank">Manage My Privacy</a> | | ||
<a href="https://www.nvidia.com/en-us/preferences/start/" target="_blank">Do Not Sell or Share My Data</a> | | ||
<a href="https://www.nvidia.com/en-us/about-nvidia/terms-of-service/" target="_blank">Terms of Service</a> | | ||
<a href="https://www.nvidia.com/en-us/about-nvidia/accessibility/" target="_blank">Accessibility</a> | | ||
<a href="https://www.nvidia.com/en-us/about-nvidia/company-policies/" target="_blank">Corporate Policies</a> | | ||
<a href="https://www.nvidia.com/en-us/product-security/" target="_blank">Product Security</a> | | ||
<a href="https://www.nvidia.com/en-us/contact/" target="_blank">Contact</a> | ||
</p> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters