| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/newsite/plugins/system/t3/base-bs3/less/ |
Upload File : |
/** *------------------------------------------------------------------------------ * @package T3 Framework for Joomla! *------------------------------------------------------------------------------ * @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @authors JoomlArt, JoomlaBamboo, (contribute to this project at github * & Google group to become co-author) * @Google group: https://groups.google.com/forum/#!forum/t3fw * @Link: https://github.com/t3framework/ *------------------------------------------------------------------------------ */ // // USE TO OVERRIDE BOOTSTRAP VARIABLES // AND DEFINE THOSE NEWS VARIABLE WHICH WILL BE USED IN T3 CORE // ----------------------------------------------------------- // // T3 GLOBAL STYLES // -------------------------------------------------- // Module Styles // ------------------------- // Module General @t3-module-bg: transparent; @t3-module-color: inherit; @t3-module-padding: 0; @t3-module-border: 1px solid #ddd; // Module Title @t3-module-title-bg: @t3-module-bg; // inherit from @t3-module-bg @t3-module-title-color: @t3-module-color; // inherit from @t3-module-color @t3-module-title-padding: @t3-module-padding; // Module Content @t3-module-content-bg: @t3-module-bg; // inherit from @t3-module-bg @t3-module-content-color: @t3-module-color; // inherit from @t3-module-color @t3-module-content-padding: @t3-module-padding; // Global Margin& Padding // ------------------------- @t3-global-margin: @line-height-computed; @t3-global-padding: @line-height-computed; // Typography // ------------------------- @t3-font-size-big: @font-size-base + 1px; @t3-font-size-bigger: @font-size-base + 2px; @t3-font-size-small: @font-size-base - 1px; @t3-font-size-smaller: @font-size-base - 2px; // Font weight variations // ------------------------- @font-weight-bold: 700; @font-weight-semibold: 500; @font-weight-normal: 400; @font-weight-light: 300; @font-weight-thin: 100; // // T3 TEMPLATE STYLES // -------------------------------------------------- @t3-border-color: #ddd; // // T3 ADD-ONS // -------------------------------------------------- // Off-Canvas // ------------------------- // Off-Canvas Width @t3-off-canvas-width: 250px; // Off-Canvas Header @t3-off-canvas-header-background: @gray-lighter; @t3-off-canvas-header-text-color: @text-color; // Off-Canvas Body @t3-off-canvas-background: @body-bg; @t3-off-canvas-text-color: @text-color; @t3-off-canvas-link-color: @link-color; @t3-off-canvas-link-hover-color: @link-hover-color; @t3-off-canvas-headings-color: inherit; // // T3 MEGAMENU // -------------------------------------------------- @t3-mega-dropdown-min-width: 200px;