mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
FB2 Input: Do not specify font families/background colors
This commit is contained in:
parent
7a16626073
commit
fb107eb94a
@ -32,16 +32,11 @@
|
|||||||
<xsl:value-of select="fb:description/fb:title-info/fb:book-title"/>
|
<xsl:value-of select="fb:description/fb:title-info/fb:book-title"/>
|
||||||
</title>
|
</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
a { color : #0002CC }
|
body { text-align : justify }
|
||||||
|
|
||||||
a:hover { color : #BF0000 }
|
|
||||||
|
|
||||||
body { background-color : #FEFEFE; color : #000000; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; text-align : justify }
|
|
||||||
|
|
||||||
h1{ font-size : 160%; font-style : normal; font-weight : bold; text-align : left; border : 1px solid Black; background-color : #E7E7E7; margin-left : 0px; page-break-before : always; }
|
h1{ font-size : 160%; font-style : normal; font-weight : bold; text-align : left; border : 1px solid Black; background-color : #E7E7E7; margin-left : 0px; page-break-before : always; }
|
||||||
|
|
||||||
h2{ font-size : 130%; font-style : normal; font-weight : bold; text-align : left; background-color : #EEEEEE; border : 1px solid Gray; page-break-before : always; }
|
h2{ font-size : 130%; font-style : normal; font-weight : bold; text-align : left; background-color : #EEEEEE; border : 1px solid Gray; page-break-before : always; }
|
||||||
|
|
||||||
h3{ font-size : 110%; font-style : normal; font-weight : bold; text-align : left; background-color : #F1F1F1; border : 1px solid Silver;}
|
h3{ font-size : 110%; font-style : normal; font-weight : bold; text-align : left; background-color : #F1F1F1; border : 1px solid Silver;}
|
||||||
|
|
||||||
h4{ font-size : 100%; font-style : normal; font-weight : bold; text-align : left; border : 1px solid Gray; background-color : #F4F4F4;}
|
h4{ font-size : 100%; font-style : normal; font-weight : bold; text-align : left; border : 1px solid Gray; background-color : #F4F4F4;}
|
||||||
@ -56,13 +51,11 @@
|
|||||||
|
|
||||||
hr { color : Black }
|
hr { color : Black }
|
||||||
|
|
||||||
div {font-family : "Times New Roman", Times, serif; text-align : justify}
|
|
||||||
|
|
||||||
ul {margin-left: 0}
|
ul {margin-left: 0}
|
||||||
|
|
||||||
.epigraph{width:50%; margin-left : 35%;}
|
.epigraph{width:50%; margin-left : 35%;}
|
||||||
|
|
||||||
div.paragraph { text-align: justify; text-indent: 2em; }
|
div.paragraph { text-indent: 2em; }
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" type="text/css" href="inline-styles.css" />
|
<link rel="stylesheet" type="text/css" href="inline-styles.css" />
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user