dsyo2008
狐狸大王
狐狸大王
  • UID34824
  • 注册日期2010-12-10
  • 最后登录2022-06-13
  • 发帖数515
  • 经验206枚
  • 威望0点
  • 贡献值86点
  • 好评度11点
  • 社区居民
  • 忠实会员
阅读:2355回复:7

求解修改google背景本地路径。。。。

楼主#
更多 发布于:2012-11-30 10:55
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("https://www.google.com/"), url-prefix("https://www.google.com/webhp"), url-prefix("https://www.google.com/imghp"), 
            url("https://www.google.de/"), url-prefix("https://www.google.de/webhp"), url-prefix("https://www.google.de/imghp")  {

/* change Google main page background and stretch it to 100% width */
body 
{ 
    background-image:url(http://i635.photobucket.com/albums/uu78/dsyo2008/Konachancom-62738bakemonogatarisenj.jpg) !important; 
    background-size:100% auto !important;
}

/* make Google search results background white, so it doesn't use the custom background */
div#cnt 
{ 
    background-color:#fff !important; 
}

/* replace original Google logo with a translucent white logo */
div#lga 
{
    background-image:url(https://www.google.com/logos/classicplus.png) !important;
    background-repeat:no-repeat !important;
    background-position: center center !important;
}

/* hide the original colorful logo */
#hplogo { 
    display:none !important 
}

/* make footer links, image search text, user account name white with some shadow */
div#footer a, span.sshpplo, span.sshpplo a, div.sshpplo, div.sshpplt a, span#gbgs4dn
{ 
    color:#ffffff !important;
    text-shadow: 0.1em 0.1em 0.2em black !important;
}

}


flie:///路径 我用stylish编辑时代码不正确? 我说错了。。。真抱歉!
pcxfirefox
千年狐狸
千年狐狸
  • UID39042
  • 注册日期2012-06-22
  • 最后登录2018-01-15
  • 发帖数2539
  • 经验1263枚
  • 威望2点
  • 贡献值242点
  • 好评度133点
  • 最爱沙发
  • 忠实会员
  • 社区居民
1楼#
发布于:2012-11-30 10:55
这难道不是stylish脚本吗
http://pcxfirefox.wordpress.com/
dsyo2008
狐狸大王
狐狸大王
  • UID34824
  • 注册日期2010-12-10
  • 最后登录2022-06-13
  • 发帖数515
  • 经验206枚
  • 威望0点
  • 贡献值86点
  • 好评度11点
  • 社区居民
  • 忠实会员
2楼#
发布于:2012-11-30 10:55
pcxfirefox:这难道不是stylish脚本吗回到原帖


恩。。 谢谢你提醒我,我说错了- -

http://userstyles.org/styles/77675/goog ... ound-image
这里。。。
cinhoo
狐狸大王
狐狸大王
  • UID31676
  • 注册日期2010-01-21
  • 最后登录2019-01-08
  • 发帖数330
  • 经验15枚
  • 威望0点
  • 贡献值0点
  • 好评度6点
  • 社区居民
  • 忠实会员
3楼#
发布于:2012-11-30 10:55
转成base64吧
【 在 hailongchang (novice) 的大作中提到: 】 上了Firefox这艘贼船就很难再下来了,我当年是报着试一试的心态用了下Firefox,当然包括当时一些如日中天的插件,这一用就抛弃IE了。几年过后,发现IE8也还不错,但是就是怎么都用不管,Firefox连同上面的那些插件已经彻底绑架了我的习惯,用别的浏览器觉得巨不爽,包括Chrome
浮舟
狐狸大王
狐狸大王
  • UID35715
  • 注册日期2011-03-26
  • 最后登录2014-06-14
  • 发帖数371
  • 经验17枚
  • 威望0点
  • 贡献值0点
  • 好评度2点
4楼#
发布于:2012-11-30 10:55
插入-数据URL即可转base64,前后添上↓ 即可,文件格式神马的改改。
url(data:image/png;base64,xxxxxxxxxxxxxxxxxxxxxxxxxx)
dsyo2008
狐狸大王
狐狸大王
  • UID34824
  • 注册日期2010-12-10
  • 最后登录2022-06-13
  • 发帖数515
  • 经验206枚
  • 威望0点
  • 贡献值86点
  • 好评度11点
  • 社区居民
  • 忠实会员
5楼#
发布于:2012-11-30 10:55
浮舟:插入-数据URL即可转base64,前后添上↓ 即可,文件格式神马的改改。
url(data:image/png;base64,xxxxxxxxxxxxxxxxxxxxxxxxxx)
回到原帖

不是,我说是改本地路径。。。。
alanfly
千年狐狸
千年狐狸
  • UID31035
  • 注册日期2009-11-10
  • 最后登录2023-10-31
  • 发帖数2765
  • 经验576枚
  • 威望1点
  • 贡献值128点
  • 好评度99点
  • 社区居民
  • 最爱沙发
  • 忠实会员
6楼#
发布于:2012-11-30 10:55
file不是flie,简单的办法,地址栏输入文件所在盘符,比如c:  ,回车,找到图片,右键复制路径即可。
dsyo2008
狐狸大王
狐狸大王
  • UID34824
  • 注册日期2010-12-10
  • 最后登录2022-06-13
  • 发帖数515
  • 经验206枚
  • 威望0点
  • 贡献值86点
  • 好评度11点
  • 社区居民
  • 忠实会员
7楼#
发布于:2012-11-30 10:55
alanfly:file不是flie,简单的办法,地址栏输入文件所在盘符,比如c:  ,回车,找到图片,右键复制路径即可。回到原帖


感谢。。。解决!~我果然小白= =
游客

返回顶部