Skip to content

Commit

Permalink
epub: DOMExporter => HTMLExporterConverter
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Dec 10, 2024
1 parent e85e0a6 commit 625b7f2
Show file tree
Hide file tree
Showing 6 changed files with 493 additions and 1,045 deletions.
30 changes: 15 additions & 15 deletions fiduswriter/book/static/css/book.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,50 +167,50 @@ table {
text-decoration: underline;
}

.article table[data-layout="fixed"] {
.user-contents table[data-layout="fixed"] {
table-layout: fixed !important;
}

.article table[data-layout="auto"] {
.user-contents table[data-layout="auto"] {
table-layout: auto !important;
}

.article-title {
.doc-title {
font-size: 48px;
}

.article .table-of-contents h1,
.article .table-of-contents h2,
.article .table-of-contents h3,
.article .table-of-contents h4,
.article .table-of-contents h5,
.article .table-of-contents h6 {
.user-contents .table-of-contents h1,
.user-contents .table-of-contents h2,
.user-contents .table-of-contents h3,
.user-contents .table-of-contents h4,
.user-contents .table-of-contents h5,
.user-contents .table-of-contents h6 {
font-size: 1em;
font-weight: normal;
margin-bottom: unset;
}

.article .table-of-contents h2 {
.user-contents .table-of-contents h2 {
padding-left: 1em;
}

.article .table-of-contents h3 {
.user-contents .table-of-contents h3 {
padding-left: 2em;
}

.article .table-of-contents h4 {
.user-contents .table-of-contents h4 {
padding-left: 3em;
}

.article .table-of-contents h5 {
.user-contents .table-of-contents h5 {
padding-left: 4em;
}

.article .table-of-contents h6 {
.user-contents .table-of-contents h6 {
padding-left: 5em;
}

.article .table-of-contents h1.toc {
.user-contents .table-of-contents h1.toc {
font-style: italic;
}

Expand Down
293 changes: 0 additions & 293 deletions fiduswriter/book/static/js/modules/books/exporter/epub/dom_export.js

This file was deleted.

Loading

0 comments on commit 625b7f2

Please sign in to comment.