Vorheriges Thema anzeigen :: Nächstes Thema anzeigen |
Autor |
Nachricht |
Thomas
Anmeldungsdatum: 03.06.2009 Beiträge: 14
|
Verfasst am: Fr Feb 24, 2017 13:40 Titel: Wie Textfarbe für Titel festlegen? |
|
|
Hallo,
ich verwende ein hmskin mit einem eigenen Hitergrundbild und möchte jetzt noch die Schriftfarbe für den Titeltext anpassen. Wo kann ich dies tun?
Danke
Thomas |
|
Nach oben |
|
 |
Jörg Ertelt Moderator

Anmeldungsdatum: 22.12.2005 Beiträge: 2491 Wohnort: 73240 Wendlingen
|
|
Nach oben |
|
 |
Thomas
Anmeldungsdatum: 03.06.2009 Beiträge: 14
|
Verfasst am: Sa März 04, 2017 16:34 Titel: |
|
|
Hallo Jörg,
ich verwende ein von HMSkin_Blue.hmskin "abgeleitetes" Skin. (Hintergrundbild ist geändert). H&M ist Version 5.6.
Thomas |
|
Nach oben |
|
 |
Jörg Ertelt Moderator

Anmeldungsdatum: 22.12.2005 Beiträge: 2491 Wohnort: 73240 Wendlingen
|
|
Nach oben |
|
 |
