-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMCC.css
More file actions
28 lines (23 loc) · 781 Bytes
/
Copy pathMCC.css
File metadata and controls
28 lines (23 loc) · 781 Bytes
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
body {
font-family: Arial, sans-serif;
font-size: 10pt; /* Dimensione del font per il corpo */
color: #000000; /* Colore del testo del corpo: nero */
}
h1, h2, h3, h4, h5, h6 {
font-family: Arial, sans-serif; /* Font Arial per tutte le intestazioni */
color: #007a53; /* Colore verde */
}
/* Dimensioni relative per le intestazioni */
h1 { font-size: 20pt; /* Dimensione per H1 */}
h2 { font-size: 18pt; /* Dimensione per H2 */}
h3 { font-size: 16pt; /* Dimensione per H3 */}
h4 { font-size: 14pt; /* Dimensione per H4 */}
h5 { font-size: 12pt; /* Dimensione per H5 */}
h6 { font-size: 11pt; /* Dimensione per H6 */}
.callout-warning {
border-left: 5px solid #ff0000;
}
table {
font-family: Arial, sans-serif;
font-size: 9pt;
}