Thanks to all XWiki'ers for Flamingo skin!
You can look at it in action at
http://ante.lv/
and it is much more mobile-friendly.
I used {{container}} macro for 1/2 column layout for home page.
I still had to do some adjustments in XWiki.StyleSheetExtension object
to hide some unnecessary items on screen for anonymous users:
#if(!$xcontext.userReference)
.xwikipanelcontents, #rightPanels {
display:none;
}
#end
And had some weird issues with language selector
http://jira.xwiki.org/browse/XE-1427
Valdis