alanfly
千年狐狸
千年狐狸
  • UID31035
  • 注册日期2009-11-10
  • 最后登录2024-05-02
  • 发帖数2766
  • 经验577枚
  • 威望1点
  • 贡献值128点
  • 好评度99点
  • 社区居民
  • 最爱沙发
  • 忠实会员
30楼#
发布于:2010-11-10 11:09
你这个urlbar显示addonbar那里找的?

另外那是我的问题,记起来了。。。。。因为3.6里Stylish一直都是用侧栏,出事了还有扩展中心那里,所以把Stylish的状态栏图标隐藏了,扩展中心现在又没了Stylish,呵呵

作者更新了。
gist: 67460 - GitHub

[quote="firefox_userA"]
反馈好快,我编辑了下代码,发现已经有回复了。
比之默认主题仍有差异,但已经够用,谢谢!

另,请问你是如何发现并解决问题的,还望授之以渔啊~~[/quote]
因为你用了aios会改变一些元素的id,用Dom inspector看看就知道该改哪了;
我没装aios,不过昨天帮dindog改的时候问题跟你遇到的有些类似,所以猜测了下,装上aios再看看就清楚了。
dindog
千年狐狸
千年狐狸
  • UID30818
  • 注册日期2009-10-24
  • 最后登录2023-02-03
  • 发帖数1195
  • 经验59枚
  • 威望0点
  • 贡献值26点
  • 好评度10点
