|
|
Line 1,659: |
Line 1,659: |
| /* Team page */ | | /* Team page */ |
| | | |
− | #teamGallery3 {
| |
− | width: 100%;
| |
− | height: 100%;
| |
− | background-color: transparent;
| |
− | }
| |
− | #teamGallery3 .box {
| |
− | width: 30%;
| |
− | padding-bottom: 30%;
| |
− | position: relative;
| |
− | float: left;
| |
− | }
| |
− | #teamGallery3 .innerBox {
| |
− | position: absolute;
| |
− | left: 10px;
| |
− | right: 10px;
| |
− | bottom: 10px;
| |
− | top: 10px;
| |
− | background-color: ##000000;
| |
− | }
| |
| | | |
− | #teamGallery3 .innerBox img {
| |
− | width: 100%;
| |
− | height: 100%;
| |
− | position: relative;
| |
− | }
| |
− | #teamGallery3 .innerBox a {
| |
− | width: 100%;
| |
− | height: 100%;
| |
− | display: block;
| |
− | position: relative;
| |
− | }
| |
− | #teamGallery3 .innerBox a:hover .ptext {
| |
− | padding-top: 5%;
| |
− | padding-bottom: 3%;
| |
− | }
| |
− | #teamGallery3 .innerBox a:hover {
| |
− | text-decoration: none;
| |
− | }
| |
− |
| |
− |
| |
− |
| |
| | | |
| | | |