Skip to content

Instantly share code, notes, and snippets.

@kk6
Created July 1, 2011 09:13
Show Gist options
  • Save kk6/1058144 to your computer and use it in GitHub Desktop.
Save kk6/1058144 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document
domain("google.com"),
domain("google.co.jp")
{
/* To hide profile photo */
#gbi4i, #gbmpi, .a-c-T,
.a-b-Rf-Lz, .a-f-VitKP,
.a-f-i-q {
display:none !important;
}
/* top-bar common part */
#gb {
position:fixed;
width:100%;
}
/* top-bar Google+ part */
.a-U-T { padding-top:30px; }
/* top-bar Search part */
#subform_ctrl { margin-top: 30px !important; }
#gbx3, #gbx4 { opacity:0.5 !important; }
/* top-bar Reader part */
#top-bar { margin-top:40px !important; }
/* top-bar Gmail part */
body.cP div:nth-child(1) .nH:nth-child(1)
.nH:nth-child(1) .no:nth-child(1) {
margin-top:30px;
}
/* top-bar Account part */
.Sa-E-U-T { padding-top: 30px; }
}
@kk6
Copy link
Author

kk6 commented Jul 1, 2011

あと、職場とかでプロフ画像隠したい!って人でなければ To hide profile photo の部分はいらないです

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