design change in album view
This commit is contained in:
parent
c158108576
commit
f191029279
|
@ -17,7 +17,7 @@
|
||||||
#orbit_gallery .rgalbum:hover {
|
#orbit_gallery .rgalbum:hover {
|
||||||
box-shadow: 0px 0px 5px rgba(0,0,0,.2);
|
box-shadow: 0px 0px 5px rgba(0,0,0,.2);
|
||||||
}
|
}
|
||||||
#orbit_gallery .rgalbum a {
|
#orbit_gallery .rgalbum > a {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
#orbit_gallery .rgalbum:hover a img {
|
#orbit_gallery .rgalbum:hover a img {
|
||||||
-webkit-filter: blur(2px);
|
-webkit-filter: blur(2px);
|
||||||
}
|
}
|
||||||
#orbit_gallery .rgalbum a:after {
|
#orbit_gallery .rgalbum > a:after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -95,15 +95,24 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: left;
|
float: left;
|
||||||
color: #777777;
|
color: #777777;
|
||||||
font-size: 11px;
|
font-size: 1.2em;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
#orbit_gallery .rgalbum .gallery_info li > a {
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: 5px;
|
||||||
|
color: #777777;
|
||||||
|
}
|
||||||
|
#orbit_gallery .rgalbum .gallery_info li:hover > a {
|
||||||
|
color: #E41B2B;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
#orbit_gallery .rgalbum .gallery_info li:hover {
|
#orbit_gallery .rgalbum .gallery_info li:hover {
|
||||||
color: #0088CC;
|
color: #0088CC;
|
||||||
}
|
}
|
||||||
#orbit_gallery .rgalbum .gallery_info li .icons-tag {
|
#orbit_gallery .rgalbum .gallery_info li .icons-tag {
|
||||||
margin-left: 10px;
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
#orbit_gallery .rgalbum .gallery_info li.albumcateg {
|
#orbit_gallery .rgalbum .gallery_info li.albumcateg {
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -231,11 +240,6 @@
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery_info.clearfix a {
|
|
||||||
max-height: 20px;
|
|
||||||
max-width: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#imgholder .rgalbum .check {
|
#imgholder .rgalbum .check {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Reference in New Issue