搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

CSS Rules for FireFox themes via Stylish?

  • 1 回覆
  • 1 有這個問題
  • 15 次檢視
  • 最近回覆由 cor-el

more options

Hello, I'm wanting to create a FireFox theme via Stylish. It's been over two years since I've done this and have basically forgot all rules / tags / names FireFox uses in CSS for Stylish. How can I inspect elements of the FireFox UI elements to get their names so I can make a theme? I was hoping by now there'd be some type of wiki of somesort to have all the CSS names of the FireFox UI elements or some examples making a FireFox theme with Stylish. Thanks.

Hello, I'm wanting to create a FireFox theme via Stylish. It's been over two years since I've done this and have basically forgot all rules / tags / names FireFox uses in CSS for Stylish. How can I inspect elements of the FireFox UI elements to get their names so I can make a theme? I was hoping by now there'd be some type of wiki of somesort to have all the CSS names of the FireFox UI elements or some examples making a FireFox theme with Stylish. Thanks.

由 ErraticFox 於 修改

被選擇的解決方法

The DOM Inspector (DOMi) has a menu item (Edit > Select Element By Click) and a toolbar button "Find a node to inspect by clicking on it" (left icon on the toolbar in the DOMi).

  • open the browser window in the DOMi (File > Inspect Chrome Document) and choose the first entry from the drop-down list.
  • click the "Find a node to inspect by clicking on it" button and use the keyboard (Alt Tab) or the Task bar to go back to the browser window (do not click in the browser window other than the title bar).
  • click that element with the mouse and keep the button pressed until you see a red border to indicate that the DOMi has located that element in the DOM tree.

See also:

從原來的回覆中察看解決方案 👍 1

所有回覆 (1)

more options

選擇的解決方法

The DOM Inspector (DOMi) has a menu item (Edit > Select Element By Click) and a toolbar button "Find a node to inspect by clicking on it" (left icon on the toolbar in the DOMi).

  • open the browser window in the DOMi (File > Inspect Chrome Document) and choose the first entry from the drop-down list.
  • click the "Find a node to inspect by clicking on it" button and use the keyboard (Alt Tab) or the Task bar to go back to the browser window (do not click in the browser window other than the title bar).
  • click that element with the mouse and keep the button pressed until you see a red border to indicate that the DOMi has located that element in the DOM tree.

See also: