Commit e4a35316 authored by Eva Huet's avatar Eva Huet
Browse files

push css (alignement avec local)

parent df7da01d
Loading
Loading
Loading
Loading
+35 −18
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
    --spacing-md: 1.2rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-xxl: 4rem;

    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
@@ -383,7 +384,7 @@ body.dark section.body p:not(div.boxed-text *, .caption, .credits, details *) {
    font-family: var(--font-serif);
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 10px;
    margin-top: -40px;
    margin-bottom: 10px;
    color: var(--text-primary);
    letter-spacing: -0.01em;
@@ -438,7 +439,7 @@ section.body h6 {
}

section.body p.firstPara:not(div.boxed-text *, details *) {
    margin-top: var(--spacing-xl);
    margin-top: var(--spacing-xxl);
}

/***** figure *******/
@@ -855,11 +856,20 @@ bodyInclusion p.firstPara:not(div.boxed-text *) {
}

.right-contents #refs li {
    margin-left: 1.5em;
    margin-left: 0.1em;
    text-indent: -1.5em;
    margin-bottom: var(--spacing-md);
    font-size: 0.9375rem;
    margin-bottom: 0.2rem;
    line-height: 1.6;
    padding-left: 2.8em;
    padding-right: var(--spacing-md);
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    background-color: #fafaf9;
    border-left: 3px solid transparent;
    border-radius: 8px;
    transition: all var(--transition-base);
    box-sizing: border-box;
}

.right-contents #refs h3 {
@@ -885,12 +895,10 @@ body.dark .right-contents #refs h3 {
    font-size: 90%;
}

section.review p.bibl-cr {
    margin-bottom: 50px;
p.bibl-cr {
    margin-left: 30px;
}


#toc {
    font-size: 0.9375rem;
}
@@ -961,9 +969,8 @@ body.dark #toc a.active {

/***** REVIEW *******/
.author-aut,
.authority_affiliation,
.authority_mail {
    text-align: right;
.authority_affiliation {
    text-align: right !important;
}

span[class*="fn-call"], sup {
@@ -977,7 +984,8 @@ sub {
    font-size: .60em;
}

span[class*="fn-call"] {
span[class*="fn-call"],
span[class*="bib-ref-call"] {
    color: var(--primary-color);
    cursor: pointer;
    transition: color var(--transition-fast);
@@ -1030,13 +1038,16 @@ body.dark div[id^="footnotes"] li {
    background-color: var(--dark-bg-secondary);
}

div[id^="footnotes"] li.focus, #refs .ref.focus {
div[id^="footnotes"] li.focus, 
.right-contents #refs li.focus, 
#refs .ref.focus {
    border-left-color: var(--primary-color);
    background-color: rgba(26, 84, 144, 0.05);
    border-right: 5px solid var(--third-color);
}

body.dark div[id^="footnotes"] li.focus {
body.dark div[id^="footnotes"] li.focus,
body.dark div[id^="refs"] li.focus {
    border-left-color: var(--accent-color);
    background-color: rgba(14, 165, 233, 0.08);
}
@@ -1306,7 +1317,6 @@ blockquote + blockquote {
    white-space: pre;
}


ul, ol {
    margin-top: 1ex;
    margin-bottom: 1.5ex;
@@ -1350,7 +1360,6 @@ body.dark #drag-bar:hover {
    text-align: right;
}


a {
    color: var(--primary-color);
    text-decoration: none;
@@ -1365,7 +1374,6 @@ body.dark a {
    color: var(--accent-color);
}


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
@@ -1392,7 +1400,6 @@ body.dark ::-webkit-scrollbar-thumb:hover {
    background: #475569;
}


#mirador-container {
    width: 100%;
    height: calc(100vh - 80px);
@@ -1471,3 +1478,13 @@ div.idno {
.filter-bar {
    display: none;
}

/* code */

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

code {
    font-size: 0.9rem;
}
 No newline at end of file