diff options
Diffstat (limited to 'animism-align/frontend/views/align/align.css')
| -rw-r--r-- | animism-align/frontend/views/align/align.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/animism-align/frontend/views/align/align.css b/animism-align/frontend/views/align/align.css index 12d5b1d..27f4b9e 100644 --- a/animism-align/frontend/views/align/align.css +++ b/animism-align/frontend/views/align/align.css @@ -158,6 +158,7 @@ canvas { z-index: 1; background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.4)); } + .annotation.sentence.even { background-color: #83b; } @@ -167,6 +168,14 @@ canvas { .annotation.header { background-color: #838; } +.annotation.paragraph_end { + background-color: #bbb; + width: 100%; + padding: 2px; +} + +/* Condensed layout (first lines) */ + .annotationIndex.condensed .annotation.sentence { z-index: 0; white-space: pre; @@ -177,6 +186,8 @@ canvas { z-index: 1; } +/* Collapsed layout (borders) */ + .annotationIndex.collapsed .annotation.sentence { height: 2px; overflow: hidden; padding: 0; z-index: 0; } |
