Add ODT meta namespace, add font format to HTML, and merge page break settings
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<title>Lorem Ipsum</title>
|
||||
</head>
|
||||
<style>
|
||||
body {font-family: 'Sans'; font-size: 12pt}
|
||||
p {text-align: left;}
|
||||
h1, h2 {color: rgb(66, 113, 174);}
|
||||
h3, h4 {color: rgb(50, 50, 50);}
|
||||
@@ -21,7 +22,7 @@ article {width: 800px; margin: 40px auto;}
|
||||
</style>
|
||||
<body>
|
||||
<article>
|
||||
<h1 class='title' style='text-align: center; page-break-before: never;'>Lorem Ipsum</h1>
|
||||
<h1 class='title' style='text-align: center; page-break-before: auto;'>Lorem Ipsum</h1>
|
||||
<p style='text-align: center;'><strong>By lipsum.com</strong></p>
|
||||
<p style='text-align: center;'>“Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit…”</p>
|
||||
<p style='text-align: center;'>“There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain…”</p>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<title>Lorem Ipsum</title>
|
||||
</head>
|
||||
<style>
|
||||
body {font-family: 'Sans'; font-size: 12pt}
|
||||
p {text-align: justify;}
|
||||
h1, h2 {color: rgb(66, 113, 174);}
|
||||
h3, h4 {color: rgb(50, 50, 50);}
|
||||
@@ -21,7 +22,7 @@ article {width: 800px; margin: 40px auto;}
|
||||
</style>
|
||||
<body>
|
||||
<article>
|
||||
<h1 class='title' style='text-align: center; page-break-before: never;'>Lorem Ipsum</h1>
|
||||
<h1 class='title' style='text-align: center; page-break-before: auto;'>Lorem Ipsum</h1>
|
||||
<p style='text-align: center;'><strong>By lipsum.com</strong></p>
|
||||
<p style='text-align: center;'>“Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit…”</p>
|
||||
<p style='text-align: center;'>“There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain…”</p>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<title>Lorem Ipsum</title>
|
||||
</head>
|
||||
<style>
|
||||
body {font-family: 'Sans'; font-size: 12pt}
|
||||
p {text-align: justify;}
|
||||
h1, h2 {color: rgb(66, 113, 174);}
|
||||
h3, h4 {color: rgb(50, 50, 50);}
|
||||
@@ -21,7 +22,7 @@ article {width: 800px; margin: 40px auto;}
|
||||
</style>
|
||||
<body>
|
||||
<article>
|
||||
<h1 class='title' style='text-align: center; page-break-before: never;'>Lorem Ipsum</h1>
|
||||
<h1 class='title' style='text-align: center; page-break-before: auto;'>Lorem Ipsum</h1>
|
||||
<p style='text-align: center;'><strong>By lipsum.com</strong></p>
|
||||
<p style='text-align: center;'>“Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit…”</p>
|
||||
<p style='text-align: center;'>“There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain…”</p>
|
||||
|
||||
@@ -5,10 +5,11 @@
|
||||
"authors": [
|
||||
"lipsum.com"
|
||||
],
|
||||
"buildTime": 1611662802
|
||||
"buildTime": 1611750760
|
||||
},
|
||||
"text": {
|
||||
"css": [
|
||||
"body {font-family: 'Sans'; font-size: 12pt}",
|
||||
"p {text-align: justify;}",
|
||||
"h1, h2 {color: rgb(66, 113, 174);}",
|
||||
"h3, h4 {color: rgb(50, 50, 50);}",
|
||||
@@ -24,7 +25,7 @@
|
||||
],
|
||||
"html": [
|
||||
[
|
||||
"<h1 class='title' style='text-align: center; page-break-before: never;'>Lorem Ipsum</h1>"
|
||||
"<h1 class='title' style='text-align: center; page-break-before: auto;'>Lorem Ipsum</h1>"
|
||||
],
|
||||
[
|
||||
""
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<title>Lorem Ipsum</title>
|
||||
</head>
|
||||
<style>
|
||||
body {font-family: 'Sans'; font-size: 12pt}
|
||||
p {text-align: justify;}
|
||||
h1, h2 {color: rgb(66, 113, 174);}
|
||||
h3, h4 {color: rgb(50, 50, 50);}
|
||||
@@ -21,7 +22,7 @@ article {width: 800px; margin: 40px auto;}
|
||||
</style>
|
||||
<body>
|
||||
<article>
|
||||
<h1 class='title' style='text-align: center; page-break-before: never;'>Lorem Ipsum</h1>
|
||||
<h1 class='title' style='text-align: center; page-break-before: auto;'>Lorem Ipsum</h1>
|
||||
<h1 style='page-break-before: always;'>Prologue</h1>
|
||||
<p class='synopsis'><strong>Synopsis:</strong> Explanation from the lipsum.com website.</p>
|
||||
<h1 style='text-align: center; page-break-before: always;'>Act One</h1>
|
||||
|
||||
Reference in New Issue
Block a user