View Single Post
Old 03-03-2014, 03:28 PM   #1
Chris_Snow
Zealot
Chris_Snow can illuminate an eclipseChris_Snow can illuminate an eclipseChris_Snow can illuminate an eclipseChris_Snow can illuminate an eclipseChris_Snow can illuminate an eclipseChris_Snow can illuminate an eclipseChris_Snow can illuminate an eclipseChris_Snow can illuminate an eclipseChris_Snow can illuminate an eclipseChris_Snow can illuminate an eclipseChris_Snow can illuminate an eclipse
 
Posts: 148
Karma: 8170
Join Date: Jul 2013
Device: kobo glo
Font Size in Silgil Different between two Books

Greetings,

I'm a css noob, but have been tweaking my ebooks for some time for consistancy.

I have noticed that sometimes Sigil will show fonts at different sizes. For example, one book has the stylesheet set to 1em font size (my preferred size), while another has the font-size as 0.75em. When I change 0.75em to 1em, it looks huge in Sigil - almost bold as well.

Then line-height seems to be a reflection of the font size, and even though I set it to 1.4em (my preferred height), 0.75em font size CSS isn't the same as the stylesheet with the 1em font size (1em font-size has more space between lines).

Why is this? Nothing in the css seems to indicate a difference and under Sigil appearances, everything seems to be identical.

Here are the two SS

0.75em One

Code:
.calibre {
    display: block;
    font-size: 0.75em;
    line-height: 1.4;
    orphans: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
    widows: 0;
    margin: 0 5pt
    }
.calibre1 {
    display: block
    }
.calibre2 {
    display: block;
    orphans: 0;
    widows: 0;
    margin: 0 0
    }
.calibre3 {
    height: auto;
    width: auto
    }
.calibre10 {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 0;
    text-align: justify;
    text-indent: 1em;
    widows: 0
    }
.chapter-number {
    display: block;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    text-align: center
    }
.chapter-title {
    display: block;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: center
    }
.none {
    font-size: 2.22222em;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none
    }
.none1 {
    font-size: 1.33333em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2;
    text-decoration: none
    }
.none2 {
    font-size: 1.33333em;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2;
    text-decoration: none
    }
.none3 {
    font-size: 1.33333em;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none
    }
.s {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4pt;
    text-align: center;
    text-indent: 1em
    }
.s1 {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4pt;
    text-align: justify;
    text-indent: 1em
    }
1em one
Code:
.bold {
    font-weight: bold;
    line-height: 1.2
    }
.bold1 {
    font-weight: bold
    }
.calibre {
    display: block;
    font-size: 1em;
    line-height: 1.4;
    margin-bottom: 0;
    margin-left: 5pt;
    margin-right: 5pt;
    margin-top: 0;
    orphans: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
    widows: 0
    }
.calibre1 {
    display: block;
    font-size: 1.66667em;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 256px;
    text-align: right;
    text-indent: 0
    }
.calibre10 {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 0;
    text-align: justify;
    text-indent: 1em;
    widows: 0
    }
.calibre11 {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
    orphans: 0;
    text-align: justify;
    text-indent: 0;
    widows: 0
    }
.calibre15 {
    display: block;
    font-size: 1.66667em;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 32px;
    text-align: center;
    text-indent: 0
    }
.calibre16 {
    display: block;
    font-size: 1.29167em;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 16px;
    text-align: center;
    text-indent: 0
    }
.calibre17 {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
    orphans: 0;
    text-align: center;
    text-indent: 0;
    widows: 0
    }
.calibre18 {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 0;
    text-align: justify;
    text-indent: 0;
    widows: 0
    }
.calibre19 {
    font-size: 0.75em
    }
.calibre2 {
    font-size: 0.775em;
    line-height: 1.2
    }
.calibre20 {
    display: block;
    height: 8px
    }
.calibre3 {
    display: block
    }
.calibre4 {
    display: block;
    font-size: 1.29167em;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 32px;
    text-align: center;
    text-indent: 0
    }
.calibre5 {
    font-size: 1em;
    line-height: 1.2
    }
.calibre7 {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 16px;
    orphans: 0;
    text-align: center;
    text-indent: 0;
    widows: 0
    }
.calibre8 {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 32px;
    orphans: 0;
    text-align: justify;
    text-indent: 0;
    widows: 0
    }
.calibre9 {
    font-size: 1.29167em;
    line-height: 1.2
    }
.italic {
    font-style: italic;
    line-height: 1.2
    }
.chapter-number {
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    text-align: center
    }
.chapter-title {
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: center
    }
.mbppagebreak {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
    }
Chris_Snow is offline   Reply With Quote