Skip to content

Instantly share code, notes, and snippets.

@wenLiangcan
Created September 11, 2012 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wenLiangcan/3696519 to your computer and use it in GitHub Desktop.
Save wenLiangcan/3696519 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:home") {
html{
background:url(
" 图片地址"
) !important;
background-size:auto 100% !important;
background-position:0 50% !Important;
}
body{
background:rgba(255,255,255,0.05) !important;
}
.launchButton,#defaultSnippet2{
color:#EEE !important;
}
}
#sync,
#brandLogo,
#snippetContainer,
/*#searchEngineLogo,*/
#restorePreviousSessionSeparator,
#restorePreviousSession
{ display: none !important; }
#searchText
{ background: -moz-radial-gradient(center top,#677B82, transparent) !important; }
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:home") {
html{
background:url(
" 图片地址"
) !important;
background-size:auto 100% !important;
background-position:0 50% !Important;
}
body{
background:rgba(255,255,255,0.05) !important;
}
.launchButton,#defaultSnippet2{
color:#EEE !important;
}
}
#sync,
#brandLogo,
#snippetContainer,
/*#searchEngineLogo,*/
#restorePreviousSessionSeparator,
#restorePreviousSession
{ display: none !important; }
#searchText
{ background: -moz-radial-gradient(center top,#677B82, transparent) !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment