Please refer Faq's page in documentation itself for queries and customization like Colors, RTL, Dark style..etc.
Thank you for showing interest towards our listing template. Feel free to contact us any time. We have a dedicated team to provide you the best support. If you have any queries please contact through live chat.
If You Love Our Template Design Please don't forgot to rate it. Thank you so much!
Pinlist - Listing 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! 😊
Pinlist is a Bootstrap Listing & Dashboard template using modern and minimal design. It is fully flexible user-friendly and responsive. Pinlist Listing template is powered with HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 250+ 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 is designed using Bootstrap5 framework. This Listing template comes with fully 100% Premium Listing Templates 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 Listing Backend design, easy customizable components and widgets.The Template comes with a awesome unique design also we ensure you can easily design Listing 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 Pinlist , you will be able to get free download of all future updates.
Horizonal Listing | Vertical Dashboard | Dark Theme Ready |
RTL Ready | 250+ HTML Pages | 25 Home Pages |
Bootstrap 5 Responsive Framework | 24 * 7 Professional Company Support | 20+ Plugins |
Gallery | Lockscreen Page | Select2 |
About us | Blog | Easy to Customize |
Error Page | Under Construction Page | User Profile |
More Widgets | Neat, clean and simple design | W3C Validated |
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.
@charset "UTF-8";
/*------------------------------------------------------------------
Project : Pinlist – Directory, Classifieds and Jobs Multipurpose Bootstrap5 HTML5 Listing Template
Version : V.1.0
Create Date : 02/06/22
Copyright : Spruko Technologies Private Limited
Author : SPRUKO™
Author URL : https://themeforest.net/user/spruko
Support : support@spruko.com
License : http://themeforest.net/licenses/standard
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
:root {
--primary-bg-color: #6963ff;
--primary-bg-hover: #5a54f8;
--primary-shadow: rgba(90, 84, 248, 0.5);
--secondary-color: #ff2b88;
--dark-theme: #212332;
--dark-body: #2a2e3f;
--dark-border: rgba(255, 255, 255, 0.1);
--dark-color: #fff;
--dark-shadow: rgba(131, 131, 131, 0.1);
--primary-1: rgba(105, 99, 255, 0.1);
--primary2: rgba(105, 99, 255, 0.2);
--primary-3: rgba(105, 99, 255, 0.3);
--primary-4: rgba(105, 99, 255, 0.4);
--primary-5: rgba(105, 99, 255, 0.5);
--primary-6: rgba(105, 99, 255, 0.6);
--primary-7: rgba(105, 99, 255, 0.7);
--primary-8: rgba(105, 99, 255, 0.8);
--primary-9: rgba(105, 99, 255, 0.9);
--success: #00e682;
--info: #22a5e0;
--warning: #ff8819;
--danger: #ff382b;
--blue: #467fcf;
--yellow: #ffa22b;
--lime: #63e600;
--pink: #ff2b88;
--teal: #05e6e6;
--purple: #604dd8;
--orange: #e67605;
--dark: #343a40;
--indigo: #6574cd;
--white: #fff;
--black: #000;
--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;
}
/* ###### bootstrap ####### */
/*primary*/
/*Color variables*/
/*white variables*/
/*black variables*/
/***********dark-theme**************/
/*-------- Bootstrap Framework -------*/
* {
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;
}
.secondlevel ul {
background: none !important;
margin-left: 5px !important;
margin-right: 5px !important;
}
body {
margin: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
color: #605e7e;
text-align: left;
background-color: #f6f7fb;
font-family: "Maven Pro", sans-serif;
}
[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;
}
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";
// $("#loading").fadeOut("slow");
// ______________ LOADER
$(window).on("load", function(e) {
$("#global-loader").fadeOut("slow");
})
// ______________Cover Image
$(".cover-image").each(function() {
var attr = $(this).attr('data-bs-image-src');
if (typeof attr !== typeof undefined && attr !== false) {
$(this).css('background', 'url(' + attr + ') center center');
}
});
// ______________Active Class
$(document).ready(function() {
$(".horizontalMenu-list li a").each(function() {
var pageUrl = window.location.href.split(/[?#]/)[0];
if (this.href == pageUrl) {
$(this).addClass("active");
$(this).parent().addClass("active"); // add active to li of the current link
$(this).parent().parent().prev().addClass("active"); // add active class to an anchor
$(this).parent().parent().prev().click(); // click the item to make it drop
}
});
});
// ______________ Back to Top
$(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;
});
});