Line 1,335: | Line 1,335: | ||
background-color:#efefef; | background-color:#efefef; | ||
font-family: Arial,Helvetica,sans-serif; | font-family: Arial,Helvetica,sans-serif; | ||
− | font-size: | + | font-size:1px; |
font-weight:600; | font-weight:600; | ||
border-radius:50px; | border-radius:50px; | ||
Line 1,658: | Line 1,658: | ||
/* Team page */ | /* Team page */ | ||
+ | |||
+ | #teamGallery3 { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | #teamGallery3 .box { | ||
+ | width: 25%; | ||
+ | padding-bottom: 25%; | ||
+ | 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; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
#teamGallery { | #teamGallery { | ||
width: 100%; | width: 100%; |
Revision as of 13:55, 11 October 2016