(旧)コダフォンの日記ブログ(移転しました)

FC2ブログに移転しました。ここいる?

FC2ブログ 「本文・リンク」の「色・サイズ」を変更する方法【HTML CSS】

FC2ブログ 「本文・リンク」の「色・サイズ」を変更する方法【HTML CSS

まずテンプレートの設定を開く

HTML側

http://help.fc2.com/blog/manual/Home/template/templatevariable.html#1

↓こいつを

<%topentry_body>

こうする。

<div class="任意のクラス名">

<%topentry_body>

</div>

CSS

http://www.htmq.com/style/

任意のクラス名をwabiとすると

.wabi a:link{color : #0099FF ;text-decoration : none;}

.wabi a:visited{color :#0099FF ;text-decoration : none;}

.wabi a:hover{color :#66CCFF; ;text-decoration : none;}

これをCSSの中に入れる。

終わり。

他参考

http://homutuku.com/beginner/440.html

http://www.shoshinsha.com/hp/ref/css/css_selecter.html

はーははは

こんだけなのに

3時間も悪戦苦闘しちまった。