From 204a308be0f741726b9a620d88fbc22b22124c81 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 29 Dec 2023 18:55:37 +0000 Subject: Namespace all modules under gn2. We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. --- gn2/wqflask/static/new/css/panelutil.css | 91 ++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 gn2/wqflask/static/new/css/panelutil.css (limited to 'gn2/wqflask/static/new/css/panelutil.css') diff --git a/gn2/wqflask/static/new/css/panelutil.css b/gn2/wqflask/static/new/css/panelutil.css new file mode 100644 index 00000000..ccd7eb01 --- /dev/null +++ b/gn2/wqflask/static/new/css/panelutil.css @@ -0,0 +1,91 @@ + +/* figures will always be within a div with class="qtlcharts" */ +div.qtlcharts { + font-family: sans-serif; + font-size: 11pt; +} + +div.qtlcharts .title text { + dominant-baseline: middle; + fill: blue; + text-anchor: middle; +} + +div.qtlcharts .y.axis text { + dominant-baseline: middle; + text-anchor: end; +} + +div.qtlcharts .y.axis text.title { + text-anchor: middle; + fill: slateblue; +} + +div.qtlcharts .x.axis text { + dominant-baseline: hanging; + text-anchor: middle; +} + +div.qtlcharts .x.axis text.title { + fill: slateblue; +} + +/*div.qtlcharts line.axis.grid { + fill: none; + stroke-width: 1; + pointer-events: none; +} + +div.qtlcharts line.x.axis.grid { + stroke: rgb(200, 200, 200); + stroke-width: 3; +} + +div.qtlcharts line.y.axis.grid { + stroke: white; +}*/ + +div.qtlcharts .extent { + fill: #cac; + opacity: 0.3; +} + +div.qtlcharts circle.selected { + fill: hotpink; + opacity: 1; +} + +div.qtlcharts a { + color: #08c; + text-decoration: none; +} + +div.qtlcharts a:hover { + color: #333; + text-decoration: underline; +} + + +/* figure captions */ +.caption { + font-family: Sans-serif; + font-size: 11pt; + margin-left: 60px; + width: 600px; +} + + +/* d3 tip for tool tips */ +.d3-tip { + background: darkslateblue; + color: #fff; + stroke: none; + font-weight: bold; + font-size: 16px; + font-family: sans-serif; + padding: 5px; +} + +.d3-tip.e:after { + color: darkslateblue; +} \ No newline at end of file -- cgit v1.2.3