%PDF- %PDF-
| Direktori : /home/casasmonvl/ges4t.old/wp-content/plugins/team/themes/zoom-out/ |
| Current File : /home/casasmonvl/ges4t.old/wp-content/plugins/team/themes/zoom-out/style.min.css |
@charset "utf-8";
/* CSS Document */
.team-zoom-out {
padding: 0;
margin: 0
}
.team-zoom-out .team-item {
background: none repeat scroll 0 0 rgb(255, 255, 255);
display: inline-block;
margin: 20px 10px;
overflow: hidden;
padding: 0;
position: relative;
vertical-align: top;
width: 200px
}
.team-zoom-out .team-item:hover {
/*overflow-y: scroll;*/
}
.team-zoom-out .team-item a {
text-decoration: none
}
.team-zoom-out .team-item a.read-more {
font-weight: bold
}
.team-zoom-out .team-item .side-one {
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s
}
.team-zoom-out .team-item .side-two {
left: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
position: absolute;
top: 0;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s
}
.team-zoom-out .team-item:hover .side-two {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1
}
.team-zoom-out .team-item:hover .side-one {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
-o-transform: scale(0.7);
-webkit-transform: scale(0.7);
transform: scale(0.7)
}
.team-zoom-out .team-thumb {
max-height: 150px;
overflow: hidden
}
.team-zoom-out .team-thumb img {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
height: auto;
width: 100%
}
.team-zoom-out .team-title {
color: rgb(102, 102, 102);
font-size: 14px;
font-weight: bold;
padding: 10px
}
.team-zoom-out .team-position {
color: rgb(102, 102, 102);
font-size: 12px;
line-height: 18px;
padding: 10px
}
.team-zoom-out .team-content {
color: rgb(102, 102, 102);
font-size: 12px;
overflow: hidden;
padding: 10px;
text-align: left
}
.team-zoom-out .team-skill {
padding: 10px;
}
.team-zoom-out .team-skill .skill {
color: rgb(51, 51, 51);
font-size: 11px;
margin: 6px 0;
}
.team-zoom-out .team-skill .bars {
background: rgb(57, 159, 231) none repeat scroll 0 0;
height: 8px;
}