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.

21 lines
389 B

  1. div.ugallery {
  2. position: relative;
  3. }
  4. div.ugallery img.aniview {
  5. z-index: 1;
  6. }
  7. div.ugallery div.collection {
  8. display: none;
  9. }
  10. div.ugallery div.thumbs div.thumb_panel {
  11. position: absolute;
  12. top: 0;
  13. left: 0;
  14. width: 100%;
  15. height: 100%;
  16. z-index: 1;
  17. }
  18. div.ugallery div.thumbs div.thumb_panel img {
  19. position: absolute;
  20. cursor: pointer;
  21. z-index: 2;
  22. }