Skip to content

Instantly share code, notes, and snippets.

@azu
Created October 9, 2010 03:34
Show Gist options
  • Select an option

  • Save azu/617847 to your computer and use it in GitHub Desktop.

Select an option

Save azu/617847 to your computer and use it in GitHub Desktop.
Google検索結果のuserContent.css
/* Google検索ページ
+結果欄の幅拡張
+検索バーを固定
+サイトの背景色を奇数で色分
+広告は犠牲になった
*/
@-moz-document url-prefix("http://www.google.com/search"),
url-prefix("http://www.google.co.jp/search"){
/* 「もっと見る」を常に表示 */
.nojsb {
display: block !important;
}
#showmodes {
display: none !important;
}
/* fixedSearchbar */
#nr_container {
margin-top: 115px;
}
#sfcnt {
-moz-box-shadow:0 1px 5px #000000;
left:0;
padding:18px 0;
top:25px;
width:100%;
z-index:10;
}
#gog {
left:0;
top: 0;
width:100%;
z-index:11;
}
#gog, #sfcnt, #subform_ctrl{
background:none repeat scroll 0 0 rgba(255, 255, 255, 0.9)!important;
position:fixed;
}
#sfcnt {
height:70px !important;
padding-top:0 !important;
}
#subform_ctrl {
text-align:right;
z-index: 10;
width: 600px;
top: 88px;
min-height: 0;
background:none repeat scroll 0 0 transparent!important;
}
#guser, #gbar{
padding: 1px 0;
}
#gbar nobr, #guser nobr {
line-height: 22px;
}
/* oddには色をつける */
li.g:nth-child(odd){
background:#E1F0FA;
}
/* 説明文を横に延長 */
.g{
min-width:800px;
padding:5px!important;
-moz-border-radius : 5px;
}
.s {
min-width: 800px !important;
}
#mbEnd{
display:none;
}
/* Replayの横幅 */
#center_col{
min-width:820px!important;
}
}
@azu
Copy link
Copy Markdown
Author

azu commented Oct 9, 2010

En Google modified by Gulfweed と併用
http://gulfweed.starlancer.org/?En%20Google

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment