diff --git a/docsite/_themes/srtd/layout.html b/docsite/_themes/srtd/layout.html index 74fb6008ba..f4d7a8a536 100644 --- a/docsite/_themes/srtd/layout.html +++ b/docsite/_themes/srtd/layout.html @@ -196,17 +196,15 @@
- -
- - - - - - -
 
-
 
-
+ + +
+ +
+
+ +
+
{% include "breadcrumbs.html" %}
diff --git a/docsite/_themes/srtd/static/css/theme.css b/docsite/_themes/srtd/static/css/theme.css index 29a1c6ba57..26db4ee021 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 0000000000..a6555f2567 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 0000000000..f9d6c6d42c Binary files /dev/null and b/docsite/_themes/srtd/static/images/banner_ad_2.png differ