Google Calendarで土日だけ違う色を付ける方法
in

Google Calendarは便利。仕事の予定も個人の予定も1つにまとめてる。ちょっとだけ不便なのは土日がはっきりと表示されないこと。そこで、

1.カレンダーを月曜表示に
 これで土日が1週間の最後に来るので仕事と遊びの計画が見やすく

2.土日だけ違う色で表示
 カレンダーのバックグラウンドの色を土日だけ違う色に。方法は以下のCSSをStylishを使ってwww.google.comに設定

div.month-row > table.st-bg-table tr > td:nth-child(6) /* for Sat in Mon-Sun system in Month view */
{
background-color:#E6EBFA;
}

div.month-row > table.st-bg-table tr > td:nth-child(7) /* for Sun in Mon-Sun system in Month view */
{
background-color:#FFE6E6;
}

tr.wk-daynames th:nth-child(7)
{
background-color:#E6EBFA;
}

tr.wk-daynames th:nth-child(8)
{
background-color:#FFE6E6;
}

これでブラウザで見るときは快適に。出来ればAndroidのカレンダーも同じようにしたいのだけど、土日に色を付ける方法がなさそう。

Jorteを使うってのはどう?

Jorteを使うってのはどう?

Jorte、早速試してみました。すっごくおしい!!!複数の

Jorte、早速試してみました。すっごくおしい!!!複数のMy Calendarsを作って色分けしてるのですが(仕事用とプライベート用)、それが表示されないのが残念。。。

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <code> <cite> <ul> <ol> <li> <dl> <dt> <dd> <p>
  • Lines and paragraphs break automatically.
  • Link to Amazon products with: [amazon product_id inline|full|thumbnail]. Example: [amazon 1590597559 thumbnail]
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Images can be added to this post.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.