31楼#
发布于:2010-11-10 11:09
按上面alanfly你改的代码测试可用,但还有一点小小的美中不足:
侧栏tab之间的空格能取消吗?后面有网页的背景色看着眼花(呵呵,上面那贴我的网名写错了还特意改,真认真。经常被叫成dingdong,也习惯了
以前firefox跳个票的时间现在可以发布几个正式版了-_-
alanfly
千年狐狸
千年狐狸
  • UID31035
  • 注册日期2009-11-10
  • 最后登录2024-05-02
  • 发帖数2766
  • 经验577枚
  • 威望1点
  • 贡献值128点
  • 好评度99点
  • 社区居民
  • 最爱沙发
  • 忠实会员
32楼#
发布于:2010-11-10 11:09
dindog:按上面alanfly你改的代码测试可用,但还有一点小小的美中不足:
侧栏tab之间的空格能取消吗?后面有网页的背景色看着眼花(呵呵,上面那贴我的网名写错了还特意改,真认真。经常被叫成dingdong,也习惯了
回到原帖

margin-top:-10px !Important;
后面再加一句
margin-bottom:-10px !Important;
,还有1px的空隙,不知道怎么去掉;
平时看见你的网名都念作叮咚。
dindog
千年狐狸
千年狐狸
  • UID30818
  • 注册日期2009-10-24
  • 最后登录2023-02-03
  • 发帖数1195
  • 经验59枚
  • 威望0点
  • 贡献值26点
  • 好评度10点
33楼#
发布于:2010-11-10 11:09
谢谢,另外再问一个隐藏书签栏的问题。

一直都是把Bookmark Toolbar拉到menubar曲线救国。但这个浮动书签效果也不错:
https://www.firefox.net.cn/forum/viewtop ... &&start=30

就是有一个问题,无论是碰到地址栏还是标签栏都弹出,感觉除了浮动,比不上我原来用的方便(窗口最大化下,去标题栏,隐藏menubar,一碰顶端弹出)。能改触发的位置吗?

像图中那种压缩页面的设置在b8pre也可以实现,就是要hide caption plus替换原来3.6的一个失效只有9kb的uc脚本。。。
以前firefox跳个票的时间现在可以发布几个正式版了-_-
alanfly
千年狐狸
千年狐狸
  • UID31035
  • 注册日期2009-11-10
  • 最后登录2024-05-02
  • 发帖数2766
  • 经验577枚
  • 威望1点
  • 贡献值128点
  • 好评度99点
  • 社区居民
  • 最爱沙发
  • 忠实会员
34楼#
发布于:2010-11-10 11:09
dindog:谢谢,另外再问一个隐藏书签栏的问题。

一直都是把Bookmark Toolbar拉到menubar曲线救国。但这个浮动书签效果也不错:
https://www.firefox.net.cn/forum/viewtop ... &&start=30

就是有一个问题,无论是碰到地址栏还是标签栏都弹出,感觉除了浮动,比不上我原来用的方便(窗口最大化下,去标题栏,隐藏menubar,一碰顶端弹出)。能改触发的位置吗?

像图中那种压缩页面的设置在b8pre也可以实现,就是要hide caption plus替换原来3.6的一个失效只有9kb的uc脚本。。。
回到原帖

想改成什么样,openicq要的那个就是移到导航栏才弹出,标签栏不弹。
dindog
千年狐狸
千年狐狸
  • UID30818
  • 注册日期2009-10-24
  • 最后登录2023-02-03
  • 发帖数1195
  • 经验59枚
  • 威望0点
  • 贡献值26点
  • 好评度10点
35楼#
发布于:2010-11-10 11:09
alanfly
想改成什么样,openicq要的那个就是移到导航栏才弹出,标签栏不弹。
回到原帖

哦,这样也可以。最好再添一个倒过来的,因为有些人是标签栏on top。脚本注释一下是哪个语句的,如果是mouse over之类的大家自己改也不会很难
以前firefox跳个票的时间现在可以发布几个正式版了-_-
alanfly
千年狐狸
千年狐狸
  • UID31035
  • 注册日期2009-11-10
  • 最后登录2024-05-02
  • 发帖数2766
  • 经验577枚
  • 威望1点
  • 贡献值128点
  • 好评度99点
  • 社区居民
  • 最爱沙发
  • 忠实会员
36楼#
发布于:2010-11-10 11:09

哦,这样也可以。最好再添一个倒过来的,因为有些人是标签栏on top。脚本注释一下是哪个语句的,如果是mouse over之类的大家自己改也不会很难
只能是标题栏、菜单栏、导航栏或者它们的合集才行,标签栏不行,改我给openicq的代码里第一个hover前面就可以了。
dindog
千年狐狸
千年狐狸
  • UID30818
  • 注册日期2009-10-24
  • 最后登录2023-02-03
  • 发帖数1195
  • 经验59枚
  • 威望0点
  • 贡献值26点
  • 好评度10点
37楼#
发布于:2010-11-10 11:09
alanfly:只能是标题栏、菜单栏、导航栏或者它们的合集才行,标签栏不行,改我给openicq的代码里第一个hover前面就可以了。回到原帖

好的。

另:现在用这个浮动侧栏配合我行我速那个多tab侧栏脚本很好用,但触发区域太大了,有时一些靠边的网页元素想点却弹出侧栏(慢慢靠过去可以,速度快了不行)
能不能改到只在靠边才弹出?
还有,用了那种图片主题后侧栏标题背景色变透明~~
以前firefox跳个票的时间现在可以发布几个正式版了-_-
alanfly
千年狐狸
千年狐狸
  • UID31035
  • 注册日期2009-11-10
  • 最后登录2024-05-02
  • 发帖数2766
  • 经验577枚
  • 威望1点
  • 贡献值128点
  • 好评度99点
  • 社区居民
  • 最爱沙发
  • 忠实会员
38楼#
发布于:2010-11-10 11:09

好的。

另:现在用这个浮动侧栏配合我行我速那个多tab侧栏脚本很好用,但触发区域太大了,有时一些靠边的网页元素想点却弹出侧栏(慢慢靠过去可以,速度快了不行)
能不能改到只在靠边才弹出?
还有,用了那种图片主题后侧栏标题背景色变透明~~

改好了。

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#sidebar-splitter{display:none !Important;}

#sidebar-box{position:fixed !important; top:95px; bottom:0px; 
/*下面三个百分比是对应的,最后一个padding-right后面的值越小,感应区域也越小,可以自己调整*/
width:20.01% !important;
left: -20% !important;
-moz-transition: left .2s .4s ease-in !important; 
padding-right:0.01% !Important;}
sidebarheader[id^="sidebarheader"]{width:100%; margin-top:-10px !Important; margin-bottom:-10px !Important; -moz-appearance:toolbox !Important;}
sidebarheader[id^="sidebarheader"] label {text-shadow:none !important; color:rgb(0,0,0) !important;}
#sidebar-box:hover { left:0px !important; -moz-transition: left .2s .1s ease-out !important;}
#sidebar-box>browser[collapsed="true"] {height:0px !important; }
#sidebar-box>browser {height:85% !important; width:100%!important;border-right:2px inset -moz-use-text-color !important; border-bottom:2px inset -moz-use-text-color !important; }
dindog
千年狐狸
千年狐狸
  • UID30818
  • 注册日期2009-10-24
  • 最后登录2023-02-03
  • 发帖数1195
  • 经验59枚
  • 威望0点
  • 贡献值26点
  • 好评度10点
39楼#
发布于:2010-11-10 11:09
alanfly
改好了。

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#sidebar-splitter{display:none !Important;}

#sidebar-box{position:fixed !important; top:95px; bottom:0px; 
/*下面三个百分比是对应的,最后一个padding-right后面的值越小,感应区域也越小,可以自己调整*/
width:20.01% !important;
left: -20% !important;
-moz-transition: left .2s .4s ease-in !important; 
padding-right:0.01% !Important;}
sidebarheader[id^="sidebarheader"]{width:100%; margin-top:-10px !Important; margin-bottom:-10px !Important; -moz-appearance:toolbox !Important;}
sidebarheader[id^="sidebarheader"] label {text-shadow:none !important; color:rgb(0,0,0) !important;}
#sidebar-box:hover { left:0px !important; -moz-transition: left .2s .1s ease-out !important;}
#sidebar-box>browser[collapsed="true"] {height:0px !important; }
#sidebar-box>browser {height:85% !important; width:100%!important;border-right:2px inset -moz-use-text-color !important; border-bottom:2px inset -moz-use-text-color !important; }
回到原帖

也不知说什么好了,谢谢。
以前firefox跳个票的时间现在可以发布几个正式版了-_-
alanfly
千年狐狸
千年狐狸
  • UID31035
  • 注册日期2009-11-10
  • 最后登录2024-05-02
  • 发帖数2766
  • 经验577枚
  • 威望1点
  • 贡献值128点
  • 好评度99点
  • 社区居民
  • 最爱沙发
  • 忠实会员
40楼#
发布于:2010-11-10 11:09
发个自动隐藏总结版的:
(2010-11-14更新,修正窗口状态下时的一个bug)
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#sidebar-splitter{display:none !Important;}

#sidebar-box{position:fixed !important; top:85px; bottom:0px;
/*下面三个百分比是对应的,最后一个padding-right后面的值越小,感应区域也越小,可以自己调整*/
width:20.01% !important;
left: -20% !important;
-moz-transition: left .2s .4s ease-in !important;
padding-right:0.01% !Important;}
sidebarheader[id^="sidebarheader"],#sidebar-header{width:100%;  -moz-appearance:toolbox !Important; min-width:0px !important; max-width:100% !important;}
sidebarheader[id^="sidebarheader"] label,#sidebar-header label {text-shadow:none !important; color:rgb(0,0,0) !important; }
#sidebar-box>browser {min-width:0px !important; max-width:100% !important;}
#sidebar-box:hover { left:0px !important; -moz-transition: left .2s .1s ease-out !important;}
#sidebar-box>browser[collapsed="true"] {height:0px !important; }
#sidebar-box>browser {height:95% !important; width:100%!important;border-right:2px inset -moz-use-text-color !important; border-bottom:2px inset -moz-use-text-color !important; }
royallin
非常火狐
非常火狐
  • UID29014
  • 注册日期2009-05-31
  • 最后登录2016-12-07
  • 发帖数668
  • 经验46枚
  • 威望0点
  • 贡献值32点
  • 好评度0点
  • 社区居民
41楼#
发布于:2010-11-10 11:09
alanfly:发个自动隐藏总结版的:
(2010-11-14更新,修正窗口状态下时的一个bug)
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#sidebar-splitter{display:none !Important;}

#sidebar-box{position:fixed !important; top:85px; bottom:0px;
/*下面三个百分比是对应的,最后一个padding-right后面的值越小,感应区域也越小,可以自己调整*/
width:20.01% !important;
left: -20% !important;
-moz-transition: left .2s .4s ease-in !important;
padding-right:0.01% !Important;}
sidebarheader[id^="sidebarheader"],#sidebar-header{width:100%;  -moz-appearance:toolbox !Important; min-width:0px !important; max-width:100% !important;}
sidebarheader[id^="sidebarheader"] label,#sidebar-header label {text-shadow:none !important; color:rgb(0,0,0) !important; }
#sidebar-box>browser {min-width:0px !important; max-width:100% !important;}
#sidebar-box:hover { left:0px !important; -moz-transition: left .2s .1s ease-out !important;}
#sidebar-box>browser[collapsed="true"] {height:0px !important; }
#sidebar-box>browser {height:95% !important; width:100%!important;border-right:2px inset -moz-use-text-color !important; border-bottom:2px inset -moz-use-text-color !important; }
回到原帖


  赞!一人给力,全体光荣~
