@@ -232,9 +232,6 @@ div.sphinxsidebar {
232232 text-align : left;
233233/* margin-left: -100%; */
234234}
235- div .sphinxsidebarwrapper {
236- padding-top : 28px
237- }
238235
239236div .sphinxsidebar h4 , div .sphinxsidebar h3 {
240237 margin : 1em 0 0.5em 0 ;
@@ -245,6 +242,11 @@ div.sphinxsidebar h4, div.sphinxsidebar h3 {
245242 background-color : # AFC1C4 ;
246243}
247244
245+ div .sphinxsidebar h3 a {
246+ /* workaround for table of contents heading, which is a link */
247+ color : white !important ;
248+ }
249+
248250div .sphinxsidebar ul {
249251 padding-left : 1.5em ;
250252 margin-top : 7px ;
@@ -258,6 +260,36 @@ div.sphinxsidebar ul ul {
258260 margin-left : 20px ;
259261}
260262
263+ div .sphinxsidebar # searchbox input {
264+ border : 1px solid # aaa ;
265+ padding : 0.25em ;
266+ box-sizing : border-box;
267+ }
268+
269+ div .sphinxsidebar # searchbox form {
270+ display : inline-block;
271+ width : 100%
272+ }
273+
274+ div .sphinxsidebar # searchbox input [type = "text" ] {
275+ float : left;
276+ width : 80% ;
277+ }
278+
279+ div .sphinxsidebar # searchbox input [type = "submit" ] {
280+ float : left;
281+ width : 20% ;
282+ border-left : none;
283+ }
284+
285+ div .sphinxsidebar # searchbox input [type = "submit" ]: hover {
286+ background : # ddd ;
287+ }
288+
289+ div .sphinxsidebar .searchformwrapper {
290+ display : block;
291+ }
292+
261293p {
262294 margin : 0.8em 0 0.8em 0 ;
263295}
@@ -277,11 +309,11 @@ h2 {
277309 margin : 0.5em 0 0.2em 0 ;
278310 padding-top : 0.5em ;
279311 font-size : 1.7em ;
280- padding : 0 ;
281312}
282313
283314h3 {
284315 margin : 0.2em 0 0.1em 0 ;
316+ padding-top : 0.5em ;
285317 font-size : 1.2em ;
286318}
287319
@@ -670,7 +702,7 @@ table.docutils.field-list {
670702 padding : 10px ;
671703 text-align : left;
672704 vertical-align : top;
673- width : 120 px ;
705+ width : 125 px ;
674706}
675707.docutils .field-list td {
676708 padding : 10px 10px 10px 20px ;
@@ -736,6 +768,26 @@ figcaption {
736768 text-align : center;
737769}
738770
771+
772+ /* "Summer Fellowship" message. */
773+ # summer-fellowship {
774+ background : # 11557C ;
775+ box-sizing : border-box;
776+ color : # fffa ;
777+ font-weight : bold;
778+ left : 0 ;
779+ min-height : 3em ;
780+ padding : 0.5em ;
781+ top : 0 ;
782+ width : 100% ;
783+ z-index : 10000 ;
784+ }
785+
786+ # summer-fellowship a {
787+ color : # fff ;
788+ text-decoration : underline;
789+ }
790+
739791/* "Go to released version" message. */
740792# unreleased-message {
741793 background : # d62728 ;
@@ -813,11 +865,13 @@ figcaption {
813865 }
814866}
815867
868+ # sidebar-donations {
869+ margin-top : 40px ;
870+ }
871+
816872.donate_button {
817873 background : # 11557C ;
818874 font-weight : normal;
819- border : solid 1px # fff ;
820- outline : solid 1px # 11557C ;
821875 clear : both;
822876 display : block;
823877 width : 200px ;
@@ -828,6 +882,7 @@ figcaption {
828882 color : # fff ;
829883 text-decoration : none;
830884 margin : 30px auto 0 ;
885+ border-radius : 6px ;
831886 z-index : 1 ;
832887 transition : background .25s ease;
833888}
@@ -936,3 +991,13 @@ p.sphx-glr-signature a.reference.external {
936991 font-weight : 400 ;
937992}
938993
994+ .sidebar-announcement {
995+ border : 1px solid # 11557C ;
996+ background : # eff9ff ;
997+ padding : 2px ;
998+ margin-top : 40px ;
999+ }
1000+
1001+ .sidebar-announcement p {
1002+ margin : 0.4em 0.4em 0.6em 0.4em ;
1003+ }
0 commit comments