Suppression des commentaires
This commit is contained in:
@@ -588,11 +588,6 @@ main > article > section.article-asides section.article-aside-block {
|
||||
background: var(--color-surface-soft);
|
||||
}
|
||||
|
||||
main > article > section.article-asides section.article-comments-callout {
|
||||
border-top-color: var(--color-section-divider-1);
|
||||
background: linear-gradient(180deg, rgba(217, 122, 63, 0.18) 0%, rgba(17, 27, 42, 0.56) 100%);
|
||||
}
|
||||
|
||||
main > article > section.article-asides section.article-taxonomies {
|
||||
border-top-color: var(--color-accent-2);
|
||||
background: linear-gradient(180deg, rgba(93, 134, 173, 0.18) 0%, rgba(17, 27, 42, 0.56) 100%);
|
||||
@@ -636,22 +631,6 @@ main > article > section.article-asides section.article-aside-block > p {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
main > article > section.article-asides section.article-comments-callout > p:last-child {
|
||||
margin-top: var(--space-3);
|
||||
}
|
||||
|
||||
main > article > section.article-asides section.article-comments-callout > p:last-child > a.ui-button {
|
||||
width: 100%;
|
||||
min-height: 2.7rem;
|
||||
border-color: #a69250;
|
||||
background: linear-gradient(180deg, rgba(217, 122, 63, 0.38) 0%, rgba(17, 27, 42, 0.94) 100%);
|
||||
}
|
||||
|
||||
main > article > section.article-asides section.article-comments-callout > p:last-child > a.ui-button:is(:hover, :focus-visible) {
|
||||
border-color: #c1a249;
|
||||
background: linear-gradient(180deg, rgba(217, 122, 63, 0.54) 0%, rgba(17, 27, 42, 0.98) 100%);
|
||||
}
|
||||
|
||||
main > article > section.article-asides section.article-taxonomies > div.article-taxonomies-groups {
|
||||
margin-top: var(--space-2);
|
||||
display: grid;
|
||||
@@ -1455,27 +1434,25 @@ main > article .footnote-ref {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
main > article .footnotes {
|
||||
ol {
|
||||
margin: var(--margin) auto;
|
||||
padding-left: 1.5em;
|
||||
font-size: 1rem;
|
||||
list-style-type: decimal;
|
||||
list-style-position: outside;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--gap-half);
|
||||
main > article .footnotes ol {
|
||||
margin: var(--margin) auto;
|
||||
padding-left: 1.5em;
|
||||
font-size: 1rem;
|
||||
list-style-type: decimal;
|
||||
list-style-position: outside;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--gap-half);
|
||||
}
|
||||
|
||||
li {
|
||||
padding-left: 0.2em;
|
||||
}
|
||||
main > article .footnotes ol li {
|
||||
padding-left: 0.2em;
|
||||
}
|
||||
|
||||
p {
|
||||
width: auto;
|
||||
line-height: 130%;
|
||||
font-size: inherit;
|
||||
}
|
||||
}
|
||||
main > article .footnotes ol p {
|
||||
width: auto;
|
||||
line-height: 130%;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
sup {
|
||||
|
||||
Reference in New Issue
Block a user