]> AND Private Git Repository - these_gilles.git/blob - PRESENTATION-1/css/hovercraft.css
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
diapo v2
[these_gilles.git] / PRESENTATION-1 / css / hovercraft.css
1 /* This file left intentionally (almost) blank
2
3    Landslide always adds a print.css and a screen.css, but they
4    are not needed in impress.js, so this theme leaves them blank,
5    except for hiding some things you want to hide.
6    
7    You can modify these files in your own fork, or you can add
8    css-files in the landslide configuration file. 
9    See https://github.com/adamzap/landslide#presentation-configuration
10    
11 */
12
13 .impress-supported .fallback-message,
14 .step .notes {
15     display: none;
16 }
17
18 .step {
19     width: 800px;
20 }
21
22
23 /* Help popup */
24
25 #hovercraft-help {
26     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
27     color: #EEEEEE;
28     font-size: 50%;
29     left: 2em;
30     bottom: 2em;
31     width: 26em;
32     border-radius: 1em;
33     padding: 1em;
34     position: fixed;
35     right: 0;
36     text-align: center;
37     z-index: 100;
38     display: block;
39     font-family: Verdana, Arial, Sans;
40 }
41
42 .impress-enabled #hovercraft-help.hide {
43     display: none;
44 }
45
46 /*.impress-enabled #hovercraft-help.show {*/
47     /*display: block;*/
48 /*}*/
49
50 #hovercraft-help.disabled {
51     display: none;
52 }