https://bugzilla.wikimedia.org/show_bug.cgi?id=27498
--- Comment #12 from Platonides <[email protected]> 2011-02-20 15:32:32 UTC --- wikimediafoundation.org is not publicly editable, so it is outside the global login. incubator.wikimedia.org is not in the global list to be logged in (there's no image for it on loading), that's bug 14407. If you do your first login from there, that does also log you into most other sites. So you are getting the normal behavior now :) About the background color: You can change the background color with a custom css For instance, at http://es.wikipedia.org/wiki/Special:MyCSS/common.css write .pBody, div#content { background: rgb(187,221,187) } Or if you prefer the full page: .pBody, div#content, body, #mw-head { background: rgb(187,221,187) } The above rules work both in vector and monobook. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
