| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.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 : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/lessarmoudes/templates/t3_blank/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: http://t3-framework.org
*------------------------------------------------------------------------------
*/
//
// GENECRIC MODULE STYLE
// --------------------------------------------------
.t3-module {
background: @T3moduleBackground;
color: @T3moduleColor;
margin-bottom: @T3globalMargin * 2;
// Module padding
.module-inner {
padding: @T3modulePadding;
}
}
// Module Title
// ------------
.module-title {
background: @T3moduleTitleBackground;
color: @T3moduleTitleColor;
line-height: 30px;
margin: 0 0 (@T3globalMargin / 2) 0;
padding: @T3moduleTitlePadding;
}
// Module Content
// --------------
.module-ct {
background: @T3moduleContentBackground;
color: @T3moduleContentColor;
padding: @T3moduleContentPadding;
.clearfix();
}
// Module List
// -----------
.t3-module {
ul,
ol {
margin-left: 20px;
}
ul.unstyled,
ol.unstyled,
ul.nav,
ol.nav {
margin-left: 0;
}
}
//
// JOOMLA! MODULES
// --------------------------------------------------
// Menu
// ----
.module_menu {
.nav {
margin-bottom: @T3globalMargin;
}
.nav > li {
border-top: 1px solid @hrBorder;
}
.nav > li > a {
padding: 5px;
}
// No top border
.nav > li:first-child {
border-top: 0;
}
.nav > li:first-child > a {
padding-top: 0;
border-top: 0;
}
// Hover state
.nav > li > a:hover {
}
// Active state
.nav > li.active > a {
}
}
// Login Form
// ----------
#login-form {
input[type="text"],
input[type="password"] {
width: 90%;
}
.btn-primary {
}
ul.unstyled {
}
#form-login-username {
}
#form-login-password {
}
#form-login-remember {
}
}
// Advertisement
// -------------
.bannergroup {
}
.banneritem {
a {
font-weight: bold;
}
}
.bannerfooter {
border-top: 1px solid @T3borderColor;
font-size: @T3smallerFontSize;
padding-top: @T3globalPadding / 2;
text-align: right;
}
// Categories
// ----------
.categories-module, ul.categories-module,
.category-module, ul.category-module {
margin: 0;
li {
list-style: none;
padding: (@baseLineHeight / 2) 0;
border-top: 1px solid @T3borderColor;
// Remove border for first item
&:first-child {
border-top: 0;
padding-top: 0;
}
}
h4 {
font-size: @baseFontSize;
font-weight: normal;
margin: 0;
}
}
// News Feed
// ----------
.feed {
// Feed Title
h4 {
font-weight: bold;
}
// Feed list
.newsfeed,
ul.newsfeed {
border-top: 1px solid @hrBorder;
li {}
.feed-link,
h5.feed-link {
font-size: @baseFontSize;
font-weight: normal;
margin: 0;
}
}
}
// Latest Users
// ------------
.latestusers,
ul.latestusers {
margin-left: 0;
li {
background: @grayLighter;
display: inline-block;
padding: 5px 10px;
.border-radius (@baseBorderRadius);
}
}
// Stats
// ------
.stats-module {
dt, dd {
display: inline-block;
margin: 0;
}
dt {
font-weight: bold;
width: 35%;
}
dd {
width: 60%;
}
}
// Popular Tags
div.tagspopular ul {
display: block;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
div.tagspopular ul li {
color: @gray;
display: inline-block;
margin: 0 5px 5px 0;
}
div.tagspopular ul li a {
background: @grayLighter;
border-radius: 3px;
color: @gray;
display: block;
padding: 2px 5px;
}
div.tagspopular ul li a:hover,
div.tagspopular ul li a:focus,
div.tagspopular ul li a:active {
background: @linkColorHover;
color: @white;
text-decoration: none;
}
// Similar tags
div.tagssimilar ul {
margin: 0;
padding: 0;
list-style: none;
}
div.tagssimilar ul li {
border-bottom: 1px solid @grayLighter;
padding: 8px 0;
}
div.tagssimilar ul li a {
color: @gray;
}
div.tagssimilar ul li a:hover,
div.tagssimilar ul li a:focus,
div.tagssimilar ul li a:active {
color: @linkColorHover;
}