diff --git a/doc/_static/mpl.css b/doc/_static/mpl.css index c57dd3ccb0d8..2c547d2ab8a2 100644 --- a/doc/_static/mpl.css +++ b/doc/_static/mpl.css @@ -788,6 +788,25 @@ figcaption { text-decoration:underline; } +/* "Summer Fellowship" message. */ +#plotting-contest { + background: #EE9816; + box-sizing: border-box; + color: #fffa; + font-weight: bold; + left: 0; + min-height: 3em; + padding: 0.5em; + top: 0; + width: 100%; + z-index: 10000; +} + +#plotting-contest a { + color: #fff; + text-decoration:underline; +} + /* "Go to released version" message. */ #unreleased-message { background: #d62728; diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 7e1b67f7ff42..23ef7811d159 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -172,10 +172,17 @@

{{ _('Navigation') }}

{%- endif %} +
+ The 2018 + SciPy John Hunter Excellence in Plotting Contest is accepting + + submissions until June 8th! + +
Applications are open for the 2018 John Hunter Matplotlib Summer Fellowship. - Apply now! + Apply by May 4th!