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


