summaryrefslogtreecommitdiff
path: root/3455-h/style/arctic.css
diff options
context:
space:
mode:
authorRoger Frank <rfrank@pglaf.org>2025-10-15 05:21:23 -0700
committerRoger Frank <rfrank@pglaf.org>2025-10-15 05:21:23 -0700
commit49740a1de81a640421e6d91e8ca0aa6c976b73ea (patch)
treebdd846267dbef663297125f43af9e871ac0b11aa /3455-h/style/arctic.css
initial commit of ebook 3455HEADmain
Diffstat (limited to '3455-h/style/arctic.css')
-rw-r--r--3455-h/style/arctic.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/3455-h/style/arctic.css b/3455-h/style/arctic.css
new file mode 100644
index 0000000..63bc14d
--- /dev/null
+++ b/3455-h/style/arctic.css
@@ -0,0 +1,33 @@
+/* arctic.css -- color scheme Arctic, for use with Gutenberg stylesheet */
+
+body
+{
+ background: #FFFFFF;
+ font-family: Times, serif;
+}
+
+body, a.hidden
+{
+ color: black;
+}
+
+h1, h2, h3, h4, h5, h6
+{
+ color: #001FA4;
+ font-family: Arial, sans-serif;
+}
+
+.figureHead, .noteref, span.leftnote, p.legend
+{
+ color: #001FA4;
+}
+
+.navline, span.rightnote, span.pageno, span.lineno
+{
+ color: #AAAAAA;
+}
+
+a.navline:hover, a.hidden:hover, a.noteref:hover
+{
+ color: red;
+}