Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 990 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
990 isa 1
@import "pyracantha.less";
2
 
3
.couleur1-bg 		{	background: white;		}
4
.couleur2-bg 		{	background: white;		}
5
 
6
 
7
body {
8
	background: white;
9
}
10
 
11
 
12
header {
13
	background: @vert-moyen;
14
}
15
 
16
 
17
.tela {
18
	img {
19
		@width: 60px;
20
		width: @width;
21
		max-width: @width;
22
	}
23
}
24
 
25
 
26
.titre {
27
	color: white;
28
	.shadow(@orange);
29
}
30
 
31
 
32
.infos {
33
 
34
	.bg {
35
		padding: 0.2em;
36
		border-radius: 0pt 0pt 1em 1em;
37
	}
38
 
39
 
40
	.btn {
41
		padding: 0pt;
42
		border-radius: 1em 1em 0pt 0pt;
43
	}
44
 
45
 
46
	.collapse {
47
		width: 100%;
48
	}
49
 
50
	h4 {
51
		color: @orange;
52
	}
53
	.textes {
54
		padding: 0.5em 1em;
55
		.border-radius(2em);
56
		-webkit-overflow-scrolling: touch;
57
 
58
 
59
		h4 {
60
			color: @vert-fonce;
61
			.shadow(@vert-moyen, 2px, 1px, 1px);
62
		}
63
	}
64
}
65
 
66
 
67
.resume {
68
	color: black;
69
}
70
 
71
 
72
.gradient-bas {
73
	@top: left top;
74
	@bottom: left bottom;
75
	@color_start: @vert-moyen;
76
	@color_end: white;
77
 
78
	background-image: linear-gradient(top, @color_start 0%, @color_end 100%);
79
	background-image: -o-linear-gradient(top, @color_start 0%, @color_end 100%);
80
	background-image: -moz-linear-gradient(top, @color_start 0%, @color_end 100%);
81
	background-image: -webkit-linear-gradient(top, @color_start 0%, @color_end 100%);
82
	background-image: -ms-linear-gradient(top, @color_start 0%, @color_end 100%);
83
	background-image: -webkit-gradient(linear, @top, @bottom, color-stop(0, @color_start), color-stop(1, @color_end));
84
}
85
 
86
.en-savoir-plus {
87
	color: white;
88
	background: @vert-moyen;
89
}
90
 
91
.haut-de-page {
92
	color: white;
93
	background: black;
94
}