Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 16 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16 Rev 20
Line -... Line 1...
-
 
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
Line 12... Line 19...
12
}
19
}
Line 13... Line 20...
13
 
20
 
14
.liste_photo
21
.liste_photo
15
{
22
{
16
    width:100%;
23
    width:100%;
17
    float:right;
24
/*    float:right;*/
Line 18... Line 25...
18
}
25
}
19
 
26
 
20
.colonne
27
.colonne
21
{
-
 
22
    display:inline;
28
{
23
     width:100%;
29
    display:inline;
Line 24... Line 30...
24
     list-style-type: none;
30
    list-type-style:square;
25
}
31
}
26
 
32
 
Line 39... Line 45...
39
}
45
}
Line 40... Line 46...
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;
-
 
52
    height:150px; 
46
    height:50%; 
53
    valign: bottom;
Line 47... Line 54...
47
}
54
}
48
 
55
 
49
.debord
56
.debord
Line 62... Line 69...
62
 
69
 
63
.spacer
70
.spacer
64
{
71
{
65
    width:100%;
72
    width:100%;
-
 
73
    display: block;
-
 
74
    border: 1px black solid;
66
    display: block;
75
    visibility: hidden;
67
    clear: left;
76
    clear: left;
68
}
77
}