Merge pull request #11928 from jlmitch5/update_doc_ads
update docsite ads
This commit is contained in:
commit
fb5003dbfc
4 changed files with 38 additions and 11 deletions
|
@ -196,17 +196,15 @@
|
|||
<div class="wy-nav-content">
|
||||
<div class="rst-content">
|
||||
|
||||
<!-- AnsibleFest and free eBook preview stuff -->
|
||||
<center>
|
||||
<a href="http://www.ansible.com/tower?utm_source=docs">
|
||||
<img src="http://www.ansible.com/hubfs/Docs_Ads/TowerDocs.png">
|
||||
</a>
|
||||
<a href="http://www.ansible.com/ansible-book?utm_source=docs">
|
||||
<img src="http://www.ansible.com/hubfs/Docs_Ads/Get_2_full_chapters_of_Ansible-_Up_.png">
|
||||
</a>
|
||||
<br/> <br/>
|
||||
<br/> <br/>
|
||||
</center>
|
||||
<!-- Tower ads -->
|
||||
<a class="DocSiteBanner" href="http://www.ansible.com/tower?utm_source=docs">
|
||||
<div class="DocSiteBanner-imgWrapper">
|
||||
<img src="{{ pathto('_static/', 1) }}images/banner_ad_1.png">
|
||||
</div>
|
||||
<div class="DocSiteBanner-imgWrapper">
|
||||
<img src="{{ pathto('_static/', 1) }}images/banner_ad_2.png">
|
||||
</div>
|
||||
</a>
|
||||
|
||||
{% include "breadcrumbs.html" %}
|
||||
<div id="page-content">
|
||||
|
|
|
@ -4714,3 +4714,32 @@ span[id*='MathJax-Span'] {
|
|||
color: #fff;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.wy-menu-vertical a {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.wy-menu-vertical a.reference.internal {
|
||||
padding: 0.4045em 1.618em;
|
||||
}
|
||||
|
||||
|
||||
.DocSiteBanner {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
background-color: #ff5850;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1403px) {
|
||||
.DocSiteBanner {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
background-color: #fff;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
}
|
||||
|
|
BIN
docsite/_themes/srtd/static/images/banner_ad_1.png
Normal file
BIN
docsite/_themes/srtd/static/images/banner_ad_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
BIN
docsite/_themes/srtd/static/images/banner_ad_2.png
Normal file
BIN
docsite/_themes/srtd/static/images/banner_ad_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Loading…
Reference in a new issue