summaryrefslogtreecommitdiff
path: root/old/14160-h/style/borneo.css
diff options
context:
space:
mode:
authorRoger Frank <rfrank@pglaf.org>2025-10-15 04:43:50 -0700
committerRoger Frank <rfrank@pglaf.org>2025-10-15 04:43:50 -0700
commit88c0430840fe3fff4940109488e9f65b74ef0cae (patch)
treedb58967cce5c0b7d84ad8840ded1a26e33590716 /old/14160-h/style/borneo.css
initial commit of ebook 14160HEADmain
Diffstat (limited to 'old/14160-h/style/borneo.css')
-rw-r--r--old/14160-h/style/borneo.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/old/14160-h/style/borneo.css b/old/14160-h/style/borneo.css
new file mode 100644
index 0000000..51cc9bc
--- /dev/null
+++ b/old/14160-h/style/borneo.css
@@ -0,0 +1,26 @@
+/* borneo.css -- color scheme Borneo, for use with Gutenberg stylesheet */
+
+body
+{
+ background: #FFFFEE; /* #FFFFEE; light yellowish brown */
+}
+
+body, a.hidden
+{
+ color: black;
+}
+
+h1, h2, h3, h4, h5, h6, .noteref, span.leftnote, p.legend
+{
+ color: #880000; /* #880000; brownish red */
+}
+
+.navline, span.rightnote, span.pageno
+{
+ color: #AC8D70; /* #AC8D70; sepia */
+}
+
+a.navline:hover, a.hidden:hover, a.noteref:hover
+{
+ color: #D25C00; /* #D25C00; orange brown */
+} \ No newline at end of file