diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-07-21 13:56:50 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-07-21 13:56:50 +0000 |
| commit | ec435d244abd92a983d815512462aab1191aa62f (patch) | |
| tree | db7ce99dc9fe74814903091a8638dbd15c24db99 /docs/reference/lasso | |
| parent | 6b86aa67efab3966be6c4577a83886bb93f7be9b (diff) | |
[Doc] move style.css to the reference directory, and add it to EXTRA_DIST
Diffstat (limited to 'docs/reference/lasso')
| -rw-r--r-- | docs/reference/lasso/Makefile.am | 2 | ||||
| -rw-r--r-- | docs/reference/lasso/style.css | 79 |
2 files changed, 80 insertions, 1 deletions
diff --git a/docs/reference/lasso/Makefile.am b/docs/reference/lasso/Makefile.am index 9f6916bc..ac8c5118 100644 --- a/docs/reference/lasso/Makefile.am +++ b/docs/reference/lasso/Makefile.am @@ -95,7 +95,7 @@ include $(top_srcdir)/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in -EXTRA_DIST += lasso-sections.txt lasso-docs.sgml version.xml.in lasso.types.in +EXTRA_DIST += lasso-sections.txt lasso-docs.sgml version.xml.in lasso.types.in style.css # Files not to distribute # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types diff --git a/docs/reference/lasso/style.css b/docs/reference/lasso/style.css new file mode 100644 index 00000000..b8799ceb --- /dev/null +++ b/docs/reference/lasso/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; +} + |
