Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 7 Rev 9
Line 2... Line 2...
2
{
2
{
3
display: inline;
3
display: inline;
4
list-style-type: none;
4
list-style-type: none;
5
}
5
}
Line -... Line 6...
-
 
6
 
-
 
7
.enligne
-
 
8
{
-
 
9
float: none;
Line -... Line 10...
-
 
10
}
-
 
11
 
-
 
12
.enbloc li
-
 
13
{
-
 
14
display: block;
-
 
15
list-style-type: none;
-
 
16
}
-
 
17
 
-
 
18
.boite
-
 
19
{
Line 6... Line 20...
6
 
20
vertical-align: text-bottom;
7
 
21
}
8
 
22
 
9
.float
23
.float
-
 
24
{
-
 
25
 
10
{
26
width: 30%;
11
float: left;
27
height: 250px;
12
width: 30%;
28
border: 1px solid black;
Line 13... Line 29...
13
margin: 1cm 1cm 0cm 0cm;
29
margin: 1cm 1cm 0cm 0cm;
Line 25... Line 41...
25
position: absolute;
41
position: absolute;
26
bottom: 2em;
42
bottom: 2em;
27
left: 2em
43
left: 2em
28
}
44
}
Line -... Line 45...
-
 
45
 
-
 
46
.liste_photo
-
 
47
{
-
 
48
    width:100%;
-
 
49
    float:right;
-
 
50
}
-
 
51
 
-
 
52
.colonne
-
 
53
{
-
 
54
    display:inline;
-
 
55
     width:100%;
-
 
56
     list-style-type: none;
-
 
57
}
-
 
58
 
-
 
59
.ligne
-
 
60
{
-
 
61
    float:left;
-
 
62
    width:30%;
-
 
63
    list-style-type: none;
-
 
64
}
-
 
65
.info
-
 
66
{
-
 
67
    display:block;
-
 
68
}
-
 
69
 
-
 
70
.debord
-
 
71
{
-
 
72
overflow: scroll;
29
 
73
}