2016-09-08 18:41:23 +02:00
|
|
|
<!doctype html>
|
2016-08-24 19:54:52 +02:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title><%- padId %></title>
|
|
|
|
<meta name="generator" content="Etherpad">
|
|
|
|
<meta name="author" content="Etherpad">
|
|
|
|
<meta name="changedby" content="Etherpad">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<style>
|
|
|
|
ol {
|
2020-06-05 21:54:16 +02:00
|
|
|
counter-reset: item;
|
2016-08-24 19:54:52 +02:00
|
|
|
}
|
2020-06-05 21:54:16 +02:00
|
|
|
|
|
|
|
ol > li {
|
|
|
|
counter-increment: item;
|
2016-08-24 19:54:52 +02:00
|
|
|
}
|
2020-06-05 21:54:16 +02:00
|
|
|
|
|
|
|
ol ol > li {
|
|
|
|
display: block;
|
2016-08-24 19:54:52 +02:00
|
|
|
}
|
2020-06-05 21:54:16 +02:00
|
|
|
|
|
|
|
ol > li {
|
|
|
|
display: block;
|
2016-08-24 19:54:52 +02:00
|
|
|
}
|
2020-06-05 21:54:16 +02:00
|
|
|
|
|
|
|
ol > li:before {
|
|
|
|
content: counters(item, ".") ". ";
|
2016-08-24 19:54:52 +02:00
|
|
|
}
|
2020-06-05 21:54:16 +02:00
|
|
|
|
|
|
|
ol ol > li:before {
|
|
|
|
content: counters(item, ".") ". ";
|
|
|
|
margin-left: -20px;
|
2016-08-24 19:54:52 +02:00
|
|
|
}
|
|
|
|
<%- extraCSS %>
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<%- body %>
|
|
|
|
</body>
|
|
|
|
</html>
|