mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30191 from jacobhammons/banner-prev
Updated doc site banners
This commit is contained in:
commit
b49cf910f4
7 changed files with 10 additions and 4 deletions
8
doc/_themes/saltstack2/layout.html
vendored
8
doc/_themes/saltstack2/layout.html
vendored
|
@ -212,7 +212,7 @@
|
|||
|
||||
<div class="col-sm-6">
|
||||
|
||||
<a href="http://saltstack.com/events/" target="_blank"><img class="nolightbox footer-banner center" src="{{ pathto('_static/images/webinars-banner.png', 1) }}"/></a>
|
||||
<a href="http://saltstack.com/support" target="_blank"><img class="nolightbox footer-banner center" src="{{ pathto('_static/images/footer-support.png', 1) }}"/></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
@ -231,7 +231,11 @@
|
|||
|
||||
{% if on_saltstack %}
|
||||
|
||||
<a href="http://saltconf.com" target="_blank"><img class="nolightbox sidebar-banner center" src="{{ pathto('_static/images/sc16-banner.png', 1) }}"/></a>
|
||||
{% if [True, False]|random %}
|
||||
<a href="http://saltconf.com/register" target="_blank"><img class="nolightbox sidebar-banner center" src="{{ pathto('_static/images/banner-saltconf.png', 1) }}"/></a>
|
||||
{% else %}
|
||||
<a href="http://saltstack.com/support" target="_blank"><img class="nolightbox sidebar-banner center" src="{{ pathto('_static/images/banner-support.png', 1) }}"/></a>
|
||||
{% endif %}
|
||||
|
||||
<div class="releaselinks versions {{ build_type }}">
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ button#prev-button{float:left;margin:15px 0 0}
|
|||
@media(max-width:768px) {
|
||||
#sidebar-wrapper{border:1px solid #424242}
|
||||
}
|
||||
@media(max-height:750px) {
|
||||
@media(max-height:450px) {
|
||||
.sidebar-banner{display: none !important}
|
||||
}
|
||||
#header-nav{float:right;text-align:right}
|
||||
|
@ -356,7 +356,9 @@ span.eqno{float:right}
|
|||
div.document,div.documentwrapper,div.bodywrapper{margin:0!important;width:100%}
|
||||
div.sphinxsidebar,div.related,div.footer,#top-link{display:none}
|
||||
}
|
||||
|
||||
span.label.label-status{font-size:90%;cursor:help}
|
||||
span.badges{font-size:90%;float:right;margin-top:-70px;cursor:help}
|
||||
span.label.label-important{background-color: #b94a48}
|
||||
/*main*/
|
||||
|
||||
h1:hover > .headerlink,h2:hover > .headerlink,h3:hover > .headerlink,h4:hover > .headerlink,h5:hover > .headerlink,h6:hover > .headerlink,dt:hover > .headerlink{visibility:visible}
|
||||
|
|
BIN
doc/_themes/saltstack2/static/images/banner-saltconf.png
vendored
Normal file
BIN
doc/_themes/saltstack2/static/images/banner-saltconf.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
doc/_themes/saltstack2/static/images/banner-support.png
vendored
Normal file
BIN
doc/_themes/saltstack2/static/images/banner-support.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
doc/_themes/saltstack2/static/images/footer-support.png
vendored
Normal file
BIN
doc/_themes/saltstack2/static/images/footer-support.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
BIN
doc/_themes/saltstack2/static/images/sc16-banner.png
vendored
BIN
doc/_themes/saltstack2/static/images/sc16-banner.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 39 KiB |
Binary file not shown.
Before Width: | Height: | Size: 94 KiB |
Loading…
Add table
Reference in a new issue