Letlabo Nature Reserve
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

jquery.fancybox.css 5.4KB

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