diff options
author | Alex Couture <ac586133@hotmail.com> | 2014-09-03 00:23:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-09-03 00:23:18 +0900 |
commit | 8814b54e2bc964d6000c156e64af2b125dcc816a (patch) | |
tree | 711cf2c042092810b3ff50153e9942e982060b8a | |
parent | 67668c30ebb24145763349128df80d7e77748d6c (diff) | |
download | tdelibs-8814b54e2bc964d6000c156e64af2b125dcc816a.tar.gz tdelibs-8814b54e2bc964d6000c156e64af2b125dcc816a.zip |
Update khelpcenter style files.
-rw-r--r-- | doc/common/bottom-left.png | bin | 665 -> 20167 bytes | |||
-rw-r--r-- | doc/common/bottom-middle.png | bin | 174 -> 127 bytes | |||
-rw-r--r-- | doc/common/bottom-right.png | bin | 4922 -> 20167 bytes | |||
-rw-r--r-- | doc/common/top-left.png | bin | 10876 -> 13570 bytes | |||
-rw-r--r-- | doc/common/top-middle.png | bin | 233 -> 251 bytes | |||
-rw-r--r-- | doc/common/top-right-konqueror.png | bin | 16195 -> 35507 bytes | |||
-rw-r--r-- | kdoctools/customization/tde-navig.xsl | 12 |
7 files changed, 6 insertions, 6 deletions
diff --git a/doc/common/bottom-left.png b/doc/common/bottom-left.png Binary files differindex 78c9fece3..cc629125c 100644 --- a/doc/common/bottom-left.png +++ b/doc/common/bottom-left.png diff --git a/doc/common/bottom-middle.png b/doc/common/bottom-middle.png Binary files differindex 41e52dd8a..b32fee6ea 100644 --- a/doc/common/bottom-middle.png +++ b/doc/common/bottom-middle.png diff --git a/doc/common/bottom-right.png b/doc/common/bottom-right.png Binary files differindex ef81b04a8..cc629125c 100644 --- a/doc/common/bottom-right.png +++ b/doc/common/bottom-right.png diff --git a/doc/common/top-left.png b/doc/common/top-left.png Binary files differindex 8ed621618..c8c19599c 100644 --- a/doc/common/top-left.png +++ b/doc/common/top-left.png diff --git a/doc/common/top-middle.png b/doc/common/top-middle.png Binary files differindex bb3fe7428..10008d0dc 100644 --- a/doc/common/top-middle.png +++ b/doc/common/top-middle.png diff --git a/doc/common/top-right-konqueror.png b/doc/common/top-right-konqueror.png Binary files differindex 7c4c5ab58..db26d5bc1 100644 --- a/doc/common/top-right-konqueror.png +++ b/doc/common/top-right-konqueror.png diff --git a/kdoctools/customization/tde-navig.xsl b/kdoctools/customization/tde-navig.xsl index ef17e65a2..bd6fc617c 100644 --- a/kdoctools/customization/tde-navig.xsl +++ b/kdoctools/customization/tde-navig.xsl @@ -48,12 +48,12 @@ </div> <div style="position: absolute; top: 25px; - right: 100px; - text-align: right; + left: 140px; + text-align: left; font-size: xx-large; font-weight: bold; - text-shadow: #fff 0px 0px 5px; - color: #444"> + text-shadow: #000000 1px 1px 5px; + color: #fff"> <xsl:apply-templates select="." mode="title.markup"/> </div> </div> @@ -200,9 +200,9 @@ <div class="bannerBottomLeft"> <img src="{$tde.common}bottom-left.png" style="margin: 0px;" alt=""/> </div> -<div id="comments" style="position:relative; top: 5px; left: 1em; height:85px; width: 50%; color: #cfe1f6"> +<div id="comments" style="position:relative; top: 5px; left: 1em; height:85px; width: 50%; color: #000000"> <p>Would you like to comment or contribute an update to this page?<br/> - Send feedback to the <a href="mailto:trinity-devel@lists.pearsoncomputing.net" style="background:transparent; color:#cfe1f6; text-decoration: underline;">TDE Development Team</a></p> + Send feedback to the <a href="mailto:trinity-devel@lists.pearsoncomputing.net" style="background:transparent; color:#000000; text-decoration: underline;">TDE Development Team</a></p> </div> </div> |