スポンサーサイト
上記の広告は1ヶ月以上更新のないブログに表示されています。
新しい記事を書く事で広告が消せます。
新しい記事を書く事で広告が消せます。
category: スポンサー広告
--/--/-- --. --:-- [edit]
TB: -- | CM: --
稚拙なGooge検索画面用css書いてみた
検索ワードを強調表示したかったので、調べながら書いてみました。

検索ワード:タイトル‥‥赤色文字
検索ワード:内容‥‥橙色文字
訪問したサイト‥‥水色文字
となってます。
あと、検索結果の表示部分を少し左右に引き伸ばしました。
それだけです(
良かったらどうぞ↓
@-moz-document domain("google.co.jp"){
#res li h3 em, #res li h3 b {
color: #b20000 !important;
}
#res li .s em, #res li .s b {
font-weight: bold !important;
color: #F86C05 !important;
}
#res a:visited {
color: #589FCF !important;
}
.g{
width: 100% !important;
}
#center_col {margin-right:20px !important;} /* outer */
.s {max-width:100% !important;} /* inner */
}

検索ワード:タイトル‥‥赤色文字
検索ワード:内容‥‥橙色文字
訪問したサイト‥‥水色文字
となってます。
あと、検索結果の表示部分を少し左右に引き伸ばしました。
それだけです(
良かったらどうぞ↓
@-moz-document domain("google.co.jp"){
#res li h3 em, #res li h3 b {
color: #b20000 !important;
}
#res li .s em, #res li .s b {
font-weight: bold !important;
color: #F86C05 !important;
}
#res a:visited {
color: #589FCF !important;
}
.g{
width: 100% !important;
}
#center_col {margin-right:20px !important;} /* outer */
.s {max-width:100% !important;} /* inner */
}
スポンサーサイト
category: CSS
| h o m e |