30楼#
发布于:2010-11-10 11:09
你这个urlbar显示addonbar那里找的? 作者更新了。 gist: 67460 - GitHub [quote="firefox_userA"] 反馈好快,我编辑了下代码,发现已经有回复了。 比之默认主题仍有差异,但已经够用,谢谢! 另,请问你是如何发现并解决问题的,还望授之以渔啊~~[/quote] 因为你用了aios会改变一些元素的id,用Dom inspector看看就知道该改哪了; 我没装aios,不过昨天帮dindog改的时候问题跟你遇到的有些类似,所以猜测了下,装上aios再看看就清楚了。 |
|
31楼#
发布于:2010-11-10 11:09
按上面alanfly你改的代码测试可用,但还有一点小小的美中不足:
侧栏tab之间的空格能取消吗?后面有网页的背景色看着眼花(呵呵,上面那贴我的网名写错了还特意改,真认真。经常被叫成dingdong,也习惯了 ) |
|
|
32楼#
发布于:2010-11-10 11:09
|
|
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脚本。。。 |
|
|
34楼#
发布于:2010-11-10 11:09
dindog:谢谢,另外再问一个隐藏书签栏的问题。 想改成什么样,openicq要的那个就是移到导航栏才弹出,标签栏不弹。 |
|
35楼#
发布于:2010-11-10 11:09
|
|
|
36楼#
发布于:2010-11-10 11:09
只能是标题栏、菜单栏、导航栏或者它们的合集才行,标签栏不行,改我给openicq的代码里第一个hover前面就可以了。 |
|
37楼#
发布于:2010-11-10 11:09
|
|
|
38楼#
发布于:2010-11-10 11:09
改好了。 @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; } |
|
39楼#
发布于:2010-11-10 11:09
alanfly: 也不知说什么好了,谢谢。 |
|
|
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; } |
|
41楼#
发布于:2010-11-10 11:09
alanfly:发个自动隐藏总结版的: 赞!一人给力,全体光荣~ (直接在2楼的-sonw leopard里贴上面的代码,所以名字是显示那样)不过我这里没弹出侧边栏的时候那个部分会黑掉,请问调那里? 而且那个时间的函数(-moz-transition)在我这里会出错丢弃。ff3.6.12 Snow Leopard Bookmark/history sidebar | userstyles.org 这个好像可能弄成透明的,这个脚本也可以么? 谢谢 |
|
42楼#
发布于:2010-11-10 11:09
3.6不支持CSS3的transition属性
如果不能完全缩进去的话调整#sidebar-box的left和width的值就可以了 我也是Snow Leopard Bookmark/history sidebar改成自动隐藏用的,配合AIOS效果不错 |
|
43楼#
发布于:2010-11-10 11:09
caoyue:3.6不支持CSS3的transition属性 找到方法了,就是在原始状态下,先把侧边栏拉到最边上去,看不到为止。然后修改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里出现问题(新建一个新的配置也是这样。。) |
|
44楼#
发布于:2010-11-10 11:09
能否实现在书签侧边栏中,只允许打开一个文件夹;
即先打开第一个文件夹,然后再打开第二个文件夹时,刚才打开的文件夹自动关闭 |
|