2023-02-20 16:45:00 +01:00
|
|
|
.counter-start-header-section {
|
2023-05-23 10:12:16 +02:00
|
|
|
counter-reset: h2;
|
2023-03-24 11:08:31 +01:00
|
|
|
|
|
|
|
.reset-h2 {
|
|
|
|
counter-reset: h3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reset-h3 {
|
|
|
|
counter-reset: h4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reset-h4 {
|
|
|
|
counter-reset: h5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reset-h5 {
|
|
|
|
counter-reset: h6;
|
|
|
|
}
|
2023-02-20 16:45:00 +01:00
|
|
|
|
2023-04-27 15:26:46 +02:00
|
|
|
.reset-h6 {
|
|
|
|
counter-reset: h6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reset-h5 {
|
|
|
|
counter-reset: h6;
|
|
|
|
}
|
2023-02-20 16:45:00 +01:00
|
|
|
|
2023-04-27 15:26:46 +02:00
|
|
|
.reset-h6 {
|
|
|
|
counter-reset: h7;
|
2023-03-24 11:08:31 +01:00
|
|
|
}
|
|
|
|
|
2023-04-28 10:33:01 +02:00
|
|
|
.header-section.section-2::before {
|
2023-03-24 11:08:31 +01:00
|
|
|
counter-increment: h2;
|
2023-04-27 15:26:46 +02:00
|
|
|
content: counter(h2) ". ";
|
2023-03-24 11:08:31 +01:00
|
|
|
}
|
|
|
|
|
2023-04-28 10:33:01 +02:00
|
|
|
.header-section.section-3::before {
|
2023-03-24 11:08:31 +01:00
|
|
|
counter-increment: h3;
|
2023-04-27 15:26:46 +02:00
|
|
|
content: counter(h2) "." counter(h3) ". ";
|
2023-03-24 11:08:31 +01:00
|
|
|
}
|
|
|
|
|
2023-04-28 10:33:01 +02:00
|
|
|
.header-section.section-4::before {
|
2023-03-24 11:08:31 +01:00
|
|
|
counter-increment: h4;
|
2023-04-27 15:26:46 +02:00
|
|
|
content: counter(h2) "." counter(h3) "." counter(h4) ". ";
|
2023-03-24 11:08:31 +01:00
|
|
|
}
|
|
|
|
|
2023-04-28 10:33:01 +02:00
|
|
|
.header-section.section-5::before {
|
2023-03-24 11:08:31 +01:00
|
|
|
counter-increment: h5;
|
2023-04-27 15:26:46 +02:00
|
|
|
content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) ". ";
|
2023-03-24 11:08:31 +01:00
|
|
|
}
|
|
|
|
|
2023-04-28 10:33:01 +02:00
|
|
|
.header-section.section-6::before {
|
2023-03-24 11:08:31 +01:00
|
|
|
counter-increment: h6;
|
2023-04-27 15:26:46 +02:00
|
|
|
content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6) ". ";
|
|
|
|
}
|
|
|
|
|
2023-04-28 10:33:01 +02:00
|
|
|
.header-section.section-7::before {
|
2023-04-27 15:26:46 +02:00
|
|
|
counter-increment: h7;
|
|
|
|
content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6) "." counter(h7) ". ";
|
2023-02-20 16:45:00 +01:00
|
|
|
}
|
2023-04-13 15:09:24 +02:00
|
|
|
|
|
|
|
.repetition {
|
|
|
|
counter-reset: repetition;
|
|
|
|
|
|
|
|
.block-id::after {
|
|
|
|
counter-increment: repetition;
|
|
|
|
content: counter(repetition);
|
|
|
|
}
|
|
|
|
}
|
2023-02-20 16:45:00 +01:00
|
|
|
}
|