summaryrefslogtreecommitdiff
path: root/examples/program_analysis/ui/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/program_analysis/ui/style.css')
-rw-r--r--examples/program_analysis/ui/style.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/examples/program_analysis/ui/style.css b/examples/program_analysis/ui/style.css
new file mode 100644
index 0000000..33ba1a4
--- /dev/null
+++ b/examples/program_analysis/ui/style.css
@@ -0,0 +1,35 @@
+body {
+ vertical-align: top;
+ min-height: 1500px;
+}
+
+.document {
+ white-space: pre;
+ line-height: 1.5em;
+ font-family: mono;
+ font-size: 0.95em;
+ position: relative;
+ border: 3px solid red;
+ display: inline-block;
+ padding: 10px;
+ margin-left: 5px;
+ vertical-align: top;
+}
+ .chunk-in-structure {
+ border: 3px solid gray;
+ }
+ .chunk-in-map {
+ border: 3px solid green;
+ }
+ .highlight {
+ background-color: green;
+ }
+.document.generated {
+ border-color: blue;
+}
+ .document.generated .chunk-in-map {
+ border-color: blue;
+ }
+ .document.generated .highlight {
+ background-color: blue;
+ }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback