how could I use the cool-ass communitywiki green style page here in "/odd"? or make it some other color? CoolHeadz:steve
- Hi steve I've tested on your website and it works. Just a the bottom of your window, you should see a link
Administration with several options. Just edit the css on Main:CoolHeadz/css if you want to change colors. – Main:Xtof
sweet! it lookz good. how does implementing the css make the sidebar wider?
- In the default CSS (blue.css), the width of the sidebar is defined as follows:
- body { margin-right: 22ex; padding-right:1em; border-right: 1px solid #999; }
- div.sidebar { position: absolute; right: 1ex; width: 20ex; top: 0; }
- Position, formatting, and visibility can be controlled by CSS! – Alex