Wordsworth広場
  新規投稿 ┃ ツリー表示 ┃ 一覧表示 ┃ トピック表示 ┃ 検索 ┃ 設定 ┃ 『Wordsworthの杜』へ戻る  
112 / 861 ←次へ | 前へ→

Re:(V3)背景色・文字色の変更
回答  Wordsworth作者 E-MAIL  - 06/7/15(土) 10:17 -

引用なし
パスワード
   ▼mueさん:
>以前V2.6を愛用していたのですが、V3に乗り換えました。
>
>文字が多いので目の負担を減らす為に、試しに白黒を逆転させてみようと思い、
>ツール→オプション→その他の設定で、112行目からの
>ヘッダフレーム、フォルダツリーフレーム、用語本文フレームの
>「background-color」「color」等のblackとwhiteを入れ替えてみました。
>
>確かにヘッダ、フォルダツリー、更新リストは白黒逆転したのですが、
>いざクリックして本文を閲覧すると、元の白背景に黒字で表示されます。
>他にも設定する箇所があるのでしょうか?

返事が遅くなってすみません。

オプションで本文の出力単位を「1ファイル」にしていると大丈夫だと思いますが、「フォルダ毎」、「用語毎」にしているとダメみたいですね。

解決方法ですが、

StyleSheet\Common\wsworth_common.xsl

ファイルの下記の場所のbodyタグ内に「class="Body"」を書き加えてください。

<!-- ■■■■■フォルダの表示方法 -->
<xsl:template match="フォルダ">
<html>
<head>
  <!-- ■スタイルシート -->
  <link>
    <xsl:attribute name="rel">stylesheet</xsl:attribute>
    <xsl:attribute name="type">text/css</xsl:attribute>
    <xsl:attribute name="href"><xsl:value-of select="$FILE_NAME"/>.css</xsl:attribute>
  </link>
<!--
  <style type="text/css">
    <xsl:call-template name="wsworth_stylesheet"/>
  </style>
-->
</head>
<body class="Body">★ここ!
  <xsl:value-of select="$EOL"/>
  <xsl:apply-templates select="." mode="wsworth_body"/>
</body>
</html>
</xsl:template>

<!-- ■■■■■用語を表示 -->
<xsl:template match="用語">
<html>
<head>
  <!-- ■スタイルシート -->
  <link>
    <xsl:attribute name="rel">stylesheet</xsl:attribute>
    <xsl:attribute name="type">text/css</xsl:attribute>
    <xsl:attribute name="href"><xsl:value-of select="$FILE_NAME"/>.css</xsl:attribute>
  </link>
<!--
  <style type="text/css">
    <xsl:call-template name="wsworth_stylesheet"/>
  </style>
-->
</head>
<body class="Body">★ここ!
  <xsl:value-of select="$EOL"/>
  <xsl:apply-templates select="." mode="wsworth_body"/>
</body>
</html>
</xsl:template>

445 hits
<Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR...@acfkok008094.adsl.ppp.infoweb.ne.jp>

(V3)背景色・文字色の変更 mue 06/6/29(木) 7:11 質問
┗ Re:(V3)背景色・文字色の変更 Wordsworth作者 06/7/15(土) 10:17 回答
 ┗ Re:(V3)背景色・文字色の変更 mue 06/7/26(水) 19:47 質問
 ┗ Re:(V3)背景色・文字色の変更 Wordsworth作者 06/8/21(月) 17:47 回答

  新規投稿 ┃ ツリー表示 ┃ 一覧表示 ┃ トピック表示 ┃ 検索 ┃ 設定 ┃ 『Wordsworthの杜』へ戻る  
112 / 861 ←次へ | 前へ→
ページ:  ┃  記事番号:
56354
(SS)C-BOARD v3.23b is Free.