Subversion Repositories Applications.reseau

Rev

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

Rev 86 Rev 87
Line 1... Line 1...
1
/*body {
1
/*body {
2
	padding: 10px;
2
	padding: 10px;
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(http://api.tela-botanica.org/img:000191249O.jpg);
7
	background-size: cover;
7
	background-size: cover;
8
	background-position: center;
8
	background-position: center;
-
 
9
}
-
 
10
#licence-image::after { /* mettre à jour lorsqu'on change l'image de fond ci-dessus */
-
 
11
	content: "Silene latifolia Poir. (bdtfx) - Jacques MARÉCHAL - CC BY SA";
Line 9... Line 12...
9
}
12
}
10
 
13
 
11
/*#widget {
14
#licence-image {
12
	margin: auto;
15
	position: fixed;
-
 
16
	padding: 10px;
-
 
17
	bottom: 0;
-
 
18
	right: 0;
-
 
19
	color: white;
13
	max-width: 700px;
20
	font-size: 0.8em;
Line 14... Line 21...
14
	padding: 5px;
21
	background-color: rgba(0,0,0,0.3);
15
}*/
22
}
16
 
23
 
17
.vertical-center {
24
.vertical-center {