Hey everyone! So I was browsing on google to find a nice theme for ISPConfig3 and after an hour or so I realized there are none??? At least not professional ones. So I decided to make a few. Here is my first "Pingo" (screen shots only - not done yet) theme for ISPConfig3, tell me what you think, what should I change, etc.: I'd really love some feedback on this. ** Note: I've censored out a few things... =) Also I haven't edited anything but content.css and main.tpl file.
Thanks till. I'm modifying the javascript now, I want to show a loading screen when an ajax is sent. Maybe its silly but I really like to see that something is going on once I click a link.
Clean and simple. Looks good to me. Find some nice modern graphics (without a box around them) for the System, Client, Email, etc. Not to say there is anything wrong with the original graphics in ispConfig 3
Oh right I almost forgot, the "Latest News" link on dashboard have the following style in them: Code: margin-top:8px;padding-bottom:5px; You really should remove this and replace it with a class name. In order for me to not have any margin in those link cuz it looks better that way, I had to come up with this: Code: a[style="margin-top:8px;padding-bottom:5px;"] { margin: 0 !important; } It works but its not practical. Any idea if you're gonna fix this?
The templates have improved for the 3.0.5 release, so if you want to develop a theme I recommend to use the 3.0.5 beta for development. Make a feature request report in the bugtracker.
Hi todx, is the Pingo Theme for ISPConfig3 available to test? Is it working with ISPConfig 3.0.5.2? Thanks!
It worked perfectly on 3.0.4.x but doesn't work with 3.0.5.x anymore. I didn't have much time recently to update it, but I probably will. I'll update this post when it's ready. Thanks for the interest DeCBiT.