AdminTheme - Ultimate Admin Panel Solution
Created: 04/06/2009
By: rzepak
Contact Info: rzepak@gmail.com
Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email, via my user page contact form. Thanks so much!
TABLE OF CONTENTS
- HTML Structure & CSS Files
- Javascript
- PSD file
- Credits
To avoid any problems and misunderstandings please be sure you have red whole help file before contacting me
Ad 1. HTML Structure
Structure of theme is validated and successfully checked as XHTML 1.0 Transitional!
I've tried to comment all sections in html source, and make is readable as possible. Basically you have div with id container, which holds everything in it and keep it centered on the screen. Then you have
profile_info, where basic info and avatar of logged person is kept.
Logo is located in "img/logo.jpg". I've included psd file, so you can change it easily. Remember that it has specific size, declared in CSS file "div#logo h1 a". I think html structure is quite self explanatory.
There are main sections like "dashboard","sidebar","shortcuts", "postedit", "tabledata". Some css properties could inherit from this main classes, so try to check it when something you changed lost styling
I'm using
clearfix to clear floated divs, so if you're making new structure, just give class="clearfix" to the wrapper. I've also use css reset, so the beginning of css file is just reset, better don't touch this ;)
If you would like to edit the color, font, or style of any elements in one of these columns, you would do the following:
#container a {
color: #someColor;
}
If you want to make another section, make div with class="section".
If you find that your new style is not overriding, it is most likely because of a specificity problem. Scroll down in your CSS file and make sure that there isn't a similar style that has more weight.
Ad 2. Javascript
I used jQuery UI, whole modules and effects are included in theme, so if you want to add some effect, just write code. I've used also markitup to textarea and jQuery Flot plugin for charts, and custom function for accordion menu.
All code you can find in "js/custom.js".
Ad 3. PSD
I've included psd file, with groups for blue and brown version. I think it's quite self explanatory, I've named all layers, so you shouldn't have a problem.
Ad 4. Credits
Credits for wefunction.com for their free icon pack - http://wefunction.com/2008/07/function-free-icon-set/
and FAMFAMFAM http://famfamfam.com/ for silk icons
and to authors of jquery plugins used in themes.
Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme.
No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your
question in the "Item Discussion" section.
rzepak