Thank you for purchasing INSPINIA admin theme. If you have any questions about the template, please feel free to contact us via email: support@webapplayers.com.
Thanks very much!
INSPINIA has a clean and minimalistic design which helps you create an awesome and powerful project. It is perfectly designed and precisely prepared. Template was built based on the latest
standards and recommendations. INSPINIA theme
is powered by Twitter Bootstrap v3 - the most popular front-end framework.
Please note that this documentation is dedicated to the main element of the template. With each version, we will try to develop it. But if you have any questions going beyond what is described
here don't hesitate to write to us.
inspinia_admin_theme/
├── css/
├── email_templates/
├── font-awesome/
├── fonts/
├── img/
├── js/
├── 404.html
├── 500.html
├── agile_board.html
├── article.html
├── badges_labels.html
├── basic_gallery.html
├── blog.html
├── buttons.html
├── calendar.html
├── carousel.html
├── chat_view.html
├── clients.html
├── code_editor.html
├── contacts.html
├── css_animation.html
├── dashboard_2.html
├── dashboard_3.html
├── dashboard_4.html
├── dashboard_4_1.html
...
Theme files have almost unchanging structure consisting of:
#wrapper
main container of body elements.nav .navbar-static-side
left navigation menu.#page-wrapper
main container for page elements.nav .navbar-static-top
top navigation with second menu..page-heading
container with page title and breadcrumb.wrapper-content
main container for html elements..footer
main container for footer.Page <head />
contains Metadata, CSS files.
<!DOCTYPE html> <head> <!-- Metadata --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>INSPINIA | Page</title> <!-- CSS Files --> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="font-awesome/css/font-awesome.css" rel="stylesheet"> <link href="css/animate.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> </head>
Navigation menu with profile submenu.
<ul class="nav" id="side-menu"> <li class="nav-header"> <div class="dropdown profile-element"> <span> <img alt="image" class="img-circle" src="img/profile_small.jpg"> </span> <a data-toggle="dropdown" class="dropdown-toggle" href="#"> <span class="clear"> <span class="block m-t-xs"> <strong class="font-bold">Amelia Smith</strong> </span> <span class="text-muted text-xs block">Art Director <b class="caret"></b></span> </span> </a> <ul class="dropdown-menu animated fadeInRight m-t-xs"> <li><a href="profile.html">Profile</a></li> <li><a href="contacts.html">Contacts</a></li> <li><a href="mailbox.html">Mailbox</a></li> <li class="divider"></li> <li><a href="login.html">Logout</a></li> </ul> </div> <div class="logo-element"> IN+ </div> </li> <li> <!-- All li elements o navigation --> </li> </ul>
Menu for notifications and primary functions such as logout or global search.
<nav class="navbar navbar-static-top " role="navigation"> <div class="navbar-header"> <a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i class="fa fa-bars"></i> </a> <form role="search" class="navbar-form-custom" method="post" action="search_results.html"> <div class="form-group"> <input type="text" placeholder="Search for something..." class="form-control" name="top-search" id="top-search"> </div> </form> </div> <ul class="nav navbar-top-links navbar-right"> <li> <span class="m-r-sm text-muted welcome-message">Welcome to INSPINIA+ Admin Theme.</span> </li> <li class="dropdown"> <a class="dropdown-toggle count-info" data-toggle="dropdown" href="#"> <i class="fa fa-envelope"></i> <span class="label label-warning">16</span> </a> <ul class="dropdown-menu dropdown-messages"> <li> <div class="dropdown-messages-box"> <a href="profile.html" class="pull-left"> <img alt="image" class="img-circle" src="img/a7.jpg"> </a> <div class="media-body"> <small class="pull-right">46h ago</small> <strong>Mike Loreipsum</strong> started following <strong>Monica Smith</strong>. <br> <small class="text-muted">3 days ago at 7:58 pm - 10.06.2014</small> </div> </div> </li> <li class="divider"></li> <li> <div class="dropdown-messages-box"> <a href="profile.html" class="pull-left"> <img alt="image" class="img-circle" src="img/a4.jpg"> </a> <div class="media-body "> <small class="pull-right text-navy">5h ago</small> <strong>Chris Johnatan Overtunk</strong> started following <strong>Monica Smith</strong>. <br> <small class="text-muted">Yesterday 1:21 pm - 11.06.2014</small> </div> </div> </li> <li class="divider"></li> <li> <div class="dropdown-messages-box"> <a href="profile.html" class="pull-left"> <img alt="image" class="img-circle" src="img/profile.jpg"> </a> <div class="media-body "> <small class="pull-right">23h ago</small> <strong>Monica Smith</strong> love <strong>Kim Smith</strong>. <br> <small class="text-muted">2 days ago at 2:30 am - 11.06.2014</small> </div> </div> </li> <li class="divider"></li> <li> <div class="text-center link-block"> <a href="mailbox.html"> <i class="fa fa-envelope"></i> <strong>Read All Messages</strong> </a> </div> </li> </ul> </li> <li class="dropdown"> <a class="dropdown-toggle count-info" data-toggle="dropdown" href="#"> <i class="fa fa-bell"></i> <span class="label label-primary">8</span> </a> <ul class="dropdown-menu dropdown-alerts"> <li> <a href="mailbox.html"> <div> <i class="fa fa-envelope fa-fw"></i> You have 16 messages <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="profile.html"> <div> <i class="fa fa-twitter fa-fw"></i> 3 New Followers <span class="pull-right text-muted small">12 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <a href="grid_options.html"> <div> <i class="fa fa-upload fa-fw"></i> Server Rebooted <span class="pull-right text-muted small">4 minutes ago</span> </div> </a> </li> <li class="divider"></li> <li> <div class="text-center link-block"> <a href="notifications.html"> <strong>See All Alerts</strong> <i class="fa fa-angle-right"></i> </a> </div> </li> </ul> </li> <li> <a href="login.html"> <i class="fa fa-sign-out"></i> Log out </a> </li> </ul> </nav>
Main content wrapper with page heading and page content.
<div class="row wrapper border-bottom white-bg page-heading"> <div class="col-lg-9"> <h2>This is main title</h2> <ol class="breadcrumb"> <li> <a href="index.html">This is</a> </li> <li class="active"> <strong>Breadcrumb</strong> </li> </ol> </div> <div class="col-lg-3"> <div class="title-action"> <a href="" class="btn btn-primary">This is action area</a> </div> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="wrapper wrapper-content"> </div> </div> </div>
Inspinia provide few option for you layout app. There are:
Fixed sidebar is a sidebar that is sticked on screen.
To add fixed sidebar you need to add .fixed-sidebar class to body.
<body class="fixed-sidebar">
Be sure that you have included this files to your index.html file:
<!-- SlimScroll --> <script src="js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
Fixed navbar is a top navbar that is sticked on screen.
To add fixed sidebar you need to add .fixed-nav class to body.
<body class="fixed-nav">
Next we will need to change navbar from static to fixed. Change .navbar-static-top class to navbar-fixed-top
Fixed navbar 2 is a top navbar that is sticked on screen and it's width is the same as the width of wrapper
To add fixed sidebar you need to add .fixed-nav class and .fixed-nav-basic class to body.
<body class="fixed-nav fixed-nav-basic">
Next we will need to change navbar from static to fixed. Change .navbar-static-top class to navbar-fixed-top
<nav class="navbar navbar-fixed-top" role="navigation">
Fixed navbar 2 works only on primary layout
Fixed footer is a bottom footer that is sticked on screen.
To add fixed bottom footer you just need to add .fixed class to footer class.
<div class="footer fixed">
Adding support for language written in a Right-To-Left (RTL) direction.
To add RTL support you will need to add new .rtls class to body element
<body class="rtls">
Next you will need to add new bootstrap rtl support library bootstrap-rtl. Add new link to css file just below the css from bootstrap in index.html page like this:
<!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/plugins/bootstrap-rtl/bootstrap-rtl.min.css" rel="stylesheet">
After that you will have RTL support similar to this:
Layout 2 is a top navigation with centered content layout.
For layout 2 we prepared special example files dashboard_4.html
To use layout 2 all you need to do remove full nav
element (sidebar navigation). Add .top-navigation
class to body element and add .container
class with element after
.wrapper
class element. Please chcek teh example file Dashboard_4.html to see code of it.
Layout 2 with example code look like this:
Off canvas menu is a menu that not change the width of main wrapper page. It appear on top of the page.
To use off canvas menu you just need to add .canvas-menu
to body element:
<body class="canvas-menu">
And in navigation after element with class .sidebar-collapse
add special element to handle hide menu.
<a class="close-canvas-menu"><i class="fa fa-times"></i></a>
Inspinai theme has 3 diferent skins
To change skin you just have to add skin class to body element.
For example: to add skin Blue skin you just need to add .skin-1
class to body element.
In LESS files skins.less you can find style for the skin. Below is a representation of css classes demand color skin.
.skin-1
- Blue Light.skin-2
- Inspinia Ultra {for support with Inspinia Ultra please contact with support@webapplayers.com}.skin-3
- Yellow/purple.md-skin
- Material Design Skin (In demo Inspinia Material Design version has also fixed sidebar and fixed navbar option)Theme config is the configuration box for setting options in live preview. It is placed in the right side of page with green icon.
We did not want to add code to all pages so we just add js script to append the config box. The function is located in inspinia.js file with comment // Append config box / Only for demo purpose
If you want to remove the config box all you need to do is to remove function below this comment.
It is an application skeleton for a typical web app. You can use it to quickly bootstrap your webapp projects. It has all necessary resources/files to help you started new project. As your project will grow you will need to add new resources. Look at the full version to select the elements and resources you want to use.
File strucutre for Seed Project
Static_Seed_Project/
├── css/
├── font-awsome/
├── fonts/
├── img/
├── js/
├── index.html
├── minor.html
Please stay tuned for 2.2 version to get new features for HTML/JS version.
.faq-answer
before p
answer. Please stay tuned for 2.0 version to get new features.
Contact as with email: support@webapplayers.com