@@ -268,6 +268,27 @@ ul li li li {
268
268
mask-image : var (--md-admonition-icon--caution );
269
269
}
270
270
271
+ /* Tile admonition */
272
+
273
+ .md-typeset : is (.admonition ): is (.tile ) {
274
+ background-color : # ffffff ;
275
+ border : 1px solid # D4D4D4 ;
276
+ border-radius : 5px ;
277
+ padding : 0.7rem ;
278
+ margin-bottom : 0.4rem ;
279
+ overflow : auto;
280
+ box-shadow : none;
281
+ font-size : 16px ;
282
+ }
283
+
284
+ .md-typeset : is (.admonition ).tile > : is (.admonition-title ) {
285
+ padding-left : 0.7rem ;
286
+ }
287
+
288
+ .md-typeset : is (.admonition ).tile > : is (.admonition-title ): before {
289
+ content : none;
290
+ }
291
+
271
292
/* Fix scrollbar in admonitions when containing a table */
272
293
.md-typeset .admonition .md-typeset__scrollwrap {
273
294
margin-right : 0 ;
@@ -358,6 +379,10 @@ ul li li li {
358
379
background-color : var (--table-header );
359
380
}
360
381
382
+ .md-typeset table td .compare {
383
+ border : 0.05rem solid var (--md-typeset-table-color )
384
+ }
385
+
361
386
.md-nav__link [data-md-state = blur ] {
362
387
color : rgb (19 , 28 , 38 );
363
388
}
@@ -485,11 +510,42 @@ a.external:not(.card):after {
485
510
height : 4px ;
486
511
}
487
512
488
- .md-typeset .tabbed-labels > label : hover {
513
+ .md-typeset .tabbed-labels > label : hover {
489
514
color : var (--ibexa-dusk-black );
490
515
border-bottom : 2px solid var (--ibexa-dusk-black );
491
516
}
492
517
518
+ .md-typeset .tabbed-set > input : first-child : checked ~ .tabbed-labels > : first-child ,
519
+ .md-typeset .tabbed-set > input : nth-child (2 ): checked ~ .tabbed-labels > : nth-child (2 ),
520
+ .md-typeset .tabbed-set > input : nth-child (3 ): checked ~ .tabbed-labels > : nth-child (3 ),
521
+ .md-typeset .tabbed-set > input : nth-child (4 ): checked ~ .tabbed-labels > : nth-child (4 ),
522
+ .md-typeset .tabbed-set > input : nth-child (5 ): checked ~ .tabbed-labels > : nth-child (5 ),
523
+ .md-typeset .tabbed-set > input : nth-child (6 ): checked ~ .tabbed-labels > : nth-child (6 ),
524
+ .md-typeset .tabbed-set > input : nth-child (7 ): checked ~ .tabbed-labels > : nth-child (7 ),
525
+ .md-typeset .tabbed-set > input : nth-child (8 ): checked ~ .tabbed-labels > : nth-child (8 ),
526
+ .md-typeset .tabbed-set > input : nth-child (9 ): checked ~ .tabbed-labels > : nth-child (9 ),
527
+ .md-typeset .tabbed-set > input : nth-child (10 ): checked ~ .tabbed-labels > : nth-child (10 ),
528
+ .md-typeset .tabbed-set > input : nth-child (11 ): checked ~ .tabbed-labels > : nth-child (11 ),
529
+ .md-typeset .tabbed-set > input : nth-child (12 ): checked ~ .tabbed-labels > : nth-child (12 ),
530
+ .md-typeset .tabbed-set > input : nth-child (13 ): checked ~ .tabbed-labels > : nth-child (13 ),
531
+ .md-typeset .tabbed-set > input : nth-child (14 ): checked ~ .tabbed-labels > : nth-child (14 ),
532
+ .md-typeset .tabbed-set > input : nth-child (15 ): checked ~ .tabbed-labels > : nth-child (15 ),
533
+ .md-typeset .tabbed-set > input : nth-child (16 ): checked ~ .tabbed-labels > : nth-child (16 ),
534
+ .md-typeset .tabbed-set > input : nth-child (17 ): checked ~ .tabbed-labels > : nth-child (17 ),
535
+ .md-typeset .tabbed-set > input : nth-child (18 ): checked ~ .tabbed-labels > : nth-child (18 ),
536
+ .md-typeset .tabbed-set > input : nth-child (19 ): checked ~ .tabbed-labels > : nth-child (19 ),
537
+ .md-typeset .tabbed-set > input : nth-child (20 ): checked ~ .tabbed-labels > : nth-child (20 ) {
538
+ color : var (--md-accent-fg-color );
539
+ }
540
+
541
+ .js .md-typeset .tabbed-labels : before {
542
+ background : var (--md-accent-fg-color );
543
+ }
544
+
545
+ .md-typeset .tabbed-labels--linked > label > a {
546
+ padding : 0 ;
547
+ }
548
+
493
549
div .pills {
494
550
float : right;
495
551
}
@@ -606,6 +662,10 @@ div.path {
606
662
color : var (--ibexa-dusk-black );
607
663
}
608
664
665
+ # older-versions {
666
+ cursor : pointer;
667
+ }
668
+
609
669
[hidden ] {
610
670
display : none !important ;
611
671
}
0 commit comments