@@ -49,12 +49,19 @@ a#wap_dns {
49
49
}
50
50
51
51
/* Sphinx replace a default github icon*/
52
- .fa-square-github {
52
+ .bd-header . fa-square-github {
53
53
margin-top : 6px ;
54
54
background-repeat : no-repeat;
55
55
background-image : url ("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='openvino github' aria-describedby='openvino github' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGithub%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath d='M32 0a32.021 32.021 0 0 0-10.1 62.4c1.6.3 2.2-.7 2.2-1.5v-6c-8.9 1.9-10.8-3.8-10.8-3.8-1.5-3.7-3.6-4.7-3.6-4.7-2.9-2 .2-1.9.2-1.9 3.2.2 4.9 3.3 4.9 3.3 2.9 4.9 7.5 3.5 9.3 2.7a6.93 6.93 0 0 1 2-4.3c-7.1-.8-14.6-3.6-14.6-15.8a12.27 12.27 0 0 1 3.3-8.6 11.965 11.965 0 0 1 .3-8.5s2.7-.9 8.8 3.3a30.873 30.873 0 0 1 8-1.1 30.292 30.292 0 0 1 8 1.1c6.1-4.1 8.8-3.3 8.8-3.3a11.965 11.965 0 0 1 .3 8.5 12.1 12.1 0 0 1 3.3 8.6c0 12.3-7.5 15-14.6 15.8a7.746 7.746 0 0 1 2.2 5.9v8.8c0 .9.6 1.8 2.2 1.5A32.021 32.021 0 0 0 32 0z' fill='rgb(255, 255, 255)'%3E%3C/path%3E%3Cpath %3E%3C/path%3E%3C/svg%3E " );
56
56
}
57
57
58
+ .bd-sidebar .fa-square-github {
59
+ margin-top : 0 ;
60
+ background-repeat : no-repeat;
61
+ width : 64px ;
62
+ background-image : url ("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='openvino github' aria-describedby='openvino github' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGithub%3C/title%3E%3Cdesc%3EA solid styled icon from Orion Icon Library.%3C/desc%3E%3Cpath d='M32 0a32.021 32.021 0 0 0-10.1 62.4c1.6.3 2.2-.7 2.2-1.5v-6c-8.9 1.9-10.8-3.8-10.8-3.8-1.5-3.7-3.6-4.7-3.6-4.7-2.9-2 .2-1.9.2-1.9 3.2.2 4.9 3.3 4.9 3.3 2.9 4.9 7.5 3.5 9.3 2.7a6.93 6.93 0 0 1 2-4.3c-7.1-.8-14.6-3.6-14.6-15.8a12.27 12.27 0 0 1 3.3-8.6 11.965 11.965 0 0 1 .3-8.5s2.7-.9 8.8 3.3a30.873 30.873 0 0 1 8-1.1 30.292 30.292 0 0 1 8 1.1c6.1-4.1 8.8-3.3 8.8-3.3a11.965 11.965 0 0 1 .3 8.5 12.1 12.1 0 0 1 3.3 8.6c0 12.3-7.5 15-14.6 15.8a7.746 7.746 0 0 1 2.2 5.9v8.8c0 .9.6 1.8 2.2 1.5A32.021 32.021 0 0 0 32 0z' fill='rgb(0, 0, 0)'%3E%3C/path%3E%3Cpath %3E%3C/path%3E%3C/svg%3E " );
63
+ }
64
+
58
65
.fa-square-github path {
59
66
fill : none;
60
67
}
@@ -138,13 +145,6 @@ a#wap_dns {
138
145
font-weight : 700 ;
139
146
}
140
147
141
- /* Underline width */
142
- a : hover ,
143
- .toc-entry a .nav-link : hover ,
144
- nav .bd-links li > a : hover {
145
- text-decoration-thickness : 1px ;
146
- }
147
-
148
148
149
149
# bd-docs-nav div ul a : hover {
150
150
color : white;
@@ -177,6 +177,16 @@ a.current {
177
177
padding : 0 0.8rem ;
178
178
}
179
179
180
+ .bd-sidebar .navbar-nav li a .nav-link : hover {
181
+ color : black;
182
+ font-size : 1rem !important ;
183
+ text-decoration : underline !important ;
184
+ }
185
+ .bd-sidebar .navbar-nav li a .nav-link {
186
+ color : black;
187
+ font-size : 1rem !important ;
188
+ }
189
+
180
190
ul .bd-breadcrumbs li .breadcrumb-item : not (.breadcrumb-home ): before {
181
191
padding : .2rem .5rem 0 !important ;
182
192
}
@@ -188,13 +198,21 @@ li.breadcrumb-item {
188
198
div .bd-page-width .bd-sidebar-primary {
189
199
display : block !important ;
190
200
border-right : 0 !important ;
191
- /* top: 0 !important; */
192
201
}
193
202
194
203
a .nav-link : hover {
195
204
text-decoration : none !important ;
196
205
}
197
206
207
+ li > a : hover {
208
+ text-decoration-thickness : 1px ;
209
+ }
210
+
211
+ /* Underline width */
212
+ a : hover , .toc-entry a .nav-link : hover , nav .bd-links li > a : hover {
213
+ text-decoration-thickness : 1px ;
214
+ }
215
+
198
216
/* Github icon size */
199
217
.nav-link [data-bs-original-title = "GitHub" ] {
200
218
font-size : 2rem !important ;
@@ -307,22 +325,45 @@ details.sd-dropdown .sd-summary-title {
307
325
transform : rotate (0deg );
308
326
}
309
327
310
- /* Doc version dropdown formatting override */
328
+ /* Doc version dropdown formatting override in header */
311
329
/* =================================================== */
312
330
[aria-labelledby = "version-selector" ] {
313
331
min-width : 125px !important ;
314
332
overflow-x : hidden !important ;
315
333
}
316
334
317
- .sst-dropdown # version-selector {
335
+ .bd-header . sst-dropdown # version-selector {
318
336
min-width : 125px !important ;
337
+ color : white !important ;
319
338
}
320
339
321
340
[aria-labelledby = "version-selector" ] .dropdown-item {
322
341
padding : 0.25rem 0.5rem !important ;
323
342
}
324
343
344
+ /* Doc version dropdown formatting override in sidebar*/
345
+ /* =================================================== */
346
+ .bd-sidebar [aria-labelledby = "version-selector" ] {
347
+ min-width : 125px !important ;
348
+ overflow-x : hidden !important ;
349
+ }
350
+
351
+ .bd-sidebar .sst-dropdown # version-selector {
352
+ min-width : 125px !important ;
353
+ color : white !important ;
354
+ }
355
+
356
+ .bd-sidebar [aria-labelledby = "version-selector" ] .dropdown-item {
357
+ padding : 0.25rem 0.5rem !important ;
358
+ }
325
359
360
+ .bd-sidebar-primary .sidebar-header-items .sidebar-header-items__end {
361
+ align-items : righ !important ;
362
+ display : flex;
363
+ gap : .5rem ;
364
+ margin-bottom : 15px ;
365
+ margin-top : 20px
366
+ }
326
367
/* Content in two columns */
327
368
/* =================================================== */
328
369
.row-two-col-content {
@@ -453,52 +494,6 @@ div.highlight {
453
494
color : # fff ;
454
495
}
455
496
456
-
457
- /* Transition banner */
458
- /* =================================================== */
459
- .transition-banner {
460
- top : 60px ;
461
- background : # 76CEFF ;
462
- position : fixed;
463
- text-align : center;
464
- color : white;
465
- z-index : 1001 ;
466
- display : block;
467
- padding : 0 2rem ;
468
- font-size : var (--pst-sidebar-font-size );
469
- border : none;
470
- border-radius : 0 ;
471
- font-weight : bold;
472
- width : 100% ;
473
- margin-right : auto;
474
- margin-left : auto;
475
- }
476
-
477
- .transition-banner > p {
478
- margin-bottom : 0 ;
479
- }
480
-
481
-
482
- .transition-banner .close-banner {
483
- position : absolute;
484
- top : 0 ;
485
- right : 0 ;
486
- padding : 0 1.25rem ;
487
- color : # 000 ;
488
- background-color : transparent;
489
- border : 0 ;
490
- float : right;
491
- font-size : 1.5rem ;
492
- font-weight : 700 ;
493
- line-height : 1 ;
494
- text-shadow : 0 1px 0 # fff ;
495
- opacity : .5 ;
496
- }
497
-
498
- .hidden-banner {
499
- display : none !important ;
500
- }
501
-
502
497
/* Header */
503
498
504
499
.bd-header label .primary-toggle {
0 commit comments