linwenzhi7
千年狐狸
千年狐狸
  • UID31370
  • 注册日期2009-12-13
  • 最后登录2024-05-17
  • 发帖数1001
  • 经验243枚
  • 威望0点
  • 贡献值180点
  • 好评度23点
  • 社区居民
  • 忠实会员
阅读:2135回复:4

Strata40 ; Buddy v0.6.2 / v0.6.3

楼主#
更多 发布于:2010-04-16 11:54
Strata40 & Buddy  v0.6.2 / v0.6.3

两分钟前刚更新到 Strata v0.6.2 但是看到扩展制作着的博客上写着标题为 Strata40 & Buddy  v0.6.2 / v0.6.3,那么一意思是后者 Strata Buddy V 0.6.3已经出来了吧?

但是我怎么找也没找到!有人关注吗?
fang5566
管理员
管理员
  • UID3719
  • 注册日期2005-03-07
  • 最后登录2024-05-09
  • 发帖数18483
  • 经验4837枚
  • 威望5点
  • 贡献值4316点
  • 好评度1116点
  • 社区居民
  • 最爱沙发
  • 忠实会员
  • 终身成就
1楼#
发布于:2010-04-16 11:54
AMO上还是只看到0.6.2
Firefox More than meets your experience
msky
千年狐狸
千年狐狸
  • UID14649
  • 注册日期2006-09-21
  • 最后登录2023-04-03
  • 发帖数2959
  • 经验166枚
  • 威望0点
  • 贡献值12点
  • 好评度9点
  • 社区居民
2楼#
发布于:2010-04-16 11:54
还没有出来,作者准备开发另外一个主题,Strata40 & Buddy v0.6.2 / v0.6.3说是会做的,但是需要一段时间。
linwenzhi7
千年狐狸
千年狐狸
  • UID31370
  • 注册日期2009-12-13
  • 最后登录2024-05-17
  • 发帖数1001
  • 经验243枚
  • 威望0点
  • 贡献值180点
  • 好评度23点
  • 社区居民
  • 忠实会员
3楼#
发布于:2010-04-16 11:54
哦 谢谢!
wozzl
小狐狸
小狐狸
  • UID32601
  • 注册日期2010-04-18
  • 最后登录2016-03-17
  • 发帖数13
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
4楼#
发布于:2010-04-16 11:54
請問,剛裝了Strata v0.6.2  但裝了這個主題 卻不能導致以下CSS腳本無法起作用了,請問如何修改?
/*
 * Edit this file and copy it as userChrome.css into your
 * profile-directory/chrome/
 */

/*
 * This file can be used to customize the look of Mozilla's user interface
 * You should consider using !important on rules which you want to
 * override default settings.
 */

/*
 * Do not remove the @namespace line -- it's required for correct functioning
 */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */


/*
 * Some possible accessibility enhancements:
 */
/*
 * Make all the default font sizes 20 pt:
 *
 * * {
 *   font-size: 20pt !important
 * }
 */
/*
 * Make menu items in particular 15 pt instead of the default size:
 *
 * menupopup > * {
 *   font-size: 15pt !important
 * }
 */
/*
 * Give the Location (URL) Bar a fixed-width font
 *
 * #urlbar {
 *    font-family: monospace !important;
 * }
 */

/*
 * For more examples see http://www.mozilla.org/unix/customizing.html
 */
 
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#sidebar-box {min-width:0;  max-width:1px!important;  overflow-x: hidden !important;}

#sidebar,#sidebar-title,#sidebar-box .tabs-closebutton {visibility:hidden;}

#sidebar-box:hover {max-width:none!important;}

#sidebar-box:hover #sidebar,#sidebar-title,#sidebar-box .tabs-closebutton {visibility:visible;}

#sidebar-splitter {border-width: 0px!important; min-width: 0!important; max-width: 0!important;}

#sidebar-box:hover + #sidebar-splitter {border-width: 0 1px!important; min-width: 4px!important; max-width: 4px!important;}
游客

返回顶部