113 lines
3.3 KiB
Text
113 lines
3.3 KiB
Text
/*
|
|
* Smarty - Multipurpose Template
|
|
*
|
|
************************************************* */
|
|
@import "variables.less";
|
|
|
|
|
|
// Core
|
|
@import "_lib/bootstrap/bootstrap.less"; /* Bootstrap Core */
|
|
@import "_lib/essentials/essentials.less"; /* Common Plugins|Elements */
|
|
|
|
|
|
|
|
// CSS INLINE [PLUGINS]
|
|
@import "smarty/plugin-hover-buttons.less";
|
|
//@import "smarty/layout-datatables.less";
|
|
//@import "smarty/layout-footable-minimal.less";
|
|
//@import "smarty/layout-jqgrid.less";
|
|
|
|
//@import (inline) "_inline/slider.camera.css";
|
|
//@import (inline) "_inline/slider.elastic.css";
|
|
//@import (inline) "_inline/slider.nivo.css";
|
|
//@import (inline) "_inline/slider.swiper.css";
|
|
@import (inline) "_inline/slider.revolution.4x.css";
|
|
@import (inline) "_inline/slider.revolution.5x.css";
|
|
@import (inline) "_inline/slider.layerslider.css";
|
|
|
|
|
|
|
|
// layout.css
|
|
@import "smarty/layout-globals.less";
|
|
@import "smarty/layout-boxed.less";
|
|
@import "smarty/layout-background.less";
|
|
@import "smarty/layout-slide-top.less";
|
|
@import "smarty/layout-side-panel.less";
|
|
@import "smarty/layout-page-header.less";
|
|
@import "smarty/layout-top-nav.less";
|
|
@import "smarty/layout-page-menu.less";
|
|
@import "smarty/layout-bullet-nav.less";
|
|
@import "smarty/layout-scroll-top.less";
|
|
@import "smarty/layout-preloader.less";
|
|
@import "smarty/layout-misc.less";
|
|
@import "smarty/layout-captions.less";
|
|
@import "smarty/layout-aside.less";
|
|
@import "smarty/layout-masonry-gallery.less";
|
|
@import "smarty/layout-css-simple-gallery.less";
|
|
@import "smarty/layout-image-hover.less";
|
|
@import "smarty/layout-sticky-side.less";
|
|
@import "smarty/layout-parallax-social.less";
|
|
@import "smarty/layout-word-rotator.less";
|
|
@import "smarty/layout-sliders.less";
|
|
@import "smarty/layout-standard-form-message.less";
|
|
@import "smarty/layout-portfolio.less";
|
|
@import "smarty/layout-item-box.less";
|
|
@import "smarty/layout-mixitup.less";
|
|
@import "smarty/layout-blog.less";
|
|
@import "smarty/layout-comments.less";
|
|
@import "smarty/layout-timeline.less";
|
|
@import "smarty/layout-contact.less";
|
|
@import "smarty/layout-404.less";
|
|
@import "smarty/layout-maintenance.less";
|
|
@import "smarty/layout-login-register.less";
|
|
@import "smarty/layout-page-search.less";
|
|
@import "smarty/layout-block-review.less";
|
|
@import "smarty/layout-footer.less";
|
|
@import "smarty/layout-responsive.less";
|
|
@import "smarty/layout-material-design.less";
|
|
|
|
// DEMO ONLY [disabled by default]
|
|
//@import "smarty/layout-demo.less";
|
|
|
|
|
|
|
|
|
|
// SHOP LAYOUT
|
|
@import "smarty/layout-shop.less";
|
|
|
|
|
|
|
|
// HEADER LAYOUT
|
|
@import "smarty/header-1.less"; /* header-0.less, header-1.less, header-2.less, header-3.less , header-4.less, header-5.less */
|
|
|
|
|
|
|
|
// THEMATIC LAYOUTS
|
|
//@import "smarty/thematics-construction.less";
|
|
//@import "smarty/thematics-education.less";
|
|
//@import "smarty/thematics-fashion.less";
|
|
//@import "smarty/thematics-restaurant.less";
|
|
//@import "smarty/thematics-wedding.less";
|
|
//@import "smarty/thematics-music.less";
|
|
|
|
|
|
// COLOR SCHEME
|
|
@import "smarty/color_scheme.less";
|
|
|
|
|
|
// DARK LAYOUT
|
|
// @import "smarty/layout-dark.less";
|
|
|
|
|
|
// WEBFONT FORCE REWRITE [change @font-family on variables.less and uncomment the line below]
|
|
// @import "smarty/layout-font-rewrite.less";
|
|
|
|
|
|
// RTL [Right To Left] [disabled by default]
|
|
// @import "_lib/bootstrap-RTL/bootstrap-rtl.less";
|
|
// @import "_lib/bootstrap-RTL/bootstrap-flipped.less";
|
|
// @import "smarty/layout-RTL.less";
|
|
|
|
// CUSTOM FORMS [disabled by default]
|
|
//@import "smarty/custom-forms-v2.less";
|
|
|