Rails-based website for local business
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 

22 lines
389 B

div.ugallery {
position: relative;
}
div.ugallery img.aniview {
z-index: 1;
}
div.ugallery div.collection {
display: none;
}
div.ugallery div.thumbs div.thumb_panel {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
div.ugallery div.thumbs div.thumb_panel img {
position: absolute;
cursor: pointer;
z-index: 2;
}