Subversion Repositories Applications.annuaire

Rev

Rev 8 | Rev 27 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 21
1
img.icone {
1
img.icone {
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
}
7
}
8
 
8
 
9
img.icone_moyenne_moins {
9
img.icone_moyenne_moins {
10
 
10
 
11
	height:20px;
11
	height:20px;
12
	width: 20px;
12
	width: 20px;
13
	margin: 5px;
13
	margin: 5px;
14
	border: none;
14
	border: none;
15
}
15
}
16
 
16
 
17
img.icone_moyenne {
17
img.icone_moyenne {
18
 
18
 
19
	height:24px;
19
	height:24px;
20
	width: 24px;
20
	width: 24px;
21
	margin: 5px;
21
	margin: 5px;
22
	border: none;
22
	border: none;
23
}
23
}
24
 
24
 
25
img.icone_grande {
25
img.icone_grande {
26
 
26
 
27
	height:50px;
27
	height:50px;
28
	width:50px;
28
	width:50px;
29
	margin: 5px;
29
	margin: 5px;
30
	border: none;
30
	border: none;
31
}
31
}
32
 
32
 
33
td, th {
33
td, th {
34
	padding: 2px;
34
	padding: 2px;
35
	text-align: center;	
35
	text-align: center;	
36
}
36
}
37
 
37
 
38
a > .icone {
38
a > .icone {
39
 
39
 
40
	text-align:center;
40
	text-align:center;
41
}
41
}
42
 
42
 
43
.texte_centre {
43
.texte_centre {
44
	text-align: center;	
44
	text-align: center;	
45
}
45
}
46
.texte_centre > img {
46
.texte_centre > img {
47
	display:table-cell;	
47
	display:table-cell;	
48
}
48
}
49
 
49
 
50
.premiere_page {
50
.premiere_page {
51
	float:left;
51
	float:left;
52
	margin:5px
52
	margin:5px
53
}
53
}
54
 
54
 
55
.derniere_page {
55
.derniere_page {
56
	float:right;
56
	float:right;
57
	margin:5px;
57
	margin:5px;
58
}
58
}
59
 
59
 
60
#pages {
60
#pages {
-
 
61
	margin-left: auto; 
61
	float:right;	
62
  	margin-right: auto; 
-
 
63
  	width: 80%;
-
 
64
  	text-align: center;	
62
}
65
}
63
 
66
 
64
#page_courante a {
67
#page_courante a {
65
	color: #FFD700;
68
	color: #FFD700;
66
}
69
}
67
 
70
 
68
.centre {
71
.centre {
69
	margin-top:10%;	
72
	margin-top:10%;	
70
	margin-left:20%;	
73
	margin-left:20%;	
71
}
74
}
72
 
75
 
73
.gauche {
76
.gauche {
74
	float:left;
77
	float:left;
75
	margin-right: 20px;
78
	margin-right: 20px;
76
}
79
}
77
 
80
 
78
.droite {
81
.droite {
79
	float:right;
82
	float:right;
80
}
83
}
81
 
84
 
82
img {
85
img {
83
	border: none;
86
	border: none;
84
}
87
}
85
 
88
 
86
#avatar {
89
#avatar {
87
	margin-left: 10px;
90
	margin-left: 10px;
88
}
91
}
89
 
92
 
90
#inscription > div {
93
#inscription > div {
91
	margin-top: 5px;
94
	margin-top: 5px;
92
	margin-bottom: 5px;
95
	margin-bottom: 5px;
93
}
96
}
94
97
 
-
 
98
#fiche_utilisateur {
-
 
99
	background-color:#FAFAFA;
-
 
100
	border:1px solid #F2F2F2;
-
 
101
	margin:10px;
-
 
102
	padding-bottom: 10px;
-
 
103
}
-
 
104
 
-
 
105
 form#recherche {
-
 
106
	padding: 10px 0 10px 10px;
-
 
107
}
-
 
108
 
-
 
109
form#suppression, form#modification {
-
 
110
	display: inline;
-
 
111
	border: none;
-
 
112
	background-color: inherit
-
 
113
}
-
 
114
 
-
 
115
ul#liste_orientiation > li {
-
 
116
	margin: 20px	
-
 
117
}
-
 
118
 
-
 
119
.lien_en_ligne {
-
 
120
	margin-right: 10px	
-
 
121
}
-
 
122
 
-
 
123