22 background-color : # 300a24 ;
33}
44
5+ .toctree-l1 {
6+ padding-bottom : 3px ;
7+ }
8+
59div .sphinxsidebar {
610 overflow : hidden;
711}
@@ -13,172 +17,6 @@ table caption span.caption-text {
1317 display : block;
1418}
1519
16- # mc_embed_signup {
17- background : transparent;
18- font : 14px Helvetica, Arial, sans-serif;
19- }
20-
21- /* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
22- # mc_embed_signup form {
23- display : block;
24- position : relative;
25- padding : 10px 0 10px 3%
26- }
27- # mc_embed_signup h2 {
28- font-weight : bold;
29- padding : 0 ;
30- margin : 15px 0 ;
31- font-size : 1.4em ;
32- }
33- # mc_embed_signup input {
34- border : 1px solid # ABB0B2 ;
35- border-radius : 3px ;
36- }
37- # mc_embed_signup input : focus {
38- border-color : # 333 ;
39- }
40- # mc_embed_signup .button {
41- clear : both;
42- background-color : # aaa ;
43- border : 0 none;
44- border-radius : 4px ;
45- transition : all 0.23s ease-in-out 0s ;
46- color : # FFFFFF ;
47- cursor : pointer;
48- display : inline-block;
49- font-size : 15px ;
50- font-weight : normal;
51- height : 32px ;
52- line-height : 32px ;
53- margin : 0 5px 10px 0 ;
54- padding : 0 22px ;
55- text-align : center;
56- text-decoration : none;
57- vertical-align : top;
58- white-space : nowrap;
59- width : auto;
60- }
61- # mc_embed_signup .button : hover {
62- background-color : # 777 ;
63- }
64- # mc_embed_signup .small-meta {
65- font-size : 11px ;
66- }
67- # mc_embed_signup .nowrap {
68- white-space : nowrap;
69- }
70- # mc_embed_signup .mc-field-group {
71- clear : left;
72- position : relative;
73- width : 96% ;
74- padding-bottom : 3% ;
75- min-height : 50px ;
76- }
77- # mc_embed_signup .mc-field-group label {
78- display : block;
79- margin-bottom : 3px ;
80- }
81- # mc_embed_signup .mc-field-group input {
82- display : block;
83- width : 100% ;
84- padding : 8px 0 ;
85- text-indent : 2% ;
86- }
87- # mc_embed_signup .indicates-required {
88- text-align : right;
89- font-size : 11px ;
90- margin-right : 4% ;
91- }
92- # mc_embed_signup .asterisk {
93- color : # e85c41 ;
94- font-size : 150% ;
95- font-weight : normal;
96- position : relative;
97- top : 5px ;
98- }
99- # mc_embed_signup .clear {
100- clear : both;
101- }
102- # mc_embed_signup .mc-field-group .input-group ul {
103- margin : 0 ;
104- padding : 5px 0 ;
105- list-style : none;
106- }
107- # mc_embed_signup .mc-field-group .input-group ul li {
108- display : block;
109- padding : 3px 0 ;
110- margin : 0 ;
111- }
112- # mc_embed_signup .mc-field-group .input-group label {
113- display : inline;
114- }
115- # mc_embed_signup .mc-field-group .input-group input {
116- display : inline;
117- width : auto;
118- border : none;
119- }
120- # mc_embed_signup div # mce-responses {
121- float : left;
122- top : -1.4em ;
123- padding : 0em .5em 0em .5em ;
124- overflow : hidden;
125- width : 90% ;
126- margin : 0 5% ;
127- clear : both;
128- }
129- # mc_embed_signup div .response {
130- margin : 1em 0 ;
131- padding : 1em .5em .5em 0 ;
132- font-weight : bold;
133- float : left;
134- top : -1.5em ;
135- z-index : 1 ;
136- width : 80% ;
137- }
138- # mc_embed_signup # mce-error-response {
139- display : none;
140- }
141- # mc_embed_signup # mce-success-response {
142- color : # 529214 ;
143- display : none;
144- }
145- # mc_embed_signup label .error {
146- display : block;
147- float : none;
148- width : auto;
149- margin-left : 1.05em ;
150- text-align : left;
151- padding : .5em 0 ;
152- }
153-
154- # mc-embedded-subscribe {
155- clear : both;
156- width : auto;
157- display : block;
158- margin : 1em 0 1em 5% ;
159- }
160- # mc_embed_signup # num-subscribers {
161- font-size : 1.1em ;
162- }
163- # mc_embed_signup # num-subscribers span {
164- padding : .5em ;
165- border : 1px solid # ccc ;
166- margin-right : .5em ;
167- font-weight : bold;
168- }
169-
170- # mc_embed_signup # mc-embedded-subscribe-form div .mce_inline_error {
171- display : inline-block;
172- margin : 2px 0 1em 0 ;
173- padding : 5px 10px ;
174- background-color : rgba (255 , 255 , 255 , 0.85 );
175- border-radius : 3px ; font-size : 14px ;
176- font-weight : normal; z-index : 1 ; color : # e85c41 ;
177- }
178- # mc_embed_signup # mc-embedded-subscribe-form input .mce_inline_error {
179- border : 2px solid # e85c41 ;
180- }
181-
18220.banner {
18321 margin : 0px -20px ;
18422}
@@ -199,6 +37,7 @@ div.sphinxsidebar input[type="submit"] {
19937
20038
20139.help-footer {
40+ margin-top : 15px ;
20241 border-top : 15px # 320023 solid;
20342}
20443
@@ -211,3 +50,13 @@ div.sphinxsidebar input[type="submit"] {
21150 color : # 2980B9 ;
21251 text-decoration : none;
21352}
53+
54+
55+ .bluesky-social-icon {
56+ width : 30px ;
57+ margin-right : 10px ;
58+ }
59+
60+ .inline-block {
61+ display : inline-block;
62+ }
0 commit comments