From 90485ed40e0a3c31e4071bec9eeb26257f7db690 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 7 Jun 2019 13:44:02 +0100 Subject: Reorganise static folder --- app/static/css/main/annotate.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 app/static/css/main/annotate.css (limited to 'app/static/css/main') diff --git a/app/static/css/main/annotate.css b/app/static/css/main/annotate.css new file mode 100644 index 0000000..595f2a2 --- /dev/null +++ b/app/static/css/main/annotate.css @@ -0,0 +1,33 @@ +#graph { + margin: 0 auto; + text-align: center; +} + +.line { + fill: none; + stroke: blue; + clip-path: url(#clip); +} + +circle { + clip-path: url(#clip); + fill: blue; +} + +rect { + fill: white; + opacity: 0; +} + +#rubric { + text-align: left; + padding-bottom: 20px; + padding-top: 10px; + width: 80%; + font-size: 16px; +} + +#usage { + font-size: 16px; + font-style: italic; +} -- cgit v1.2.3