如何在 trac 的默认主题中使用自定义 css 样式?
我的 trac 安装(版本 11.4)遇到一些问题。我应该怎么做才能改变默认主题中的某些颜色?我在网上找到了各种提示,但还没有任何效果,因为大多数提示都是针对 10.x 版本的。
trac.ini 中是否有任何选项,或者我应该在环境中的某处添加特殊的 xyz.css 吗?
请帮助我,我不喜欢默认的黑色和白色白色设计;)
I have some trouble with my trac installation (version 11.4). What should I do to change i.e. some colors in the default theme? I've found various tips in the net, but nothing worked yet as most tips were for the 10.x version.
Are there any options in trac.ini or should I add a special xyz.css somewhere in my environment?
Please help me, I don't like the default black & white design ;)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有关如何在版本 0.11 中执行此操作的说明,可以在Trac 站点找到,这里是该页面的一个示例添加了自定义 CSS 以及页眉和页脚。
Instructions for how to do this for version 0.11 can be found at the Trac site, here's an example from that page that adds custom CSS as well as a header and a footer.
另一种选择是安装 Trac 主题。
Another option is to install a Trac Theme.