Editing without logging in:

Occasionally a registered editor will edit while logged out. While not usually an egregious issue, there can be some concerns about attribution and privacy.

/* Turn the "Save page" button green when logged in */
INPUT#wpSave {
 background-color:#88ff88;
}
If you use Firefox, you can disable the Save page button while logged out by installing Greasemonkey and the MediaWiki: Prevent anon editing script. This must be applied to each computer you use and will not be available on public computers.