編集(管理者用) | 編集 | 差分 | 新規作成 | 一覧 | RSS | 表紙 | 検索 | 更新履歴

GoogleUserCSS

北村が個人的に使用しているGoogle用ユーザスタイルシート。

※注意: li.g のwidth, heightは、自分が普段使用しているブラウザウィンドウサイズに合わせて調整する必要あり。 あと、ところどころ対応が不完全な箇所があります。


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

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

body {
  position:relative !important;
}

#res {
  margin:6px !important;
  padding:0 !important;
  line-height:1.2 !important;
}

li.g {
  position:relative !important;
  float:left !important;
  width:18em !important;
  height:16em !important;
  padding:0 0.25em !important;
  background-color:#fff !important;
}

li.g[style] {
  margin-left:0 !important;
  color:#777 !important;
}

li.g h3.r {
  font-size:100% !important;
}

li.g h3.r a {
  display:block;
  text-decoration:none !important;
  border-bottom:solid 1px;
}

cite, span.gl {
  font-size:90% !important;
}

.slk td {
  padding:0 !important;
  font-size:60% !important;
}

div.g,
#ofr,
.e {
  clear:left !important;
}

/* news */
table.ts {
  /*display:none !important;*/
  font-size:60% !important;
}

/* other keywords */
#trev table.ts,
table.ts.std {
  font-size:90% !important;
}



td.b b {
  position:fixed !important;
  bottom:0 !important;
  margin-left:-24px !important;
  padding:3px 24px !important;
  border:outset 2px ButtonFace !important;
  background-color:ButtonFace !important;
}

td.b a {
  color:#000 !important;
  text-decoration:none !important;
}

td.b b:active {
  border-style:inset !important;
}

.gl, #bsf a, .nobr, #brs a {
  white-space:normal !important;
}

#mbEnd {
  display:block !important;
  position:absolute !important;
  bottom:-200px !important;
  right:0 !important;
  float:none !important;
  width:200px !important;
  max-height:300px !important;
  overflow:auto !important;
}

#tads {
  position:absolute !important;
  bottom:-200px !important;
  left:0 !important;
  width:200px !important;
  max-height:300px !important;
  overflow:auto !important;
}

/* @-moz-document end */
}