If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via my page.
Zircos is a premium, fully responsive web app UI kit. It has flat design and built with Bootstrap 3.3.7, HTML5, CSS3 and Jquery. It comes with bunch of reusable UI widgets, components, ready made pages. The clean and modular code will allow you to easily build any web application.
We really care for our buyers and so in case if you have any question or feedback, please feel free to get back to us.
I have tried to follow the standards and modular structure while developing the theme. Following sections are explaining the theme File & Folder, structure, html file struture and plugins.
├── html files
Src/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
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.
All the css files 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 files, then you can use these CSS files 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
|
Zircos uses the Bootstrap 3.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/core.css
|
This file is containing all common styles for all the pages. |
pages.less/pages.css
|
Pages contains the styles for all supported third-party JS/CSS plugins. It has overwritten version of styles. |
components.less/components.css
|
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/responsive.css
|
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. |
menu_sm.less
|
Include this file instead of menu.less if you would like to have small sidebar menu.
|
Zircos 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.
Files are explained below:
| File | Description |
|---|---|
jquery.js, bootstrap.js,
jquery.slimscroll, etc.
|
These files are used at core of the theme. |
jquery.app.js
|
This is a main js file. It contains the custom JS code needed for features including layout, sidebar, etc. |
jquery.core.js
|
This file 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. |
| Page | Plugin CSS | Plugin js | Custom js |
|---|---|---|---|
| ui-modal.html | custombox.min.css | custombox.min.js , legacy.min.js | - |
| ui-notification.html | toastr.min.css | toastr.min.js | - |
| ui-tooltips-popovers.html | tooltipster.bundle.min.css | tooltipster.bundle.min.js | jquery.tooltipster.js |
| admin-sweet-alert.html | sweet-alert.css | sweet-alert.min.js | jquery.sweet-alert.init.js |
| admin-nestable-list.html | jquery.nestable.css | jquery.nestable.js | nestable.js |
| admin-range-sliders.html | ion.rangeSlider.css , ion.rangeSlider.skinFlat.css | ion.rangeSlider.min.js | jquery.ui-sliders.js |
| admin-ratings.html | hopscotch.min.css | hopscotch.min.js | - |
| admin-animation.html | animate.min.css | - | - |
| calendar.html | fullcalendar.css , select2.css | jquery-ui.min.js , select2.min.js , moment.js , fullcalendar.min.js | jquery.fullcalendar.js |
| form-advanced.html | bootstrap-tagsinput.css , switchery.min.css , multi-select.css , select2.css , bootstrap-select.min.css , jquery.bootstrap-touchspin.min.css | bootstrap-tagsinput.min.js , switchery.min.js , jquery.multi-select.js , jquery.quicksearch.js , select2.min.js, bootstrap-select.min.js , bootstrap-filestyle.min.js , jquery.bootstrap-touchspin.min.js , bootstrap-maxlength.min.js | - |
| form-validation.html | - | parsley.min.js | - |
| form-pickers.html | bootstrap-timepicker.min.css , bootstrap-colorpicker.min.css , bootstrap-datepicker.min.css , jquery-clockpicker.min.css , daterangepicker.css | moment.js , bootstrap-timepicker.min.js , bootstrap-colorpicker.min.js , bootstrap-datepicker.min.js , jquery-clockpicker.min.js , daterangepicker.js | - |
| form-wizard.html | jquery.steps.css | jquery.steps.min.js , jquery.validate.min.js | jquery.wizard-init.js |
| form-mask.html | - | bootstrap-inputmask.min.js , autoNumeric.js | - |
| form-summernote.html | summernote.css | summernote.min.js | - |
| form-wysiwig.html | - | tinymce.min.js | - |
| form-uploads.html | jquery.filer.css, jquery.filer-dragdropbox-theme.css | jquery.filer.min.js | jquery.fileuploads.init.js |
| tables-datatable.html | jquery.dataTables.min.css, buttons.bootstrap.min.css, fixedHeader.bootstrap.min.css, responsive.bootstrap.min.css, scroller.bootstrap.min.css | jquery.dataTables.min.js , dataTables.bootstrap.js | - |
| tables-responsive.html | rwd-table.min.css | rwd-table.min.js | - |
| tables-editable.html | magnific-popup.css , datatables.css | jquery.magnific-popup.min.js , jquery.dataTables.js , dataTables.bootstrap.js , mindmup-editabletable.js , numeric-input-example.js | datatables.editable.init.js |
| tables-tablesaw.html | tablesaw.css | tablesaw.js, tablesaw-init.js | - |
| chart-flot.html | - | jquery.flot.js , jquery.flot.time.js , jquery.flot.tooltip.min.js , jquery.flot.resize.js , jquery.flot.pie.js , jquery.flot.selection.js , jquery.flot.stack.js , jquery.flot.orderBars.min.js , jquery.flot.crosshair.js | jquery.flot.init.js |
| chart-morris.html | morris.css | morris.min.js , raphael-min.js | morris.init.js |
| chart-google.html | - | https://www.google.com/jsapi | jquery.google-charts.init.js |
| chart-chartist.html | chartist.min.css | chartist.min.js | jquery.chartist.init.js |
| chart-chartjs.html | - | chart.min.js | jquery.chartjs.init.js |
| chart-c3.html | c3.min.css | d3.min.js , c3.min.js | jquery.c3-chart.init.js |
| chart-sparkline.html | - | jquery.sparkline.min.js | jquery.charts-sparkline.js |
| chart-knob.html | - | jquery.knob.js | - |
| map-google.html | - | gmaps.min.js | jquery.gmaps.js |
| map-vector.html | jquery-jvectormap-2.0.2.css | jquery-jvectormap-2.0.2.min.js , jquery-jvectormap-world-mill-en.js , gdp-data.js , jquery-jvectormap-us-aea-en.js , jquery-jvectormap-uk-mill-en.js , jquery-jvectormap-au-mill.js , jquery-jvectormap-us-il-chicago-mill-en.js , jquery-jvectormap-ca-lcc.js , jquery-jvectormap-de-mill.js , jquery-jvectormap-in-mill.js , jquery-jvectormap-asia-mill.js | jvectormap.init.js |
| maps-mapael.html | - | jquery-mapael/raphael-min.js , jquery.mapael.min.js , jquery.mousewheel.min.js , world_countries.min.js , usa_states.min.js | jquery.mapael-map.init.js |
| extras-coming-soon.html | - | jquery.countdown.min.js | - |
| extras-gallery.html | magnific-popup.css | isotope.pkgd.min.js" , jquery.magnific-popup.min.js | - |
The theme contains various utilies including some helper classes, widgets, etc. Please see below some helper classes.
Helper Classes:
| Class | Description |
|---|---|
| .p-0 | Removes all padding space |
| .p-20 | Adds 20px padding |
| .p-30 | Adds 30px padding |
| .p-t-0 | Remove top padding |
| .p-t-10 | Adds 10px top padding |
| .p-b-10 | Adds 10px bottom padding |
| .p-l-0 | Remove left 0px padding |
| .p-r-0 | Remove right 0px padding |
| .p-l-r-10 | Adds 10px left and right 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 |
| .w-xs | minimum width 80px |
| .w-sm | minimum width 95px |
| .w-md | minimum width 110px |
| .w-lg | minimum width 140px |
| .m-h-40 | minimum height 40px |
| .m-h-50 | minimum height 50px |
| .font-normal | font normal |
| .font-600 | font weight 600 |
| .font-bold | font weight 700 |
| .font-light | font weight 300 |
| .font-13 | font size 13px |
We've used the following resources as listed. These are some awesome creation and we are thankful to the community.
Once again thank you for your purchase. I'll be happy to answer the the questions you have related to the theme. In case if you have any suggestion or feature, request please feel free to contact me, I'll try to implement it and will release as part of future updates.
Stay Awesome!
- Coderthemes
Version 1.6.1 18 Oct 2016
Version 1.6.0 22 Sep 2016
Version 1.5.0 20 Sep 2016
Version 1.4.0 15 Sep 2016
Version 1.3.0 13 Sep 2016
Version 1.2.0 11 Sep 2016
Version 1.1.0 09 Sep 2016
Version 1.0.0 24 August 2016
Copyright © 2016 Coderthemes.