Subversion Repositories Applications.annuaire

Rev

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

Rev 7 Rev 8
Line 1... Line 1...
1
.icone {
1
img.icone {
Line 2... Line 2...
2
 
2
 
3
	height:16px;
3
	height:16px;
4
	width:16px;
4
	width:16px;
5
	margin: 5px;
5
	margin: 5px;
-
 
6
	border: none;
6
	border: none;
7
}
-
 
8
 
-
 
9
img.icone_moyenne_moins {
-
 
10
 
-
 
11
	height:20px;
-
 
12
	width: 20px;
-
 
13
	margin: 5px;
-
 
14
	border: none;
-
 
15
}
-
 
16
 
-
 
17
img.icone_moyenne {
-
 
18
 
-
 
19
	height:24px;
-
 
20
	width: 24px;
-
 
21
	margin: 5px;
-
 
22
	border: none;
-
 
23
}
-
 
24
 
-
 
25
img.icone_grande {
-
 
26
 
-
 
27
	height:50px;
-
 
28
	width:50px;
-
 
29
	margin: 5px;
-
 
30
	border: none;
-
 
31
}
-
 
32
 
-
 
33
td, th {
-
 
34
	padding: 2px;
7
	
35
	text-align: center;	
Line 8... Line 36...
8
}
36
}
Line 9... Line 37...
9
 
37
 
10
a > .icone {
38
a > .icone {
Line -... Line 39...
-
 
39
 
-
 
40
	text-align:center;
-
 
41
}
-
 
42
 
-
 
43
.texte_centre {
-
 
44
	text-align: center;	
-
 
45
}
11
 
46
.texte_centre > img {
12
	text-align:center;
47
	display:table-cell;	
13
}
48
}
14
 
49
 
Line 15... Line 50...
15
.premiere_page {
50
.premiere_page {
16
	float:left;
51
	float:left;
17
	margin:5px
52
	margin:5px
-
 
53
}
-
 
54
 
-
 
55
.derniere_page {
-
 
56
	float:right;
-
 
57
	margin:5px;
-
 
58
}
-
 
59
 
-
 
60
#pages {
-
 
61
	float:right;	
-
 
62
}
-
 
63
 
-
 
64
#page_courante a {
-
 
65
	color: #FFD700;
-
 
66
}
-
 
67
 
-
 
68
.centre {
-
 
69
	margin-top:10%;	
-
 
70
	margin-left:20%;	
-
 
71
}
-
 
72
 
-
 
73
.gauche {
-
 
74
	float:left;
-
 
75
	margin-right: 20px;
-
 
76
}
-
 
77
 
-
 
78
.droite {
-
 
79
	float:right;
-
 
80
}
-
 
81
 
-
 
82
img {
-
 
83
	border: none;
-
 
84
}
-
 
85
 
-
 
86
#avatar {
-
 
87
	margin-left: 10px;
18
}
88
}
19
 
89