summaryrefslogtreecommitdiff
path: root/3309-h/style/arctic.css
diff options
context:
space:
mode:
Diffstat (limited to '3309-h/style/arctic.css')
-rw-r--r--3309-h/style/arctic.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/3309-h/style/arctic.css b/3309-h/style/arctic.css
new file mode 100644
index 0000000..40decfe
--- /dev/null
+++ b/3309-h/style/arctic.css
@@ -0,0 +1,28 @@
+/* arctic.css -- color scheme Amazonia, for use with Gutenberg stylesheet */
+
+body
+{
+ background: #FFFFFF; /* #ECF0FF; very light blue */
+ font-family: Times;
+}
+
+body, a.hidden
+{
+ color: black;
+}
+
+h1, h2, h3, h4, h5, h6, .noteref, span.leftnote, p.legend
+{
+ color: #001FA4; /* #001FA4; dark blue */
+ font-family: Arial;
+}
+
+.navline, span.rightnote, span.pageno, span.lineno
+{
+ color: #AAAAAA; /* #A7B8FF; light blue */
+}
+
+a.navline:hover, a.hidden:hover, a.noteref:hover
+{
+ color: red;
+}