Light Blue Admin Template is next-generation, well-designed and powerful front-end template. It's very useful for designing either your next web application or admin entrance for it.
It's base on super powerful Bootstrap front-end framework which uses 12-column responsive grid layout.
Light Blue package goes with following folders:
Next folders are not essential and can be removed from package:
Light Blue uses scss to generate css. This choice has been made because of significant boost scss gives when developing front-end apps like this one. We used compass to compile scss to css, but what to use is absolutely up to your choice. Anyway editing css is a good old way, right? :)
The main scss file is application.scss. It includes all libraries and partial files.
general.scss - all application styles. Only element styles
(body
, a
, h2
, etc).
base.scss - all application styles. Everything except elements. Every class used in Light Blue is defined here.
There are lots of sections like:
/***********************************/
/** LOGO **/
/**********************************/
in this file. You can simply remove sections you don't need and recompile stylesheets. The essential sections are:
LOGO, SIDEBAR, CONTENT, WIDGET, HEADER, MESSAGES, SUPPORT, SETTINGS, ACCOUNT, BUTTONS, FORMS, TABLES, UTILS. All other sections can be removed.
font.scss - downloaded version of Open Sans font.
responsive.scss - responsive styles.
variables.scss - all template variables like colors, button sizes, etc.
svg.scss - svg-related styles. This one can be easily removed if you don't need nvd3 charts.
If you have any questions or problems when installing template feel free to contact us via email - contact@keeptwo.com. We will provide as much help as possible.
See statistics section.
Left sidebar is based on Bootstrap's collapse component. Settings.js holds additional javascript code which is used to change sidebar state and sidebar position depending on chosen option (icons, auto) and (left, right).
Is simple Bootstrap's Navbar. User profile and settings popovers are implemented via Bootstrap's popover
Charts are built with D3.js-based nvd3 library. Read more in charts section