Slica - Bootstrap Responsive Flat Admin Dashboard HTML5 Template

Note:-

Please refer Faq's page in documentation itself for queries and customization like Colors, RTL, Dark style..etc.

Dashboard
Welcome to Slica โ€“ Bootstrap5 Admin & Dashboard Template
  • Updated Date: 19/08/2022
  • Author: Spruko
  • Company: Spruko Technologies Private Limited
  • Support: support@spruko.com

Thank you for purchasing our admin template. Feel free to contact us any time. We have a dedicated team to provide you the best support. If you want any queries please contact live chat or email : sprukotechnologies@gmail.com

If You Love Our Template Design Please don't forgot to rate it. Thank you so much!

Introduction
Welcome to Slica โ€“ Bootstrap Responsive Flat Admin Dashboard HTML5 Template

Slica - Admin Template, With these template formats, it's very easy to create a presence and grab someone's attention around the web page Because the template is built using HTML5, CSS3, Bootstrap 5 framework and with Sass. So please before you start working with the template take a quick look on the documentation so that you can easily built your website.

If You Love Our Template Design Please don't forgot to rate it. Thank you so much! ๐Ÿ˜Š

Template Description

Slicaโ€“ is a Bootstrap Admin & Dashboard template using modern and minimal design. It is fully flexible user-friendly and responsive. Slica admin template is powered with HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 150+ HTML Pages & 50+ Plugins more UI elements . No Need to do hard work for this template customization. We already designed it and you can easily design your website just how you like it. Advanced Form-Elements like Date pickers, form elements are included. This template using Bootstrap5 framework. This template is fully 100% Premium Admin Template quality. This template designed for using HTML5,CSS3,Jquery. After Purchased this template you will get All HTML files,CSS, Scss and JS Files.

It has super clean flat user interface admin Backend design, easy customizable components and widgets.The Template comes with a awesome unique design also we ensure you can easily design admin template.

it is a fully responsive layout for all type of devices. Works on all major web browsers, Desktop, iPhone, iPad, Tablet and all other smart phone devices

Once you Purchase Slica , you will be able to get free download of all future updates.

Template Features
Vertical-menu Horizontal click menu Horizontal hover menu RTL ready
100+ HTML Pages Bootstrap 5 Responsive Framework Well Commented Code 24 * 7 Professional Company Support
Regular Updates 40+ Plugins 9 types of Charts Select2
About us Blog File Manager Gallery
Mail Inbox Ecommerce Pages Services Page Blog Details
Calendar Mail Inbox 10 Types of Icon sets File upload
Message Chat Form Elements Month & Date & Year Range Pickers FormAdvanced Elements
Data Tables Lockscreen Page Error Page User Profile
Invoice Page Advanced Pricing Tables Easy to customize More Widgets
Very Easy to Create your Own Site Neat, clean and simple design W3C Validated
CSS Structure

