CSS タグに間違いがありました。
8月
27日
/** Following is used to set personal graphics on top of the page. **/
a:hover {
color:#f00;
}
#header div {
background: url('http://jp.bloguru.com/files/bf6f92644cc69a1e4785d4432b5961fe.png') no-repeat top left;
height: 200px;
}
#header {
height: 250px;
}
#header h1 {
z-index: 200;
}
#component_calendar_data table a {
color: #fff;
background-color: #f00;
}
#component_calendar_data table a:hover {
background-color: #333;
color: #fff;
}
#post h2 a:hover {
color: #f00;
}
#menu{
margin-top: 100px;
}
/** Following is used to set the font size of the post and comments **/
#component_introduction_by a,
#component_introduction_email,
#component_introduction_buddy_status,
.post {
font-size: 10.5pt;
}
</style>
これがこのページのスタイル設定です。
上記でトップのイメージと、コメントのフォントの大きさを指定することができます。ご利用ください。
投稿日 2010-08-27 06:43
ワオ!と言っているユーザー
投稿日 2010-08-27 17:01
ワオ!と言っているユーザー