@@ -119,29 +119,6 @@ html[data-theme='dark'] {
119
119
);
120
120
}
121
121
122
- div [class ^= 'announcementBar_' ] {
123
- font-size : 20px ;
124
-
125
- /*
126
- --site-announcement-bar-stripe-color1: hsl(
127
- var(--site-primary-hue-saturation) 85%
128
- );
129
- --site-announcement-bar-stripe-color2: hsl(
130
- var(--site-primary-hue-saturation) 95%
131
- );
132
- */
133
- --site-announcement-bar-stripe-color1 : # e8d7ff ;
134
- --site-announcement-bar-stripe-color2 : # ffe9d1 ;
135
-
136
- background : repeating-linear-gradient (
137
- 35deg ,
138
- var (--site-announcement-bar-stripe-color1 ),
139
- var (--site-announcement-bar-stripe-color1 ) 20px ,
140
- var (--site-announcement-bar-stripe-color2 ) 10px ,
141
- var (--site-announcement-bar-stripe-color2 ) 40px
142
- );
143
- font-weight : bold;
144
- }
145
122
146
123
.screen-reader-only {
147
124
border : 0 ;
@@ -165,11 +142,15 @@ div[class^='announcementBar_'] {
165
142
.test-marker-site-custom-css-unique-rule {
166
143
content : 'site-custom-css-unique-rule' ;
167
144
}
145
+ .centered-caption {
146
+ text-align : center;
147
+ font-size : 12px ; /* Set the font size to 16px */
148
+ }
168
149
169
150
.video-container {
170
151
position : relative;
171
152
width : 100% ;
172
- padding-bottom : 59.5256312165264 % ; /* 16:9 aspect ratio */
153
+ padding-bottom : 56.25 % ; /* 16:9 aspect ratio */
173
154
height : 0 ;
174
155
overflow : hidden;
175
156
}
@@ -179,45 +160,24 @@ div[class^='announcementBar_'] {
179
160
top : 0 ;
180
161
left : 0 ;
181
162
width : 100% ;
182
- max-width : 560px ;
183
- margin : 0 auto;
163
+ height : 100% ;
184
164
}
185
165
186
- .yt-lite > .lty-playbtn {
187
- cursor : pointer;
188
- border : 0 ;
189
- }
190
-
191
- .dropdown-separator {
192
- margin : 0.3rem 0 ;
193
- }
194
-
195
- .dropdown-archived-versions {
196
- font-size : 0.875rem ;
197
- padding : 0.2rem 0.5rem ;
198
- }
166
+ /* table {
167
+ max-height: 20px;
168
+ } */
199
169
200
- .code-block-error-line {
201
- background-color : # ff000020 ;
202
- display : block;
203
- margin : 0 calc (-1 * var (--ifm-pre-padding ));
204
- padding : 0 var (--ifm-pre-padding );
205
- border-left : 3px solid # ff000080 ;
206
- }
207
170
208
171
.landscape-image {
209
172
width : auto;
210
173
height : 400px ;
211
174
}
212
175
213
- [data-theme = 'dark' ] [data-rmiz-modal-overlay = 'visible' ] {
214
- background-color : rgba (0 0 0 / 95% );
215
- }
216
176
217
- html [ data-navbar = 'false' ] . navbar {
218
- display : none ;
177
+ div . alert {
178
+ margin-bottom : 24 px ;
219
179
}
220
180
221
- html [ data-red-border ] div # __docusaurus {
222
- border : red solid thick ;
181
+ . arcade-container {
182
+ margin-bottom : 24 px ;
223
183
}
0 commit comments