Commit 758cd693 authored by Eva Huet's avatar Eva Huet
Browse files

CSS planches

parent 50ea42c8
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -1957,6 +1957,23 @@ body.dark .landingPage .linked_data .data-citation:hover {
    box-sizing: border-box;
}

.landingPage .left-contents figure header h1:not(div.boxed-text *) {
    margin-bottom: 0;
    padding-bottom: 0;
}

.landingPage figure > figure + figure {
    margin-top: 0em;
} 

.landingPage section.body figure[role="group"] figure + p:not(div.boxed-text *, .caption, .credits, .stage, details *, .front-matter *) {
    margin-top : -1em;
}

.landingPage .article-wrap figure > header h1 {
    display: revert;
}

body.dark .landingPage #refs li.bibl {
    background-color: var(--dark-bg-secondary);
}
+22 −1
Original line number Diff line number Diff line
@@ -1418,3 +1418,24 @@ div.idno {
.filter-bar {
  display: none;
}

pre {
    margin-top: var(--spacing-md);
}

code {
    font-size: 0.9rem;
}

.left-contents figure header h1:not(div.boxed-text *) {
    margin-bottom: 0;
    padding-bottom: 0;
}

figure > figure + figure {
    margin-top: 0em;
} 

section.body figure[role="group"] figure + p:not(div.boxed-text *, .caption, .credits, .stage, details *, .front-matter *) {
    margin-top : -1em;
}