Warning, /webapps/ocs-webserver/httpdocs/tools/fancybox2.1.4/jquery.fancybox.css is written in an unsupported language. File is not indexed.

0001 /*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
0002 .fancybox-wrap,
0003 .fancybox-skin,
0004 .fancybox-outer,
0005 .fancybox-inner,
0006 .fancybox-image,
0007 .fancybox-wrap iframe,
0008 .fancybox-wrap object,
0009 .fancybox-nav,
0010 .fancybox-nav span,
0011 .fancybox-tmp
0012 {
0013         padding: 0;
0014         margin: 0;
0015         border: 0;
0016         outline: none;
0017         vertical-align: top;
0018 }
0019 
0020 .fancybox-wrap {
0021         position: absolute;
0022         top: 0;
0023         left: 0;
0024         z-index: 8020;
0025 }
0026 
0027 .fancybox-skin {
0028         position: relative;
0029         background: #f9f9f9;
0030         color: #444;
0031         text-shadow: none;
0032         -webkit-border-radius: 4px;
0033            -moz-border-radius: 4px;
0034                 border-radius: 4px;
0035 }
0036 
0037 .fancybox-opened {
0038         z-index: 8030;
0039 }
0040 
0041 .fancybox-opened .fancybox-skin {
0042         -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
0043            -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
0044                 box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
0045 }
0046 
0047 .fancybox-outer, .fancybox-inner {
0048         position: relative;
0049 }
0050 
0051 .fancybox-inner {
0052         overflow: hidden;
0053 }
0054 
0055 .fancybox-type-iframe .fancybox-inner {
0056         -webkit-overflow-scrolling: touch;
0057 }
0058 
0059 .fancybox-error {
0060         color: #444;
0061         font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
0062         margin: 0;
0063         padding: 15px;
0064         white-space: nowrap;
0065 }
0066 
0067 .fancybox-image, .fancybox-iframe {
0068         display: block;
0069         width: 100%;
0070         height: 100%;
0071 }
0072 
0073 .fancybox-image {
0074         max-width: 100%;
0075         max-height: 100%;
0076 }
0077 
0078 #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
0079         background-image: url('fancybox_sprite.png');
0080 }
0081 
0082 #fancybox-loading {
0083         position: fixed;
0084         top: 50%;
0085         left: 50%;
0086         margin-top: -22px;
0087         margin-left: -22px;
0088         background-position: 0 -108px;
0089         opacity: 0.8;
0090         cursor: pointer;
0091         z-index: 8060;
0092 }
0093 
0094 #fancybox-loading div {
0095         width: 44px;
0096         height: 44px;
0097         background: url('fancybox_loading.gif') center center no-repeat;
0098 }
0099 
0100 .fancybox-close {
0101         position: absolute;
0102         top: -18px;
0103         right: -18px;
0104         width: 36px;
0105         height: 36px;
0106         cursor: pointer;
0107         z-index: 8040;
0108 }
0109 
0110 .fancybox-nav {
0111         position: absolute;
0112         top: 0;
0113         width: 40%;
0114         height: 100%;
0115         cursor: pointer;
0116         text-decoration: none;
0117         background: transparent url('blank.gif'); /* helps IE */
0118         -webkit-tap-highlight-color: rgba(0,0,0,0);
0119         z-index: 8040;
0120 }
0121 
0122 .fancybox-prev {
0123         left: 0;
0124 }
0125 
0126 .fancybox-next {
0127         right: 0;
0128 }
0129 
0130 .fancybox-nav span {
0131         position: absolute;
0132         top: 50%;
0133         width: 36px;
0134         height: 34px;
0135         margin-top: -18px;
0136         cursor: pointer;
0137         z-index: 8040;
0138         visibility: hidden;
0139 }
0140 
0141 .fancybox-prev span {
0142         left: 10px;
0143         background-position: 0 -36px;
0144 }
0145 
0146 .fancybox-next span {
0147         right: 10px;
0148         background-position: 0 -72px;
0149 }
0150 
0151 .fancybox-nav:hover span {
0152         visibility: visible;
0153 }
0154 
0155 .fancybox-tmp {
0156         position: absolute;
0157         top: -99999px;
0158         left: -99999px;
0159         visibility: hidden;
0160         max-width: 99999px;
0161         max-height: 99999px;
0162         overflow: visible !important;
0163 }
0164 
0165 /* Overlay helper */
0166 
0167 .fancybox-lock {
0168         overflow: hidden;
0169 }
0170 
0171 .fancybox-overlay {
0172         position: absolute;
0173         top: 0;
0174         left: 0;
0175         overflow: hidden;
0176         display: none;
0177         z-index: 8010;
0178         background: url('fancybox_overlay.png');
0179 }
0180 
0181 .fancybox-overlay-fixed {
0182         position: fixed;
0183         bottom: 0;
0184         right: 0;
0185 }
0186 
0187 .fancybox-lock .fancybox-overlay {
0188         overflow: auto;
0189         overflow-y: scroll;
0190 }
0191 
0192 /* Title helper */
0193 
0194 .fancybox-title {
0195         visibility: hidden;
0196         font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
0197         position: relative;
0198         text-shadow: none;
0199         z-index: 8050;
0200 }
0201 
0202 .fancybox-opened .fancybox-title {
0203         visibility: visible;
0204 }
0205 
0206 .fancybox-title-float-wrap {
0207         position: absolute;
0208         bottom: 0;
0209         right: 50%;
0210         margin-bottom: -35px;
0211         z-index: 8050;
0212         text-align: center;
0213 }
0214 
0215 .fancybox-title-float-wrap .child {
0216         display: inline-block;
0217         margin-right: -100%;
0218         padding: 2px 20px;
0219         background: transparent; /* Fallback for web browsers that doesn't support RGBa */
0220         background: rgba(0, 0, 0, 0.8);
0221         -webkit-border-radius: 15px;
0222            -moz-border-radius: 15px;
0223                 border-radius: 15px;
0224         text-shadow: 0 1px 2px #222;
0225         color: #FFF;
0226         font-weight: bold;
0227         line-height: 24px;
0228         white-space: nowrap;
0229 }
0230 
0231 .fancybox-title-outside-wrap {
0232         position: relative;
0233         margin-top: 10px;
0234         color: #fff;
0235 }
0236 
0237 .fancybox-title-inside-wrap {
0238         padding-top: 10px;
0239 }
0240 
0241 .fancybox-title-over-wrap {
0242         position: absolute;
0243         bottom: 0;
0244         left: 0;
0245         color: #fff;
0246         padding: 10px;
0247         background: #000;
0248         background: rgba(0, 0, 0, .8);
0249 }