summaryrefslogtreecommitdiff
path: root/old/style
diff options
context:
space:
mode:
authorRoger Frank <rfrank@pglaf.org>2025-10-15 04:45:04 -0700
committerRoger Frank <rfrank@pglaf.org>2025-10-15 04:45:04 -0700
commita644ce0766d16ae3b8c567a79ed417e84d20c97e (patch)
treea4addeeeef0ea4005d62d77c83b5ca8de8e0f52f /old/style
initial commit of ebook 14666HEADmain
Diffstat (limited to 'old/style')
-rw-r--r--old/style/amazonia.css26
-rw-r--r--old/style/arctic.css33
-rw-r--r--old/style/borneo.css26
-rw-r--r--old/style/gutenberg.css387
-rw-r--r--old/style/print.css36
5 files changed, 508 insertions, 0 deletions
diff --git a/old/style/amazonia.css b/old/style/amazonia.css
new file mode 100644
index 0000000..f3a05a3
--- /dev/null
+++ b/old/style/amazonia.css
@@ -0,0 +1,26 @@
+/* amazonia.css -- color scheme Amazonia, for use with Gutenberg stylesheet */
+
+body
+{
+ background: #FFFFF5; /* #FFFFF5; very light green */
+}
+
+body, a.hidden
+{
+ color: black;
+}
+
+h1, h2, h3, h4, h5, h6, .noteref, span.leftnote, p.legend, hr.noteseparator
+{
+ color: #880000; /* #880000; brownish red */
+}
+
+.navline, span.rightnote, span.pageno, span.lineno
+{
+ color: #808000; /* #808000; olive green */
+}
+
+a.navline:hover, a.hidden:hover, a.noteref:hover
+{
+ color: red;
+}
diff --git a/old/style/arctic.css b/old/style/arctic.css
new file mode 100644
index 0000000..63bc14d
--- /dev/null
+++ b/old/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;
+}
diff --git a/old/style/borneo.css b/old/style/borneo.css
new file mode 100644
index 0000000..51cc9bc
--- /dev/null
+++ b/old/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
diff --git a/old/style/gutenberg.css b/old/style/gutenberg.css
new file mode 100644
index 0000000..ce7083f
--- /dev/null
+++ b/old/style/gutenberg.css
@@ -0,0 +1,387 @@
+/*
+ gutenberg.css --- A stylesheet for HTML in gutenberg HTML files
+
+ Jeroen Hellingman
+
+ This file is hereby irrevocably dedicated to the Public Domain.
+*/
+
+
+/*
+body - body of html page; define overall properties
+*/
+
+body
+{
+ line-height: 1.44em;
+ font-family: times, serif;
+ font-size: 1em;
+ font-weight: normal;
+ margin: 1.58em 16% 1.58em 16%;
+ width: auto;
+ letter-spacing: normal;
+ text-transform: none;
+ word-spacing: normal;
+ font-size-adjust: 0.58;
+}
+
+/* title Page headers */
+
+h2.docImprint, h1.docTitle, h2.byline, h2.docTitle
+{
+ text-align: center;
+}
+
+h2.byline
+{
+ font-size: 1.14em;
+ line-height: 2em;
+ font-weight: normal;
+}
+
+span.docAuthor
+{
+ font-size: 1.44em;
+ font-weight: bold;
+}
+
+h2.docImprint
+{
+ font-size: 1.14em;
+ font-weight: normal;
+}
+
+/*
+
+h1..h5 headers
+
+class
+ sub subtitle
+
+*/
+
+h1
+{
+ font-family: helvetica, sans-serif;
+ font-size: 2em;
+ font-style: normal;
+ font-weight: 600;
+ letter-spacing: normal;
+ text-decoration: none;
+ text-transform: none;
+ word-spacing: normal;
+ font-size-adjust: .4;
+
+ line-height: 1.5em;
+
+ margin-bottom: 0.33em;
+ margin-top: 1.33em;
+}
+
+h2
+{
+ font-family: helvetica, sans-serif;
+ font-size: 1.44em;
+ line-height: 1.2em;
+
+}
+
+h3
+{
+ font-family: helvetica, sans-serif;
+ font-size: 1.2em;
+ line-height: 1.2em;
+}
+
+h4
+{
+ font-family: helvetica, sans-serif;
+ font-size: 1.0em;
+ font-weight: 400;
+ line-height: 1.0em;
+}
+
+h5
+{
+ font-family: helvetica, sans-serif;
+ font-size: 1.0em;
+ font-style: italic;
+ font-weight: 400;
+ line-height: 1.0em;
+}
+
+
+/*
+p -- paragraph
+
+class
+ initial initial paragraph of chapter, i.e. no indentation
+ argument argument, the list of topics at the head of a chapter
+ note footnote
+ quote quoted material, like blockquote
+ stb small thematic break
+ mtb medium thematic break
+ ltb large thematic break
+ navline navigation line
+ figure figure, plate, illustration
+ legend legend with figure, plate, or other type of illustration
+*/
+
+p
+{
+ text-indent: 0em;
+}
+
+p.poetry
+{
+ margin: 0em 10% 1.58em 10%;
+ /* font-style: italic; */
+}
+
+p.initial
+{
+ text-indent: 0em;
+}
+
+p.argument, p.note
+{
+ text-indent: 0em;
+ font-size: 0.8em;
+ line-height: 1.2em;
+}
+
+p.argument
+{
+ margin: 1.58em 10% 1.58em 10%;
+}
+
+p.quote
+{
+ font-size: 0.9em;
+ line-height: 1.3em;
+ margin: 1.58em 5% 1.58em 5%;
+}
+
+div.blockquote
+{
+ font-size: 0.9em;
+ line-height: 1.3em;
+ margin: 1.58em 5% 1.58em 5%;
+}
+
+div.notetext
+{
+ font-size: 0.9em;
+ line-height: 1.3em;
+}
+
+div.divFigure
+{
+ text-align: center;
+}
+
+p.figureHead
+{
+ text-align: center;
+}
+
+p.figure, p.legend
+{
+ text-align: center;
+}
+
+p.legend
+{
+ font-size: 0.9em;
+ margin-top: 0;
+}
+
+p.navline
+{
+ text-indent: 0em;
+ text-align: center;
+ font-size: 0.7em;
+ font-family: helvetica, sans-serif;
+ margin-top: 0em;
+ margin-bottom: 0em;
+}
+
+p.smallprint, li.smallprint
+{
+ font-size: 0.8em;
+ line-height: 1.1em;
+ color: #666666;
+}
+
+/* Special cases for Filipino Riddles */
+
+
+p.question
+{
+ text-align: left;
+ margin-bottom: 0em;
+}
+
+p.answer
+{
+ text-align: right;
+ margin-top: 0em;
+}
+
+p.explanation
+{
+ margin-left: 0.9em;
+ margin-right: 0.9em;
+ font-size: smaller;
+}
+
+
+/*
+// span -- used for special effects in formatting.
+//
+// class
+// leftnote note in the left margin
+// rightnote note in the right margin
+// pageno page number, inserted at location of original page break.
+//
+// Note that the positioning only works properly in IE 5.0.
+*/
+
+span.leftnote
+{
+ position:absolute;
+ left:1%;
+ height:0em;
+ width:14%;
+ font-size:0.8em;
+ text-indent: 0em;
+ line-height: 1.2em;
+}
+
+span.rightnote, span.pageno
+{
+ position:absolute;
+ left:86%;
+ height:0em;
+ width:14%;
+ text-align:right;
+ text-indent:0em;
+ font-size:0.8em;
+ line-height: 1.2em;
+}
+
+span.lineno
+{
+ position: absolute;
+ left: 12%;
+ height: 0em;
+ width: 12%;
+ text-align: right;
+ text-indent: 0em;
+ font-size: 0.6em;
+ line-height: 1em;
+ font-style: normal;
+}
+
+.Greek
+{
+ font-family: Gentium, Arial Unicode MS, serif; /* font that supports classical Greek */
+}
+
+.Arabic
+{
+ font-family: Arial Unicode MS, sans-serif; /* font that supports Arabic */
+}
+
+.letterspaced
+{
+ letter-spacing: 0.2em;
+}
+
+span.smallcaps
+{
+ font-variant: small-caps;
+}
+
+/*
+a -- anchor
+
+class
+ offsite
+ gloss glossary entry; should be less visible
+ noteref (foot) note reference.
+ hidden
+ navline
+*/
+
+a.navline
+{
+ text-decoration: none;
+}
+
+a.navline:hover
+{
+ text-decoration: none;
+}
+a.hidden:hover
+{
+ text-decoration: none;
+}
+a.noteref:hover
+{
+ text-decoration: none;
+}
+
+a.noteref
+{
+ text-decoration: none;
+ font-size: 0.7em;
+ vertical-align: super;
+}
+
+a.hidden
+{
+ text-decoration: none;
+}
+
+hr
+{
+ width: 100%;
+ height: 1px;
+ color: black;
+}
+
+hr.noteseparator
+{
+ width: 25%;
+ height: 1px;
+ text-align: left;
+}
+
+/*
+// ol ul -- ordered list, unordered list
+//
+// class
+// toc table of contents
+*/
+
+
+/*
+// li -- list item
+//
+// class
+// toc_h1 table of contents h1
+// toc_h2
+
+// table -- table
+*/
+
+table.navline
+{
+ font-size: 0.7em;
+ font-family: 'TITUS Cyberbit Basic', helvetica, sans-serif;
+ margin-top: 0em;
+ margin-bottom: 0em;
+ margin-top: 0em;
+ margin-bottom: 0em;
+}
diff --git a/old/style/print.css b/old/style/print.css
new file mode 100644
index 0000000..764ba41
--- /dev/null
+++ b/old/style/print.css
@@ -0,0 +1,36 @@
+/*
+ print.css --- A stylesheet for HTML in gutenberg HTML files, optimized for printing.
+
+ Jeroen Hellingman
+
+ This file is hereby irrevocably dedicated to the Public Domain.
+*/
+
+body
+{
+ font-family: Gentium, Times New Roman, serif;
+ margin: 12pt 1cm 12pt 1cm;
+ font-size: 11pt;
+}
+
+h1, h2, h3, h4, h5
+{
+ color: black;
+ font-family: Gentium, Times New Roman, serif;
+}
+
+.figureHead, .noteref, span.leftnote, p.legend, .navline, span.rightnote, span.pageno, span.lineno
+{
+ color: black;
+}
+
+a, a.navline:hover, a.hidden:hover, a.noteref:hover
+{
+ color: black;
+ text-decoration: none;
+}
+
+span.pageno
+{
+ font-size: 6pt;
+} \ No newline at end of file