Open zwettemaan opened 5 years ago
How about this: I will post two CSS file -- one raw from InDesign, and one cleaned-up from that raw file so that you can see the types of changes that would be great.
That works for me! If you could also add some rough description (e.g.
) so I have a rough idea of the manual changes you've performed, that'd be great!
InDesign exports a full set of values for every style -- paragraph, character, cell, table, object, etc. There needs to be a way to design the base body text values and then define everything else against that set of values. So, body is 12/15 pt Minion Pro with a text indent of 15pt and no margins. The italic character style would only define font-style: italic;
. At present it renders four or five lines (style, weight, size, colour). And then a header would something like:
h1.ahead {
font-family:"Century Old Style Std", serif;
font-size:1.2em;
line-height:1.2;
margin:2em 0 1em 0;
text-align:center;
text-indent:0;
}
Here are two CSS files from a fairly simple book. One is straight out of ID, the other has my fingerprints on it. CSS.zip
Do you need anything else for this issue, @zwettemaan?
This entry will have to be split up dramatically ;-) into bite-size action points...