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 "functions.less";
2
 
3
.gradient-bas {
4
	height: 16px;
5
  	display: block;
6
}
7
 
8
footer {
9
	height: 60px;
10
	width: 100%;
11
	left: 0;
12
	right: 0;
13
	bottom: 0;
14
	position: fixed;
15
	z-index: 1000;
16
 
17
	color: white;
18
	background: black;
19
 
20
	a, a:visited {
21
		color: white;
22
	}
23
}
24
 
25
.tela {
26
	margin-right: 0.5em;
27
}
28
 
29
.titre {
30
	font-style: italic;
31
	font-size: 130%;
32
	font-weight: bold;
33
	margin-top: 0.5em;
34
	margin-bottom: 0.5em;
35
}
36
 
37
.sci {
38
	font-style: italic;
39
}
40
 
41
#div-infos-latin, #div-infos-famille {
42
	.margin-center;
43
 
44
	.btn {
45
		width: 99%;
46
		padding-left: 0pt;
47
		padding-right: 0pt;
48
		box-shadow: 0pt 2px 3px black;
49
	}
50
 
51
	a {
52
		font-size: 16px;
53
	}
54
}
55
 
56
#div-infos-famille {
57
	margin-top: -1em;
58
}
59
#div-illustrations {
60
	.border-radius(2em);
61
	background: white;
62
	margin-top: -1em;
63
	padding-top: 20px;
64
	padding-bottom: 20px;
65
}
66
 
67
 
68
#galerie_carte {
69
	list-style-type: none;
70
}
71
 
72
@height: 260px;
73
#slider-pictures {
74
	max-width: 320px;
75
	.margin-center;
76
 
77
 
78
	.carousel {
79
		margin-bottom: 0pt;
80
	}
81
 
82
 
83
	.carousel-control {
84
		background: none;
85
	}
86
 
87
 
88
	.carousel-inner > .item > img {
89
		width: 320px;
90
		max-height: 310px;
91
	}
92
 
93
 
94
	.carousel-indicators {
95
 
96
		li {
97
			background: @vert-fonce;
98
		}
99
 
100
		.active {
101
			background: @orange;
102
		}
103
	}
104
 
105
 
106
	.carousel-caption {
107
		padding: 10px;
108
		position: static;
109
 
110
		h4 {
111
			font-size: 100%;
112
		}
113
 
114
		p {
115
			font-size: 90%;
116
		}
117
	}
118
 
119
 
120
	img {
121
		.margin-center;
122
	}
123
}
124
 
125
 
126
#gstn-img {
127
	max-height: 120px;
128
	margin: 0.5em 0pt 1em 0pt;
129
	display: inline-block;
130
 
131
 
132
	img {
133
		border: #EAEAEA 2px solid;
134
		width: 100px;
135
	}
136
 
137
 
138
	.zoom {
139
		margin-top: 40px;
140
		width: 20px;
141
		border: none;
142
	}
143
}
144
 
145
 
146
.resume {
147
	.align-center;
148
	margin-top: 1em;
149
	margin-bottom: 1em;
150
	font-size: 16px;
151
}
152
 
153
 
154
.bas-de-page {
155
	margin-top: 1em;
156
	margin-bottom: 1em;
157
}
158
 
159
.en-savoir-plus {
160
	float: left;
161
	text-shadow: 0pt 0pt 0pt black;
162
}
163
 
164
.haut-de-page {
165
	float: right;
166
}