March 10th, 2006
Lie 1.1 Metal VS
Category: Customizing, Author: Nicky, Popularity: 6%
在guistyle.org上的朋友发现2张Lie 1.1的截图,对比了一下和1.0不同之处在于窗口标题栏和任务栏,以前是向外突出的,现在是向内凹进入的,我更喜欢现在的样式,于是动手把Lie theme 1.0改造成了Lie1.1,配合上Firefox的皮肤感觉还不错。
Lie 1.1 Metal VS Download@here
Original theme by Susumu.
Tags:Lie, VS.
评论数量(16) | Add Comments
本文网址:http://www.osxcn.com/customizing/lie1-1.html


提问:窗口左右边框不够粗~~请问怎么修改?
提问:窗口左右边框不够粗,请问怎么修改
允许转载么
可以啊,不过不知道Sky有意见没有,呵呵。
我已经show好了 呵呵
http://www.deviantart.com/view/30235975/
苹果再往右移4,5个象素就好了
现在这个有点太靠左了~
Hello Nicky~
我用的是Firefox1.5.0.1 安装了Tab Mix Plus0.3.0.5的扩展
我想问下标签上网站的标怎么能去掉?
3Q~
如图:
汗~重新Link图吧
http://static.flickr.com/34/113077069_c3cf41364d_o.png
我以前也想过很多办法,还是没法去掉,我也想把它放在右边也没有办法。
我是翻了一下Dacemoon之前在先锋的一个帖 看到他的效果图
http://static.flickr.com/41/113106652_da1ad43c7d_o.jpg
不知他怎么把站标隐藏的
虽然有点遗憾 谢谢你的回复^ ^
呵呵,应该是使用的Tabbrowser Extensions,而不是Tab Mix。
谢谢~
Tabbrowser Extensions我也装上了
还是没找到在哪设置能隐藏站标: (
你可以使用一个老一点的版本,好像新版本没有这个功能了。不过我还是喜欢Tab Mix Plus,在左边还是右边无所谓啦。
谢谢Nicky~ 谢谢您的回复~ : )
在皮肤目录下\global\browser.css
删除以下字段就可以实现拉
http://static.flickr.com/44/113492022_02ed05c7ab_o.png
tab-icon {
/* margin-top: 1px; */
/* -moz-margin-end: 3px; */
margin: -1px 2px -1px 0px !important;
width: 16px;
height: 16px;
max-width: 16px !important;
max-height: 16px !important;
list-style-image: url(”chrome://global/skin/icons/favi.png”);
-moz-image-region: rect(0px, 16px, 16px, 0px);
opacity: 0.7;
}
tab[selected="true"] > .tab-icon,
tab[selected="true"] > .tab-middle > .tab-icon {
opacity: 1.0 !important;
/* margin: 0px 2px -2px 0px !important; */
}
tab:hover:not([selected="true"]) > .tab-icon,
tab:hover:not([selected="true"]) > .tab-middle > .tab-icon {
-moz-opacity: 0.9 !important;
}
tab[busy] > .tab-icon,
tab[busy] > .tab-middle > .tab-icon {
list-style-image: url(”chrome://global/skin/icons/loading-back.gif”) !important;
opacity: 1.0 !important;
}
tab[busy][selected="true"] > .tab-icon,
tab[busy][selected="true"] > .tab-middle > .tab-icon {
list-style-image: url(”chrome://global/skin/icons/loading-front.gif”) !important;
}