| Server IP : 46.105.57.169 / Your IP : 216.73.216.84 Web Server : Apache System : Linux webd003.cluster120.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 : maitricfuz ( 93378) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/maitricfuz/www/saint-martin-lg/plugins/pagebuilderck/teams/assets/ |
Upload File : |
/**
* @name Page Builder CK
* @package com_pagebuilderck
* @copyright Copyright (C) 2015. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @author Cedric Keiflin - https://www.template-creator.com - https://www.joomlack.fr
*/
.pbck_teams {
margin: 0 auto;
max-width: 100%;
position: relative;
}
.pbck_teams a {
color: #ef023f;
cursor: pointer;
text-decoration: none;
}
.pbck_teams .pbck_wrap {
width: 100%;
overflow: visible;
}
.pbck_teams .pbck_wrapinner {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.pbck_team_image img,
.pagebuilderck .pbck_team_image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.pbck_team_name {
font-size: 24px;
line-height: 30px;
font-weight: normal;
color: #4d4d4d;
padding: 10px 0 5px 0;
}
.pbck_team_status {
color: #57B8FF;
font-weight: 700;
font-size: 18px;
padding: 5px 0;
}
.pbck_team_quote {
margin: 20px 0;
font-style: italic;
font-size: 16px;
color: rgba(0, 0, 0, 0.4);
display: inline-block;
}
.pbck_team_quote:before {
color: #ccc;
content: open-quote;
font-size: 1.5em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
float: left;
font-family: helvetica;
}
.pbck_team_quote:after {
color: #ccc;
content: close-quote;
font-size: 1.5em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
float: right;
font-family: helvetica;
}
.pbck_team_readmore {
color: #121212;
font-weight: 700;
font-size: 13px;
cursor: pointer;
}
.pbck_team_email, .pbck_team_url {
text-decoration: none;
}
.pbck_team {
position: relative;
margin: 0;
padding: 0;
}
.pbck_team_text_inner {
color: rgba(0, 0, 0, 0.4);
font-size: 16px;
display: none;
}
.pbck_team [data-state="0"] {
display: none;
}