Thank you very much for your purchase!

If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via my page.

Xadmino is a bootstrap based fully responsive admin template. It comes with lots of reusable and beautiful UI elements, widgets and features. It allows developer to easily build a super awesome web application.

You are important for us and so please feel free to get back to me with any question or feedback.

I have tried my best to have standards and modular structure while developing the theme. Following sections are explaining the theme File & Folder, structure, html file struture and plugins.

File & Folder Structure


Theme Directory
├── html files
assets/
├── less/
│   └── All LESS files
├── css/
│   └── All css files.
├── fonts/
├── pages/
│   └── All the pages related scripts
├── images/
│   └── All images
├── plugins/
│   └── The plugins files - which are not available through bower
└── js/
    └── All common Javascripts files

HTML Structure


CSS & LESS


Less is a CSS pre-processor and it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable. Less runs inside Node, in the browser and inside Rhino.

The main style.css file and icon.css are pre-compiled using less compiler and provided inside the assets/css/ folder. In case if you are not familiar with less or don't have any environment setup which can be used to compile the less file, you can use these CSS file directly. But if you are familiar with less, then I'll suggest you to use the less files.

Files are explained below:

File Description
bootstrap.css Xadmino uses the bootstrap v3.3.7. The core bootstrap file is being used in all the pages.
elements.less This file is containing some of the utility functions or mixins for less. This file is from Joel Sutherland.
core.less This file is containing all common styles for all the pages.
pages.less Pages contains the styles for all supported third-party JS/CSS plugins. It has overwritten version of styles.
components.less This is the one of the core and important file. It contains the styles for all the components, ui elements, and some other parts of the theme.
responsive.less This file is containing the styles related to responsiveness support.
icons.less/icons.css Combines various font icons. You should remove the fonts you don't plan to use from this file and recompile it.
style.less/style.css The main stylesheet file, it's being generated from less and contains all the css styles combined.

Javascript


Xadmino uses jQuery, Bootstrap JS framework(at its core) and some of the third-party plugins. There are may more third party plugin which you can use according to your needs. The css is already containing matching style for these plugins so you will not need to do anything around it.

They are explained below:

File Description
jquery.js, bootstrap.js, jquery.nicescroll, jquery.slimscroll, etc. These files are used at core of the theme.
app.js This is a main js file. It contains the custom JS code needed for features including layout, sidebar, etc. Also it contains the definition of some of the key components (e.g. notifications, portlet, etc) and code (for self-initialization) related to some of the controls (e.g. modal, range-slider, switchery, multiselect, etc).
pages/*.js These are the files containing pages specific code. They are mainly used for demo purpose.
plugins/**.js All supported and integrated third-party plugins are included in here.

The theme contains various utilies including some helper classes, widgets, etc. Please find them below:

Helper Classes:

Class Description
.p-0 Removes all padding space
.p-t-0 Remove top padding
.p-t-10 Adds 10px top padding
.p-b-10 Adds 10px bottom padding
.m-0 Remove all margin
.m-r-5 Adds 5px right margin
.m-r-10 Adds 10px right margin
.m-r-15 Adds 15px right margin
.m-l-10 Adds 10px left margin
.m-l-15 Adds 15px left margin
.m-t-0 Remove top margin
.m-t-10 Adds 10px top margin
.m-t-15 Adds 15px top margin
.m-t-20 Adds 20px top margin
.m-t-30 Adds 30px top margin
.m-t-40 Adds 40px top margin
.m-b-0 Remove bottom margin
.m-b-10 Adds 10px bottom margin
.m-b-15 Adds 15px bottom margin
.m-b-30 Adds 30px bottom margin
.w-xs Minimum width 80px
.w-sm Minimum width 95px
.w-md Minimum width 110px
.w-lg Minimum width 140px
.b-0 Removes all borders

I've used the following resources as listed. These are some awesome creation and I am really thankful to the respective community.

Once again thank you for purchasing the theme. I am always avaialble to help you. If you have any suggestion or feature to make it more better, I am requesting you to contact me, I'll try my best to add them in future updates.

Best,

- themesdesign.in

Version 1.0.0 - 25 Oct 2016

  • Initial released

Copyright © 2016 ThemesDesign.