aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/markup-samples/sisu_manual/sisu_css.ssi
diff options
context:
space:
mode:
Diffstat (limited to 'data/doc/sisu/markup-samples/sisu_manual/sisu_css.ssi')
-rw-r--r--data/doc/sisu/markup-samples/sisu_manual/sisu_css.ssi42
1 files changed, 42 insertions, 0 deletions
diff --git a/data/doc/sisu/markup-samples/sisu_manual/sisu_css.ssi b/data/doc/sisu/markup-samples/sisu_manual/sisu_css.ssi
new file mode 100644
index 00000000..7ffc654b
--- /dev/null
+++ b/data/doc/sisu/markup-samples/sisu_manual/sisu_css.ssi
@@ -0,0 +1,42 @@
+% SiSU insert 2.0
+
+@title: SiSU
+ :subtitle: CSS - Cascading Style Sheets
+
+@creator:
+ :author: Amissah, Ralph
+
+@date:
+ :created: 2007-08-28
+ :issued: 2007-08-28
+ :available: 2007-08-28
+ :published: 2007-09-16
+ :modified: 2011-02-07
+
+@rights:
+ :copyright: Copyright (C) Ralph Amissah 2007
+ :license: GPL 3 (part of SiSU documentation)
+
+:A~? CSS
+
+1~css CSS - Cascading Style Sheets (for html, XHTML and XML)
+
+CSS files to modify the appearance of SiSU html, XHTML or XML may be placed in the configuration directory: ./_sisu/css ; ~/.sisu/css or; /etc/sisu/css and these will be copied to the output directories with the command sisu -CC.
+
+The basic CSS file for html output is html.css, placing a file of that name in directory _sisu/css or equivalent will result in the default file of that name being overwritten.
+
+HTML:
+html.css
+
+XML DOM:
+dom.css
+
+XML SAX:
+sax.css
+
+XHTML:
+xhtml.css
+
+The default homepage may use homepage.css or html.css
+
+Under consideration is to permit the placement of a CSS file with a different name in directory _sisu/css directory or equivalent.~{ SiSU has worked this way in the past, though this was dropped as it was thought the complexity outweighed the flexibility, however, the balance was rather fine and this behaviour could be reinstated. }~