summaryrefslogtreecommitdiffstats
path: root/docs/reference
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2006-01-25 16:32:26 +0000
committerFrederic Peters <fpeters@entrouvert.com>2006-01-25 16:32:26 +0000
commitc97aa2f64c8af7dee53e931f076f1fdbed638c5b (patch)
tree53e6826bf9638bdee822642fc1b0360e51a8403f /docs/reference
parent6435b5ecea6eaf143a1627c74cdee59d6b2ed6d2 (diff)
downloadlasso-c97aa2f64c8af7dee53e931f076f1fdbed638c5b.tar.gz
lasso-c97aa2f64c8af7dee53e931f076f1fdbed638c5b.tar.xz
lasso-c97aa2f64c8af7dee53e931f076f1fdbed638c5b.zip
own style for reference doc
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/Makefile.am4
-rw-r--r--docs/reference/style.css79
2 files changed, 82 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 757fd37a..7432711f 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -2,7 +2,8 @@ EXTRA_DIST = \
lasso-sections.txt \
lasso.sgml \
lasso.types.in \
- version.xml.in
+ version.xml.in \
+ style.css
if WSF_ENABLED
lasso.types: lasso.types.in
@@ -33,6 +34,7 @@ html: sgml lasso.sgml lasso-index
@echo '*** Building HTML ***'
test -d html || mkdir html
cd html && gtkdoc-mkhtml lasso ../build/lasso.sgml
+ cp style.css html/
SCANOBJ_FILES = lasso.hierarchy lasso.signals lasso.interfaces lasso.prerequisites lasso.args
diff --git a/docs/reference/style.css b/docs/reference/style.css
new file mode 100644
index 00000000..b8799ceb
--- /dev/null
+++ b/docs/reference/style.css
@@ -0,0 +1,79 @@
+/* modified from gtk-doc style.css */
+
+body {
+ margin: 0 8em;
+ padding: 0;
+}
+
+
+.synopsis, .classsynopsis, .programlisting
+{
+ padding: 6px;
+ -moz-border-radius: 8px;
+ background-color: #F6F6F6;
+ border: solid 1px #DDDDDD;
+ color: #222;
+}
+.variablelist
+{
+ padding: 4px;
+ margin-left: 3em;
+}
+.variablelist td:first-child
+{
+ vertical-align: top;
+}
+table.navigation
+{
+ background-color: #BD2C4A;
+ border: 1px solid #000000;
+ color: white;
+ margin: 1em 0 1ex 0;
+}
+.navigation a
+{
+ color: white;
+}
+.navigation a:visited
+{
+ color: #770000;
+}
+.navigation .title
+{
+ font-size: 200%;
+}
+div.refnamediv
+{
+ margin-top: 2em;
+}
+div.gallery-float
+{
+ float: left;
+ padding: 10px;
+}
+div.gallery-float img
+{
+ border-style: none;
+}
+div.gallery-spacer
+{
+ clear: both;
+}
+a
+{
+ text-decoration: none;
+}
+a:hover
+{
+ text-decoration: underline;
+}
+
+table.navigation th {
+ padding: 0.4ex 0;
+ font-size: 150%;
+}
+
+p.releaseinfo {
+ font-weight: bold;
+}
+