12345678910111213141516171819202122232425262728293031323334 |
- ;; ufdfd,;; https://piccalil.li/tutorials/
- ;; http://bluegriffon.org/#download
- ;; https://piccalil.li/tutorials/
- ;; https://librewolf.net/installation/gentoo/
- ((.main-menu
- (:or a li ul p.menu-close table)
- )
- :display flex)
- ((:and .main-menu
- (:or :focus :hover :first-child )
- )
- :display flex)
- ((:and .main_menu
- (:or (:/= aria-exapanded "true") )
- (:or .menu-close ul .backdrop) )
- :display flex)
- ;; (( |#nav| > a (
- ;; (:or p table)
- ;; (:and header (:or h3 :hover)) ))
- ;; :display flex)
- ;; (( |#support| > li (
- ;; (:or p table)
- ;; (:and header )))
- ;; :display flex)
- ;; http://bluegriffon.org/#download ;; https://librewolf.net/installation/gentoo/ ;; https://commonvoice.mozilla.org/
- ;; http://bluegriffon.org/#download ;; https://piccalil.li/tutorials/
|