アカウント名:
パスワード:
リストビューデフォで使っているので、一画面の情報量が減ってしまってつらい。もう使うのやめようかと思いつつ、Stylishの設定を書いたので載せとく。
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-documenturl-prefix("https://www.google.com/reader/"){ #top-bar { height: 50px !important; border-color: gray !important; }
#logo { visibility: hidden !important; }
#viewer-header, #lhn-add-subscription-section, #viewer-header-container { height: 40px !important; height: 40px !important; background-color: royalblue !important; }
#nav, #scrollable-sections-top-shadow, #scrollable-sections-bottom-shadow, #lhn-add-subscription-section { width: 220px !important; }
#chrome { margin-left: 220px !important; }
.collapsed, #title-and-status-holder { border-top: 0 !important; padding: 0 !important; margin: 0 !important; }
.collapsed:hover { border-color: crimson !important; }
.collapsed #current-entry { border-color: olive !important; }}
より多くのコメントがこの議論にあるかもしれませんが、JavaScriptが有効ではない環境を使用している場合、クラシックなコメントシステム(D1)に設定を変更する必要があります。
Stableって古いって意味だっけ? -- Debian初級
リニューアルという名の改悪 (スコア:0)
リストビューデフォで使っているので、一画面の情報量が減ってしまってつらい。
もう使うのやめようかと思いつつ、Stylishの設定を書いたので載せとく。
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document
url-prefix("https://www.google.com/reader/")
{
#top-bar
{
height: 50px !important;
border-color: gray !important;
}
#logo
{
visibility: hidden !important;
}
#viewer-header,
#lhn-add-subscription-section,
#viewer-header-container
{
height: 40px !important;
height: 40px !important;
background-color: royalblue !important;
}
#nav,
#scrollable-sections-top-shadow,
#scrollable-sections-bottom-shadow,
#lhn-add-subscription-section
{
width: 220px !important;
}
#chrome
{
margin-left: 220px !important;
}
.collapsed,
#title-and-status-holder
{
border-top: 0 !important;
padding: 0 !important;
margin: 0 !important;
}
.collapsed:hover
{
border-color: crimson !important;
}
.collapsed
#current-entry
{
border-color: olive !important;
}
}