(直接在2楼的-sonw leopard里贴上面的代码,所以名字是显示那样)不过我这里没弹出侧边栏的时候那个部分会黑掉,请问调那里?
而且那个时间的函数(-moz-transition)在我这里会出错丢弃。ff3.6.12

Snow Leopard Bookmark/history sidebar | userstyles.org
这个好像可能弄成透明的,这个脚本也可以么?
谢谢
caoyue
火狐狸
火狐狸
  • UID33966
  • 注册日期2010-09-12
  • 最后登录2016-04-02
  • 发帖数144
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 社区居民
42楼#
发布于:2010-11-10 11:09
3.6不支持CSS3的transition属性
如果不能完全缩进去的话调整#sidebar-box的left和width的值就可以了

我也是Snow Leopard Bookmark/history sidebar改成自动隐藏用的,配合AIOS效果不错
royallin
非常火狐
非常火狐
  • UID29014
  • 注册日期2009-05-31
  • 最后登录2016-12-07
  • 发帖数668
  • 经验46枚
  • 威望0点
  • 贡献值32点
  • 好评度0点
  • 社区居民
43楼#
发布于:2010-11-10 11:09
caoyue:3.6不支持CSS3的transition属性
如果不能完全缩进去的话调整#sidebar-box的left和width的值就可以了

我也是Snow Leopard Bookmark/history sidebar改成自动隐藏用的,配合AIOS效果不错
回到原帖

  找到方法了,就是在原始状态下,先把侧边栏拉到最边上去,看不到为止。然后修改with为20.2%,就可以了。
下面的是我改成右边显示的。
  @namespace url(http://www.mozilla.org/keymaster/gateke ... s.only.xul);

#sidebar-splitter{display:none !Important;}
/*top是浮动框距离浏览器上面的距离,数值越小越贴近上面*/
#sidebar-box{position:fixed !important; top:0px; bottom:0px;
/*下面三个百分比是对应的,最后一个padding-right后面的值越小,感应区域也越小,可以自己调整,width:20.2%(这里越大侧边栏浮动框的宽度就越大,right(这里改成left就是左边触发): -20%(当然 显示了多少就要相应减去多少,相减剩下2%就是触发的可见区域)*/
width:20.2% !important;
right: -20% !important;
/*transition在3.6下无效,同样right是右边,left是左边,下面的雷同*/
-moz-transition: right .2s .4s ease-in !important;
padding-right:0.01% !Important;}
sidebarheader[id^="sidebarheader"],#sidebar-header{width:100%;  -moz-appearance:toolbox !Important; min-width:0px !important; max-width:100% !important;}
sidebarheader[id^="sidebarheader"] label,#sidebar-header label {text-shadow:none !important; color:rgb(0,0,0) !important; }
#sidebar-box>browser {min-width:0px !important; max-width:100% !important;}
#sidebar-box:hover { right:0px !important; -moz-transition: right .2s .1s ease-out !important;}
#sidebar-box>browser[collapsed="true"] {height:0px !important; }
/*border-right侧边栏在右侧显示,改成left就是左右,border-bottom浮动框距离底部的距离,数值越小越贴近底部*/
#sidebar-box>browser {height:95% !important; width:100%!important;border-right:0px inset -moz-use-text-color !important; border-bottom:0px inset -moz-use-text-color !important; }

============================================================================================================
发现新问题,就是新建网页或者关闭网页或者切换网页后,这个脚本会失效,侧边栏跑去里面的层去,被当前网页层挡住,只看到非页面部分一点点。必须要重新关闭侧边栏或者重启FF后才能使用。在FF4B7里却没有这个问题,在3.6.12里出现问题(新建一个新的配置也是这样。。)
bobely
小狐狸
小狐狸
  • UID31904
  • 注册日期2010-02-01
  • 最后登录2013-08-17
  • 发帖数5
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
44楼#
发布于:2010-11-10 11:09
能否实现在书签侧边栏中,只允许打开一个文件夹;
即先打开第一个文件夹,然后再打开第二个文件夹时,刚才打开的文件夹自动关闭
游客

返回顶部