aboutsummaryrefslogtreecommitdiff
path: root/app/static/annotate.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/static/annotate.css')
-rw-r--r--app/static/annotate.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/app/static/annotate.css b/app/static/annotate.css
new file mode 100644
index 0000000..d6e30fc
--- /dev/null
+++ b/app/static/annotate.css
@@ -0,0 +1,40 @@
+#graph {
+ margin: 0 auto;
+ text-align: center;
+}
+
+/*
+path {
+ stroke-width: 2;
+ fill: none;
+}
+
+.axis path, .axis line {
+ fill: none;
+ stroke: grey;
+ stroke-width: 1;
+ shape-rendering: crispEdges;
+}
+
+#changepoint-table {
+ margin: 0 auto;
+}
+
+*/
+
+.line {
+ fill: none;
+ stroke: blue;
+ clip-path: url(#clip);
+}
+
+circle {
+ clip-path: url(#clip);
+ fill: blue;
+}
+
+.zoom {
+ cursor: move;
+ fill: none;
+ pointer-events: fill;
+}