Google検索の左メニューの「もっと見る」とかまどろっこしいので最初から開いておく.css

Google検索用ユーザースタイル。
まぁ、リアルタイム検索なくなったので今はそれほど使ってないんだけど。

@namespace url(http://www.w3.org/1999/xhtml);

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

  /* 広告(上) */
  #tads {
    display: none !important;
  }
  /* 広告(下) */
  #bottomads {
    display: none !important;
  }
  /* 広告(右) */
  #rhs {
    display: none !important;
  }
  /* 広告消すので検索結果広く */
  #center_col {
    margin-right: 0 !important;
  }
  #center_col .g {
    overflow: hidden !important;
  }
  #center_col .s {
    max-width: 70% !important;
  }
  /* +1ボタン要らない */
  /* 
  .esw.eswd {
    display: none !important;
  }
  */
  /* サイドメニュー全部表示 */
  #hidden_modes {
    height: auto !important;
    display: block !important;
  }
  /* もっと見るは非表示*/
  #showmodes {
    display: none !important;
  }
  /* 文字大きすぎ */
  #ms .mitem a,
  #ms .mitem span {
    font-size: 11px !important;
  }
  /* サイドメニューの高さ */
  #ms .mitem {
    line-height: 22px !important;
  }
  /* サイドメニューアイコンの位置 */
  #ms .micon {
    margin-top: 2px !important;
  }
  /* サイドメニュー ウェブ全体から検索とか */
  #tbd ul {
    margin-bottom: 15px !important;
  }
  #tbd li {
    font-size: 11px !important;
  }
}

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です