Subversion Repositories Applications.reseau

Rev

Rev 78 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
56 mathias 1
/*body {
2
	padding: 10px;
3
}*/
4
 
5
/*#widget {
6
	margin: auto;
7
	max-width: 700px;
8
	padding: 5px;
9
}*/
10
 
11
.vertical-center {
12
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
13
	min-height: 100vh;
14
	display: flex;
15
	align-items: center;
16
}
17
 
18
.boite-centre {
19
	width: 480px;
20
	height: 520px;
21
	padding: 20px;
22
	border: solid #f0f0f0 1px;
23
	border-radius: 5px;
24
	margin: auto;
25
	text-align: center;
26
}
27
 
28
.boite-centre h1 {
29
	margin-top: 0;
30
	margin-bottom: 0;
31
}
32
 
33
.leger {
34
	color: #808080;
35
}
36
 
37
#nom-complet {
38
	font-size: 1.6em;
39
	margin-left: 5px;
40
}
41
 
42
#liste-applications h2 {
43
	font-size: 1.7em;
44
	margin-top: 30px;
45
	margin-bottom: 15px;
46
}
47
 
48
#liste-applications ul {
49
	/*border: solid red 1px;*/
50
	margin: auto;
51
	margin-top: 10px;
52
	padding: 0;
53
	width: 260px;
54
}
55
 
56
#liste-applications ul li {
57
	margin: 0;
58
	padding: 0;
59
	list-style-type: none;
60
	float: left;
61
	/*border: solid blue 1px;*/
62
}
63
 
64
#liste-applications ul li a, #liste-applications ul li a:hover {
65
	text-decoration: none;
66
}
67
 
68
.bouton-appli {
69
	display: block;
70
	width: 64px;
71
	height: 64px;
72
	margin: 10px;
73
	border: solid #d0d0d0 1px;
74
	border-radius: 5px;
75
	font-size: 1.7em;
76
	line-height: 60px;
77
	color: white;
78
}
79
 
80
.www {
81
	background-color: #478DA7;
82
}
83
.eflore {
84
	background-color: #5EC563;
85
}
86
.cel {
87
	background-color: #66E3F2;
88
}
89
.identiplante {
90
	background-color: #F9EF14;
91
}
92
.pictoflora {
93
	background-color: #F9EF14;
94
}
95
.smartflore {
96
	background-color: #3CE946;
97
}
98
.coel {
99
	background-color: #A79247;
100
}
101
.referentiels {
102
	background-color: #909090;
103
}
104
.wiki {
105
	background-color: #F54521;
106
}
107
 
108
#liste-fournisseurs {
109
	margin-top: 50px;
110
	/*border: solid green 1px;*/
111
	height: 80px;
112
}
113
 
114
#liste-fournisseurs ul {
115
	/*border: solid red 1px;*/
116
	margin: auto;
117
	margin-top: 10px;
118
	padding: 0;
119
	width: 210px;
120
}
121
 
122
#liste-fournisseurs ul li {
123
	margin: 0;
124
	padding: 0;
125
	list-style-type: none;
126
	float: left;
127
	/*border: solid blue 1px;*/
128
}
129
 
130
#liste-fournisseurs ul li a, #liste-fournisseurs ul li a:hover {
131
	text-decoration: none;
132
}
133
#liste-fournisseurs ul li a:focus {
134
	border: none;
135
	outline: none;
136
}
137
 
138
#liste-fournisseurs ul li img {
139
	margin: 5px;
140
}
141
#liste-fournisseurs ul li img.petite {
142
	margin-top: 32px;
143
}
144
#liste-fournisseurs ul li a[data-focus="true"] img.grande {
145
	display: block;
146
}
147
#liste-fournisseurs ul li a[data-focus="false"] img.grande {
148
	display: none;
149
}
150
#liste-fournisseurs ul li a[data-focus="true"] img.petite {
151
	display: none;
152
}
153
#liste-fournisseurs ul li a[data-focus="false"] img.petite {
154
	display: block;
155
}
156
 
157
#info-partenaire {
158
	color: #808080;
159
	margin-bottom: 45px;
160
}
161
 
162
#formulaire-identification {
163
	width: 300px;
164
	height: 260px;
165
	margin: auto;
166
}
167
 
168
#lien-inscription {
169
	float: left;
170
	line-height: 30px;
171
	text-decoration: underline;
172
	margin-left: 5px;
173
}
174
 
175
#bouton-connexion {
176
	float: right;
177
}
178
 
179
.left {
180
	float: left;
181
}
182
 
183
.right {
184
	float: right;
185
}
186
 
187
.info-erreur {
188
	color: red;
189
}