Line 1,598: | Line 1,598: | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
*/ | */ | ||
+ | |||
+ | /* collaboration */ | ||
+ | #teamGallery2 { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | #teamGallery2 .box { | ||
+ | width: 25%; | ||
+ | padding-bottom: 25%; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | } | ||
+ | #teamGallery2 .innerBox { | ||
+ | position: absolute; | ||
+ | left: 3px; | ||
+ | right: 3px; | ||
+ | bottom: 3px; | ||
+ | top: 3px; | ||
+ | background-color: ##000000; | ||
+ | } | ||
+ | |||
+ | #teamGallery2 .innerBox img { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | position: relative; | ||
+ | } | ||
+ | #teamGallery2 .innerBox a { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | display: block; | ||
+ | position: relative; | ||
+ | } | ||
+ | #teamGallery2 .innerBox a:hover .ptext { | ||
+ | padding-top: 5%; | ||
+ | padding-bottom: 3%; | ||
+ | } | ||
+ | #teamGallery2 .innerBox a:hover { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .descriptionArea2 { | ||
+ | width: 99%; | ||
+ | width: calc(100% - 20px); | ||
+ | display: none; | ||
+ | color: black; | ||
+ | } | ||
+ | .descriptionArea2.show { | ||
+ | display: block; | ||
+ | } | ||
+ | .descriptionArea2 img { | ||
+ | display: block; | ||
+ | width: 100%; | ||
+ | margin-top: 40px; | ||
+ | padding: 3px; | ||
+ | } | ||
/* Team page */ | /* Team page */ |
Revision as of 18:00, 7 October 2016