Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 16 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16 Rev 20
-
 
1
 
-
 
2
 
-
 
3
.boite
-
 
4
{
-
 
5
    display: block;
-
 
6
}
-
 
7
 
1
.suiv
8
.suiv
2
{
9
{
3
position: absolute;
10
position: absolute;
4
bottom: 2em;
11
bottom: 2em;
5
right: 2em
12
right: 2em
6
}
13
}
7
.prec
14
.prec
8
{
15
{
9
position: absolute;
16
position: absolute;
10
bottom: 2em;
17
bottom: 2em;
11
left: 2em
18
left: 2em
12
}
19
}
13
 
20
 
14
.liste_photo
21
.liste_photo
15
{
22
{
16
    width:100%;
23
    width:100%;
17
    float:right;
24
/*    float:right;*/
18
}
25
}
19
 
26
 
20
.colonne
27
.colonne
21
{
28
{
22
    display:inline;
29
    display:inline;
23
     width:100%;
-
 
24
     list-style-type: none;
30
    list-type-style:square;
25
}
31
}
26
 
32
 
27
.ligne
33
.ligne
28
{
34
{
29
    float:left;
35
    float:left;
30
    width:30%;
36
    width:30%;
31
    list-style-type: none;
37
    list-style-type: none;
32
}
38
}
33
 
39
 
34
.ligne2
40
.ligne2
35
{
41
{
36
    float:left;
42
    float:left;
37
    width:3%;
43
    width:3%;
38
    list-style-type: none;
44
    list-style-type: none;
39
}
45
}
40
 
46
 
41
.info
47
.info
42
{
48
{
43
    display:block;
49
    display:block;
44
    width: 98%;
50
    width: 33%;
45
    text-align: center;
51
    text-align: center;
46
    height:50%; 
52
    height:150px; 
-
 
53
    valign: bottom;
47
}
54
}
48
 
55
 
49
.debord
56
.debord
50
{
57
{
51
overflow: auto;
58
overflow: auto;
52
}
59
}
53
 
60
 
54
.separateur
61
.separateur
55
{
62
{
56
    width: 3%;
63
    width: 3%;
57
    height: 50px;
64
    height: 50px;
58
    visibility: hidden; 
65
    visibility: hidden; 
59
    border: 1px black solid;
66
    border: 1px black solid;
60
    display: inline;
67
    display: inline;
61
}
68
}
62
 
69
 
63
.spacer
70
.spacer
64
{
71
{
65
    width:100%;
72
    width:100%;
66
    display: block;
73
    display: block;
-
 
74
    border: 1px black solid;
-
 
75
    visibility: hidden;
67
    clear: left;
76
    clear: left;
68
}
77
}