diff options
author | Michele Calgaro <[email protected]> | 2024-05-11 21:28:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-11 21:28:48 +0900 |
commit | 2462d03f322261bd616721c2b2065c4004b36c9c (patch) | |
tree | 239947a0737bb8386703a1497f12c09aebd3080a /fbreader/data/default/styles.moto.xml | |
download | tde-ebook-reader-2462d03f322261bd616721c2b2065c4004b36c9c.tar.gz tde-ebook-reader-2462d03f322261bd616721c2b2065c4004b36c9c.zip |
Initial import (as is) from Debian Snapshot's 'fbreader' source code (https://snapshot.debian.org/package/fbreader/0.99.4%2Bdfsg-6).
The Debian code is provided under GPL2 license.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'fbreader/data/default/styles.moto.xml')
-rw-r--r-- | fbreader/data/default/styles.moto.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/fbreader/data/default/styles.moto.xml b/fbreader/data/default/styles.moto.xml new file mode 100644 index 0000000..8b7babe --- /dev/null +++ b/fbreader/data/default/styles.moto.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?> +<DefaultStyles> + <style id="0" name="Regular Paragraph" firstLineIndentDelta="15" allowHyphenations="true"/> + <style id="1" name="Title" fontSizeDelta="10" bold="true" spaceBefore="2" spaceAfter="7" alignment="center" allowHyphenations="false"/> + <style id="3" name="Poem Title" fontSizeDelta="2" bold="true" spaceBefore="6" spaceAfter="6" leftIndent="40" allowHyphenations="false"/> + <style id="2" name="Section Title" fontSizeDelta="6" bold="true" spaceAfter="5" alignment="center" allowHyphenations="false"/> + <style id="5" name="Annotation" fontSizeDelta="-2" firstLineIndentDelta="15" allowHyphenations="true"/> + <style id="6" name="Epigraph" fontSizeDelta="-2" italic="true" leftIndent="80" allowHyphenations="true"/> + <style id="4" name="Subtitle" bold="true" allowHyphenations="true"/> + <style id="13" name="Author" leftIndent="20" allowHyphenations="false"/> + <style id="14" name="Date" leftIndent="40" allowHyphenations="false"/> + <style id="7" name="Stanza" spaceBefore="6" spaceAfter="6" alignment="linestart" allowHyphenations="false"/> + <style id="8" name="Verse" leftIndent="20" alignment="linestart" allowHyphenations="false"/> + <style id="10" name="Image" spaceBefore="8" alignment="center"/> + <style id="23" name="Contents Table" spaceAfter="7" leftIndent="15" firstLineIndentDelta="-15" alignment="linestart"/> + <style id="25" name="Library Entry" fontSizeDelta="-2" alignment="linestart" allowHyphenations="false"/> + <style id="9" name="Preformatted text" italic="true" alignment="linestart" allowHyphenations="false"/> + + <style id="12" partial="true" name="Cite" italic="true"/> + <style id="15" partial="true" name="Internal Hyperlink" allowHyphenations="false" hyperlink="internal"/> + <style id="37" partial="true" name="External Hyperlink" allowHyphenations="false" hyperlink="external"/> + <style id="38" partial="true" name="Link to Another Book" allowHyphenations="false" hyperlink="book"/> + <style id="16" partial="true" name="Footnote" fontSizeDelta="-6" vShift="10" allowHyphenations="false" hyperlink="internal"/> + <style id="17" partial="true" name="Emphasis" italic="true"/> + <style id="18" partial="true" name="Strong" bold="true"/> + <style id="19" partial="true" name="Subscript" fontSizeDelta="-4" vShift="-4" allowHyphenations="false"/> + <style id="20" partial="true" name="Superscript" fontSizeDelta="-4" vShift="10" allowHyphenations="false"/> + <style id="21" partial="true" name="Code" italic="true" allowHyphenations="false"/> + <style id="22" partial="true" name="StrikeThrough"/> + <style id="27" partial="true" name="Italic" italic="true"/> + <style id="28" partial="true" name="Bold" bold="true"/> + <style id="29" partial="true" name="Definition" italic="true"/> + <style id="30" partial="true" name="Definition Description" italic="true"/> + <style id="31" name="Header 1" fontSizeDelta="6" bold="true" spaceAfter="5" alignment="center" allowHyphenations="false"/> + <style id="32" name="Header 2" fontSizeDelta="6" bold="true" spaceAfter="5" alignment="center" allowHyphenations="false"/> + <style id="33" name="Header 3" bold="true" allowHyphenations="true"/> + <style id="34" name="Header 4" bold="true" allowHyphenations="true"/> + <style id="35" name="Header 5" bold="true"/> + <style id="36" name="Header 6" bold="true"/> +</DefaultStyles> |