Skip navigation.

exploreopera

| Help

Sign up | Help

おぺら ぷらす あるふぁ。

Opera、Excel、Windowsなんかの備忘録とか(ぼやき含む)

Google用ユーザスタイルシート

, ,

作ってみた。

参考サイト:朝顔日記>Google カレンダーの土日
http://diary.noasobi.net/2006/10/diary_061005a.html

※日曜始まり版です。
・Googleカレンダーの土日に色をつける
・Googleパーソナライズドホームの検索欄を隠す
・GoogleパーソナライズドホームのGoogleカレンダーモジュールの土日に色をつける



ほんまは、GoogleReaderのline-heightとか変更したいんだけど、まだ出来てない…
まぁ、いいや。

/* Googleカレンダーの土日の色変更 */
  #decowner > [style*="left: 8"] > .dayOfMonth {
    color: #00F !important;
    background-color: #CCF !important;
  }
  #decowner > [style*="left: 8"] > .dayNotInMonth {
    color: #88F !important;
    background-color: #DDF !important;
  }
  #decowner > [style*="left: 8"] > .currentDay {
    background-color: #99F !important;
  }
  #decowner > [style*="left: 0"] > .dayOfMonth {  
    color: #F00 !important;
    background-color: #FCC !important;
  }
  #decowner > [style*="left: 0"] > .dayNotInMonth {
    color: #F88 !important;
    background-color: #FDD !important;
  }
  #decowner > [style*="left: 0"] > .currentDay {
    background-color: #F99 !important;
  }

/* 上の土日表示の色の変更 */
  #colheaders > div:first-child {
    background-color:#FDD !important;
    color:#F00 !important;
  }
  #colheaders > div+div+div+div+div+div+div {
    background-color: #CCF !important;
    color: #00F !important;
  }

/* 左上の小さいカレンダーの土日の色変更 */
  [id^="dp_0_day_"][id$="_6"] {
    color: #22F;
  }
  [id^="dp_0_day_"][id$="_0"] {
    color: #F22;
  }

/* Googleパーソナライズドホームの検索欄を隠す */
  #sf {display:none;}

/* GoogleパーソナライズドホームのGoogleカレンダーモジュールの土日の色変更 */
  #picker3_day_0 {
    background-color:#FDD !important;
    color:#F00 !important;
  }
  #picker3_day_6 {
    background-color: #CCF !important;
    color: #00F !important;
  }
  .DP_day_left.DP_onmonth.DP_weekend {  
    color: #F00 !important;
    background-color: #FCC !important;
  }
  .DP_day_left.DP_offmonth.DP_weekend {
    color: #F88 !important;
    background-color: #FDD !important;
  }
  .DP_day_right.DP_onmonth.DP_weekend {  
    color: #00F !important;
    background-color: #CCF !important;
  }
  .DP_day_right.DP_offmonth.DP_weekend {
    color: #88F !important;
    background-color: #DDF !important;
  }

風邪っぴき。Google用ユーザスタイルシート(追記)

Write a comment

Comment
(BBcode and HTML is turned off for anonymous user comments.)

Please type this security code : fcf80d

Smilies