added images gallery
This commit is contained in:
@@ -179,4 +179,49 @@ textarea {
|
||||
|
||||
blockquote {
|
||||
border-left: 5px solid #df4937;
|
||||
}
|
||||
}
|
||||
|
||||
/* TJ Gallery */
|
||||
.pictures{
|
||||
font-size: 0px;
|
||||
}
|
||||
.pictures .item{
|
||||
position:relative;
|
||||
display:inline-block;
|
||||
}
|
||||
.pictures .item img{
|
||||
position:relative;
|
||||
z-index: 11;
|
||||
}
|
||||
.pictures .item .item_description{
|
||||
position:absolute;
|
||||
z-index: 10;
|
||||
left: -15px;
|
||||
top: -15px;
|
||||
right: -15px;
|
||||
bottom: -60px;
|
||||
|
||||
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
|
||||
-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
|
||||
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
|
||||
|
||||
background:#962d21;
|
||||
padding: 15px;
|
||||
|
||||
display:none;
|
||||
}
|
||||
.pictures .item .item_description span{
|
||||
color:#ffffff;
|
||||
font-size: 13px;
|
||||
display:block;
|
||||
position:absolute;
|
||||
bottom: 15px;
|
||||
height: 30px;
|
||||
}
|
||||
.pictures .item:hover{
|
||||
z-index: 100;
|
||||
}
|
||||
.pictures .tjGalleryItem .item:hover .item_description{
|
||||
display:block;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user