CSS カレンダーをかわいく 4
サンプルの下にCSSをつけました
好きなカレンダー下にあるCSSを自分のCSSの最後にコピペするだけで
サンプルと同じになるはずです
マウスを当てたときの変化も確認できます・・・・
カレンダー№ が同じ物は違いは色だけです
慣れてきたら好きな色に変更下さい
設置できましたらコメントをいただけると助かります
皆様の実際どうなるのか参考になりますし
どのタイプが人気があるのか知りたいんで・・・・ m(_ _)m
カレンダー07
/*■■ カレンダー07 ■■*/
#calendar table {/*全体*/
color:#999999;/*文字色*/
border-collapse: collapse;
}
#calendar table caption a{/* <<と>> */
color:#999999;/*文字色*/
}
#calendar table th,
#calendar table td{/*曜日・日にち*/
border-top: 1px #666666 solid;/*線の太さ 色 線種*/
border-bottom: 1px #666666 solid;/*線の太さ 色 線種*/
padding:2px 0;
}
#calendar table td a{/*記事のある日*/
color:#666666;/*文字色*/
background-color:#e0e0e0; /* セルの背景色 */
text-decoration: none; /* リンク文字の下線消す */
display:block;
}
#calendar table td a:hover{/*マウスオーバー*/
color: #ffffff;/*文字色*/
background-color: #666666; /* セルの背景色 */
}
#calendar table .sun {/*日曜*/
color:#ff0000;/*文字色*/
}
#calendar table .sat{/*土曜*/
color:#0000ff;/*文字色*/
}
カレンダー08
/*■■ カレンダー08 ■■*/
#calendar table {/*全体*/
color: #666666;/*全体の文字色*/
border-collapse: collapse;
}
#calendar table caption a{/* <<と>> */
color: #666666;
}
#calendar table th,
#calendar table td{/*曜日・日にち*/
border-top: 1px #666666 solid;/*線の太さ 色 線種*/
border-bottom: 1px #666666 solid;/*線の太さ 色 線種*/
padding:2px 0;
}
#calendar table td a{/*記事のある日*/
color:#666666;/*文字色*/
background-color:#e0e0e0; /* セルの背景色 */
border-right: 1px #ffffff solid;/*線の太さ 色(※背景と同じ色) 線種*/
text-decoration: none; /* リンク文字の下線消す */
display:block;
}
#calendar table td a:hover{/*マウスオーバー*/
color: #ffffff;/*文字色*/
background-color: #666666; /* セルの背景色 */
}
カレンダー09
/*■■ カレンダー09 ■■*/
#calendar table {/*全体*/
color: #666666;/*全体の文字色*/
border-collapse: collapse;
}
#calendar table caption{/*月*/
color: #666666;/*文字色*/
font-weight:bold;/*太文字*/
font-size:1.2em;/*文字サイズ*/
}
#calendar table caption a{/* <<と>> *//* <<と>> */
color: #666666;/*文字色*/
font-size:1em;/*文字サイズ*/
}
#calendar table caption{/*月*/
color: #666666;/*文字色*/
}
#calendar table th,
#calendar table td{/*日にち*/
border-bottom: 3px #666666 dotted;/*線の太さ 色 線種*/
}
#calendar table td a{/*記事のある日*/
color:#666666;/*文字色*/
background-color:#e0e0e0; /* セルの背景色 */
text-decoration: none; /* リンク文字の下線消す */
display:block;
}
#calendar table td a:hover{/*マウスオーバー時*/
color: #ffffff;/*文字色*/
background-color: #666666; /* セルの背景色 */
}
#calendar table th.sun {/*日曜*/
color: #ff1493;/*文字色*/
}
#calendar table th.sat {/*土曜*/
color: #00ced1;/*文字色*/
}
カレンダー07
/*■■ カレンダー07 ■■*/
#calendar table {/*全体*/
color: #ff00ff;/*文字色*/
border-collapse: collapse;
}
#calendar table caption a{/* <<と>> */
color: #ff00ff;
}
#calendar table th,
#calendar table td{/*曜日・日にち*/
border-top: 1px #ff33ff solid;/*線の太さ 色 線種*/
border-bottom: 1px #ff33ff solid;/*線の太さ 色 線種*/
padding:2px 0;
}
#calendar table td a{/*記事のある日*/
color:#ff00ff;/*文字色*/
background-color: #ffccff; /* セルの背景色 */
text-decoration: none; /* リンク文字の下線消す */
display:block;
}
#calendar table td a:hover{/*マウスオーバー*/
color:#ffffff;/*文字色*/
background-color: #ff00ff; /* セルの背景色 */
}
#calendar table .sun {/*日曜*/
color:#ff0000;/*文字色*/
}
#calendar table .sat{/*土曜*/
color:#0000ff;/*文字色*/
}
カレンダー08
/*■■ カレンダー08 ■■*/
#calendar table {/*全体*/
color: #ff00ff;/*全体の文字色*/
border-collapse: collapse;
}
#calendar table caption a{/* <<と>> */
color: #ff00ff;
}
#calendar table th,
#calendar table td{/*曜日・日にち*/
border-top: 1px #ff00ff solid;/*線の太さ 色 線種*/
border-bottom: 1px #ff00ff solid;/*線の太さ 色 線種*/
padding:2px 0;
}
#calendar table td a{/*記事のある日*/
color:#ffffff;/*文字色*/
background-color: #ff00ff; /* セルの背景色 */
border-right: 1px #ffffff solid;/*線の太さ 色(※背景と同じ色) 線種*/
text-decoration: none; /* リンク文字の下線消す */
display:block;
}
#calendar table td a:hover{/*マウスオーバー*/
color:#ff00ff;/*文字色*/
background-color: #ffccff; /* セルの背景色 */
}
カレンダー09
/*■■ カレンダー09 ■■*/
#calendar table {/*全体*/
color: #ff6347;/*全体の文字色*/
border-collapse: collapse;
}
#calendar table caption{/*月*/
color: #ff6347;/*文字色*/
font-weight:bold;/*太文字*/
font-size:1.2em;/*文字サイズ*/
}
#calendar table caption a{/* <<と>> *//* <<と>> */
color: #ff6347;/*文字色*/
font-size:1em;/*文字サイズ*/
}
#calendar table caption{/*月*/
color: #ff6347;/*文字色*/
}
#calendar table th,
#calendar table td{/*日にち*/
border-bottom: 3px #ff69b4 dotted;/*線の太さ 色 線種*/
}
#calendar table td a{/*記事のある日*/
display:block;
text-decoration: none; /* リンク文字の下線消す */
background-color: #ffc0cb; /* セルの背景色 */
color:#ff0000;/*文字色*/
}
#calendar table td a:hover{/*マウスオーバー時*/
background-color: #ff0000; /* セルの背景色 */
color: #ffffff;/*文字色*/
}
#calendar table th.sun {/*日曜*/
color: #ff1493;/*文字色*/
}
#calendar table th.sat {/*土曜*/
color: #00ced1;/*文字色*/
}
カレンダー07
/*■■ カレンダー07 ■■*/
#calendar table {/*全体*/
color: #ffffcc;/*文字色*/
border-collapse: collapse;
}
#calendar table caption a{/* <<と>> */
color: #ffffcc;
}
#calendar table th,
#calendar table td{/*曜日・日にち*/
border-top: 1px #ff33ff solid;/*線の太さ 色 線種*/
border-bottom: 1px #ff33ff solid;/*線の太さ 色 線種*/
padding:2px 0;
}
#calendar table td a{/*記事のある日*/
color:#ff00ff;/*文字色*/
background-color: #ffccff; /* セルの背景色 */
text-decoration: none; /* リンク文字の下線消す */
display:block;
}
#calendar table td a:hover{/*マウスオーバー*/
color:#ffffff;/*文字色*/
background-color: #ff00ff; /* セルの背景色 */
}
#calendar table .sun {/*日曜*/
color:#ff0000;/*文字色*/
}
#calendar table .sat{/*土曜*/
color:#0000ff;/*文字色*/
}
カレンダー08
/*■■ カレンダー08 ■■*/
#calendar table {/*全体*/
color: #ff00ff;/*全体の文字色*/
border-collapse: collapse;
}
#calendar table caption a{/* <<と>> */
color: #ff00ff;
}
#calendar table th,
#calendar table td{/*曜日・日にち*/
border-top: 1px #ff00ff solid;/*線の太さ 色 線種*/
border-bottom: 1px #ff00ff solid;/*線の太さ 色 線種*/
padding:2px 0;
}
#calendar table td a{/*記事のある日*/
color:#ffffff;/*文字色*/
background-color: #ff00ff; /* セルの背景色 */
border-right: 1px #ff99ff solid;/*線の太さ 色(※背景と同じ色) 線種*/
text-decoration: none; /* リンク文字の下線消す */
display:block;
}
#calendar table td a:hover{/*マウスオーバー*/
color:#ff00ff;/*文字色*/
background-color: #ffccff; /* セルの背景色 */
}
カレンダー09
/*■■ カレンダー09 ■■*/
#calendar table {/*全体*/
color: #ff6347;/*全体の文字色*/
border-collapse: collapse;
}
#calendar table caption{/*月*/
color: #ff6347;/*文字色*/
font-weight:bold;/*太文字*/
font-size:1.2em;/*文字サイズ*/
}
#calendar table caption a{/* <<と>> *//* <<と>> */
color: #ff6347;/*文字色*/
font-size:0.8em;/*文字サイズ*/
}
#calendar table caption{/*月*/
color: #ff6347;/*文字色*/
}
#calendar table th,
#calendar table td{/*日にち*/
border-bottom: 3px #ff69b4 dotted;/*線の太さ 色 線種*/
}
#calendar table td a{/*記事のある日*/
display:block;
text-decoration: none; /* リンク文字の下線消す */
background-color: #ffc0cb; /* セルの背景色 */
color:#ff0000;/*文字色*/
}
#calendar table td a:hover{/*マウスオーバー時*/
background-color: #ff0000; /* セルの背景色 */
color: #ffffff;/*文字色*/
}
#calendar table th.sun {/*日曜*/
color: #ff1493;/*文字色*/
}
#calendar table th.sat {/*土曜*/
color: #00ced1;/*文字色*/
}
カレンダー07
/*■■ カレンダー07 ■■*/
#calendar table {/*全体*/
color: #666666;/*文字色*/
border-collapse: collapse;
}
#calendar table caption a,
#calendar table caption{/*月*/
color: #666666;/*文字色*/
}
#calendar table th,
#calendar table td{/*曜日・日にち*/
border-top: 1px #999999 solid;/*線の太さ 色 線種*/
border-bottom: 1px #999999 solid;/*線の太さ 色 線種*/
padding:2px 0;
}
#calendar table td a{/*記事のある日*/
color: #999999;/*文字色*/
background-color: #666666; /* セルの背景色 */
text-decoration: none; /* リンク文字の下線消す */
display:block;
}
#calendar table td a:hover{/*マウスオーバー*/
color: #ffffff;/*文字色*/
background-color: #999999; /* セルの背景色 */
}
カレンダー08
/*■■ カレンダー08 ■■*/
#calendar table {/*全体*/
color: #666666;/*文字色*/
border-collapse: collapse;
}
#calendar table caption a,
#calendar table caption{/*月*/
color: #666666;/*文字色*/
}
#calendar table th,
#calendar table td{/*曜日・日にち*/
border-top: 1px #999999 solid;/*線の太さ 色 線種*/
border-bottom: 1px #999999 solid;/*線の太さ 色 線種*/
padding:2px 0;
}
#calendar table td a{/*記事のある日*/
color: #0033cc;/*文字色*/
background-color: #666666; /* セルの背景色 */
border-right: 1px #000000 solid;/*線の太さ 色 線種*/
text-decoration: none; /* リンク文字の下線消す */
display:block;
}
#calendar table td a:hover{/*マウスオーバー*/
color: #ffffff;/*文字色*/
background-color: #999999; /* セルの背景色 */
}
カレンダー09
/*■■ カレンダー09 ■■*/
#calendar table {/*全体*/
color: #ffffff;/*全体の文字色*/
border-collapse: collapse;
}
#calendar table caption{/*月*/
color: #ffffff;/*文字色*/
font-weight:bold;/*太文字*/
font-size:1.2em;/*文字サイズ*/
}
#calendar table caption a{/*<< と >>*/
color: #ffffff;/*文字色*/
font-size:0.8em;/*文字サイズ*/
}
#calendar table th,
#calendar table td{/*日にち*/
border-bottom: 3px #ffffff dotted;/*線の太さ 色 線種*/
font-weight:normal;
}
#calendar table td a{/*記事のある日*/
color:#333333;/*文字色*/
background-color: #666666; /* セルの背景色 */
text-decoration: none; /* リンク文字の下線消す */
display:block;
}
#calendar table td a:hover{/*マウスオーバー時*/
color: #ffffff;/*文字色*/
background-color: #999999; /* セルの背景色 */
}
#calendar table th.sun {/*日曜*/
color: #ff1493;/*文字色*/
}
#calendar table th.sat {/*土曜*/
color: #00ced1;/*文字色*/
}