galeria.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. div#photo_viewer{
  2. top: 2%;
  3. left: 2%;
  4. right: 2%;
  5. bottom: 2%;
  6. }
  7. /* /galeria/load_photo.php */
  8. div#photo_viewer div#viewer_table{
  9. display: block;
  10. }
  11. div#photo_viewer div#viewer_table div.viewer_row{
  12. display: block;
  13. }
  14. div#photo_viewer div#viewer_table div.viewer_row div.viewer_cell{
  15. display: block;
  16. }
  17. div#photo_viewer div#viewer_table div.viewer_row div#cell_image{
  18. text-align: center;
  19. position: initial;
  20. bottom: initial;
  21. top: initial; /*Viewer is 10%*/
  22. left: initial;
  23. right: initial;
  24. height: 50%;
  25. }
  26. div#photo_viewer div#viewer_table div.viewer_row div#cell_details{
  27. width: 100%;
  28. height: 40%;
  29. overflow-y: auto;
  30. }
  31. div#photo_viewer_image_container{
  32. height: 100%;
  33. }
  34. img#photo_viewer_image{
  35. max-height: 95%; /*The viewer is 85%*/
  36. }
  37. div#photo_viewer div#viewer_controls{
  38. height: 8%;
  39. bottom: 5%;
  40. }
  41. div#photo_viewer div#viewer_controls img#viewer_close{
  42. float: right;
  43. margin-right: 10%;
  44. margin-left: -10%;
  45. max-height: 3em;
  46. max-width: 3em;
  47. }
  48. div#photo_viewer_details{
  49. position: initial;
  50. top: initial;
  51. bottom: initial;
  52. right: initial;
  53. left: initial;
  54. overflow-y: auto;
  55. }
  56. div#file_box span#select_mobile{
  57. font-weight: bold;
  58. font-size: 130%;
  59. }