[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
Re: W3
- X-ml-count: 522
- Subject: Re: W3
- From: Masahiro Yamada <yamada@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 22 Feb 1999 10:40:05 +0900
- User-agent: T-gnus/6.10.058 (based on Pterodactyl Gnus v0.76) SEMI/1.13.2 (Mikawa) FLIM/1.12.5 (Hirahata) Emacs/20.2 (i386-*-nt-4.0) MULE/3.0 (MOMIJINOGA) Meadow/1.00 (MIDORI)
>>>>> 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 (山田昌弘)
- Prev by Message:
W3
- Next by Message:
Re: W3
- Previous by thread:
W3
- Next by thread:
Re: W3
- Index(es):