@charset "UTF-8";
/*
You may not change or alter any portion of this comment or credits
of supporting developers from this source code or any supporting source code
which is considered copyrighted (c) material of the original comment or credit authors.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
/**
* wgTeams module for xoops
*
* @copyright The XOOPS Project (https://xoops.org)
* @license GPL 2.0 or later
* @package wgteams
* @since 1.0
* @min_xoops 2.5.7
* @author Goffy - Wedega.com - Email:<webmaster@wedega.com> - Website:<http://wedega.com>
* @version $Id: 1.0 style.css 1 Sun 2015/12/27 23:18:02Z Goffy - Wedega $
*/
.container-team {padding:0;margin:0;}
.team-img, .member-img {width:100%;}
.team-name {}
.team-descr {}
.team-readmore {text-align: right;}
.member_list {margin-bottom: 40px;}
.member-panel {padding:10px;}
.member-card {padding:0;}
.member-table {width: 100%;padding: 0;margin-bottom:20px;}
.member-label {padding: 2px;vertical-align:top;}
.member-text {padding: 2px;vertical-align:top;}
.member-info {height: auto;}
.member-info ul {padding-left:10px;}
.wgteams-odd div {background-color: #DFDFDF;padding: 5px;border-bottom: 1px solid #ccc;}
.wgteams-even div {background-color: #EFEFEF;padding: 5px;border-bottom: 1px solid #ccc;}
.wgteams-bordered div {border: 1px solid #e9e9e9;}
.wgteams-lined div {border-top: 1px solid #e9e9e9;border-left: 0;border-right: 0;border-bottom: 0;}
.wgt-card-panel {padding:5px;}
.wgt-card {padding:10px;background-color:#ffffff;border: 1px solid #cccccc;border-radius:5px;}
|