The Lime UI Framework is a premium Web Application Admin Dashboard built on top of MaterializeCSS Framework. It was created to be the most functional, clean and well designed theme for any types of backend applications. We have carefully designed all common elements.
We love when all updates are free. Once you’ve purchased Lime, you’ll be able to download all future updates. If you like our theme don’t forget to rate us five stars. Good rating provides more and better updates in future!
If you have any questions that are beyond the scope of this help file, please feel free to email via our user page contact form here. Thanks so much!
theme/
├─ assets/
│ ├─ css/
│ ├─ images/
│ ├─ js/
│ │ └─ pages/
│ └─ plugins/
└─ templates/
└─ admin1/
Head
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Responsive Admin Dashboard Template">
<meta name="keywords" content="admin,dashboard">
<meta name="author" content="stacks">
<!-- The above 6 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Lime - Responsive Admin Dashboard Template</title>
<!-- Styles -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="../../assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="../../assets/plugins/font-awesome/css/all.min.css" rel="stylesheet">
<!-- Theme Styles -->
<link href="../../assets/css/lime.min.css" rel="stylesheet">
<link href="../../assets/css/custom.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
Body
<body>
<div class="lime-sidebar">
<div class="lime-sidebar-inner slimscroll">
<ul class="accordion-menu">
<li class="sidebar-title">
Apps
</li>
<li>
<a href="index.html" class="active"><i class="material-icons">dashboard</i>Dashboard</a>
</li>
<li>
<a href="profile.html"><i class="material-icons">person_outline</i>Profile</a>
</li>
<li>
<a href="mailbox.html"><i class="material-icons">inbox</i>Mailbox</a>
</li>
<li>
<a href="todo.html"><i class="material-icons">done_all</i>Todo</a>
</li>
<li>
<a href="file-manager.html"><i class="material-icons">cloud_queue</i>File Manager</a>
</li>
<li class="sidebar-title">
UI Elements
</li>
<li>
<a href="#"><i class="material-icons">text_format</i>Styles<i class="material-icons has-sub-menu">keyboard_arrow_left</i></a>
<ul class="sub-menu">
<li>
<a href="styles-typography.html">Typography</a>
</li>
<li>
<a href="styles-code.html">Code</a>
</li>
<li>
<a href="styles-tables.html">Tables</a>
</li>
<li>
<a href="styles-icons.html">Icons</a>
</li>
</ul>
</li>
<li>
<a href=""><i class="material-icons">apps</i>Components<i class="material-icons has-sub-menu">keyboard_arrow_left</i></a>
<ul class="sub-menu">
<li>
<a href="ui-alerts.html">Alerts</a>
</li>
<li>
<a href="ui-badge.html">Badge</a>
</li>
<li>
<a href="ui-breadcrumb.html">Breadcrumb</a>
</li>
<li>
<a href="ui-buttons.html">Buttons</a>
</li>
<li>
<a href="ui-button-group.html">Button Group</a>
</li>
<li>
<a href="ui-card.html">Card</a>
</li>
<li>
<a href="ui-collapse.html">Collapse</a>
</li>
<li>
<a href="ui-dropdowns.html">Dropdowns</a>
</li>
<li>
<a href="ui-list-group.html">List Group</a>
</li>
<li>
<a href="ui-media-object.html">Media Object</a>
</li>
<li>
<a href="ui-modal.html">Modal</a>
</li>
<li>
<a href="ui-navs.html">Navs</a>
</li>
<li>
<a href="ui-pagination.html">Pagination</a>
</li>
<li>
<a href="ui-popovers.html">Popovers</a>
</li>
<li>
<a href="ui-progress.html">Progress</a>
</li>
<li>
<a href="ui-spinners.html">Spinners</a>
</li>
<li>
<a href="ui-toast.html">Toast</a>
</li>
<li>
<a href="ui-tooltips.html">Tooltips</a>
</li>
</ul>
</li>
<li>
<a href=""><i class="material-icons">code</i>Plugins<i class="material-icons has-sub-menu">keyboard_arrow_left</i></a>
<ul class="sub-menu">
<li>
<a href="plugins-crop.html">Image Crop</a>
</li>
<li>
<a href="plugins-zoom.html">Image Zoom</a>
</li>
<li>
<a href="plugins-select2.html">Select2</a>
</li>
<li>
<a href="plugins-plupload.html">Plupload</a>
</li>
<li>
<a href="plugins-toastr.html">Toastr</a>
</li>
<li>
<a href="plugins-sliders.html">Range Sliders</a>
</li>
</ul>
</li>
<li>
<a href="charts.html"><i class="material-icons">bar_chart</i>Charts</a>
</li>
<li>
<a href="forms.html"><i class="material-icons">input</i>Forms</a>
</li>
<li class="sidebar-title">
Other
</li>
<li>
<a href=""><i class="material-icons">star_border</i>Pages<i class="material-icons has-sub-menu">keyboard_arrow_left</i></a>
<ul class="sub-menu">
<li>
<a href="404.html">404</a>
</li>
<li>
<a href="500.html">500</a>
</li>
<li>
<a href="sign-in.html">Sign In</a>
</li>
<li>
<a href="sign-up.html">Sign Up</a>
</li>
<li>
<a href="lock-screen.html">Lock Screen</a>
</li>
<li>
<a href="coming-soon.html">Coming Soon</a>
</li>
<li>
<a href="invoice.html">Invoice</a>
</li>
<li>
<a href="pricing-tables.html">Pricing Tables</a>
</li>
<li>
<a href="help-center.html">Help Center</a>
</li>
</ul>
</li>
<li>
<a href="#"><i class="material-icons">bookmark_border</i>Documentation</a>
</li>
<li>
<a href="#"><i class="material-icons">access_time</i>Change Log</a>
</li>
</ul>
</div>
</div>
<div class="theme-settings-sidebar">
<div class="theme-settings-inner">
<h3 class="theme-sidebar-title">Themes</h3>
<p class="themes-info">Select a demo</p>
<a class="theme-item active" href="#">
<img src="../../assets/images/themes/1.png" alt="">
<h4 class="theme-title">Classic</h4>
</a>
<a class="theme-item" href="#">
<div class="coming-theme">Coming Soon</div>
<img src="../../assets/images/themes/2.png" alt="">
<h4 class="theme-title">Dark Theme</h4>
</a>
</div>
</div>
<div class="lime-header">
<nav class="navbar navbar-expand-lg">
<section class="material-design-hamburger navigation-toggle">
<a href="javascript:void(0)" class="button-collapse material-design-hamburger__icon">
<span class="material-design-hamburger__layer"></span>
</a>
</section>
<a class="navbar-brand" href="#">Lime</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="material-icons">keyboard_arrow_down</i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<form class="form-inline my-2 my-lg-0 search">
<input class="form-control mr-sm-2" type="search" placeholder="Search for projects, apps, pages..." aria-label="Search">
</form>
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle theme-settings-link" href="#">
<i class="material-icons">layers</i>
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="material-icons">more_vert</i>
</a>
<ul class="dropdown-menu dropdown-menu-right">
<li><a class="dropdown-item" href="#">Account</a></li>
<li><a class="dropdown-item" href="#">Settings</a></li>
<li class="divider"></li>
<li><a class="dropdown-item" href="#">Log Out</a></li>
</ul>
</li>
</ul>
</div>
</nav>
</div>
<div class="lime-container">
<div class="lime-body">
<div class="container">
</div>
</div>
<div class="lime-footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<span class="footer-text">2019 © stacks</span>
</div>
</div>
</div>
</div>
</div>
<!-- Javascripts -->
<script src="../../assets/plugins/jquery/jquery-3.1.0.min.js"></script>
<script src="../../assets/plugins/bootstrap/popper.min.js"></script>
<script src="../../assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="../../assets/plugins/jquery-slimscroll/jquery.slimscroll.min.js"></script>
<script src="../../assets/js/lime.min.js"></script>
</body>
All theme CSS files are located in theme/assets/css folder. For your CSS customization you can use theme/assets/css/custom.css. Keep your custom CSS separate it makes more easier when updating the theme in future.
All Javascript files are located in source/assets/js/ folder. Also Page-level Javascript files are located in theme/assets/js/pages/ folder and each page has its own Javascript file. For your Javascripts you can use theme/assets/js/custom.js. Keep your custom Javascript separate it makes more easier when updating the theme in future.
Lime uses Poppins font. It must be loaded in HTML Head before other CSS files.
Font code example:
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap" rel="stylesheet">
Lime also uses Material and Fontawesome icons.
All available Helper Classes in Lime:
| Prefix | Second Prefix (side) | third Prefix | Suffix (value) | |
|---|---|---|---|---|
| Margin | m | t,r,b,l | n (only for negative values) | xxs, xs, sm, md, lg, xxl |
| Padding | p | v,h (top & bottom, left & right) | xxs, xs, sm, md, lg, xxl |
.no-s Removes margins & paddings
.no-m Removes margins
.no-p Removes paddings
.no-p-h Removes paddings from left & right
.no-p-v Removes Paddings from top & bottom
.no-b Removes borders
.b Adds border from all sides
.b-t, .b-r, .b-b, .b-l Adds border from top, right, bottom, left
.b-default, .b-primary, .b-success, .b-info, .b-warning, .b-danger Adds border by contextual colors, see colors doc.
.b-2, .b-3, .b-4 Border size
.b-n-t, .b-n-r, .b-n-b, .b-n-l Removes border from top, right, bottom, left
.no-r Removes border radius
.r Adds border radius
.r-t-l, .r-t-r, .r-b-l, .r-b-r Adds border radius From top-left, top-right, bottom-left, bottom-right sides.
.no-r-t-l, .no-r-t-r, .no-r-b-l, .no-r-b-r Removes border radius From top-left, top-right, bottom-left, bottom-right sides.
It's very easy to create a new page with Lime.
You can use all components that are shown in the live preview. Note, all content should be placed in .lime-body to fit the page correctly.
If you will use component that needs some JS codes which are included in component demo page at the end of the HTML body tag, you can just include the same JS file. If you will use component that needs an extra plugin to work, you have to include files of this plugins as they are included in the preview page.
| Plugin | Official Website |
|---|---|
| Apex Charts | https://apexcharts.com/ |
| Bootstrap | http://getbootstrap.com/ |
| Chartjs | http://www.chartjs.org/ |
| jQuery elevateZoom | www.elevateweb.co.uk/image-zoom/ |
| FontAwesome | http://fontawesome.io/ |
| Image Cropper | http://fengyuanchen.github.io/cropper/ |
| Ion-slider | http://ionden.com/a/plugins/ion.rangeSlider/ |
| Jquery | https://jquery.com/ |
| Modernizr | https://modernizr.com/ |
| Plupload | https://www.plupload.com/ |
| Slimscroll | http://rocha.la/jQuery-slimScroll/ |
| Select2 | https://select2.org/ |
| Toastr | https://github.com/CodeSeven/toastr/ |
Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.