Amélioration de l'affichage
This commit is contained in:
@@ -44,6 +44,7 @@ article.article-body {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
>details {
|
>details {
|
||||||
@@ -129,6 +130,7 @@ article.article-body {
|
|||||||
color: var(--color-text-light);
|
color: var(--color-text-light);
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
hyphens: auto;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
||||||
cite {
|
cite {
|
||||||
|
|||||||
@@ -37,6 +37,10 @@ figure {
|
|||||||
text-wrap: balance;
|
text-wrap: balance;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
|
|
||||||
|
summary {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
audio {
|
audio {
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
a {
|
a {
|
||||||
color: var(--color-link);
|
color: var(--color-link);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
display: inline-block;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|||||||
@@ -76,10 +76,6 @@
|
|||||||
{{- $relAttr := "" -}}
|
{{- $relAttr := "" -}}
|
||||||
{{- if $isExternal -}}
|
{{- if $isExternal -}}
|
||||||
{{- $relAttr = "noreferrer noopener" -}}
|
{{- $relAttr = "noreferrer noopener" -}}
|
||||||
{{- end -}}
|
{{- end -}}<a href="{{ $newURL }}" title="{{ $titleValue }}" {{- if gt (len $relAttr) 0 -}} rel="{{ $relAttr }}" {{- end
|
||||||
<a href="{{ $newURL }}" title="{{ $titleValue }}"
|
-}} {{- if gt (len $classes) 0 -}} class="{{ delimit $classes ` ` }}" {{- end -}}>{{- .Text | safeHTML -}}</a>{{- /*
|
||||||
{{- if gt (len $relAttr) 0 -}} rel="{{ $relAttr }}"{{- end -}}
|
*/ -}}
|
||||||
{{- if gt (len $classes) 0 -}} class="{{ delimit $classes ` ` }}"{{- end -}}>
|
|
||||||
{{- .Text | safeHTML -}}
|
|
||||||
</a>
|
|
||||||
{{- /* */ -}}
|
|
||||||
Reference in New Issue
Block a user