@import "dawes_1.css";
@import "styles-generic.css";

          /* Styles for the unregularized view of the Dawes MSS*/
          
        /* addition: text added by a hand in the MSS */
            .addition { color:green; }
          /* additionover: an overwritten addition */
            .additionover { color:green; }
          /* additionunder: an underwritten addition */
            .additionunder { color:green; }
          /* columnheading: a heading of a single column */
            .columnheading { display:table-cell;width:50%; }
          /* columnheadingcentred: a heading of a single column */
            .columnheadingcentred { display:table-cell;width:50%;text-align:center; }
          /* dateValue: a date */
            .dateValue {  }
          /* deletion: text deleted by a hand in the MSS */
            .deletion { display:none; }
          /* deletionover: a deletion of previously overwritten text */
            .deletionover { display:none; }
          /* deletionunder: a deletion of previously underwritten text */
            .deletionunder { display:none; }
          /* digraphLine: the line under a digraph or trigraph */
            .digraphLine { text-decoration:underline; }
          /* expansion: an editorial expansion */
            .expansion { display:inline;color:#996699; }
          /* floatleft: left-floating text */
            .floatleft { display:float;float:left; }
          /* floatlefthalfwidth: left-floating text */
            .floatlefthalfwidth { display:float;float:left;width:50%; }
          /* floatright: right-floating text */
            .floatright { display:float;float:right; }
          /* floatrighthalfwidth: right-floating text */
            .floatrighthalfwidth { display:float;float:right;width:50%; }
          /* flowbase: the unmoved base within an out-of-flow section */
            .flowbase {  }
          /* foreigntext: foreign text */
            .foreigntext {  }
          /* glossnote: notes to a gloss */
            .glossnote {  }
          /* glosstable: a section of (mainly) term/gloss pairs; displayed as a two-column table */
            .glosstable { width:100%;border-collapse:collapse; }
          /* glossedtext: glosses supplied in the MSS */
            .glossedtext { font-family:cursive; }
          /* leftcol: the left column of a glosslist table */
            .leftcol { width:50%;vertical-align:top; }
          /* mssheading: a heading in the MSS */
            .mssheading { display:block;font-size:110%; }
          /* mss2columnheading: a 2-column heading in the MSS */
            .mss2columnheading { display:table;width:100%;font-size:110%; }
          /* mssrecto: a recto page in the MSS */
            .names {  }
          /* notelemma: the lemma of a note to the analysis */
            .notelemma { font-weight: bold; }
          /* originaltext: original text (where there is a regularized alternative): this will not be visible in the regularized version */
            .originaltext { display:none; }
          /* outofflow: relatively positioned text to allow contained overwritten/underwritten to be accordingly placed */
            .outofflow {  }
          /* overlined: text that is overlined for emphasis */
            .overlined { text-decoration:overline; }
          /* overunderlined: text that is overlined and underlined for emphasis */
            .overunderlined { text-decoration:overline;text-decoration:underline; }
          /* repositioned: generic relatively positioned text with position provided by @rend */
            .repositioned {  }
          /* rightcol: the right column of a glosslist table */
            .rightcol { width:50%;vertical-align:top; }
          /* stanzaline: a line of a stanza */
            .stanzaline { display:block; }
          /* syllableboundary: a syllable boundary marked in the MSS (by _ or -) */
            .syllableboundary { display:none; }
          /* transcriptionnote: a note added by the transcriber */
            .transcriptionnote { font-family:sans-serif;display:block;text-align:center; }
          /* uncleartext: text that is unclear in the MSS */
            .uncleartext { color:gray; }
          /* underlined: text that is underlined for emphasis */
            .underlined { text-decoration:underline; }
          /* suppliedtext: supplied/regularized text: this will not be visible in the normal view */
            .suppliedtext { display:inline;color:#996699; }
          /* tablecell: a standard table cell */
            .tablecell { vertical-align:top; }
          /* trigraphLine: the line under a trigraph */
            .trigraphLine { text-decoration:underline; }
          /* writtenover: text written above the relative parent */
            .writtenover {  }
          /* writtenoverwithborder: text written over the relative parent, with a bottom and left border */
            .writtenoverwithborder {  }
          /* writtenunder: text written under the relative parent */
            .writtenunder {  }
          /* writtenunderwithborder: text written under the relative parent, with a bottom and left border */
            .writtenunderwithborder {  }
          /* leaders: leaders */
            .leaders { border-bottom:1pt dashed black;color:transparent; }
          /* pencil: pencil marks */
            .pencil { color: gray; }
          /* blankspace: blank space */
            .blankspace { color:transparent; }
          /* superscript-underlined: superscript underlined character(s) */
            .superscript-underlined { font-size:70%;vertical-align:text-top;text-decoration:underline; }
          /* superscript-no-underline: superscript character(s) */
            .superscript-no-underline { font-size:70%;vertical-align:text-top; }
          