OA.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .viewImage {
  2. width: 100%;
  3. height: auto;
  4. }
  5. .center {
  6. text-align: center;
  7. }
  8. #image_body {
  9. overflow: scroll;
  10. max-height: 800px;
  11. vertical-align: middle;
  12. }
  13. .border-grey {
  14. border: 1px solid #dee2e6;
  15. padding: 16px 20px;
  16. }
  17. #images_container {
  18. max-height: 900px;
  19. overflow: hidden;
  20. }
  21. #image_min {
  22. max-height: 900px;
  23. overflow: auto;
  24. }
  25. /*.glassStyle {
  26. border: 1px solid black;
  27. box-shadow: 5px 5px 12px black;
  28. background: rgba(0, 0, 0, 0.25);
  29. }*/
  30. .img-magnifier-container {
  31. position:relative;
  32. }
  33. .img-magnifier-glass {
  34. position: absolute;
  35. border: 1px solid black;
  36. box-shadow: 5px 5px 12px black;
  37. background: rgba(0, 0, 0, 0.25);
  38. border-radius: 50%;
  39. cursor: none;
  40. /*Set the size of the magnifier glass:*/
  41. width: 200px;
  42. height: 200px;
  43. }
  44. .minImage {
  45. padding: 10px;
  46. }
  47. .openseadragon1
  48. {
  49. width: 100%;
  50. height: 600px;
  51. border: 1px solid black;
  52. color: #333; /* text color for messages */
  53. background-color: black;
  54. }
  55. .text-overlay,
  56. .text-overlay2 {
  57. position: absolute;
  58. left: 200px;
  59. top: 65px;
  60. width: 420px;
  61. font-size: 25px;
  62. font-family: sans-serif;
  63. color: white;
  64. text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
  65. }
  66. .text-overlay a,
  67. .text-overlay2 a {
  68. color: #DDF;
  69. }
  70. .image-overlay,
  71. .image-overlay2 {
  72. position: absolute;
  73. left: 650px;
  74. top: 65px;
  75. width: 140px;
  76. height: 140px;
  77. cursor: pointer;
  78. }
  79. .toolbar {
  80. height:40px;
  81. }