articles/index.tyto: titre et métas
This commit is contained in:
parent
b2f1b2967c
commit
d9dc56465b
|
@ -35,7 +35,6 @@ body {
|
||||||
background: var(--a-lec_white);
|
background: var(--a-lec_white);
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
text-align: justify;
|
|
||||||
text-justify: auto;
|
text-justify: auto;
|
||||||
background: var(--a-lec_white);
|
background: var(--a-lec_white);
|
||||||
}
|
}
|
||||||
|
@ -48,7 +47,6 @@ main {
|
||||||
background-color: var(--a-lec_white);
|
background-color: var(--a-lec_white);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------------
|
/* ----------------------------------------------------------------------------
|
||||||
* Article contents styles
|
* Article contents styles
|
||||||
*/
|
*/
|
||||||
|
@ -73,15 +71,14 @@ h1#article_title {
|
||||||
}
|
}
|
||||||
a#article_title_link {}
|
a#article_title_link {}
|
||||||
div#article_refs {
|
div#article_refs {
|
||||||
display: block;
|
background-color: var(--a-lec_yellow);
|
||||||
background-color: var(--a-lec_yellow);
|
float: right;
|
||||||
position: relative;
|
padding: 5px;
|
||||||
text-align: left;
|
font-size: 82%;
|
||||||
float: right;
|
margin-bottom: 10px;
|
||||||
top: -10px;
|
margin-top: -3em;
|
||||||
padding: 5px;
|
|
||||||
font-size: 82%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a#post_code {}
|
a#post_code {}
|
||||||
|
|
||||||
/* ! TOC */
|
/* ! TOC */
|
||||||
|
@ -132,8 +129,9 @@ h6.tyto {
|
||||||
*/
|
*/
|
||||||
p.tyto {
|
p.tyto {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 10px;
|
margin-top: 20px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
ul.tyto {
|
ul.tyto {
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
|
Loading…
Reference in New Issue