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.

138 lines
2.0 KiB

  1. html, body {
  2. min-height:100%;
  3. margin: 0px;
  4. padding: 0px;
  5. background-color: #515151;
  6. text-align: center;
  7. color: white;
  8. }
  9. #page, #display {
  10. font-family: sans-serif;
  11. font-size: 8.5pt;
  12. margin: 0 auto;
  13. width: 800px;
  14. height: auto !important;
  15. height: 100%;
  16. min-height: 100%;
  17. background-color: #353535;
  18. position: relative;
  19. }
  20. #page {
  21. text-align: left;
  22. height: 100%;
  23. min-height: 100%;
  24. }
  25. #display {
  26. padding-top: 26px;
  27. }
  28. .image_outer {
  29. display: inline-block;
  30. _display: inline;
  31. background-color: #515151;
  32. padding: 13px;
  33. margin: 10px;
  34. height: 100px;
  35. width: 150px;
  36. _width: 180px;
  37. text-align: center;
  38. }
  39. .image_outer:hover {
  40. background-color: #989898;
  41. }
  42. .image_outer img {
  43. border: none;
  44. }
  45. .image {
  46. max-height: 100px;
  47. max-width: 150px;
  48. }
  49. #curr_image {
  50. max-width: 500px;
  51. max-height: 300px;
  52. }
  53. #prev, #next {
  54. padding: 20px;
  55. cursor: pointer;
  56. }
  57. #prev {
  58. float: left;
  59. }
  60. #next {
  61. float: right;
  62. }
  63. a:link, a:visited {
  64. color: white;
  65. text-decoration: none;
  66. }
  67. a:hover {
  68. color: white;
  69. text-decoration: underline;
  70. }
  71. a img {
  72. border: none;
  73. }
  74. #prev_image, #next_image {
  75. border: none;
  76. }
  77. #pages {
  78. margin: 5px;
  79. color: #898989;
  80. }
  81. #pages a:link, #pages a:visited {
  82. color: #4c88cb;
  83. text-decoration: none;
  84. }
  85. #pages a:hover {
  86. color: #4c88cb;
  87. text-decoration: underline;
  88. }
  89. #content {
  90. padding-bottom: 60px;
  91. }
  92. #footer {
  93. font-size: 7pt;
  94. color: gray;
  95. text-align: center;
  96. width: 800px;
  97. position: absolute;
  98. bottom: 0;
  99. border-top: 2px solid #4c88cb;
  100. padding-top: 20px;
  101. }
  102. #copyright {
  103. color: #4c88cb;
  104. text-decoration: none;
  105. }
  106. #links {
  107. padding-top: 10px;
  108. }
  109. #links a:link, #links a:visited {
  110. text-decoration: none;
  111. font-size: 8pt;
  112. color: #898989;
  113. }
  114. #links a:hover {
  115. text-decoration: underline;
  116. font-size: 8pt;
  117. color: #898989;
  118. }
  119. #dlinks {
  120. text-align: center;
  121. }
  122. #dlinks_inner {
  123. width: 756px;
  124. text-align: left;
  125. margin: auto;
  126. }
  127. #dlinks_inner img {
  128. margin: 16px 0px 3px 0px;
  129. }
  130. .dframe {
  131. background-color: #2f2f2f;
  132. border: 1px solid #292828;
  133. margin: 17px 8px 3px 8px;
  134. font-size: small;
  135. }
  136. #dlinks a img {
  137. margin: 16px 0px 16px 0px;
  138. }