Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 9 | Rev 14 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 13
Line 1... Line -...
1
.enligne li
-
 
2
{
-
 
3
display: inline;
-
 
4
list-style-type: none;
-
 
5
}
-
 
6
 
-
 
7
.enligne
-
 
8
{
-
 
9
float: none;
-
 
10
}
-
 
11
 
-
 
12
.enbloc li
-
 
13
{
-
 
14
display: block;
-
 
15
list-style-type: none;
-
 
16
}
-
 
17
 
-
 
18
.boite
-
 
19
{
-
 
20
vertical-align: text-bottom;
-
 
21
}
-
 
22
 
-
 
23
.float
-
 
24
{
-
 
25
 
-
 
26
width: 30%;
-
 
27
height: 250px;
-
 
28
border: 1px solid black;
-
 
29
margin: 1cm 1cm 0cm 0cm;
-
 
30
text-align: center;
-
 
31
}
-
 
32
 
-
 
33
.suiv
1
.suiv
34
{
2
{
35
position: absolute;
3
position: absolute;
36
bottom: 2em;
4
bottom: 2em;
37
right: 2em
5
right: 2em
Line 59... Line 27...
59
.ligne
27
.ligne
60
{
28
{
61
    float:left;
29
    float:left;
62
    width:30%;
30
    width:30%;
63
    list-style-type: none;
31
    list-style-type: none;
-
 
32
    vertical-align: text-bottom;
-
 
33
 
64
}
34
}
65
.info
35
.info
66
{
36
{
67
    display:block;
37
    display:block;
68
}
38
}
Line 69... Line 39...
69
 
39
 
70
.debord
40
.debord
71
{
41
{
72
overflow: scroll;
-
 
73
}
42
overflow: scroll;
-
 
43
}
-
 
44
 
-
 
45