CSS トマトのカレンダー
※まだCSSでカレンダーを加工されていない場合のみ使ってください
とまとのカレンダーです・・・
↓この画像をダウンロードして自分のブログの画像フォルダにアップして画像のURLを調べておきます
CSSの最後にこのままコピペしてください
/*とまとカレンダー*/
#calendar{
background-image: url(画像のURL);
background-repeat:no-repeat;
background-position:center 23px;
height:175px;
}
#calendar table{
margin:0 auto;
text-align:center;
width:130px;
font-size:0.8em;
line-height:1.3;
color: #ffffff;
}
#calendar caption a{
color: #ffffff;
text-decoration:underline;
font-weight:bold;
}
#calendar .sun{
color:#ffffff;
}
#calendar .sat{
color:#ffffff;
}

