summaryrefslogtreecommitdiff
path: root/src/zoom/spacy.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/zoom/spacy.css')
-rw-r--r--src/zoom/spacy.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/zoom/spacy.css b/src/zoom/spacy.css
new file mode 100644
index 0000000..0077119
--- /dev/null
+++ b/src/zoom/spacy.css
@@ -0,0 +1,39 @@
+.suword {
+ margin-left: 0.5ch;
+ margin-right: 0.5ch;
+}
+
+/* .suword.pred { */
+/* color: gold; */
+/* } */
+
+/* Clause level */
+.clause-container {
+ max-width: 600px;
+ white-space: normal !important;
+ hyphens: auto;
+
+ padding: 2px;
+ border-radius: 4px;
+ cursor: pointer;
+ transition: background-color 0.2s ease;
+ will-change: transform, opacity, filter, background-color;
+
+ span {
+ white-space: normal !important;
+ }
+}
+
+.clause-container.selected {
+ background-color: rgba(220, 200, 255, 0.2);
+ z-index: 3;
+}
+
+.suword.subj {
+ color: blue;
+ /* border-bottom: 2px solid blue; */
+}
+
+.suword.root {
+ color: darkred;
+} \ No newline at end of file