style.css is the main CSS file located in assets/css folder of the package. Whole CSS file is well indexed with topic and its related code.

    
		:root {
			--primary-bg-color: #0052cc;
			--primary-bg-hover: #0e62df;
			--primary-bg-border: #0e62df;
			--dark-body: #2c333d;
			--dark-theme: #1a222d;
			--dark-border: rgba(255, 255, 255, 0.1);
			--dark-color: #ffffff;
			--dark-shadow:rgba(131, 131, 131, 0.1);
			--primary-05: rgba(0, 82, 204, 0.05);
			--primary-1: rgba(0, 82, 204, 0.1);
			--primary-2: rgba(0, 82, 204, 0.2);
			--primary-3: rgba(0, 82, 204, 0.3);
			--primary-4: rgba(0, 82, 204, 0.4);
			--primary-5: rgba(0, 82, 204, 0.5);
			--primary-6: rgba(0, 82, 204, 0.6);
			--primary-7: rgba(0, 82, 204, 0.7);
			--primary-8: rgba(0, 82, 204, 0.8);
			--primary-9: rgba(0, 82, 204, 0.9);
			--white: $white;
			--gray: #868e96;
			--gray-dark: #858d97;
			--black: $black;
			--azure: $info;
			--lime: #63e600;
			--lightpink-red: #ff7088;
			--lightgreen: #26eda2;
			--blue: $blue;
			--indigo: $indigo;
			--purple: $purple;
			--pink: $pink;
			--red: $danger;
			--orange: $orange;
			--yellow: $yellow;
			--green: $success;
			--teal: $teal;
			--cyan: #17a2b8;
			--primary: $primary;
			--secondary: $secondary;
			--success: $success;
			--info: $info;
			--warning: $yellow;
			--danger: $danger;
			--light: #f8f9fa;
			--dark: $dark;
			--breakpoint-xs: 0;
			--breakpoint-sm: 576px;
			--breakpoint-md: 768px;
			--breakpoint-lg: 992px;
			--breakpoint-xl: 1280px;
			--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
			--font-family-monospace: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
		}
		
		* {
			box-sizing: border-box;
		
			&::before,
			&::after {
				box-sizing: border-box;
			}
		}
		
		html {
			line-height: 1.15;
			-webkit-text-size-adjust: 100%;
			-ms-text-size-adjust: 100%;
			-ms-overflow-style: scrollbar;
			-webkit-tap-highlight-color: transparent;
		}
		
		@-ms-viewport {
			width: device-width;
		}
		
		article,
		aside,
		dialog,
		figcaption,
		figure,
		footer,
		header,
		hgroup,
		main,
		nav,
		section {
			display: block;
		}
		
		body {
			margin: 0;
			font-family: 'Mulish', sans-serif; 
			font-size: 13px;
			font-weight: 400;
			line-height: 1.5;
			color: $color;
			text-align: left;
			background-color: $background;
		}
		
		[tabindex="-1"]:focus {
			outline: 0 !important;
		}
		
		hr {
			box-sizing: content-box;
			height: 0;
			overflow: visible;
		}
		
		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			margin-top: 0;
			margin-bottom: 0.66em;
		}
		
		p {
			margin-top: 0;
			margin-bottom: 1rem;
		}


 
JS Structure

custom.js is the main javascript file having all the js code. File is located in assets/js/ folder. This file code is also well formatted and section in different respective function names.

Along with this chart library based js code and dashboard based js code are added in separate files for ease of use of user.


		
	(function($) {
		"use strict";
	
		// ______________Full screen
		$("#fullscreen-button").on("click", function toggleFullScreen() {
			if ((document.fullScreenElement !== undefined && document.fullScreenElement === null) || (document.msFullscreenElement !== undefined && document.msFullscreenElement === null) || (document.mozFullScreen !== undefined && !document.mozFullScreen) || (document.webkitIsFullScreen !== undefined && !document.webkitIsFullScreen)) {
				if (document.documentElement.requestFullScreen) {
					document.documentElement.requestFullScreen();
				} else if (document.documentElement.mozRequestFullScreen) {
					document.documentElement.mozRequestFullScreen();
				} else if (document.documentElement.webkitRequestFullScreen) {
					document.documentElement.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT);
				} else if (document.documentElement.msRequestFullscreen) {
					document.documentElement.msRequestFullscreen();
				}
			} else {
				if (document.cancelFullScreen) {
					document.cancelFullScreen();
				} else if (document.mozCancelFullScreen) {
					document.mozCancelFullScreen();
				} else if (document.webkitCancelFullScreen) {
					document.webkitCancelFullScreen();
				} else if (document.msExitFullscreen) {
					document.msExitFullscreen();
				}
			}
		})
	
	
		// ______________ PAGE LOADING
		$(window).on("load", function(e) {
			$("#global-loader").fadeOut("slow");
		})
	
		// ______________ BACK TO TOP BUTTON
		$(window).on("scroll", function(e) {
			if ($(this).scrollTop() > 0) {
				$('#back-to-top').fadeIn('slow');
			} else {
				$('#back-to-top').fadeOut('slow');
			}
		});
		$("#back-to-top").on("click", function(e) {
			$("html, body").animate({
				scrollTop: 0
			}, 0);
			return false;
		});	
		--------
		---------
		-------------