Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

277 rindas
4.9 KiB

  1. @charset "UTF-8";
  2. /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
  3. .fancybox-wrap,
  4. .fancybox-skin,
  5. .fancybox-outer,
  6. .fancybox-inner,
  7. .fancybox-image,
  8. .fancybox-wrap iframe,
  9. .fancybox-wrap object,
  10. .fancybox-nav,
  11. .fancybox-nav span,
  12. .fancybox-tmp
  13. {
  14. padding: 0;
  15. margin: 0;
  16. border: 0;
  17. outline: none;
  18. vertical-align: top;
  19. }
  20. .fancybox-wrap {
  21. position: absolute;
  22. top: 0;
  23. left: 0;
  24. z-index: 8020;
  25. }
  26. .fancybox-skin {
  27. position: relative;
  28. background: #f9f9f9;
  29. color: #444;
  30. text-shadow: none;
  31. -webkit-border-radius: 4px;
  32. -moz-border-radius: 4px;
  33. border-radius: 4px;
  34. }
  35. .fancybox-opened {
  36. z-index: 8030;
  37. }
  38. .fancybox-opened .fancybox-skin {
  39. -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  40. -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  41. box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  42. }
  43. .fancybox-outer, .fancybox-inner {
  44. position: relative;
  45. /*overflow-y: scroll;*/
  46. }
  47. .fancybox-inner {
  48. overflow: hidden;
  49. }
  50. .fancybox-type-iframe .fancybox-inner {
  51. -webkit-overflow-scrolling: touch;
  52. }
  53. .fancybox-error {
  54. color: #444;
  55. font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  56. margin: 0;
  57. padding: 15px;
  58. white-space: nowrap;
  59. }
  60. .fancybox-image, .fancybox-iframe {
  61. display: block;
  62. width: 100%;
  63. height: 100%;
  64. }
  65. .fancybox-image {
  66. max-width: 100%;
  67. max-height: 100%;
  68. }
  69. #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  70. background-image: url('../../../img/fancybox_sprite.png');
  71. }
  72. #fancybox-loading {
  73. position: fixed;
  74. top: 50%;
  75. left: 50%;
  76. margin-top: -22px;
  77. margin-left: -22px;
  78. background-position: 0 -108px;
  79. opacity: 0.8;
  80. cursor: pointer;
  81. z-index: 8060;
  82. }
  83. #fancybox-loading div {
  84. width: 44px;
  85. height: 44px;
  86. background: url('../../../img/fancybox_loading.gif') center center no-repeat;
  87. }
  88. .fancybox-close {
  89. position: absolute;
  90. top: -18px;
  91. right: -18px;
  92. width: 36px;
  93. height: 36px;
  94. cursor: pointer;
  95. z-index: 8040;
  96. }
  97. .fancybox-nav {
  98. position: absolute;
  99. top: 0;
  100. width: 40%;
  101. height: 100%;
  102. cursor: pointer;
  103. text-decoration: none;
  104. background: transparent url('../../../img/blank.gif'); /* helps IE */
  105. -webkit-tap-highlight-color: rgba(0,0,0,0);
  106. z-index: 8040;
  107. }
  108. .fancybox-prev {
  109. left: 0;
  110. }
  111. .fancybox-next {
  112. right: 0;
  113. }
  114. .fancybox-nav span {
  115. position: absolute;
  116. top: 50%;
  117. width: 36px;
  118. height: 34px;
  119. margin-top: -18px;
  120. cursor: pointer;
  121. z-index: 8040;
  122. visibility: hidden;
  123. }
  124. .fancybox-prev span {
  125. left: 10px;
  126. background-position: 0 -36px;
  127. }
  128. .fancybox-next span {
  129. right: 10px;
  130. background-position: 0 -72px;
  131. }
  132. .fancybox-nav:hover span {
  133. visibility: visible;
  134. }
  135. .fancybox-tmp {
  136. position: absolute;
  137. top: -99999px;
  138. left: -99999px;
  139. visibility: hidden;
  140. max-width: 99999px;
  141. max-height: 99999px;
  142. overflow: visible !important;
  143. }
  144. /* Overlay helper */
  145. .fancybox-lock {
  146. /*overflow: hidden !important;*/
  147. overflow: visible !important;
  148. width: auto;
  149. }
  150. .fancybox-lock body {
  151. overflow: hidden !important;
  152. }
  153. .fancybox-lock-test {
  154. overflow-y: hidden !important;
  155. }
  156. .fancybox-overlay {
  157. position: absolute;
  158. top: 0;
  159. left: 0;
  160. overflow: hidden;
  161. display: none;
  162. z-index: 8010;
  163. background: url('../../../img/fancybox_overlay.png');
  164. }
  165. .fancybox-overlay-fixed {
  166. position: fixed;
  167. bottom: 0;
  168. right: 0;
  169. }
  170. .fancybox-lock .fancybox-overlay {
  171. overflow: auto;
  172. overflow-y: scroll;
  173. }
  174. /* Title helper */
  175. .fancybox-title {
  176. visibility: hidden;
  177. font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  178. position: relative;
  179. text-shadow: none;
  180. z-index: 8050;
  181. }
  182. .fancybox-opened .fancybox-title {
  183. visibility: visible;
  184. }
  185. .fancybox-title-float-wrap {
  186. position: absolute;
  187. bottom: 0;
  188. right: 50%;
  189. margin-bottom: -35px;
  190. z-index: 8050;
  191. text-align: center;
  192. }
  193. .fancybox-title-float-wrap .child {
  194. display: inline-block;
  195. margin-right: -100%;
  196. padding: 2px 20px;
  197. background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  198. background: rgba(0, 0, 0, 0.8);
  199. -webkit-border-radius: 15px;
  200. -moz-border-radius: 15px;
  201. border-radius: 15px;
  202. text-shadow: 0 1px 2px #222;
  203. color: #FFF;
  204. font-weight: bold;
  205. line-height: 24px;
  206. white-space: nowrap;
  207. }
  208. .fancybox-title-outside-wrap {
  209. position: relative;
  210. margin-top: 10px;
  211. color: #fff;
  212. }
  213. .fancybox-title-inside-wrap {
  214. padding-top: 10px;
  215. }
  216. .fancybox-title-over-wrap {
  217. position: absolute;
  218. bottom: 0;
  219. left: 0;
  220. color: #fff;
  221. padding: 10px;
  222. background: #000;
  223. background: rgba(0, 0, 0, .8);
  224. }
  225. /*Retina graphics!*/
  226. @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  227. only screen and (min--moz-device-pixel-ratio: 1.5),
  228. only screen and (min-device-pixel-ratio: 1.5){
  229. #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  230. background-image: url('fancybox_sprite@2x.png');
  231. background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  232. }
  233. #fancybox-loading div {
  234. background-image: url('fancybox_loading@2x.gif');
  235. background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  236. }
  237. }