2008年12月10日水曜日

今日のStylish 新しいGoogleリーダーの角を丸めて色をつける

Gmailが丸いのにこっちが丸くないのは許せないので。


@-moz-document url-prefix(https://www.google.com/reader),
url-prefix(http://www.google.com/reader) {

/*右上の表示切り替え*/
#chrome-view-links
{-moz-border-radius:5px !important;
background:white !important}
/*フィードタイトル背景*/
#chrome-header
{background:lightgreen !important;
border:solid limegreen !important}
/*フィード外郭*/
#chrome
{-moz-border-radius:5px !important;
border:solid limegreen !important}

/*現在見ている囲み記事*/
#current-entry .card
{-moz-border-radius:5px !important;
border:solid limegreen !important}
/*各記事囲み&背景*/
.card
{-moz-border-radius:5px !important;
border:solid 1px limegreen !important;
background:lightgreen !important}
}

 追記:適用範囲が小さすぎたので書き直し&左側の新着にも色を入れました。
@-moz-document url-prefix(https://www.google.com/reader),
url-prefix(http://www.google.com/reader),
url-prefix(https://www.google.co.jp/reader),
url-prefix(http://www.google.co.jp/reader) {

/*右上の表示切り替え*/
#chrome-view-links
{-moz-border-radius:5px !important;
background:white !important}
/*フィードタイトル背景*/
#chrome-header
{background:lightgreen !important;
border:solid limegreen !important}
/*フィード外郭*/
#chrome
{-moz-border-radius:5px !important;
border:solid limegreen !important}

/*現在見ている囲み記事*/
#current-entry .card
{-moz-border-radius:5px !important;
border:solid limegreen !important}
/*各記事囲み&背景*/
.card
{-moz-border-radius:5px !important;
border:solid 1px limegreen !important;
background:lightgreen !important;}
/*既読記事*/
.read .card
{background:white !important;
border:dotted 1px limegreen !important;}

/*未読フィード点灯*/
.name-unread
{-moz-border-radius:5px !important;
margin:0px !important;
background:lightpink !important;}

}

このエントリーをはてなブックマークに追加

0 件のコメント:

アクセス解析