Index: trunk/install/php/graytable.css =================================================================== --- trunk/install/php/graytable.css (リビジョン 36) +++ trunk/install/php/graytable.css (リビジョン 38) @@ -1,3 +1,2 @@ - body * {margin:0px;padding:0px;border:0px;} @@ -25,7 +24,7 @@ background-color: #CCC; } -th + th, td + td { border-left: 1px solid #AAA; } -td { border-top: 1px solid #AAA; vertical-align: top; } -th, td { padding: 3px;} +th + th, td + td { border-right: 1px solid #AAA; } +td { vertical-align: top; } +th, td { border-right: 1px solid #AAA;border-bottom: 1px solid #AAA; padding: 3px;} tr.reserved{background-color: #FFDDDD;} tr.reservedtitle{background-color: #DDDDFF;} @@ -57,2 +56,26 @@ ul {list-style-type:none;} li {width:90px;background:#ffa;padding:2px;border:1px solid white;line-height:1.1em;} + +td#anime {background:#FFC0CB;} /* アニメ・特撮 */ +td#kids {background:#FFFFDC;} /* キッズ */ +td#sports {background:#D7D7FF;} /* スポーツ */ +td#etc {background:#F3F3F3;} /* その他 */ +td#news {background:#E3C0FF;} /* ニュース・報道 */ +td#cinema {background:#FAA5FF;} /* 映画 */ +td#education{background-color:#C9C9C9;} /* 教育 */ +td#documentary{background-color:#E8FFE8;} /* ドキュメンタリー・教養 */ +td#music{background-color: #A4FFF5;} /* 音楽 */ +td#variety{background-color: #E0F0CA;} /* バラエティ */ +td#hobby{background-color: #FDF7BB;} /* 趣味・実用 */ +td#information {background:#B6FFFA;} /* 情報 */ +td#stage{background-color: #FFC0E3;} /* 演劇 */ +td#drama {background:#FFD0FF;} /* ドラマ */ + +#information:hover, #hobby:hover, #education:hover, #music:hover, #stage:hover, #cinema:hover, #variety:hover, #news:hover, #drama:hover, #documentary:hover, #sports:hover, #kids:hover, #anime:hover, #etc:hover + { + background-color: #FFFA4D; + padding-right: 1px; padding-bottom:1px; + border-right: 3px solid #aaa; border-bottom: 3px solid #666; } + + +