If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via my page.
Foxia is a bootstrap 4 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. It can be used for all type of web applications like custom admin panel, project management system, admin dashboard or application backend.
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.
├── plugins/ │ └── The plugins files - which are not available through bower Theme Directory ├── html files assets/ ├── Scss/ │ └── All Scss files ├── css/ │ └── All css files. ├── fonts/ ├── pages/ │ └── All the pages related scripts ├── images/ │ └── All images └── js/ └── All common Javascripts files
Scss 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 scss compiler and provided inside the assets/css/
folder. In case if you are not familiar with scss or
don't have any environment setup which can be used to compile the scss file, you can use these CSS file directly.
But if you are familiar with scss, then I'll suggest you to use the scss files.
Files are explained below:
File | Description |
---|---|
bootstrap.min.css
|
Foxia uses the bootstrap v4.3.1. The core bootstrap file is being used in all the pages. |
icons.scss /icons.css
|
Combines various font icons. You should remove the fonts you don't plan to use from this file and recompile it. |
style.scss /style.css
|
The main stylesheet file, it's being generated from less and contains all the css styles combined. |
Admiria 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.bundle.min.js ,
waves.min.js , jquery.slimscroll.min.js , 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-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-5 | Adds 5px 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-5 | Adds 5px 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 |
.no-border | Removes all borders |
.m-h-50 | Minimum height 50px |
.l-h-24 | Lineheight 24px |
.font-14 | Font size 14px |
.font-16 | Font size 16px |
.font-18 | Font size 18px |
.font-20 | Font size 20px |
.font-32 | Font size 32px |
.font-40 | Font size 40px |
.font-light | Font weight 400 |
.font-500 | Font weight 500 |
.font-600 | Font weight 600 |
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,
- Themesbrand
Version 1.1.0 - 25 Feb 2019
Version 1.0.0 - 25 Nov 2018
Copyright 2018 - 2019 Themesbrand.