/* UPDATE (document -> update-block -> update-tag -> update-body)*/ /* Sample CSS suitable for PM themes with light background, e.g. "Perl-Blue Theme" (my default) or "Red Theme". "Dark" themes need further tweaking. */ /* Update-Variant 1: sparse markup */ .del1 { color: #888; text-decoration: line-through; } .ins1 { color: #006; text-decoration: none; } .update-block1 { margin: 0.5em 0.5em; text-align: left; } .update-inline1{ margin: 0.5em 0.5em; text-align: left; } .update-tag1 { text-indent: 0.2em; font-weight: bold; } .update-body1 { margin: 0em 0em 0em 2em; } /* Update-Variant 2: moderate / invisible deletions */ .del2 { display: none; } .ins2 { color: #006; text-decoration: none; } .update-block2 { margin: 0.5em 0.5em; text-align: left; } .update-inline2{ margin: 0.5em 0.5em; text-align: left; font-style: italic;} .update-tag2 { text-indent: 0.2em; font-weight: bold; } .update-body2 { margin:0em 0em 0em 2em; } /* Update-Variant 3: plz hurt my eyes (nice with: Perl Blue Theme) */ .del3 { color: #888; text-decoration: line-through; } .ins3 { color: #00a; text-decoration: none; } .update-block3 { margin: 0.5em 0em 0.5em; text-align: left; background: #eeeeff; border: 1px solid #069; } .update-inline3{ margin: 0.5em 0em 0.5em; text-align: left; background: #eeeeff; border: 1px solid #069; } .update-tag3 { text-indent: 0.2em; font-weight: bold; background: #069; color:#fff; font-variant: small-caps; } .update-body3 { margin: 0em 0em 0em 2em; } /* in case the 'title' attribute is removed from '