画像を使わず線だけのカレンダー(青)
/* カレンダー水色
ここから------------------------------------------- */
#calendar table{
border :1px solid #bfc1ff;
}
DIV#calendar{
border :1px solid #bfc1ff;
BACKGROUND-COLOR: #ffffff
}
#calendar CAPTION {
text-align : center;
padding-top:3px;
HEIGHT: 20px
;BACKGROUND-COLOR: #e1e2ff
;border :1px solid #bfc1ff;
}
#calendar th {
font-size: 10px;
width: 19px;
height: 19px;
text-align : center;
border-top :1px solid #bfc1ff;border-right :1px solid #bfc1ff;border-bottom :3px double #bfc1ff;border-keft :1px solid #bfc1ff;
}/*曜日の下線だけを二重線に*/
#calendar td {
font-size: 11px;
width: 19px;
height: 19px;
text-align : center;
border :1px solid #bfc1ff;
}
#calendar td a {
font-size: 11px;
width: 19px;
height: 19px;
text-align : center;
display : block;/*これを入れないと文字のところだけ色がつきます*/
BACKGROUND-COLOR: #f4f4ff;
border :1px dashed #bfc1ff;
}
ここまで--------------------------------------- */
| 固定リンク

