@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; } } |