summaryrefslogtreecommitdiffstats
path: root/print.css
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2021-01-03 18:34:19 -0500
committerBrian Cully <bjc@kublai.com>2021-02-06 10:39:32 -0500
commite92ad9f4b19a0670a80cdd293970c3a08c27a8b4 (patch)
treee8659dcdbf5f7ba3c55a118909d82dd8f0d0bcbd /print.css
downloadmolsim-e92ad9f4b19a0670a80cdd293970c3a08c27a8b4.tar.gz
molsim-e92ad9f4b19a0670a80cdd293970c3a08c27a8b4.zip
Initial commit.
Diffstat (limited to 'print.css')
-rw-r--r--print.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/print.css b/print.css
new file mode 100644
index 0000000..cbbfff0
--- /dev/null
+++ b/print.css
@@ -0,0 +1,29 @@
+body {
+ background-color: white;
+}
+
+#instructions {
+ display: none;
+}
+
+#die {
+ display: none;
+}
+
+#errors {
+ display: none;
+}
+
+#nucleotide-selector {
+ display: none;
+}
+
+#genome-history {
+ top: 0;
+ left: 0;
+ width: 100%;
+}
+
+.genome .nucleotide.selected {
+ border: 2px solid black;
+}