-
Notifications
You must be signed in to change notification settings - Fork 2
/
chapter.hss
47 lines (40 loc) · 1.24 KB
/
chapter.hss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/*=====================================================================*/
/* serrano/diffusion/talk/pliss23/chapter.hss */
/* ------------------------------------------------------------- */
/* Author : Manuel Serrano */
/* Creation : Tue Aug 22 10:12:59 2023 */
/* Last change : Fri Aug 25 08:49:27 2023 (serrano) */
/* Copyright : 2023 Manuel Serrano */
/* ------------------------------------------------------------- */
/* Chapter */
/*=====================================================================*/
.chapter {
text-align: center;
}
.chapter .number {
margin-top: 1ex;
text-decoration: underline;
font-size: 100%;
color: var(--grey);
font-weight: normal;
margin-bottom: 0.5ex;
}
.chapter div.title {
color: var(--greydark);
font-weight: bold;
font-size: 250%;
}
.chapter div.title span.title .important {
color: var(--red);
}
.chapter .legend {
font-size: 80%;
color: var(--greydark);
}
.chapter .author {
font-size: 70%;
color: var(--grey);
}
.chapter .care {
color: var(--greydark);
}