スキップしてメイン コンテンツに移動

投稿

10月, 2011の投稿を表示しています

Google Calenderの曜日に色をつける

OperaのUserCSSです 日曜日が一番左で、土曜日が一番右の場合は、以下のUserCSSを適用する事で、曜日に色をつけることができます。 以前に書いたコードをちょっと修正しただけですがねw th.mv-dayname:first-child { color: #fff !important; background-color: #c00 !important; } th.mv-dayname:nth-last-child(1) { color: #fff !important; background-color: #00d !important; }