Subversion Repositories Applications.reseau

Rev

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

Rev 83 Rev 84
Line 3... Line 3...
3
}*/
3
}*/
Line 4... Line 4...
4
 
4
 
5
body {
5
body {
6
	background-image: url(https://static.pexels.com/photos/7602/nature-plant-morning-green.jpg);
6
	background-image: url(https://static.pexels.com/photos/7602/nature-plant-morning-green.jpg);
-
 
7
	background-size: cover;
7
	background-size: cover;
8
	background-position: center;
Line 8... Line 9...
8
}
9
}
9
 
10
 
10
/*#widget {
11
/*#widget {
Line 25... Line 26...
25
	height: 520px;
26
	height: 520px;
26
	padding: 20px;
27
	padding: 20px;
27
	border: solid #f0f0f0 1px;
28
	border: solid #f0f0f0 1px;
28
	border-radius: 5px;
29
	border-radius: 5px;
29
	margin: auto;
30
	margin: auto;
30
	text-align: center;
31
	/*text-align: center;*/
31
	background-color: white;
32
	background-color: white;
32
}
33
}
Line 33... Line 34...
33
 
34
 
34
.boite-centre.reduite {
35
.boite-centre.reduite {
Line 113... Line 114...
113
}
114
}
114
.wiki {
115
.wiki {
115
	background-color: #F54521;
116
	background-color: #F54521;
116
}
117
}
Line -... Line 118...
-
 
118
 
-
 
119
#panneau-identification {
-
 
120
	padding-top: 20px;
-
 
121
}
117
 
122
 
118
#liste-fournisseurs {
123
#liste-fournisseurs {
119
	margin-top: 10px;
124
	margin-top: 10px;
120
	/*border: solid green 1px;*/
125
	/*border: solid green 1px;*/
121
	height: 80px;
126
	height: 110px;
Line 122... Line 127...
122
}
127
}
123
 
128
 
124
#liste-fournisseurs ul {
129
#liste-fournisseurs ul {
125
	/*border: solid red 1px;*/
130
	/*border: solid red 1px;*/
126
	margin: auto;
131
	margin: auto;
127
	margin-top: 10px;
132
	margin-top: 10px;
128
	padding: 0;
133
	padding: 0;
Line 129... Line 134...
129
	width: 210px;
134
	/*width: 210px;*/
130
}
135
}
131
 
136
 
132
#liste-fournisseurs ul li {
137
#liste-fournisseurs ul li {
133
	margin: 0;
138
	margin: 0;
-
 
139
	padding: 0;
-
 
140
	list-style-type: none;
-
 
141
	float: left;
134
	padding: 0;
142
	
135
	list-style-type: none;
143
	display: block;
Line 136... Line 144...
136
	float: left;
144
	height: 100px;
137
	/*border: solid blue 1px;*/
145
	/*border: solid blue 1px;*/
Line 146... Line 154...
146
}
154
}
Line 147... Line 155...
147
 
155
 
148
#liste-fournisseurs ul li img {
156
#liste-fournisseurs ul li img {
149
	margin: 5px;
157
	margin: 5px;
-
 
158
}
-
 
159
#liste-fournisseurs ul li img.grande {
-
 
160
	margin-top: 40px; /* à ajuster en fonction de la hauteur des icônes choisies */
150
}
161
}
151
#liste-fournisseurs ul li img.petite {
162
#liste-fournisseurs ul li img.petite {
152
	margin-top: 32px;
163
	margin-top: 70px; /* à ajuster en fonction de la hauteur des icônes choisies */
153
}
164
}
154
#liste-fournisseurs ul li a[data-focus="true"] img.grande {
165
#liste-fournisseurs ul li a[data-focus="true"] img.grande {
155
	display: block;
166
	display: block;
156
}
167
}
Line 161... Line 172...
161
	display: none;
172
	display: none;
162
}
173
}
163
#liste-fournisseurs ul li a[data-focus="false"] img.petite {
174
#liste-fournisseurs ul li a[data-focus="false"] img.petite {
164
	display: block;
175
	display: block;
165
}
176
}
-
 
177
#liste-fournisseurs ul li.tela-botanica {
-
 
178
	
-
 
179
}
-
 
180
#liste-fournisseurs ul li.tela-botanica img.grande {
-
 
181
	margin-top: 0;
-
 
182
}
-
 
183
#liste-fournisseurs ul li.tela-botanica a[data-focus="false"] img.grande {
-
 
184
	display: block;
-
 
185
}
-
 
186
#liste-fournisseurs ul li.tela-botanica a[data-focus="true"] img.petite {
-
 
187
	display: none;
-
 
188
}
Line 166... Line 189...
166
 
189
 
167
#info-partenaire {
190
#info-partenaire {
168
	color: #808080;
191
	color: #808080;
169
	margin-bottom: 25px;
192
	margin-bottom: 35px;
170
}
-
 
171
 
193
}
-
 
194
#formulaire-identification,
-
 
195
#liste-fournisseurs,
-
 
196
#info-erreur-login,
172
#formulaire-identification {
197
#info-erreur-serveur {
173
	width: 360px;
-
 
174
	height: 260px;
198
	width: 360px;
175
	margin: auto;
199
	margin: auto;
-
 
200
}
-
 
201
 
-
 
202
#formulaire-identification {
-
 
203
	height: 240px;
176
}
204
}
177
#formulaire-identification .form-group {
205
#formulaire-identification .form-group {
178
	margin-bottom: 25px;
206
	margin-bottom: 25px;
179
}
207
}
180
#formulaire-identification .form-control {
208
#formulaire-identification .form-control {