Thomas
Anmeldungsdatum: 03.06.2009 Beiträge: 14
|
Verfasst am: Mo März 13, 2017 08:45 Titel: |
|
|
Hallo Jörg,
leider kann ich unter keinen der Themen ein .navtitel finden. Zusätzlich habe ich auch die Skindatei entpackt und vollständig durchsucht und nichts gefunden. Inhaltesverzeichnis sieht z.B. bei mir so aus:
<DOCTYPE>
<html><head>
<title><TITLE></title>
<meta><IF_HTML>
<meta></IF_HTML>
<This>
<link>
<This>
<style>
body { }
.heading1 { font-size: 10pt; color: #000000; text-decoration: none; }
.heading2 { font-size: 10pt; color: #000000; text-decoration: none; }
.heading3 { font-size: 10pt; color: #000000; text-decoration: none; }
.heading4 { font-size: 10pt; color: #000000; text-decoration: none; }
.heading5 { font-size: 10pt; color: #000000; text-decoration: none; }
.heading6 { font-size: 10pt; color: #000000; text-decoration: none; }
.hilight1 { font-size: 10pt; color: #FFFFFF; background: #194E84; text-decoration: none; }
.hilight2 { font-size: 10pt; color: #FFFFFF; background: #194E84; text-decoration: none; }
.hilight3 { font-size: 10pt; color: #FFFFFF; background: #194E84; text-decoration: none; }
.hilight4 { font-size: 10pt; color: #FFFFFF; background: #194E84; text-decoration: none; }
.hilight5 { font-size: 10pt; color: #FFFFFF; background: #194E84; text-decoration: none; }
.hilight6 { font-size: 10pt; color: #FFFFFF; background: #194E84; text-decoration: none; }
/* TOC LIST CSS */
#toc { padding:0; margin:0 }
#toc li { margin-top:2px; margin-left:0; padding:1px }
#toc ul { padding-left:0; margin-left:0px }
/* TOC LIST CSS */
</style>
</head>
<body>
<TABLE_OF_CONTENTS>
</body>
</html>
Könnte ich dort ggf. unter dem Tag "Titel" color o.ä. ergänzen?
VG
Thomas |
|
Nach oben |
|
 |
Jörg Ertelt Moderator

Anmeldungsdatum: 22.12.2005 Beiträge: 2491 Wohnort: 73240 Wendlingen
|
Verfasst am: Mo März 13, 2017 09:23 Titel: |
|
|
Guten Tag Thomas,
Wie ich geschrieben habe, unter Configuration > Publishing Options > Webhelp > Table of Contents:
<%DOCTYPE%>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=<%DOCCHARSET%>">
<!-- This line forces IE8 into IE7 mode, safer until IE8 is better known -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<!-- This line includes the general project style sheet (not required) -->
<link type="text/css" href="<%STYLESHEET%>" rel="stylesheet">
<!-- This block defines the styles of the TOC headings, change them as needed -->
<style type="text/css">
a { color: black; text-decoration: none }
a:visited {color: black}
a:hover { text-decoration: underline }
.navtitle { font-size: 14pt; font-weight: bold; margin-bottom: 16px; }
.navbar { font-size: 10pt; }
SPAN.heading1 { font-family: Arial,Helvetica; font-weight: normal; font-size: 15px; color: #000000; text-decoration: none }
SPAN.heading2 { font-family: Arial,Helvetica; font-weight: normal; font-size: 15px; color: #000000; text-decoration: none }
SPAN.heading3 { font-family: Arial,Helvetica; font-weight: normal; font-size: 15px; color: #000000; text-decoration: none }
SPAN.heading4 { font-family: Arial,Helvetica; font-weight: normal; font-size: 15px; color: #000000; text-decoration: none }
SPAN.heading5 { font-family: Arial,Helvetica; font-weight: normal; font-size: 15px; color: #000000; text-decoration: none }
Außerdem unter Configuration > Publishing Options > Webhelp > Keyword-Index:
<%DOCTYPE%>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=<%DOCCHARSET%>">
<!-- This line forces IE8 into IE7 mode, safer until IE8 is better known -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<!-- This line includes the general project style sheet (not required) -->
<link type="text/css" href="<%STYLESHEET%>" rel="stylesheet">
<style type="text/css">
a { color: black; text-decoration: none }
a:visited {color: black}
a:hover { text-decoration: underline }
.navtitle { font-size: 14pt; font-weight: bold; margin-bottom: 16px; }
.navbar { font-size: 10pt; }
.idxsection { font-family: Arial,Helvetica; font-weight: bold; font-size: 21px; color: #000000; text-decoration: none;
margin-top: 15px; margin-bottom: 0px; }
Und unter Configuration > Publishing Options > Webhelp > Full Text Search:
<%DOCTYPE%>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=<%DOCCHARSET%>">
<!-- This line forces IE8 into IE7 mode, safer until IE8 is better known -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<!-- This line includes the general project style sheet (not required) -->
<link type="text/css" href="<%STYLESHEET%>" rel="stylesheet">
<!-- You can change the fonts, text colors, and styles of your search results with the CSS below -->
<style type="text/css">
a { color: black; text-decoration: none }
a:visited {color: black}
a:hover { text-decoration: underline }
.navtitle { font-size: 14pt; font-weight: bold; margin-bottom: 16px; }
.navbar { font-size: 10pt; }
Ich weiß nicht, welche Seite sie geöffnet hatten. Ggf. ist das Skin derart modifiziert, dass die Original-Einträge entfernt wurden ... _________________ Viele Grüße
Jörg Ertelt
HELP+MANUAL
:: Testlizenz anfordern
:: Neue Lizenzen kaufen / Lizenzen upgraden
:: Offene und Firmenseminare
SUPPORT
:: Help+Manual-Forum
:: Help+Manual-Knowledgebase
HelpDesign • Jörg Ertelt
Ulrichstraße 1
D-73240 Wendlingen am Neckar
www.helpdesign.eu
 |
|
Nach oben |
|
 |
Thomas
Anmeldungsdatum: 03.06.2009 Beiträge: 14
|
Verfasst am: Mo März 13, 2017 12:12 Titel: |
|
|
Hallo Jörg,
irgendwie bringen die (und auch andere) Veränderungen keinerlei Aussehensänderungen in dem erzeugten .chm file. Nur wenn ich ein anderes Skin verwende sind Änderungen sichtbar. Kann es sein das meine H&M Version (5.6) zu alt für die von dir genannten Änderungen ist? Wieso muss ich eigentlich im Inhaltsverzeichnis/Keywords/Search etwas ändern wenn ich doch im Layout des Titel der Topics etwas ändern möchte?
VG
Thomas |
|
Nach oben |
|
 |
Jörg Ertelt Moderator

Anmeldungsdatum: 22.12.2005 Beiträge: 2491 Wohnort: 73240 Wendlingen
|
Verfasst am: Mo März 13, 2017 13:35 Titel: |
|
|
==
rgendwie bringen die (und auch andere) Veränderungen keinerlei Aussehensänderungen in dem erzeugten .chm file
==
Ich wüsste auch nicht, wo in der CHM der Titel dargestellt wird, im Gegensatz zur WebHelp, in der der Titel oberhalb des Inhaltsverzeichnisses, Index und Suche dargestellt wird.
Wenn Sie den Titel meinen sollten, der in der CHM in der Titelleiste des Hilfefensters angezeigt wird: Den kann man ohnehin nicht beeinflussen, jedenfalls nicht, was das Aussehen betrifft. _________________ Viele Grüße
Jörg Ertelt
HELP+MANUAL
:: Testlizenz anfordern
:: Neue Lizenzen kaufen / Lizenzen upgraden
:: Offene und Firmenseminare
SUPPORT
:: Help+Manual-Forum
:: Help+Manual-Knowledgebase
HelpDesign • Jörg Ertelt
Ulrichstraße 1
D-73240 Wendlingen am Neckar
www.helpdesign.eu
 |
|
Nach oben |
|
 |
Thomas
Anmeldungsdatum: 03.06.2009 Beiträge: 14
|
Verfasst am: Mo März 13, 2017 16:47 Titel: |
|
|
Ich meine den "Topic-Title" - den Titel der (meist) rechten Fensterhälfte in der Windows-Hilfe (links: Inhalt,Index,Suche). Der Hintergrund ist ja schon geändert, nur die Schriftfarbe passt nicht.
Thomas |
|
Nach oben |
|
 |
Jörg Ertelt Moderator

Anmeldungsdatum: 22.12.2005 Beiträge: 2491 Wohnort: 73240 Wendlingen
|
|
Nach oben |
|
 |
Thomas
Anmeldungsdatum: 03.06.2009 Beiträge: 14
|
Verfasst am: Di März 14, 2017 09:18 Titel: |
|
|
Danke, jetzt funktioniert es!
Ganz genau müsste es allerdings heißen:
0. Das Skin-Projektfile öffnen
1. Menüband Einfügen - Formate - Formate bearbeiten
2. Neues Format - Formatname: Heading1 -> diese entspr. bearbeiten
VG
Thomas |
|
Nach oben |
|
 |
Jörg Ertelt Moderator

Anmeldungsdatum: 22.12.2005 Beiträge: 2491 Wohnort: 73240 Wendlingen
|
Verfasst am: Di März 14, 2017 18:11 Titel: |
|
|
==
Ganz genau müsste es allerdings heißen:
0. Das Skin-Projektfile öffnen
1. Menüband Einfügen - Formate - Formate bearbeiten
2. Neues Format - Formatname: Heading1 -> diese entspr. bearbeiten
==
Glückwunsch! Ich weiß nicht, wie Sie es geschafft haben, diese Funktion im Skin zu aktivieren, die ist dort nämlich mangels Topics ausgegraut und deshalb nicht verfügbar. Aber je nun ... ; _________________ Viele Grüße
Jörg Ertelt
HELP+MANUAL
:: Testlizenz anfordern
:: Neue Lizenzen kaufen / Lizenzen upgraden
:: Offene und Firmenseminare
SUPPORT
:: Help+Manual-Forum
:: Help+Manual-Knowledgebase
HelpDesign • Jörg Ertelt
Ulrichstraße 1
D-73240 Wendlingen am Neckar
www.helpdesign.eu
 |
|
Nach oben |
|
 |
|