Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想更改导航面板的访问链接颜色。
我成功更改了主体的链接颜色:'.\mediawiki\skins\common\commonElements.css' -> .mw-body a.extiw:visited OK
但我找不到合适的文件和合适的 ID。你能帮帮我吗?
感谢。
我认为主要的 CSS 文件位于/skins/vector/文件夹中。你可以在那里检查吗?根据我的经验,它是a:visited您需要修改的属性,但是通过使用任何 HTML 检查器(IE 中的 F12 和 Chrome 中的 Ctrl+Shift+C),您将能够快速找到它。
/skins/vector/
a:visited