View Single Post
Old 07-06-2024, 03:54 PM   #7
womp9
Junior Member
womp9 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jul 2024
Device: Windows 10
Quote:
Originally Posted by kovidgoyal View Post
Then your book isnt actually using <p> tags for paragraphs, in which case there isnt any generic way to do this it will depend on per book markup.
Would you know how I should edit this books CSS so that paragraphs turn into pagebreaks?:
Spoiler:

.bold {
font-weight: bold
}
.calibre {
display: block;
font-size: 1em;
padding-left: 0;
padding-right: 0;
text-align: justify;
margin: 0 5pt
}
.calibre_ {
display: block;
text-align: left;
text-indent: 1em;
margin: 0
}
.calibre_1 {
display: block;
text-align: left;
text-indent: 1em;
margin: 1em 0 0
}
.calibre_2 {
color: #000
}
.calibre_3 {
display: block;
margin: 1em 0 0 2em
}
.calibre_4 {
display: block;
text-align: left;
text-indent: 1em;
margin: 0 0 0 2em
}
.calibre_5 {
height: 349px;
vertical-align: baseline;
width: 103px
}
.calibre_6 {
display: block;
text-align: left;
text-indent: 0;
margin: 2em 0 0
}
.calibre_7 {
display: block;
text-indent: 0;
margin: 1em 0 0
}
.calibre_8 {
display: block;
text-indent: 0;
margin: 0
}
.calibre_9 {
display: block;
text-indent: 0;
margin: 0 0 0 2em
}
.calibre_10 {
display: block;
text-align: center;
text-indent: 1em;
margin: 1em 0 0
}
.calibre_11 {
display: block;
text-align: center;
text-indent: 1em;
margin: 0
}
.calibre_12 {
display: block;
text-align: justify;
text-indent: 1em;
margin: 0
}
.calibre_13 {
display: block;
text-align: right;
text-indent: 1em;
margin: 0
}
.calibre_14 {
height: 271px;
vertical-align: baseline;
width: 63px
}
.calibre_15 {
height: 271px;
vertical-align: baseline;
width: 60px
}
.calibre_16 {
height: 271px;
vertical-align: baseline;
width: 62px
}
.calibre_17 {
height: 271px;
vertical-align: baseline;
width: 56px
}
.calibre_18 {
display: block;
text-align: justify;
text-indent: 1em;
margin: 0 0 0 2em
}
.calibre_19 {
height: 271px;
vertical-align: baseline;
width: 54px
}
.calibre_20 {
display: block;
text-indent: 1em;
margin: 0
}
.calibre_21 {
height: 271px;
vertical-align: baseline;
width: 64px
}
.calibre_22 {
display: block;
text-align: center;
text-indent: 0;
margin: 1em 0 0
}
.calibre_23 {
height: 775px;
vertical-align: baseline;
width: 471px
}
.calibre1 {
display: block
}
.calibre2 {
font-size: 0.75em
}
.calibre3 {
font-size: 1.125em;
line-height: 1.2
}
.calibre4 {
display: block;
margin: 0 0 0 2em
}
.calibre5 {
font-size: 0.75em;
line-height: normal;
vertical-align: super
}
.calibre6 {
font-size: 0.77778em
}
.calibre7 {
font-size: 1.28571em
}
.italic {
font-style: italic
}
.mbp_pagebreak {
display: block;
margin: 0
}

Last edited by theducks; 07-06-2024 at 04:49 PM. Reason: SPOILERED files
womp9 is offline   Reply With Quote