source: prototipo_portal_2018/WebContent/css/supersized.css @ 1e85930

Last change on this file since 1e85930 was 9631190, checked in by antonioaraujob <antonioaraujob@…>, 9 years ago

Se agregan los archivos del portal de prueba al control de versiones.

  • Property mode set to 100755
File size: 1.5 KB
Line 
1/*
2
3        Supersized - Fullscreen Slideshow jQuery Plugin
4        Version : 3.2.7
5        Site    : www.buildinternet.com/project/supersized
6       
7        Author  : Sam Dunn
8        Company : One Mighty Roar (www.onemightyroar.com)
9        License : MIT License / GPL License
10       
11*/
12
13* { margin:0; padding:0; }
14img { border:none; }
15
16#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
17
18#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-1; height:100%; width:100%; margin:0; padding:0; }
19#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
20#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }   /*Speed*/
21#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }                   /*Quality*/
22
23#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
24#supersized a { width:100%; height:100%; display:block; }
25#supersized li.prevslide { z-index:-20; }
26#supersized li.activeslide { z-index:-10; }
27#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
28#supersized li.image-loading img{ visibility:hidden; }
29#supersized li.prevslide img, #supersized li.activeslide img{ display:inline-block; }
Note: See TracBrowser for help on using the repository browser.