Pingo Theme for ISPConfig3

Discussion in 'General' started by todx, Nov 30, 2012.

  1. todx

    todx Member

    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. :p

    Here is my first "Pingo" (screen shots only - not done yet) theme for ISPConfig3, tell me what you think, what should I change, etc.:

    [​IMG]

    [​IMG]

    [​IMG]

    [​IMG]

    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.
     
    Last edited: Nov 30, 2012
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The theme looks nice.
     
  3. todx

    todx Member

    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.
     
  4. webguyz

    webguyz Active Member HowtoForge Supporter

    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 :)
     
    Last edited: Nov 30, 2012
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    You might wnat to check out the latest ispconfig beta, it contains a ajax loading screen.
     
  6. todx

    todx Member

    Oh great! Can't wait for release. :)
     
  7. todx

    todx Member

    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?
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  9. todx

    todx Member

    Thanks for the tip till! :)
     
  10. DeCBiT

    DeCBiT New Member

    Hi todx,
    is the Pingo Theme for ISPConfig3 available to test?
    Is it working with ISPConfig 3.0.5.2?
    Thanks!
     
  11. todx

    todx Member

    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.
     

Share This Page