Merge pull request #30191 from jacobhammons/banner-prev

Updated doc site banners
This commit is contained in:
jacobhammons 2016-01-06 15:37:40 -07:00
commit b49cf910f4
7 changed files with 10 additions and 4 deletions

View file

@ -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 }}">

View file

@ -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}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB