@@ -926,6 +926,30 @@ figcaption {
926926# unreleased-message a {
927927color : # fff ;
928928text-decoration : underline;
929+
930+ }
931+
932+ /* top-banner style message. */
933+ # annc-banner {
934+ box-sizing : border-box;
935+ left : 0 ;
936+ min-height : 3em ;
937+ padding : 0.7em ;
938+ top : 0 ;
939+ width : 100% ;
940+ z-index : 10000 ;
941+ background-image : linear-gradient (90deg , # 440154, # 482475, # 414487, # 355f8d, # 2a788e, # 21908d, # 22a884, # 42be71, # 7ad151, # bddf26, # bddf26 );
942+ padding : 5px
943+ }
944+
945+ # annc-banner a {
946+ font-weight : bold;
947+ }
948+
949+ # annc-banner p {
950+ background-color : rgba (255 , 255 , 255 , .8 );
951+ padding : 13px ;
952+ margin : 0 ;
929953}
930954
931955/* Fork me on GitHub "button" */
@@ -1079,10 +1103,6 @@ p.caption {
10791103font-weight : bold;
10801104}
10811105
1082- div # gallery .section , div # tutorials .section {
1083- overflow : hidden;
1084- }
1085-
10861106.sphx-glr-multi-img {
10871107max-width : 99% !important ;
10881108}
@@ -1254,3 +1274,7 @@ div.bullet-box li {
12541274flex : 0 0 90% ;
12551275 }
12561276}
1277+
1278+ div # gallery .section .sphx-glr-clear : first-of-type , div # tutorials .section .sphx-glr-clear : first-of-type {
1279+ display : none;
1280+ }