diff --git a/docsite/_themes/srtd/layout.html b/docsite/_themes/srtd/layout.html index 5c0b1ae4617..6652321b74a 100644 --- a/docsite/_themes/srtd/layout.html +++ b/docsite/_themes/srtd/layout.html @@ -214,17 +214,15 @@
- -
- - - - - - -
 
-
 
-
+ + +
+ +
+
+ +
+
{% include "breadcrumbs.html" %}
diff --git a/docsite/_themes/srtd/static/css/theme.css b/docsite/_themes/srtd/static/css/theme.css index 29a1c6ba57c..26db4ee021d 100644 --- a/docsite/_themes/srtd/static/css/theme.css +++ b/docsite/_themes/srtd/static/css/theme.css @@ -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; + } +} diff --git a/docsite/_themes/srtd/static/images/banner_ad_1.png b/docsite/_themes/srtd/static/images/banner_ad_1.png new file mode 100644 index 00000000000..a6555f25671 Binary files /dev/null and b/docsite/_themes/srtd/static/images/banner_ad_1.png differ diff --git a/docsite/_themes/srtd/static/images/banner_ad_2.png b/docsite/_themes/srtd/static/images/banner_ad_2.png new file mode 100644 index 00000000000..f9d6c6d42c3 Binary files /dev/null and b/docsite/_themes/srtd/static/images/banner_ad_2.png differ