Silnik strony + galerii zdjęć Suczawa 2009
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.

110 lines
1.5 KiB

  1. body {
  2. background-color: black;
  3. text-align: center;
  4. }
  5. a {
  6. text-decoration: none;
  7. }
  8. a:hover {
  9. text-decoration: underline;
  10. }
  11. #page {
  12. margin: auto;
  13. width: 700px;
  14. }
  15. .image_outer_black {
  16. width: 190px;
  17. height: 120px;
  18. padding: 7px;
  19. margin: 5px;
  20. display: inline-block;
  21. text-align: center;
  22. }
  23. .image_outer {
  24. width: 190px;
  25. height: 120px;
  26. padding: 7px;
  27. margin: 5px;
  28. background-color: gray;
  29. display: inline-block;
  30. text-align: center;
  31. cursor: pointer;
  32. }
  33. .image_outer:hover {
  34. background-color: #F0F0F0;
  35. }
  36. .image {
  37. max-width: 200px;
  38. max-height: 120px;
  39. }
  40. #images_outer {
  41. text-align: center;
  42. }
  43. #images {
  44. margin:auto;
  45. }
  46. #disp {
  47. width: 80%;
  48. background-color: gray;
  49. border: solid 1px black;
  50. margin-left: auto;
  51. margin-right: auto;
  52. position: fixed;
  53. top: 10%;
  54. left: 10%;
  55. display:none;
  56. text-align: center;
  57. padding: 2px;
  58. font-size: 8pt;
  59. }
  60. #disp_close {
  61. cursor: pointer;
  62. }
  63. #disp_close:hover {
  64. text-decoration: underline;
  65. }
  66. #disp_a, #disp_a img {
  67. border: none;
  68. }
  69. #disp_prev, #disp_next {
  70. margin-bottom: 15%;
  71. }
  72. #disp_img {
  73. text-align: center;
  74. margin:auto;
  75. max-height: 300px;
  76. max-width: 80%;
  77. height: 300px;
  78. }
  79. #disp_info {
  80. clear: both;
  81. }
  82. #icons {
  83. padding: 0px;
  84. margin: 0px;
  85. text-align: center;
  86. }
  87. #icons a, #icons img {
  88. padding: 0px;
  89. margin: 0px;
  90. text-decoration: none;
  91. border: none;
  92. }
  93. #pages {
  94. color: white;
  95. text-align: left;
  96. margin-left: 40px;
  97. }
  98. #pages a, #pages a:link, #pages a:hover, #pages a:visited {
  99. color: white;
  100. }