b39b10f920a4644a6209dec0b77cc5791bbdc870
[hacks/simpleWebSlides.git] / simpleWebSlides_screen.css
1 .canvas {
2     position: absolute;
3     width:100%;
4     height:100%;
5 }
6
7 .active_frame, .current_frame {
8     visibility: visible;
9 }
10
11 .inactive_frame {
12     visibility: hidden;
13 }