Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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