[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Re: W3



>>>>> In [meadow-users-jp : No.521] 
>>>>>	Yasuhito Takamiya <takamiya@xxxxxxxxxxxx> wrote:

高宮> わたしはMeadow1.01の上で
高宮> W3-4.0pre.39を使っています。
高宮> 以前このメーリングリストで話題になっていましたが、
高宮> W3でリンク等の色が付きません。

style sheet で指定するのだと思いますが。
(info の stylesheet 参照)

default の stylesheet は忘れましたが、
私は、以下のようにして、
リンクだけでなく、bodyや、H1..Hn 等の
色はついていますがどうでしょうか?

(setq w3-default-stylesheet "~/.w3-stylesheet")

### ~/.w3-stylesheet ###
  BODY		{ color : white       }
  BODY		{ background-color : grey25 }

  IMG		{ color : yellow      }

  H1		{ color : turquoise1  }
  H2		{ color : SkyBlue     }
  H3		{ color : aquamarine1 }
  H4		{ color : cyan        }

  A:link	{ color : plum1       }	// unvisited link
  A:visited	{ color : DeepPink    }	// visited links
  A:active	{ color : pink1       }	// active links

-- 
Masahiro Yamada (山田昌弘)