前往
大廳
主題

火狐Firefox Stylish CSS樣式:為附加元件管理員增加背景圖

—— | 2016-02-08 03:12:57 | 巴幣 0 | 人氣 238

@namespace  url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@-moz-document url("about:addons") {

#addons-page{
    background:url(图片) !important;
    background-size:cover !important;
  }
.main-content,#nav-header,#categories{
    background:none !important;
}
.main-content {
    padding-bottom:0 !important;
}
.addon{
    border-color:rgba(250,250,250,.2)!important;
}
.addon[selected],.addon:hover,.category[selected],.category:hover{
    background:rgba(250,250,250,.5)!important;
    color:#000 !important;
}
}

創作回應

更多創作