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.
22 lines
389 B
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;
|
|
}
|