Did you know that you can create an account and contribute to Wikiwrimo?
User:Catuse167/Sandbox
From Wikiwrimo
This is where I do template experiments... assuming of course that this wiki needs templates.
Bubble CSS
From past experience,
.bubble {background-color:#eeffdd; margin:1em; color:#000; padding:0 10px; border:1px solid #ff120a; border-left:5px solid gray;border-radius: 15px;}
, placed at MediaWiki:Common.css makes templates asthetically nicer.
Welcome template
Putting this at MediaWiki:Welcome-message-user should welcome users automatically. I dunno if that works, however.
Note that style="background ... " can be removed if the Common.css file is updated as seen above. Or will it?