kangjinwen
小狐狸
小狐狸
  • UID29368
  • 注册日期2009-06-29
  • 最后登录2018-06-11
  • 发帖数65
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
阅读:1844回复:3

ff4.03下怎么弄书签透明还有查找栏透明?

楼主#
更多 发布于:2010-08-05 13:30
我的导航栏和状态栏修改了下从别人 那拿来的css,可以透明了。可是查找栏和书签怎么弄?
花谢花飞红
火狐狸
火狐狸
  • UID31408
  • 注册日期2009-12-16
  • 最后登录2024-01-21
  • 发帖数170
  • 经验34枚
  • 威望0点
  • 贡献值28点
  • 好评度1点
  • 社区居民
1楼#
发布于:2010-08-05 13:30
kangjinwen:我的导航栏和状态栏修改了下从别人 那拿来的css,可以透明了。可是查找栏和书签怎么弄?回到原帖

我一个都没
能先把你的代码分享下么?
kangjinwen
小狐狸
小狐狸
  • UID29368
  • 注册日期2009-06-29
  • 最后登录2018-06-11
  • 发帖数65
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
2楼#
发布于:2010-08-05 13:30
花谢花飞红
我一个都没
能先把你的代码分享下么?
回到原帖

恩,这个代码查找栏也透明了……
#nav-bar{
-moz-appearance: none !important;
background: transparent !important;
border: 0 !important;
font-weight: bold !important;
text-shadow: 0 0 .6em white, 0 0 .6em white, 0 0 .6em white !important;
}

#PersonalToolbar{
background:transparent !important;
border:none !important;
}

#browser-bottombox{
-moz-appearance: none !important;
background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,242,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0)) !important;
border-top: none !important;
border-left: 0px solid threedshadow !important;
border-right: 0px solid threedshadow !important;
border-bottom: 0px solid threedshadow !important;
-moz-box-shadow: inset threedshadow 0px 0px !important;
}

#status-bar {
-moz-appearance: none !important;
background: transparent !important;
border: 0 !important;
font-weight: bold !important;
text-shadow: 0 0 .6em white, 0 0 .6em white, 0 0 .6em white !important;
}

#statusbar-display{
-moz-appearance: none !important;
background: transparent !important;
border: 0 !important;
}

#urlbar, #searchbar > *, .findbar-textbox, #search-box{
  -moz-appearance: none !important;
  background: rgba(20,20,20,.40) !important;
  -moz-border-radius: 6px !important;
  color: #99ccff !important;
  text-shadow: #000000 1px 1px 2px, #000000 -1px 1px 2px, #000000 1px -1px 2px, #000000 -1px -1px 2px !important;
}
#browser-bottombox, #FindToolbar> * {
    -moz-appearance: -moz-win-glass !important;
    background-color: transparent !important;
    border-color: rgb(0, 0, 0) !important;
    border-style: none !important;
 
text-shadow: rgb(255, 255, 255) 0px 0px 8.4px, rgb(255, 255, 255) 0px 0px 8.4px, rgba(255, 255, 255, 0.4) 0px 1px 0px;
}
renior
火狐狸
火狐狸
  • UID12469
  • 注册日期2006-04-25
  • 最后登录2019-05-01
  • 发帖数169
  • 经验14枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 社区居民
3楼#
发布于:2010-08-05 13:30
多谢楼上了
游客

返回顶部