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

Private GIT Repository
diapo v2
[these_gilles.git] / PRESENTATION-1 / css / impressConsole.css
1 html#impressconsole {
2     height: 100%
3 }
4
5 #impressconsole body {
6     padding: 0;
7     margin: 20px;
8     font-family: verdana, arial, sans-serif;
9     font-size: 26px;
10     height: 92%;
11 }
12
13 div#console {
14     margin: 0;
15     height: 94%;
16 }
17
18 div#views {
19     float: left;
20     width: 16em;
21     margin-right: 1em;
22 }
23
24 div#blocker {
25     width: 17em;
26     height: 20em;
27     position: absolute;
28     top: 0;
29     left: 0;
30     display: blocker;
31 }
32
33 div#notes {
34     overflow-x: hidden;
35     overflow-y: auto;
36     height: 95%;
37 }
38
39 div#notes p {
40     margin-top: 0;
41 }
42
43 iframe#slideView {
44     width: 16em;
45     height: 12em;
46 }
47
48 iframe#preView {
49     width: 8em;
50     height: 6em;
51 }
52
53 div#controls {
54     margin: 0;
55     height: 6%;
56 }
57
58 div#prev {
59     float: left;
60 }
61
62 div#next {
63     float: right;
64 }
65
66 div#status {
67     margin-left: 2em;
68     margin-right: 2em;
69     text-align: center;
70     float: right;
71 }
72
73 div#clock {
74     margin-left: 2em;
75     margin-right: 2em;
76     text-align: center;
77     float: left;
78 }
79
80 div#timer {
81     margin-left: 2em;
82     margin-right: 2em;
83     text-align: center;
84     float: left;
85 }