View Single Post
Old 06-19-2014, 01:35 PM   #1
jimb949
Member
jimb949 began at the beginning.
 
Posts: 11
Karma: 10
Join Date: May 2014
Device: none
calibre leftovers

How do I get rid of these? Can I delete them or rename them to something else? I have them in my css and my manuscript.
My last 5 chapters have this at the begining of every paragraph <pclass="MsoNormal"><span class="calibre13"> Do I need both of them or can I delete <span class="calibre13">?

Also my other chapters have this at the begining of every paragraph
<p class="MsoNormal"> which I think also is a word leftover. Can I rename those to something like <p class="indent">?

Here is my css from sigil:
Spoiler:

.MsoNormal {
display: block;
font-family: "Courier New";
font-size: 1em;
line-height: 150%;
punctuation-wrap: simple;
text-align: justify;
text-autospace: none;
text-indent: 0.5in;
text-justify: inter-ideograph;
margin: 0 0 0.0001pt
}
.MsoNormal1 {
display: block;
font-family: "Courier New";
font-size: 1em;
line-height: 150%;
punctuation-wrap: simple;
text-align: center;
text-autospace: none;
text-indent: 0.5in;
text-justify: inter-ideograph;
margin: 0 0 0.0001pt
}
.MsoNormal2 {
display: block;
font-family: "Courier New";
font-size: 1em;
line-height: 150%;
punctuation-wrap: simple;
text-align: justify;
text-autospace: none;
text-indent: 0;
text-justify: inter-ideograph;
margin: 0 0 0.0001pt
}
.MsoNormalTable {
border-collapse: collapse;
border-spacing: 2px;
display: table;
margin-bottom: 0;
margin-top: 0;
text-indent: 0;
width: 100%
}
.MsoNormalTable1 {
border-collapse: collapse;
border-spacing: 2px;
display: table;
float: left;
text-align: left;
text-indent: 0;
width: 100%;
margin: 0 7.1pt
}
.MsoToc {
display: block;
font-family: "Courier New";
font-size: 1em;
line-height: 150%;
punctuation-wrap: simple;
text-autospace: none;
text-indent: 0.5in;
margin: 0 0 5pt
}
.WordSection {
display: block;
page: WordSection1
}
.calibre {
display: block;
font-size: 1em;
padding-left: 0;
padding-right: 0;
margin: 0 5pt
}
.calibre1 {
display: block;
text-align: center
}
.calibre10 {
display: table-cell;
height: 0.25in;
text-align: inherit;
vertical-align: inherit;
width: 100%;
padding: 0 5.4pt
}
.calibre11 {
display: table-row;
vertical-align: inherit
}
.calibre12 {
display: table-cell;
text-align: inherit;
vertical-align: inherit;
width: 100%;
padding: 0 5.4pt
}
.calibre13 {
font-family: "Courier New";
font-size: 1em;
line-height: 150%
}
.calibre14 {
display: block
}
.calibre15 {
display: block
}
.calibre16 {
display: block;
font-family: "Courier New";
font-size: 1em;
font-weight: normal;
line-height: 150%;
punctuation-wrap: simple;
text-autospace: none;
text-indent: 0.5in;
margin: 0 0 0.0001pt
}
.calibre17 {
font-family: Symbol
}
.calibre18 {
display: block;
margin: 1em 0
}
.calibre2 {
display: table-row-group;
vertical-align: middle
}
.calibre3 {
display: table-row;
height: 2in;
vertical-align: inherit
}
.calibre4 {
display: table-cell;
height: 2in;
text-align: inherit;
vertical-align: inherit;
width: 100%;
padding: 0 5.4pt
}
.calibre5 {
display: table-row;
height: 1in;
vertical-align: inherit
}
.calibre6 {
display: table-cell;
height: 1in;
text-align: inherit;
vertical-align: inherit;
width: 100%;
padding: 0 5.4pt
}
.calibre7 {
display: table-row;
height: 0.5in;
vertical-align: inherit
}
.calibre8 {
display: table-cell;
height: 0.5in;
text-align: inherit;
vertical-align: inherit;
width: 100%;
padding: 0 5.4pt
}
.calibre9 {
display: table-row;
height: 0.25in;
vertical-align: inherit
}
.pcalibre:visited {
color: purple;
text-decoration: underline
}
.pcalibre1:link {
color: blue;
text-decoration: underline
}

Last edited by theducks; 06-19-2014 at 08:03 PM. Reason: Wrapped long paste in Spoiler
jimb949 is offline   Reply With Quote