From 607e1dd6cd75e50cdc1665d700e96ccadfb6ee39 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Wed, 11 May 2005 18:19:20 +0000 Subject: - Changed color parameters around * src/yelp-gecko-utils.cpp: * src/yelp-html-gecko.c: * src/yelp-settings.c: * src/yelp-settings.h: * stylesheets/db2html.xsl.in: * stylesheets/info2html.xsl: * stylesheets/man2html.xsl: * stylesheets/toc2html.xsl: - Changed color parameters around --- stylesheets/db2html.xsl.in | 73 ++++++++++++++++++++++------------------------ stylesheets/info2html.xsl | 29 +++++++++++------- stylesheets/man2html.xsl | 29 +++++++++++------- stylesheets/toc2html.xsl | 36 ++++++++++++++--------- 4 files changed, 93 insertions(+), 74 deletions(-) (limited to 'stylesheets') diff --git a/stylesheets/db2html.xsl.in b/stylesheets/db2html.xsl.in index 51e2aaf2..ded40764 100644 --- a/stylesheets/db2html.xsl.in +++ b/stylesheets/db2html.xsl.in @@ -12,40 +12,39 @@ - - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + select="$yelp.color.gray.bg"/> + select="$yelp.color.gray.bg.dark1"/> + select="$yelp.color.gray.bg"/> + select="$yelp.color.gray.bg.dark1"/> @@ -116,7 +115,7 @@ h2 { font-size: 1.2em; } h1 + div h2[class~="title"] { margin-top: 2em; } h1, h2, h3, h4, h5, h6, h7 { color: - ; } + ; } h3 span[class~="title"] { border-bottom: none; } h4 span[class~="title"] { border-bottom: none; } h5 span[class~="title"] { border-bottom: none; } @@ -125,13 +124,13 @@ div[class~="admonition"] { color: - ; + ; border-color: - ; + ; -moz-border-radius-topleft: 12px; -moz-border-radius-bottomleft: 12px; background-color: - ; + ; } div[class~="programlisting"] { background-image: url( @@ -164,24 +163,22 @@ "); } - html { min-height: 100%; } body { -moz-box-sizing: border-box; min-height: 100%; border: solid 1px - ; + ; } div[class~="linktrail"] { font-size: 0.8em; @@ -191,15 +188,15 @@ padding-left: 12px; padding-right: 12px; background-color: - ; + ; border: none; border-bottom: solid 1px - ; + ; } span[class~="linktrail"]:after { content: ' / '; color: - ; + ; } a[class~="linktrail"] { text-decoration: none; } a[class~="linktrail"]:hover { text-decoration: underline; } @@ -210,10 +207,10 @@ padding-left: 12px; padding-right: 12px; background-color: - ; + ; border: none; border-top: solid 1px - ; + ; } div[class~="navbar"] span { white-space: nowrap; } div[class~="navbar"] a { text-decoration: none; } @@ -221,13 +218,13 @@ span[class~="navbar-prev"]:before { content: '◀ '; color: - ; + ; text-decoration: none; } span[class~="navbar-next"]:after { content: ' ▶'; color: - ; + ; text-decoration: none; } diff --git a/stylesheets/info2html.xsl b/stylesheets/info2html.xsl index f5b1f3f4..3d2320e7 100644 --- a/stylesheets/info2html.xsl +++ b/stylesheets/info2html.xsl @@ -16,18 +16,25 @@ - + + - - - - - - - - - + + + + + + + + + + + + + + + @@ -69,7 +76,7 @@ h2 { font-size: 1.4em; font-weight: bold; } h3 { font-size: 1.2em; font-weight: bold; } h1, h2, h3, h4, h5, h6, h7 { color: -; } +; } body { margin: 0em; padding: 0em; } pre[class~="body"] { diff --git a/stylesheets/man2html.xsl b/stylesheets/man2html.xsl index 3ab5cdc5..357d9c44 100644 --- a/stylesheets/man2html.xsl +++ b/stylesheets/man2html.xsl @@ -16,18 +16,25 @@ - + + - - - - - - - - - + + + + + + + + + + + + + + + @@ -67,7 +74,7 @@ h2 { font-size: 1.4em; font-weight: bold; } h3 { font-size: 1.2em; font-weight: bold; } h1, h2, h3, h4, h5, h6, h7 { color: -; } +; } div[class~="SH"] { margin-left: 1.2em; } div[class~="SS"] { margin-left: 1.6em; } diff --git a/stylesheets/toc2html.xsl b/stylesheets/toc2html.xsl index c3cc59ac..2bf5bd6d 100644 --- a/stylesheets/toc2html.xsl +++ b/stylesheets/toc2html.xsl @@ -8,17 +8,25 @@ - + + - - - - - - - - - + + + + + + + + + + + + + + + + @@ -43,11 +51,11 @@ padding-bottom: 0.2em; -moz-border-radius: 6px; border: solid 1px - ; + ; background-color: - ; + ; color: - ; + ; } h1 img { position: absolute; @@ -79,7 +87,7 @@ } div[class~="tocs"] + div[class~="docs"] { border-top: solid 1px - ; + ; } ul { margin-left: 0em; padding-left: 0em; } li { -- cgit v1.2.1