konus wrote:Is there any template with responsive web design available for s9y yet?
No, at least not available for public use. I have done a responsive design for Robert Lender's blog as well as the aforementioned two, but these are very customized to the specific blogs. They're not really suited for a public release.
konus wrote:Unfortunately the code looks very sophisticated to me and I use much more images than you.
Probably because it's HTML5, but that's not actually a requirement for a responsive design. Images are an issue, yes. See my
article on that topic (for other readers: German only, sorry).
konus wrote:I would really appreciate if s9y would be pushing toward this direction.
As I hinted earlier, this is not as easy as it sounds.

A responsive design is rather simple to implement for an individual site, but a template has different requirements if it's supposed to be robust. Just think of all the plugins to be considered.
konus wrote:Maybe a first step could be to offer a separate (RWD-)Template for mobile devices and to insert a link in the normal template to let the user choose the mobile-version manually?. On the mobile version there could be a link back to the normal version.
See, that's not how it works.
Responsive web design does
not provide special templates for smaller screens or a "mobile version". It is basically a fluid layout (normally, but it can also be done using fixed widths) which at certain "breaking points" is modified to fit the smaller screen using just CSS. There
is no "normal version" to switch to, which is kind of the beauty of it.
I am aware that many s9y users would love a universal responsive template, in fact I have been asked about it more than once. It is, as always with community work, a matter of spare time. Right now,
my spare time for community work is more geared towards new frontend and backend templates for future versions. I feel this is the best way to help s9y right now.
I'll see what I can do in terms of a universal responsive template, but if I find the time to do it, it will be rather basic and probably require quite some tweaking by users.
YL