karl-kraus / wpn-static

Karl Kraus: Dritte Walpurgisnacht. Static Edition. UNDER DEVELOPMENT
https://karl-kraus.github.io/wpn-static/
0 stars 0 forks source link

transcription: text-align: justify #8

Open BOberreither opened 3 weeks ago

BOberreither commented 3 weeks ago

Please add justified text alignment (Blocksatz) for the following renditions: runningText1 runningText2 longQuote longQuoteStart longQuoteEnd longQuoteIndent longQuoteStartIndent longQuoteMiddleIndent longQuoteEndIndent longQuoteMarginStart longQuoteMarginMiddle longQuoteMarginEnd

linxOD commented 2 weeks ago

Current rules for text alignment:

#textcontent-pb .runningText1,
#textcontent-pb .runningText2,
#textcontent-pb .longQuote,
#textcontent-pb .typescriptLongQuoteLeading,
#textcontent-pb .longQuoteStart,
#textcontent-pb .longQuoteEnd,
#textcontent-pb .longQuoteStartIndent,
#textcontent-pb .longQuoteMarginStart,
#textcontent-pb .longQulongQuoteMiddleIndentoteEnd,
#textcontent-pb .longQuoteMarginMiddle,
#textcontent-pb .longQuoteEndIndent,
#textcontent-pb .longQuoteMarginEnd,
#textcontent-pb .longQuoteIndent {
  text-align: justify;
  text-align-last: justify;
}

#textcontent-pb .typescriptRunningText1,
#textcontent-pb .typescriptLongQuote,
#textcontent-pb .inkLongQuote,
#textcontent-pb .typescriptLongQuoteEnd,
#textcontent-pb .FackelQuote_columnRight {
  text-align: left;
  text-align-last: left;
}

#textcontent-pb .longQuoteVerse,
#textcontent-pb .inkLongQuoteVerse,
#textcontent-pb .typescriptLongQuoteVerse,
#textcontent-pb .typescriptLongQuoteVerseLeading,
#textcontent-pb .longQuoteVerseStart,
#textcontent-pb .longQuoteVerseStart {
  text-align-last: left;
  text-align: left;
  text-indent: 30px;
}