Wikipedia talk:Flow/Developer test page: Difference between revisions
Content deleted Content added
No edit summary |
m Replace deprecated <source> with <syntaxhighlight> |
||
Line 3,233:
: (This is a test page, as the board header says ''We need your suggestions and feedback at [[WT:Flow]] (not on this page, please!)''
Anyway, customization is already doable. It's HTML styled with CSS, so you could change the appearance in [[Special:MyPage/common.css]] . I just changed the topic titlebar with
<
.flow-topic-titlebar {
background: goldenrod;
}
</syntaxhighlight>
If someone came up with a nice palette, others could <code>@import url()</code> it or develop a gadget to enable it. But that's pretty geeky. Every official preference or theme adds complexity and support burden (I'm going to forget I did the above and wonder why Flow looks weird to me :-) ).
|