« りんごのカレンダー | トップページ | 画像を使わず線だけのカレンダー(青) »

青のカレンダー

AokarendaAokarenda1_2






#calendar caption
{
color:#003366;
background-image:url(画像のURL);
background-repeat:no-repeat;
height:23px;
padding-top:2px;
padding-left:30px;
}

#calendar th {
color:#006699;
font-size: 11px ;
width: 19px;
height: 19px;
text-align : center;
background: url("曜日の画像のURL") no-repeat;
}

#calendar td {
color:#000000;
font-size: 11px;
width: 19px;
height: 19px;
text-align : center;
background: url("日付の画像のURL") no-repeat;
}
#calendar td a {
font-size: 11px;
width: 19px;
height: 19px;
text-align : center;
display : block;
background : ;
background: url("書き込みのあった日のURL") no-repeat;
}

|

« りんごのカレンダー | トップページ | 画像を使わず線だけのカレンダー(青) »